/* @override http://home.wonderwall.net:8000/djpublic/css/playlists.css */

.clearfix:after{
	content: ".";
	display: block;
	height:0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}

/* playlists */

#mainColumn {
	background-color: #a3967b;
}

#mainColumn .jingle {
	background-image: url(../images/stecker02.jpg);
}

#mainColumn .jingle p { /* 後で消す */
	margin: 0;
	padding-top: 20px;
	padding-left: 200px;
	font: 180% Georgia, "Times New Roman", Times, serif;
	color: white;
	letter-spacing: 1px;
	text-shadow: black 0 3px 5px;
	display: none;
}

#playlistLinks {
	display: block;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0;
}

#calendar {
	display: block;
	margin-bottom: 20px;
	margin-top: -20px;
}

#year {
	list-style-type: none;
	padding-left: 10px;
	margin: 0;
	display: block;
	background-color: #7e7661;
	width: 580px;
	padding-right: 10px;
	height: 27px;
}

#year p {
	display: block;
	float: left;
	margin-right: 12px;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 120%;
	font-weight: bold;
	color: white;
	height: 19px;
	padding-top: 8px;
}

#year p:hover {
	background-color: #766e5b;
	cursor: pointer;
	text-decoration: none;
}

#year .selected {
	background-color: #686251;
	cursor: pointer;
	text-decoration: none;
}

#month .selected {
	background-image: url(../images/playlistsMonthSelected_39x24.gif);
}

#calendar .year .separate {
	border-style: none;
	background-color: transparent;
}

#month {
	display: block;
	clear: left;
	list-style-type: none;
	padding-left: 35px;
	background: url(../images/playlistsMonthBG_700x24.jpg) repeat-y -50px;
	border-top: 1px solid #3f3f3f;
	border-bottom: 1px solid #3f3f3f;
	padding-right: 35px;
}

#month ul {
	display: block;
	height: 24px;
}
#month li {
	float: left;
	display: block;
	font-size: 110%;
	font-weight: bold;
	width: 38px;
	text-align: center;
	height: 18px;
	padding-top: 6px;
	letter-spacing: -1px;
	margin-left: 2px;
	margin-right: 2px;
}

#month li a{
	color: black;
	text-decoration: none;
}

#month li a:hover{
	color: #cc6666;
	text-decoration: underline;
}

#calendar .month li.dec {
	margin-right: 0px;
}

#searchForm {
	display: block;
	margin-bottom: 30px;
	margin-top: 0px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: right;
}

input#searchField {
	height: 20px;
	width: 200px;
}

input#searchField.placeholder {
	color: #999;
}

html*input#searchField { /* Safari Hack */
	position: relative;
	top: 10px;
}

input#searchButton {
	width: 90px;
	background: url(../images/playlistsSearchButton_90x98.png) no-repeat;
	height: 30px;
	border-style: none;
	position: relative;
	top:5px;
	margin-left: 5px;
}

input#searchButton:hover {
	background: url(../images/playlistsSearchButton_90x98.png) no-repeat 0 -33px;
	cursor: pointer;
}

input#searchButton:active {
	background: url(../images/playlistsSearchButton_90x98.png) no-repeat 0 -66px;
	cursor: pointer;
}

#mainColumn h1 {
	display: block;
	background-color: #000;
	color: #cc6666;
	font-size: 120%;
	padding: 5px 5px 2px 10px;
	-webkit-box-shadow: 0px 5px 6px #4c4c4c;
	-moz-box-shadow: 0px 5px 6px #4c4c4c;
	font-weight: normal;
	font-style: normal;
	margin-right: 50px;
	margin-left: 50px;
}

#mainColumn .playlistArea {
	display: block;
	border-bottom: 1px dashed #e5dcc1;
	padding-bottom: 20px;
	margin: 20px 50px 20px 60px;
}

#mainColumn .playlistArea .onairDate {
	color: white;
	font-size: 120%;
	margin-bottom: 10px;
}

#mainColumn .playlistArea .title {
	color: #424342;
}

#mainColumn .playlistArea .playlists {
	list-style-type: decimal-leading-zero;
	list-style-position: outside;
	display: block;
	padding-left: 30px;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.8em;
}

#mainColumn .playlistArea .playlists .artist {
	margin-right: 5px;
}

#mainColumn .playlistArea .playlists .artist a {
	color: #000;
	text-decoration: none;
}

#mainColumn .playlistArea .playlists .artist a:hover {
	color: maroon;
	text-decoration: underline;
}

#mainColumn .playlistArea .playlists .song {
	font-weight: normal;
	font-style: normal;
	margin-left: 5px;
}

/* @group IE 6 Hacks */

* html #mainColumn .playlistArea .playlists {
	line-height: 1.4em;
}

* html input#searchButton {
	background: url(../images/ie6/playlistsSearchButton_90x98.jpg) no-repeat;
}

* html input#searchButton:hover {
	background: url(../images/ie6/playlistsSearchButton_90x98.jpg) no-repeat 0 -33px;
}

* html input#searchButton:active {
	background: url(../images/ie6/playlistsSearchButton_90x98.jpg) no-repeat 0 -66px;
}

* html  #year p {
	height: 23px;
	padding-top: 5px;
}


/* @end */

/* @group IE 7 Hacks */

*:first-child+html input#searchButton {
	top: 13px;
}

*:first-child+html #year p {
	height: 23px;
	padding-top: 5px;
}

*:first-child+html #month li {
	height: 21px;
	padding-top: 3px;
}

/* @end */


