/*============================================================
	Basic & Reset
============================================================*/
*
{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

.clear
{
	width: 100%;
	clear: both;
	height: 1px;
	line-height: 1px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}










/*============================================================
	Defaults
============================================================*/
p
{
	line-height: 18px;
	margin-bottom: 18px;
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

li
{
	line-height: 18px;
}



/*============================================================
	Headings
============================================================*/
h1
{
	font: normal 26px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #2d2e3d;
	padding-left: 12px;
	height: 32px;
	float: left;
}

h2
{
	font: normal 26px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #333;
	margin-bottom: 10px;
}

h3
{
	color: #333;
}





/*============================================================
	Body
============================================================*/
body
{
	font-size: 11px;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	background: url('/images/body_bg.jpg');
	color: #777;
	text-align: center;
}


#main
{
	background: url('/images/main_bg.jpg');
	background-repeat: repeat-x;
	width: 100%;
	min-height: 1000px;
}

















/*============================================================
	Primary structures
============================================================*/
#container
{
	width: 988px;
	text-align: left;
	margin: auto;
	overflow: hidden;
}




#sidebar
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FFF;
	padding: 2px;
	float: left;
	width: 274px;
}








#content
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FFF;
	padding: 2px;
	float: left;
	width: 700px;
	margin-right: 6px;
}









/*============================================================
	Header
============================================================*/
#header
{
	width: 100%;
	height: 120px;
}

#header img.logo
{
	margin-top: 35px;
}















/*============================================================
	Navigation
============================================================*/
#navigation
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #29241a;
	height: 40px;
	margin-bottom: 2px;
}

#navigation ul
{
	list-style: none;
	padding: 5px;
}

#navigation ul li
{
	float: left;
}

#navigation ul li a
{
	display: block;
	float: left;
	line-height: 30px;
	color: #CCC;
	padding-left: 10px;
	padding-right: 10px;
}

#navigation ul li a:hover
{
	background: #3d3527;
	color: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}













#col_right
{
	width: 262px;
	margin: 20px;
	float: left;
}

.box
{
	border: 1px solid #e1e1e1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
	margin-bottom: 10px;
}

#col_right ul
{
	list-style: none;
	padding: 8px;
}








#col_main
{
	float: left;
	width: 700px;
}

#col_main .inner
{
	padding: 20px;
}












ul.list_movies_small
{
	list-style: none;
}

ul.list_movies_small li
{
	clear: both;
	margin-bottom: 5px;
}

ul.list_movies_small li p
{
	line-height: 14px;
}

ul.list_movies_small li a.thumb
{
	display: block;
	float: left;
	margin-right: 10px;
}

ul.list_movies_small li a.thumb img
{
	padding: 2px;
	border: 1px solid #CCC;
}

ul.list_movies_small li h3
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

ul.list_movies_small li h3 a
{
	color: #333;
}

ul.list_movies_small li h3 span
{
	display: none;
}








ul.list_themesongs_small
{
	list-style: none;
}

ul.list_themesongs_small li
{
	clear: both;
	margin-bottom: 5px;
	background: #EEE;
	padding: 10px;
}

ul.list_themesongs_small li h4
{
	float: left;
	color: #333;
}

ul.list_themesongs_small li h4 span
{
	display: none;
}

ul.list_themesongs_small li a.listen
{

	float: right;
	display: block;
	padding: 3px;
	margin: -3px;
	background: #FFF;
	color: #666;
}

ul.list_themesongs_small li a.thumb
{
	display: block;
	float: left;
	margin-right: 10px;
}

ul.list_themesongs_small li a.thumb img
{
	padding: 2px;
	border: 1px solid #CCC;
}

ul.list_themesongs_small li h3
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

ul.list_themesongs_small li h3 a
{
	color: #333;
}
















ul.list_video_medium
{
	list-style: none;
}

ul.list_video_medium li
{
	float: left;
	width: 210px;
	border: 1px solid #CCC;
}

ul.list_video_medium li span.name
{
	padding-bottom: 4px;
	padding-left: 5px;
	display: block;
}

ul.list_video_medium li.m
{
	margin-left: 15px;
	margin-right: 15px;
}

ul.list_video_medium li a.thumb
{
	
}

ul.list_video_medium li a.thumb img
{
	padding: 2px;
	border-bottom: 1px solid #CCC;
}


















div.split
{

}

div.split2 div.asplit
{
	float: left;
	width: 320px;
}

div.split2 div.asplit_l
{
	margin-right: 10px;
}

div.split2 div.asplit_r
{
	margin-left: 10px;
}






div.pickaletter
{
	text-align: center;
	padding: 10px;
	margin-bottom: 18px;
	font-size: 16px;
	border: 1px dashed #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}








form.mainsearch
{
	padding: 10px;
	margin-bottom: 18px;
	border: 1px dashed #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

form.mainsearch fieldset
{
	float: left;
	height: 34px;
	margin-right: 10px;
}

form.mainsearch input.keywords
{
	font-size: 16px;
	border: 2px solid #CCC;
	padding: 6px;
	width: 400px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form.mainsearch input.button
{
	font-size: 16px;
	border: 2px solid #CCC;
	padding: 5px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #FFF;
}

form.mainsearch fieldset.more
{
	float: right;
}

form.mainsearch p
{
	text-align: right;
}




div.viewvideo
{
	text-align: center;
	padding: 10px;
	font-size: 16px;
	border: 1px dashed #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}






#footer
{
	padding: 10px;
	height: 18px;
	width: 680px;
}

#footer p
{
	margin: 0;
	color: #FFF;
}