body {
	background: #1f1f1f;
	font: normal 11px tahoma, verdana, arial, sans-serif;
	color: #000;
	margin-bottom: 20px;
	height: 100%;
}

ol {padding:0;margin:0}
li { list-style-position: inside; list-style:none;padding:0;margin:0 }

#admin_list {margin:0;padding:0}
p { margin-bottom: 5px; }
img { border: 0; }
.clear { clear: both; }

a,
a:link,
a:visited {
	color: #299BC7;
	text-decoration: none;
}
a:hover,
a:active {
	color: #299BC7;
	text-decoration: underline;
}



h1 a span {
	padding-right:15px;
	padding-top: 18px;
	color: #FFF;
	display: block;
	font-size: 16px;
	font-family: arial, tahoma, verdana;
	font-weight: normal;
}

h2 {
	font-size: 12px;
	overflow:hidden;
	margin-bottom:0;
	padding-bottom:0;
}

#banner {
	height: 105px;
	border-bottom: 2px solid #299BC7;
	color: #FFFFFF;
}


div#wrapper {
	width: 800px;
	margin: 0 auto;
	height: 100%;
	border: 4px solid #313131;
}

div#lower {
	padding: 10px;
	background: #FFF;
}
	
div#sidebar {
	width: 181px;
	float: right;
}
	
#sidebar ul, .container {
	padding: 10px;
	background: #f3f3f3;
	border: 1px solid #9b9b9b;
	margin-bottom: 10px;
	margin-top: 0;
}

.container h2 {
	margin-bottom: 5px;
}

#sidebar h2 {
	height: 30px;
	line-height: 30px;
	background: url(images/h2.gif) no-repeat center center #2c2c2c;
	padding: 0 10px;
	color: #FFF;
}
		
.tree h2 { margin-bottom: 0; }
		
.season li {
	margin-bottom: 2px;
}
	
div#left {
	margin-right: 191px;
}
	
div#footer {
	clear: both;
	text-align: center;
}

.video {
	padding:10px;
}

.description {
	padding-top: 5px;
}
#ajax_response{
	border : 2px solid #C9D7F8;
	width:60%;
	float : left;
	-moz-border-radius : 9px;
	padding : 5px;
	margin-bottom : 10px;
	text-align : left;
}
.comment_table{
	clear : left; 
	font-size:12px;
	border : 2px solid #C9D7F8;
	-moz-border-radius : 9px;
}
.comment_table input[type="text"],textarea,input[type="button"]{
	border : 1px solid #C6C4C4;

}
.comment_table input[type="text"]:hover,textarea:hover,input[type="button"]:hover{
	border : 1px solid #C6C4C4;
	background : #E2E4FC;
}
.comment_table input[type="text"]:focus,textarea:focus,input[type="button"]:focus{
	border : 1px solid #C6C4C4;
	background : #E2E4FC;
}
.comment_holder{
	border : 2px solid #ADADB6;
	padding: 5px;
	width : 98%;
	float : left;
	margin-bottom : 5px;
	-moz-border-radius : 9px;
	background : #E2E4FC;
}
#loading{
	visibility : hidden;
}
.highlight{
	background : #E3FEE0;
}
#date_posted{
	font-size : 10px;
	text-align : right;
	color: #6A7063;
	border-bottom : 1px solid #928F89;
}
#photo{
	border:1px solid #ADADB6;
	float:left;
	-moz-border-radius : 9px;
	padding:5px;
	text-align : center;
}
#photo img{
	padding : 4px;
}
#comment_text{
	width:82%;
	border:1px solid #ADADB6;
	float:right;
	margin : 0px 0px;
	padding : 5px;
	-moz-border-radius : 9px;
	height : auto;
	text-align : left;
}
.required{
	background :#FE8585;
}