@charset "utf-8";
body {
	font: sans-serif,Verdana, Arial, Helvetica, ;
	font-size:1em;
	background: #373e41;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p, img {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #c31111;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline; 
	color: c31111;
	font-weight:bold;
}

body #container {
	background: #373e41;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:sans-serif, Verdana, Arial, Helvetica;
	font-size:0.8em;
}

#topContent {
	width: 964px;
	height:51px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #dcdcdc;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
}

#mainContent {
	width: 986px;
	padding: 9px 9px 9px 9px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-family:Verdana, sans-serif, Arial, Helvetica;
	font-size:0.85em;
	overflow:visible;
}

#footer {
	width: 1004px;
	height:5px;
	margin:0 auto;
	background: #dcdcdc;
}

form.search {
	margin: 0;
	padding: 0;
	height:17px;
}

#search {
	background-image:url(images/ara.png);
	width:58px;
	height:17px;
	border:0px solid #000000;
	margin:0;
	padding:0;
	float:right;
}

#stext{
	width:300px;
	margin:0;
	padding:0 0 0 5px;
	float:left;
}

input.searchtext{
	width: 99%;
	height: 15px;
	font-size:10px;
	padding:0;
	margin:0;
	border:1px solid #000000;
	float:left;
}

#line {
	width: 100%;
	min-width:1004px;
	height:17px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(images/line.png);
	background-repeat: repeat-x;
	padding:0;
	text-align:right;
	clear:both;
}

#linecenter {
	width: 980px;
	margin:0 auto;
	padding: 0;
}

#lineform {
	width: 365px;
	height:17px;
	background: #FFFFFF;
	font-size:5px;
	margin:0;
	padding: 0;
	float:right;
}

#logo {
	width: 199px;
	margin:0;
	padding:0;
	padding-top: 7px;
	float:left;
}

#menubar {
	width: 625px;
	margin:0;
	margin-right:50px;
	_margin-right:25px;
	padding: 0px 0px 0px 80px;
	float:right;
	background-image:url(images/menubarback.png);
	background-repeat:repeat-x;
}

#menubuttons {
	float: right;
}

#full {
	width: 944px;
	margin:0;
	padding-left: 20px;
	padding-top:3px;
	float:right;
}

#imgmenu
{
	padding-left:5px;
}

#leftside {
	width: 625px;
	padding: 7px 17px 7px 17px;
	margin:0;
	border: 1px solid #eeeeee;
	float:left;
	background-color:#fafafa;
}

#leftside-content {
	width:auto;
	margin:0;
	background-color:#fafafa;
}

#rightside {
	width: 300px;
	padding: 7px;
	margin:0;
	border: 1px solid #dddddd;
	float: right;
	background-color:#eeeeee;
}

#rightside-content {
	width:auto;
	padding:5px;
	margin-bottom: 7px;
	background-color:#fafafa;
	line-height: 1.5em;
}

#rightside-content-ads {
	width:auto;
	padding:0;
	margin-bottom: 7px;
	background-color:#fafafa;
}

#rightside-content-adv {
	width:auto;
	padding:5px;
	text-align: center;
	margin-bottom: 7px;
	background-color:#fafafa;
}



#clear {
	clear: both;
	margin-top:-5px;
}

div.bol {
	background-color:#eeeeee;
	width: 80%;
	height:1px;
	line-height: 1px;
	margin:17px auto;
}

div.author {
	width:auto;
	text-align:right;
	padding:0 17px;
	font-weight:bold;
}

div.quote {
	padding:5px;
	line-height:1.5;
	text-align:justify;
}

div.quote:hover {
	background-color:#eeeeee;
}

div #title {
	width: 100%;
	height: 17px;
	background-image:url(images/line.png);
	background-repeat: repeat-x;
	padding-left:7px;
	padding-top: 1px;
	margin-bottom:7px;
	text-align:left;
	font-weight:bold;
	color:#FFF;
}

div.collapsable {
	display: none;	
	margin: 11px 0px 11px 5px ;
	margin-top: 11px;
	font-weight:bold;
}

div.uncollapse {
	display: block;
}

div.col_title {
	color:#000;
	width:90%;
	font-weight:bolder;
	font-size:1em;
	cursor:pointer;
}

div.titleline {
	background-color:#E4E4E4;
	width: 90%;
	height:1px;
	margin:3px 0px 5px -3px;
}

input.login {
	width:90%;
	height: 15px;
	font-size:10px;
	padding:1px;
	margin: 0px 0px 3px 0px;
	border:1px solid #666;
}

div.bio {
	line-height: 1.5;
	text-align:justify;
	margin: 0px 0 17px;
}

div.bio p{
	margin-bottom: 1em;
}

h3.bio-img-text {
	margin: 6px 0px 0px 0px;
	font-size:1em;
	font-weight:normal;
}

p.source {
	font-size: 0.8em;	
}


div.bio-image {
	background-color: #F3F3F3;
	color:#9e0c0c;
	width:240px;
	border: 1px solid #ddd;
	padding: 7px;
	text-align: center;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.alignright, img[align="right"] {
	float: right;
	margin: 0 0 11px 11px;
	display: block;
	}
	
div.movieinfo {
	margin: 1px 3px 11px 7px;
}

div.movieinfo p {
	margin-top: 0px;
	margin-bottom: 7px;
}

div.quote strong {
	color:#333;	
}

