/* 
	Theme Name: Chrome WordPress Theme
	Theme URL: http://www.studiopress.com/themes/chrome
	Description: Chrome is a 2-column Widget-ready theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 2.0
	Tags: two columns, fixed width, black, white, gray, blue, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v2.0 - 1/24/09
		Second Release of Chrome, to ensure compatibility with WordPress 2.7
*/

body {
	background: #FFFFFF;
	color: #555555;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto 0px;
	padding: 0px;
}
#wrap {
	background: #FFFFFF url(images/bg.png) repeat-x;
	color: #555555;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto 0px;
	padding: 0px;
}
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
}
a:focus, a:hover, a:active {
	outline: none
}
/************************************************
*	Header  									*
************************************************/

#header {
	background: url(images/header.png);
	width: 960px;
	height: 100px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
}
#header h1 {
	color: #333333;
	font-size: 36px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
}
#header h1 a, #header h1 a:visited {
	color: #333333;
	font-size: 36px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#header h1 a:hover {
	color: #333333;
	text-decoration: none;
}
.headerleft {
	width: 450px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.headerleft p {
	color: #333333;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
.headerright {
	width: 500px;
	float: right;
	margin: 0px;
	text-align: right;
	font-size: 11px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.headerright p {
	margin: 0px;
	padding: 0px;
}
.headerright a, .headerright a:visited {
	color: #4E657F;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.headerright a:hover {
	color: #536C80;
	text-decoration: underline;
}
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	width: 960px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
}
#nav {
	margin: 0px;
	padding: 0px;
}
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li a, #nav li a:link, #nav li a:visited {
	color: #536C80;
	display: block;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	background: url(images/navtop_bg.png) no-repeat left top;
}
#nav li a:hover, #nav li a:active {
	/*background: #FFFFFF;*/
	color: #254870;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #FFFFFF;
	width: 170px;
	color: #666666;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
#nav li li a:hover, #nav li li a:active {
	background: #999999;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
}
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
}
#nav li li {
}
#nav li ul a {
	width: 160px;
}
#nav li ul a:hover, #nav li ul a:active {
}
#nav li ul ul {
	margin: -30px 0 0 191px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	position: static;
}
/************************************************
*	SubNavbar      								*
************************************************/

#subnavbar {
	width: 960px;
	height: 35px;
	color: #FFFFFF;
	margin: 1px auto 0px;
	padding: 0px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#subnav {
	margin: 0px;
	padding: 0px;
}
#subnav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#subnav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#subnav li a, #subnav li a:link, #subnav li a:visited {
	color: #B6D1EB;
	display: block;
	margin: 0px;
	text-decoration: none;
	padding: 10px 15px 8px;
	background: url(images/subnav.png) no-repeat left top;
}
#subnav li a:hover, #subnav li a:active {
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 10px 15px 8px;
}
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #F4F6F9;
	width: 170px;
	color: #CC6600;
	float: none;
	margin: 1px 0px 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D3DDE9;
	border-bottom-color: #D3DDE9;
	border-left-color: #D3DDE9;/*text-transform: none;
	font-family: Arial, Helvetica, sans-serif;*/
	padding: 5px 10px 5px 15px;
}
#subnav li li a:hover, #subnav li li a:active {
	background: #3472AF;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 0px;
}
#subnav li li {
}
#subnav li ul a {
	width: 160px;
}
#subnav li ul a:hover, #subnav li ul a:active {
}
#subnav li ul ul {
	margin: -30px 0 0 191px;
}
#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover1 ul ul, #subnav li.sfhover1 ul ul ul {
	left: -999em;
}
#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover1 ul, #subnav li li.sfhover1 ul, #subnav li li li.sfhover1 ul {
	left: auto;
}
#subnav li:hover, #subnav li.sfhover {
	position: static;
}
/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage {
	float: left;
	width: 690px;
	margin: 0px 0px 15px 0px;
	padding: 20px 19px 0px 0px;
	border-right: 1px solid #D3DDE9;
	background-image: url(images/content_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#homepage a, #homepage a:visited {
	color: #1779BB;
	text-decoration: none;
	border-bottom: 1px dotted #1779BB;
}
#homepage a:hover {
	color: #1779BB;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
#homepage p {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
#homepage h1 {
	color: #222222;
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
}
#homepage h1 a {
	color: #222222;
	text-decoration: none;
	border: none;
}
#homepage h1 a:hover {
	color: #666666;
	text-decoration: none;
	border: none;
}
#homepage h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 0px 10px;
}
#homepage h3 {
	color: #536C80;
	font-size: 11px;
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/h2_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 4px 0px 3px 33px;
}
#homepage h4 {
	color: #CE6435;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
#homepage embed, #homepage object {
	width: 250px;
	height: 205px;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
#homepage ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 15px 0px;
}
#homepage ul li {
	background: url(images/arrow.png) no-repeat left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}

.homepageleft {
	float: left;
	width: 396px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-right: 1px solid #D3DDE9;
	border-bottom: 1px solid #D3DDE9;
	border-left: 1px solid #D3DDE9;
}
.homepageright {
	float: right;
	width: 270px;
	margin: 0px 0px 20px;
	padding: 0px;
	border-left: 1px solid #D3DDE9;
	border-right: 1px solid #D3DDE9;
	border-bottom: 1px solid #D3DDE9;
}
.homebox {
	margin: 0px;
	padding: 5px 10px 0px 10px;
}
#fcg {
	background: #F8F8F8;
	margin: 0px 0px 20px 0px;
	padding: 10px;
}
#fcg p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
}
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 20px 0px 0px 0px;
	line-height: 20px;
}
#contentleft {
	float: left;
	width: 690px;
	margin: 0px 0px 15px 0px;
	padding: 20px 19px 20px 0px;
	border-right: 1px solid #D3DDE9;
	background: url(images/content_bg.png) no-repeat right top;
}
#contentwide {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #DDDDDD;
}
#contentwide a, #contentwide a:visited {
	color: #1779BB;
	text-decoration: none;
	border-bottom: 1px dotted #1779BB;
}
#contentwide a:hover {
	color: #1779BB;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
#contentleft h1, #contentwide h1 {
	color: #737373;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px 5px;
	padding: 0px;
	line-height: 24px;
	letter-spacing: -1px;
}
#contentleft h1 a, #contentwide a {
	color: #536C80;
	text-decoration: none;
	border: none;
}
#contentleft h1 a:hover, #contentwide a:hover {
	color: #CC6600;
	text-decoration: none;
	border: none;
}
#contentleft h2, #contentwide h2 {
	color: #CE6435;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	background: url(images/comments_bg.png) no-repeat left top;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 35px;
}
#contentleft h3, #contentwide h3 {
	color: #4E657F;
	font-size: 14px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom:1px dotted #CCD7E2;
	text-transform: uppercase;
	background: url(images/h5_bg.png) no-repeat left top;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 20px;
}
#contentleft h4, #contentwide h4 {
	color: #7E7E7E;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-weight: bold;
	padding: 0px;
	text-transform: uppercase;
	border-bottom:1px dotted #CCD7E2;
	margin: 15px 0px 10px 0px;
}
#contentleft h5, #contentwide h5 {
	color: #4E657F;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 5px 20px;
	background: url(images/h5_bg2.png) no-repeat left top;
	border-bottom: 1px solid #FFFFFF;
}
#contentleft h5 a, #contentwide h5 a {
	color: #CC6600;
	text-decoration: none;
	border-bottom: 1px dotted #CC6600;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
#contentleft h5 a:hover, #contentwide h5 a:hover {
	color: #1779BB;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
#contentleft h6, #contentwide h6 {
	color: #4E657F;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 5px 20px;
	border-bottom: 1px solid #FFFFFF;
}
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}
#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}
.postarea strong {
	color: #333333;
}
.postarea p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 18px;
}
.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {
	color: #1779BB;
	text-decoration: none;
	border-bottom: 1px dotted #1779BB;
}
.postarea a:hover, .postcomments a:hover {
	color: #1779BB;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
}
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
}
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.postarea ul li {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	background: url(images/arrow2.png) no-repeat left top;
}
.postarea ul ul li {
	background: url(images/arrow2.png) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}
blockquote {
	margin: 10px 84px 15px 0px;
	padding: 0px 0px 20px;
	background: url(images/block_bot.png) no-repeat left bottom;
	line-height: 18px;
	color: #666666;
}
.postarea blockquote ul {
	list-style-type: none;
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 15px;
}
.postarea blockquote ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.postarea blockquote ul li {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 10px;
	background: url(images/arrow2.png) no-repeat left top;
}
.postarea blockquote ul ul li {
	background: url(images/arrow2.png) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}
#content blockquote h2 {
	font-size: 12px;
	font-weight: bold;
	background: url(images/block_top.png) no-repeat left top;
	margin: 0px;
	padding: 7px 20px 5px 30px;
	color: #536C80;
	font-family: Arial, Helvetica, sans-serif;
	border:none;
}
#content blockquote p {
	margin: 0px;
	padding: 10px 30px;
}
.postauthor {
	font-size: 11px;
	color: #666666;
	border-bottom: 1px solid #DBDBDB;
	margin: 0px 0px 10px;
	padding: 0px;
}
.postauthor a, .postauthor a:visited {
	color: #1779BB;
	border-bottom: 1px dotted #FFFFFF;
}
.postauthor a:hover {
	color: #1779BB;
	text-decoration: none;
	border-bottom: 1px dotted #1779BB;
}
.postmeta {
	font-size: 10px;
	margin: 0px 0px 50px 0px;
	padding: 5px 10px 5px 10px;
	color: #8EA1B6;
	background-color: #F3F6F9;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-top: 1px dotted #CCD7E2;
}
.postmeta a, .postmeta a:visited {
	color: #536C80;
	border-bottom: 1px dotted #F3F6F9;
}
.postmeta a:hover {
	color: #536C80;
	text-decoration: none;
	border-bottom: 1px dotted #536C80;
}
.postmeta p {
	margin: 0px;
	padding: 0px;
}
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
}
.archive {
	float: left;
	width: 320px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
}
/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
}
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
}
img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}
.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #F8F8F8;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
}
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar {
	float: right;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	line-height: 18px;
}
#sidebar a, #sidebar a:visited {
	color: #1779BB;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1779BB;
}
#sidebar a:hover {
	color: #1779BB;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
#sidebar h2 {
	color: #536C80;
	font-size: 11px;
	font-family: "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	background: #FFFFFF url(images/sidebar_bg.png) no-repeat left top;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 4px 32px;
}
#sidebar h3 {
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
#sidebar p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
#sidebar .widget {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color: #555555;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
#sidebar ul ul li a:hover {
	color: #1779BB;
	text-decoration: none;
	border-bottom: 1px dotted #1779BB;
}
#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#sidebar ul li li {
	background: url(images/arrow2.png) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}
#sidebar ul li ul li {
	background: url(images/arrow2.png) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}
.textwidget {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#sidebar img {
	float: left;
	border: none;
	margin: 5px 10px 0px 0px;
	padding: 0px;
}
/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background: #FFFFFF url(images/footer.png) repeat-x left top;
}
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 960px;
	height: 80px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
.footertop {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 18px 0px 0px 0px;
}
.footerbottom {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
.footerbottom a, .footertop a {
	color: #666666;
	text-decoration: none;
}
.footerbottom a:hover, .footertop a:hover {
	color: #000000;
	text-decoration: underline;
}
/************************************************
*	Search Form									*
************************************************/

.postform {
	background: #F8F8F8;
	width: 240px;
	color: #555555;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #D1E8ED;
}
#cat {
	background: #FFFFFF;
	color: #555555;
	margin: 5px 0px 0px 10px;
}
#subscribe {
	margin: 0px;
	padding: 0px 0px 5px;
	overflow: hidden;
}
#subbox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 175px;
	color: #536C80;
	font-family: Arial, Tahoma, Verdana;
	border: 1px solid #AFC0D5;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px 3px 0px 10px;
	padding: 2px 4px;
}
#subbutton {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 11px;
	border: 1px solid #EE811C;
	background: #EE811C url(images/submit_bg.png) no-repeat left top;
	padding: 1px 3px 0px 3px;
	text-transform: uppercase;
}
#searchform {
	margin: 5px 0px 0px 10px;
}
#searchformheader {
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#searchbox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 195px;
	color: #536C80;
	font-family: Arial, Tahoma, Verdana;
	border: 1px solid #AFC0D5;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px 3px 0px 0px;
	padding: 2px 4px 2px 4px;
}
#searchbutton {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	font-size: 11px;
	border: 1px solid #EE811C;
	background: #EE811C url(images/submit_bg.png) no-repeat left top;
	padding: 1px 3px 0px 3px;
}
#s {
	background: #F8F8F8;
	width: 170px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: 1px solid #DDDDDD;
}
#searchsubmit {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: inline;
}
#submit {
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #809DB6;
	background-color: #9FAEBD;
	background-image: url(images/send.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#author, #email, #url {
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #DBDBDB;
	background-color: #FFFFFF;
}
#comment {
	color: #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #DBDBDB;
	background-color: #FFFFFF;
}
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	background: #FFFFFF;
	float: right;
	border: 1px solid #DBDBDB;
	padding: 2px;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}
.commentlist p {
	font-weight: normal;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
}
#commentform {
	margin: 5px 10px 0px 0px;
}
#commentform textarea {
	width: 98%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#commentform p {
	margin: 5px 0px 5px 0px;
}
#commentform #submit {
	margin: 0px;
	float: left;
}
.alt {
	margin: 0px;
	padding: 10px;
}
.commentlist {
	margin: 0px;
	padding: 0px;
}
.commentlist ol {
	margin: 0px;
	padding: 10px;
}
.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
.children {
	margin: 0px;
	padding: 0px;
}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.reply a, .reply a:visited {
	background: #557EA6;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #2A4E7B;
}
.reply a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FF6205;
	background-color: #FF6205;
}
.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.thread-alt {
	background: #F3F6F9;
	margin: 0px;
	padding: 0px;
}
.thread-even {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
.depth-1 {
	border: 1px dotted #CCD7E2;
	margin: 0px;
	padding: 0px;
}
.even, .alt {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	border-left-color: #DBDBDB;
}
img#wpstats {
	display: none;
}
