/* @override http://www.nightowlcity.org/pub/skins/flexi/flexiMovies.css */

body {
	background-color: #111;
	font: 14px/1.6em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #797979;
}

/* @group Structure */

#FlexiAll {
	padding:0;
	margin:0;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
    background-color: #27221C; 
}

#FlexiTop {
	vertical-align: middle;
	margin-top: -8px;
    background-color: #2E201E;
}

#FlexiTitle {
        background-color: #3E3A28;
}

#FlexiHeader {
	padding-top: 20px;
    background-color: #171D27;
}

#FlexiMain { 
	width: 590px;
	display: inline-block;
	float: left;
    background-color: #231E18;
}

#FlexiRight { 
    display: inline-block;
	position: relative;
    Top: -12em;
	width: 200px;
	float: right;
	background-color: #332F23;
}

#FlexiFooter {
	padding-top: 20px;
	clear: both;
    background-color: #1D1515;
}

#FlexiBottom {
	z-index: 100;
	clear: both;
     background-color: #22231D;
}



/* @end */

/* @group Style */

* {
	
}

ul {
	list-style-type: none;
	margin-left: -30px;
	text-indent: -10px;
	line-height: 18px;
}

#Titlelist { 
	width: 125px;
}

a { 
	color: #adadad;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-style: italic;
}

#FlexiTop a {
	text-decoration: none;
	color: #999;
	font-size: 12px;
	line-height: 18px;
}

h3 { 
	font-size: 20px;
	line-height: 0;
}

h4 { 
	font-size: 10px;
	line-height: 13px;
	margin-top: -5px;
}

#Yearlist { 
	font-size: 20px;
}

.RecentTitle { 
	direction: ltr;
	text-align: right;
	width: 145px;
	padding: 0;
}

.fpltemplate {  
		list-style-position: outside;
	opacity: 1;
	direction: ltr;
}

hr { 
	border-color: #2b2b2b;
	border-width: 1px;
}

#linkroll { 
}

#FlexiBottom { 
	color: #999;
	font-size: 10px;
	line-height: 16px;
}

#FlexiBottom a {
	color: #999;
	font-size: 10px;
	line-height: 16px;
}

table.quickref { 
	background-color: #000;
	color: #fff;
}

textarea#text { 
	background-color: #333;
	color: #ccfe39;
}

div.legal p {
	font-size: 80%;
	color: #666;
}

div.legal a {
		color: #666;
}

/* @end */

/* Sitewide Nagivation Added 09 April 09 */
/* @group Sitewide Navigation */
	#nav {
	margin:0;
	padding:0;
}
	#nav li {
	position: relative;
	top: -1px;
	left: 1%;
	display:inline;
	padding:0;
	margin:0;
}
	#nav a:link,
	#nav a:visited {
	color: #666;
	background: #0d0d0d;
	padding:2px 5px 2px 5px;
	width:auto;
	border-right:5px solid #111;
	text-decoration:none;
	font: 10px/10px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}
	#nav a:hover {
	color:#333;
	background:#ccc;
	}

	#nav a:active {
	background: #ff9a00;
	color:#333;
	}

/* @end */



