/*
Theme Name: Nathan Fillion 2010


*/
body {
	background-color: #696F7B;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial;
	font-size: 13px;
	line-height: 20px;
	color: #B0B9BF;
	background-image: url(images/pagebg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#outerwrapper {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	min-height: 820px;
}
#innerwrapper {
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 920px;
	padding-top: 110px;
}

#content {
	float: left;
	width: 645px;
	padding-left: 10px;
}

#navbar {
	float: left;
	width: 650px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #474D5D;
	background-image: url(images/menubg.png);
}
#navbar ul { 
	margin: 0px; 
	padding: 7px; 
	list-style-type: none; 
	font-size: 14px;
	font-family: "verdana"; 
}
#navbar li {
	display: inline;
	padding: 6px;
}
#navbar li a {
	text-decoration: none;
	color: #B0B9BF;
}
#navbar ul li a:hover, #navbar ul .current_page_item a:link, #navbar ul .current_page_item a:visited { 
	color: #E3E7E8; 
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #373C46;
	margin-top: 15px;
	margin-bottom: 2px;
	}

a, h2 a:hover, h3 a:hover {
	color: #31353E;
	text-decoration: none;
	}

a:hover {
	color: #BBBFC6;
	text-decoration: underline;
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
img {
	background-color: #626C7D;
	border-top-color: #32373F;
	border-right-color: #32373F;
	border-bottom-color: #32373F;
	border-left-color: #32373F;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.navalignright {
	float: right;
	}

.navalignleft {
	float: left;
	}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	text-align: center;
	height: 80px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#footertext {
	padding-top: 50px;
	color: #393F4A;
	font-style: italic;
}
