/* CSS Document */

body {
	background: url(../images/bg.jpg) #111 repeat-y center top;
	color: #BBB;
	font: normal 14px "Lucida Sans Unicode",sans-serif;
}

.container {
	border: 3px solid #444;
	border-top: none;
}

.logo_head {
	background: url(../images/logo.jpg) #111 no-repeat;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 120px;
	
}

.stripes {
	background: #333 url(../images/stripe.gif);
	height: 6px;
}

.nav {background: url(../images/nav.gif)  #191919;}
.nav a {
	background: #191919 url(../images/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: 11px Verdana,sans-serif;
	line-height: 40px;
	padding: 0 10px;
	text-decoration: none;
}
.nav a:hover {
	background: #191919 url(../images/nav_hover.gif);
	text-decoration: underline;
}

.nav .selected {
	background: #191919 url(../images/nav_hover.gif);
	text-decoration: underline;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
	border-right: 1px solid #2A2A2A;
}
.main_content_border {
	border-left: 1px solid #444;
	padding-bottom: 10px;
	border-right: 1px solid #444;
}
.main_content {
	border-top: 1px solid #444;
	padding: 16px;
}

.main_content h1 {
	background: url(../images/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}

.main_content h2 {
	background: url(../images/bgh1.gif) repeat-x left bottom;
	color: #A76006;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}

.main_content h3 {
	background: url(../images/bgh1.gif) repeat-x left bottom;
	color: #936;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	font-size: 14px;
}

.main_content h3 span {
	color: #993366;
}

.main_content a {
	color: #999;
	text-decoration: underline;
}
.main_content a:hover {
	color: #CCC;
}

.main_content img {
	float: left;
	margin-right: 10px;
	border: 1px solid #777777;
	padding: 2px;
}

/*play music jquery style start*/


*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

.jquery_container {
	width: 400px;
	margin: 0;
}

h2.trigger {
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	background: url(../images/play_lg.gif) no-repeat;
	height: 12px;
	line-height: 12px;
	width: 400px;
	font-size: 100%;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color:#999999;
	text-decoration: none;
	font-size: 100%;
	display: block;
}
h2.trigger a:hover {
	font-size: 100%;
	color: #CCC;
	text-decoration: underline;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	font-size: 12pt;
	width: 400px;
	clear: both;
}

.toggle_container p {
	margin:0px;
	padding: 0px;
}

.toggle_container .block {
	padding: 0px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
	font-size: 12px;
}
.toggle_container h3 {
	margin: 0 0 10px;
	padding: 0 0 5px 0;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}

/*play music jquery style end*/
#sidebar {
	width: 172px;
}
.sidebar {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
	min-height: 300px;
}
.sidebar h1 {
	padding-top: 8px;
	font-size: 18px;
}

.sidebar p {
	margin-bottom: 10px;
}
.sidebar ul {margin: 0;}
.sidebar li {
	background: url(../images/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.sidebar li a {
	color: #777;
	line-height: 30px;
	padding-left: 18px;
	text-decoration: none;
}
.sidebar li a:hover {
	color: #BBB;
	text-decoration: underline;
}

.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 16px;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.bottom {
	color: #666;
	clear: both;
	font-size: 12px;
}
.bottom a, .bottom .right a:hover {color: #A76006;}
.bottom .right, .bottom .right a {color: #555;}

.left {float: left;}
.right {float: right;}