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

/* CSS for Night Owl City Jonathan Rissmeyer */

body {
	background-color: #262524;
	font: 12px/20px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #eeeadd;
}

/* @Big Picture 27August13 */

img.topbg {
			
			min-width: 640px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
			
			z-index:-1;/
		}
		
@media screen and (max-width: 1200px){
			img.bg {
				left: 50%;
				margin-left: -600px; }
		}

/* @end */



/* @group Structure */

#FlexiAll {
	padding:0;

	margin:0;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
}

#FlexiTop {

	font: bold 20px/25px;
	vertical-align: middle;
	margin-top: -8px;
}

#FlexiTitle {
}

#FlexiHeader {
	padding-top: 20px;
}

#FlexiMain {
	display: inline-block;
}


#FlexiFooter {
	padding-top: 20px;
}


#FlexiBottom {
	z-index: 100;
}



/* @end */

/* @group Style */

ul {
	list-style-type: none;
	list-style-position: inside;
	text-indent: -35px;
}

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

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

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

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

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

#linkroll {
}

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

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

#caption {
	color: #ccc;
	font-size: 12px;
	line-height: 25px;
}

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 */


