/*
Theme name: Misfits of Scifi
Theme URI: http://www.misfitsofscifi.com
Description: This is the official v1.0 Wordpress theme for Misfits of Scifi
Version: 1.0
Author: Jonathan Straw
Author URI: http://www.jonathanstraw.com
*/

@import "headerlayout.css";
@import "postlayout.css";
@import "sidebarlayout.css";
@import "footerlayout.css";
@import "topbarlayout.css";

/*MAIN LAYOUT*/
#upperBG{
	width: 100%;
	height: 224px;
	background: #000000 url('images/headerBg.png') repeat-x;
}

#lowerBG{
	clear: both;
	width: 100%;
	height: 64px;
	background: #000000 url('images/footerBg.gif') repeat-x;
}

#pageWrap{
	margin: 0px auto 0px auto;
	width: 1024px;
}

#headerWrap{
	margin: 0px auto 0px auto;
	width: 1024px;
	height: 224px;
}

#contentWrap{
	float: left;
	width: 768px;
}

#topbarWrap{
	float: left;
	width: 768px;
	height: auto;
		min-height: 168px;
}

#adWrap{
	float: left;
	width: 256px;
	height: auto;
		/*min-height: 256px; for testing*/
}

#sidebarWrap{
	clear: both;
	float: left;
	width: 192px;
	height: auto;
		min-height: 256px; /*for testing*/
}

#postWrap{
	float: left;
	width: 576px;
	height: auto;
		/*min-height: 256px; for testing*/
}



#footerWrap{
	clear: both;
	margin: 0px auto 0px auto;
	width: 1024px;
	height: 64px;
		/*min-height: 32px; for testing*/
}
/*END MAIN LAYOUT*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, html{
	
	margin: 0;
	padding: 0;
	
}

body{

	margin: 0;
	font-family: Lucida Console, Monoco, monospace;
	font-size: 12px;
	text-align: left;
	vertical-align:top;
	background: #000000;
	color: #6dcff6;

}

a img{
	border: none;
}

/*Let's put all the text styles here, and put all the layout in imported css files*/
p{
	margin: 8px 8px 8px 8px;
}
p.txtInfo{
	margin: 0px 0px 0px 0px;
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #ffffff;
}
p.txtHeadline{
	margin: 0px 0px 0px 0px;
	font-family: Impact, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	text-align: left;
	color: #6dcff6;
}
p.txtAuthor{
	margin: 0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
	font-family: Lucida Console, Monoco, monospace;
	font-size: 18px;
	/*font-weight: lighter;*/
	text-align: left;
	color: #6dcff6;
}
p.txtDate{
	margin: 0px 0px 0px 0px;
	font-family: Lucida Console, Monoco, monospace;
	font-size: 10px;
	/*font-weight: lighter;*/
	text-align: left;
	color: #6dcff6;
}
.txtContent{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	/*font-weight: lighter;*/
	text-align: left;
	color: #6dcff6;
}
.txtSidelines{
	margin: 4px 0px 0px 0px;
	font-family: Lucida Console, Monoco, monospace;
	font-size: 14px;
	line-height: 15px;
	/*font-weight: lighter;*/
	text-align: left;
	color: #6dcff6;
}
.sidebarTitle{
	margin: 32px 0px 32px 0px;
	font-family: Lucida Console, Monoco, monospace;
	font-size: 16px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	color: #6dcff6;
	height: 64px;
}
p.txtFooter{
	margin: 0px 0px 0px 0px;
	font-family: Lucida Console, Monoco, monospace;
	font-size: 10px;
	/*font-weight: lighter;*/
	text-align: center;
	color: #6dcff6;
	height: 64px;
	margin: 32px 0px 32px 0px;
}

a:link{ color: #fff799; text-decoration: none; }
a:visited{ color: #00aeef; text-decoration: none; }
a:hover{ color: #fffcd9; text-decoration: underline; }

/*end styles*/