@import url('reset.css');
@import url('typography.css');

body {
	background-color: #1b1a16;
	background-image: url("../img/background.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
}
ul li{
	list-style-type:none;
}
div#wrapper{
/*border:1px solid red;*/
	margin:0 auto;
	padding-top:30px;
	width: 810px;
	height:100%;
	
}
/**********************indexlogo*********************/
div#wrapperlogo{
/*border:1px solid red;*/
	margin:0 auto;
	/*width: 800px;*/
	width: 100%;
	overflow:hidden;
	/*min-height:600px;*/
	height:1000px;
	position:relative;
}
div#indexlogo{
	/*border:1px solid white;*/
	width:400px;
	height:350px;
	position:absolute;
	left:34%;/*24*/
	top:15%;/*35*/
}
div#indexContent{
	/*border:1px solid white;*/
	width:800px;
	overflow:hidden;
	text-align:center;
	position:absolute;
	left:19%;
	top:40%;
	
}

/********************* menu   ************************/
div#menu{
	width:800px;
	height:46px;
	/*border:1px dashed green;*/
}

#menu_content ul{
	/*border:1px solid white;*/
	margin-left:6px;
}
#menu_content ul li{
	display:inline;
	/*border:1px dashed white;*/
	width:100%;
	font-weight:600;
	font-size:13px;
	
}
#menu_content ul li :hover{
	color:#6b5f4e;
}

#menu_content ul li :active{
	color:#FFAC63;
	text-indent:2px;
}
#menu_content ul li a{
	float: left;
	height: 17px;
	width:90px;
	padding-top:3px;
	margin-top:25px;
	color:#FFAC63;
}

/***********************header**************************/
div#header{
	width:800px;
	height:148px;
	/*border:1px dashed yellow;*/
}
div#logo{
	/*border:1px dashed blue;*/
	margin-left:10px;
	width:733px;
	height:148px;
	background:url('../img/logo.png') no-repeat center;
}
/*************************content*****************************/
div#content{
	width:790px;
	min-height:500px;
	/*border:1px dashed silver;*/
	overflow:hidden;
	margin-left:5px;
	
}
	div#left_block{
		width:500px;
		float:left;
		/*border:1px solid purple;*/
		margin-left:5px;
	}
	div#right_block{
		width:260px;
		/*border:1px dashed red;*/
		float:right;
		
	}
	
	div.block_header{
		background-image:url('../img/list_item_star_yel.png');
		background-repeat:no-repeat;
		background-position:left;
		text-indent:40px;
		margin-top:30px;
		margin-bottom:5px;
		height:30px;
		color:#ffac63;
		/*border:1px dashed white; */
	}
div.block_content{
	height:100%;
	/*border:1px dashed green;*/
}
.date {
	font-size:9px;
}
.block_content li{
	list-style-image:url('../img/list_item_star.png');
	margin-left:28px;
	border-top:1px dashed #6b5f4e;
	padding:5px;
}
.block_content p{
	padding-bottom:15px;
	line-height:1.4em;
}
.block_content p img{
	float:right;
	margin:5px;
}
.next_coming{
	color:#ffac63;
}
.old_music{
	color:#6b5f4e;
}
.pager{
	text-align:center;
	font-size:15px;
	margin-top:15px;
	padding-top:10px;
	border-top:1px dashed #6b5f4e;

}
.selected{
	font-size:12px;
	font-weight:bold;
	color:#ffac63;
}
.sign{
	font-size:9px;
	text-align:right;
	padding:3px;
}
.play{
	margin-left:10px;
	display:none;
}
div#example{
	margin:0 auto;
}
/******************************form***********************************/

label{
	color:#FFAC63;
	font-weight:600;
}
input#email{
	width:300px;	
	background-color:#6b5f4e;
	color:#FFAC63;
	border:0;
	font-size:15px;
	font-weight:bold;
}
textarea#txt{
	width:300px;
	height:150px;
	background-color:#6b5f4e;
	color:#FFAC63;
	border:0;
	font-size:15px;
	font-weight:bold;
}
input#code{
	width:140px;	
	background-color:#6b5f4e;
	color:#FFAC63;
	border:0;
	font-size:15px;
	font-weight:bold;
}
#submit{
	background-color:#6b5f4e;
	color:#FFAC63;
	font-weight:600;
	border:2px solid #FFAC63;
	width:150px;
	height:20px;
	margin-left:10px;
	cursor:pointer;
}
#capimg{
	margin:10px 0px 10px 0px;
}

/*****************************footer**********************************/
div#footer{
	width:800px;
	height:150px;
	/*border:1px dashed red;*/
	margin-bottom:10px;
}
div#footer_logo{
	width:684px;
	height:133px;
	background:url('../img/footer-logo.png') no-repeat center;
	/*border:1px solid green;*/
	margin-left:5px;
	position:relative;
}
div#footer_content{
/*border:1px solid silver;*/
	position: absolute;
	top:115px;
	left:180px;
	width:400px;
	font-size:10px;
	text-align:center;
}
div#buts{
	position:absolute;
	left:110px;
	top:72px;
	padding-left:5px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	/*border:1px solid red;*/
	width:580px;
}
div#buts a{
	/*color:#FdAa61;*/
}


