body {

	background: #000 url(../images/background.gif) top center repeat;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	font-size:62.5%;

}

/* General Definitions */

a, a:link, a:active, a:visited { color: #808080; }
a:hover{
	text-decoration: none;
}

h1, h2, h3, h4, h5{
	color: #fff;
	margin: 0 0 .2em 0;
}
h1{
	font-size: 2.2em;
	color:#fff;
	margin-left: 290px;
	width:349px;
	height:85px;
	text-indent:-999em;
	background: url('../images/coreysheader.png') top left no-repeat;
}
h1{	font-size: 2.2em; 	color:#333; padding: 10px;}
h2{ font-size: 1.8em; }
h3{ font-size: 1.6em; }
h4{ font-size: 1.4em; }

p{ 
	margin: 0 0 .8em 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;	
}

ul, ol { margin: 0 0 10px 20px; list-style-position:inside; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }

blockquote {
	margin: 15px 30px;
	padding: 4px 0 4px 10px;
	border-left: 3px solid #ccc;
	font-style:italic;
}

/* Layout and Coloring */

#page {

	display: block;
	text-align: center;

}

#layout {
	
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size:1.3em;
}

#header {
	background: none;
	color: fff;
	margin: 0;
	padding: 0;
}

#header #logo {
	position: relative;
	z-index: 400;
}

#header #slides {
	width: 800px;
	height: 175px;
	overflow:hidden;
}

.nav ul {

	list-style: none;
	margin: 0;
	padding: 0;

}

.nav ul li {

	float: left;

}

.nav ul li a {

	display: block;
	padding: .9em;
	text-decoration: none;

}

.nav ul li a:hover {

	color: #fff;

}

#topNav{

	height:33px;
	padding: 0 0 10px 0;
}

#topNav li {
	padding: .7em 1.2em .7em 1.2em;
	width: 100px;
	
}

ul#menu a {
	color: #808080;
	text-decoration: none;
	font-size: .8em;
	font-weight: 900;
	padding-top: 30px;
	padding-bottom: 30px;
}

ul#menu * {
	margin: 0; padding: 0;
}

ul#menu li {
	text-align:center;
	position: relative; /*--Declare X and Y axis base--*/
	z-index:50;
}

ul#menu li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 33px;
	float: left;
	margin: 12px 0 0 0;
}
	
ul#menu li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 45px;
	background: #000000;
	opacity:0.7;
	filter:alpha(opacity=70)
	text-align: center;
	text-decoration: none;
	display: none;
	float: left;
	width: 120px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

ul#menu li ul.subnav li {
	background:none;
}

ul#menu li ul.subnav li{
	clear: both;
	width: 126px;
	padding:0 12px;
}
	
ul#menu li ul.subnav li.last{
	border-bottom:none;
	padding-bottom: 5px;
}
	
html ul#menu li ul.subnav li a {
	float: left;
	display:block;
	color:#fff;
	padding: 5px 0;
}

#container {

	clear: both;
	background: none;
	font-size: 1.3em;
	line-height: 1.25em;
	width:100%;
}

#container #content {

	width: 800px;

}

#slides {
	width: 800px;
	height: 400px;
	overflow: hidden;
	padding: 0 0;
	margin-top:50px;
}

#footer {

	overflow:hidden;
	margin-bottom:20px;
}

#copyright{
	overflow:hidden;
	clear:both;
	color:#808080;
	background: none;
	text-align: center;
	font-size: .8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#monstersandrobots #content img	{
	margin: 0 0;
	border:none;
}

#home #content	{
	height:550px;
}


/* General Class Definitions */

.clear{ clear: both; }

.image { margin: 8px; }

.right { float: right; }

.left { float: left; }

/* feedburner */

.feedburnerFeedBlock *{
	padding: 0;
	margin:0;
}

.feedburnerFeedBlock .feedTitle {
	letter-spacing: 1px;
	padding: 0 0 5px 0;
	font-size:.9em;
}
.feedburnerFeedBlock .feedTitle a {color:#808080;text-decoration:none;font-family:Verdana, Arial, Helvetica, sans-serif;}
.feedburnerFeedBlock .feedTitle a:hover {text-decoration:underline;}


.feedburnerFeedBlock ul  {
	padding: 0 0 15px 0;
}
.feedburnerFeedBlock ul li {
	list-style-type: none;
	font-size: .8em;
	text-decoration: none;
	margin-top: 10px;
	line-height: 1.2em;
}

.feedburnerFeedBlock .headline a {color:#ffffff;text-decoration:none;}
.feedburnerFeedBlock .headline a:hover {text-decoration:underline;}

.feedburnerFeedBlock .date { color:#808080; margin: 0 10px; padding: 0 10px; border-left: 1px solid #CBCFAA; border-right: 1px solid #CBCFAA; display: inline;}
.feedburnerFeedBlock div { color:#808080; display: inline;}

.fbsubscribelink { padding: 0 0 30px 0; }
.fbsubscribelink a { color:#808080; }
.fbsubscribelink a:hover { text-decoration:none; }
#creditfooter { display:none; }
