@charset "UTF-8";
/* Universal styles */
a {
	color:#C0A810;
	outline: none;
}
a:hover {
	color:#fff;
	text-decoration:none;
}
/*a:visited {
	color:#818285;
}*/
body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: 1em;
	font-weight:normal;
	color: #bdbec0;
	line-height: 120%;
	background-color: #010101;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #bdbec0;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
body {letter-spacing: -.075em; line-height: 110%; }
}
fieldset {
	float:left;
	clear:left;
	width:100%;
	margin:16px 0 0 0;
	padding:0;
	border:none;
	background: url(../images/form-bg.png) no-repeat top left;
}
fieldset.eval {
	float: none;
	width: 575px;
	margin:-18px 0 0 -25px;
	padding:15px 0 0 100px;
	border:none;
	background:none;
}
legend {
/*
	margin-left: 16px;
*/
	display: none;
}
fieldset ol {
	padding: 16px 16px 0 0;
	margin:0;
	list-style: none;
	float:none;
}
fieldset li {
	/*float: left;*/
	clear: left;
	/*display:inline-block;*/
	width: 100%;
	line-height:1.13em;
	padding-bottom: 16px;
	margin:0;
}
fieldset.submit {
	width:100%;
	border-style: none;
	margin-top: 0;
	padding: 10px 0 50px 176px;
	background: url(../images/form-bg-bottom.png) no-repeat top left!important;
}
fieldset.submiteval {
	width:439px;
	padding: 10px 0 50px 280px;
	margin: 0 0 0 -25px;
	background: url(../images/form-bg-bottom.png) no-repeat top left;
}
h1, h2, h3, h4, h5 {
	padding:0px 0px 0px 0px!important;
	margin:0px 0px 0px 0px;
	letter-spacing: -.035em;
	font-weight:bold;
	margin-bottom:.25em;
}
h1 {
	color: #bdbec0;
	font-size:1.04em;
	line-height:1.25em;
	margin-bottom:15px!important;
}
h2 {
	color: #bdbec0;
	font-size: 1.19em;
	font-style:italic;
}
h3 {
	color: #818285;
	font-size:1.04em;
	line-height:1.25em;
	margin-bottom:15px!important;
}
h4 {
	font-size: 1.88em;
	color:#C0A810;
}
h5 {
	font-size: 105%;
	line-height: 100%;
	color: #354C64;
}
label {
	float: left;
	/*display:inline;*/
	width: 160px;
	margin: 0 16px 16px 0;
	padding:0;
	text-align: right;
}
p {
	margin:0 0 20px 0;
	padding-top:0px;
}
.bottom {
	margin-bottom:0px;
}
.bottom a:hover {
	color: #fff!important;
}
input {
	padding:0;
	margin:0;
}
input.submit {
	background: #818285;
	font-size: 1em;
	color: #010101;
	padding:5px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size:.95em!important;
	font-weight:bold;
	letter-spacing: -1px;
}
input.field {
	background: #bdbec0;
	color:#010101;
	border: none;
	padding:7px;
	margin:0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size:.8em!important;
}
textarea.field {
	background: #bdbec0;
	color:#010101;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: .8em;
	border:none;
	padding:7px;
	margin:0;
}
select {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size:.8em!important;
	color:#010101;
	background: #bdbec0;
	padding:5px 0 5px 5px;
}
.checkbox {
	margin-top:10px;
}
.arrow {
	display: inline-block;
	width: 11px;
	height: auto;
	position: relative;
	top: 1px;
	margin-right: 5px;
}



/* Content styles */

.black_em {
	color:#010101;
}
.blue_em {
	color:#223460;
}
#contentLib {
	margin: 40px 0 30px 2px;
	position: relative;
}
.homeRight	{
	margin: 18px 0 25px 3px!important;
	text-align: left;
	width: 162px!important;
}
#contentLib div {
	position: absolute;
	top: 10px;
	left: 12px;
	width: 155px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#contentLib div h5 { letter-spacing: -.1em!important; }
}
.narrow	{
	width: 140px!important;
	top: 10px!important;
	left: 13px!important;
}
#contentLib h5 {
	margin: 0 0 13px 0;
}
.narrow h5 {
	margin: 0 0 8px 0!important;
	padding: 0;	
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.narrow h5 { letter-spacing: -.1em!important; }
}
#contentLib div p {
	font-size: 85%;
	color: #010101;
	margin-bottom: 6px;
}
#contentLib div p.spacer {
	margin-bottom: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#contentLib div p { letter-spacing: -.1em!important; }
}
.narrow p {
	margin-bottom: 10px!important;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.narrow p { letter-spacing: -.1em!important; }
}
#contentLib a {
	display: inline-block;
	width: 120px;
	color: #7D1A1F;
	position: relative;
	bottom: 10px;
	left: 7px;
}
/*.homeRight a {
	margin-bottom: 7px!important;
}*/
/* *:first-child+html #contentLib a {
	top: -5px;
	margin-bottom: 7px!important;
}*/
.ltgray_em {
	color: #bdbec0!important;
	font-size: 1.1em!important;
}
.findmore {
	float:left;
	width:97px;
	height:75px;
	margin: 0 15px 0 -6px;
}
.findmore a {
	width:97px;
	height:75px;
	background:url(../images/find-out-more.gif) no-repeat;
	background-position: 0px 0px;
	display:block;
}
.findmore a:hover {
	background-position: 0px -75px;
}
#footerCopyright {
	width:auto;
	float:left;
	text-align:left;
	line-height: 1.33;
	font-size: 80%;
}
#footerLogo {
	width:auto;
	float:right;
}
.green_em {
	color:#78b23a;
}
#homeContent p {
	color:#fff;
	font-size:.90em;
	/*line-height:1.3;*/
	font-weight:normal;
	margin-bottom:1.3em;
	letter-spacing:-.04em;
}
/*.homeContentLink {
	font-size: .8em!important;
}*/
.homeContentLink a {
	font-weight: normal!important;
	color: #fff!important;
}
.homeContentLink a:hover {
	color: #263669!important;
}
.translucent {
	background-color: #000;
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;
	position: absolute;
	width: 455px;
	height: 200px;
	top: 20px;
	left: 20px;
	z-index: 0;
}
.opaque {
	position: absolute;
	top: 25px;
	/*top: 35px;*/
	left: 25px;
	/*left: 35px;*/
	z-index: 100;
	width: 440px;
	height: 205px;
}
.opaque p {
	font-weight: normal;
}

#logo {
	float:left;
	margin: 20px 0 0 10px;
	width:469px;
}
#mainContent img {
	margin: 5px 10px 5px 0;
}
.quote {
	font-size: 110%;
	line-height:1.15!important;
	margin-bottom:15px!important;
	font-weight:normal!important;
	color:#818285;
}
#quoteCap {
	text-align:left!important;
	color:#818285!important;
	font-size:110%;
	line-height:1em!important;
}
.bio {
	background-image: none!important;
}
#bio {
	position: relative;
	text-align: center;
}
#bio p {
	font-size: 75%!important;
	margin-bottom: 45px!important;
	margin-left: -10px!important;
}
.reed {
	position: absolute;
	top: 186px;
	right: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.reed { top:175px; }
}
.morris {
	position: absolute;
	top: 488px;
	right: 0;
}
.morris {
	top /*\**/: 480px\9
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.morris { top:453px; }
}
.josh {
	position: absolute;
	top: 791px;
	right: 0;
}
.josh {
	top /*\**/: 795px\9
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.josh { top:746px; }
}
#bio span {
	display: block;
	margin-top: 5px;
}
#bio img {
	border: 1px solid #000;
}
#sidebar1 a span {
	display:none;
	margin: -70px 0 0 85px;
}
#sidebar1 a:hover {
	color:#818285;
	visibility:inherit;
}
#sidebar1 a:hover span {
	display:block;
	width:135px;
	height:100px;
	position:absolute;
	color:#bdbec0;
	background: #171C24 url(../images/header-bg.gif) repeat-x;
	background-position: center bottom;
	border:1px #818285 solid;
	padding:8px 10px 10px 10px;
	font-size:.85em;
	/*line-height:1.15em;*/
	letter-spacing:-.05em;
}
#sidebar1 p {
	margin-bottom: 1.05em;
	line-height: 130%;
}
#sidebar1 ul {
	list-style-type:disc;
	padding-left: 14px;
}
*:first-child+html #sidebar1 ul {
	padding: 0!important;
	margin: 0 0 1.05em 15px!important;
}
#sidebar1 ul li {
	/*line-height: 1.4;*/
	color: #C0A810;
	margin-bottom: .12em;
}

.whiteText {
	color: #BDBEC0;
}

#sidebar1 ul li a {
	text-decoration: none;
}
#sidebar1 ul li a:hover {
	color:#fff;
}
#sidebar1 ol {
	margin:0 0 20px 20px;
	padding-left:0px;
	color:#78b23a;
}
#sidebar1 ol li {
	margin-bottom:20px;
	/*line-height: 1em;*/
}
#sidebar1 ol li span {
	color:#818285;
	font-size:.75em;
	font-weight:normal!important;
}
#sidebar2 .facebook {
	width: 160px;
	height: 43px;
	margin: 50px 0 20px 15px;
	background: url(../images/facebook.gif) no-repeat 10px 7px;
	text-align:left;
	display: block;
}
#sidebar2 .twitter {
	width: 160px;
	height: 43px;
	margin: 0 0 20px 15px;
	background: url(../images/twitter.gif) no-repeat 10px 7px;
	text-align:left;
	display: block;
}
#sidebar2 .callus {
	width: 160px;
	height: 43px;
	margin: 0 0 20px 15px;
	background: url(../images/call-us.gif) no-repeat 10px 7px;
	text-align:left;
	display: block;
}
#sidebar2 .emailus {
	width: 160px;
	height: 43px;
	margin: 0 0 20px 15px;
	background: url(../images/email-us.gif) no-repeat 10px 7px;
	text-align:left;
	display: block;
}
#sidebar2 .mailus {
	width: 160px;
	height: 43px;
	margin: 0 0 20px 15px;
	background: url(../images/mail-us.gif) no-repeat 10px 7px;
	text-align:left;
	display: block;
}
#sidebar2 .para {
	width:107px;
	padding-top:5px;
	float:right;
}
#sidebar2 .para span {
	font-size:.8em;
	font-weight:normal!important;
}
.signup {
	width:197px;
	height:75px;
	float:left;
	margin: 0 0 0 -6px;
}
.signup a {
	width:197px;
	height:75px;
	background:url(../images/sign-up.gif) no-repeat;
	background-position: 0px 0px;
	display:block;
	margin-right:15px;
}
.signup a:hover {
	background-position: 0px -75px;
}
#talknow {
	float:right;
	clear:right;
	margin: 5px 12px 0 0;
	width:115px;
	height:45px;
}
#talknow a {
	width:115px;
	height:45px;
	background:url(../images/talk-now.gif) no-repeat;
	display:block;
}
#talknow a:hover {
	background-position:0px -46px;
}
#thankyou {
	width:702px;
	height: auto;
	padding:16px 0 275px 16px;
	margin:16px 0 0 0;
	background: url(../images/form-bg.png) no-repeat top left;
}
#thumb {
	float: left;
	height:auto;
	width:auto;
	margin: 0 0 0 20px;
}
#thumbCap {
	width:auto;
	height:auto;
	font-size:60%;
	line-height:115%;
	text-align:left;
	margin: 0 0 40px 90px;
	letter-spacing:normal;
}
#thumbClear {
	height: 1px;
	display: hidden;
	clear: both;
}



/* Navigation styles */
#footerNav {
	width:auto;
	margin:0;
	position:relative;
	left:0;
	z-index:0;
}
#footerNav a {
	font-weight:normal;
	color:#818285;
	display:inline-block;
}
#footerNav a:hover {
	text-decoration:none;
	color:#fff;
}
#footerNav a.on {
	color:#C0A810;
}
#footerNav a:hover.on {
	color:#fff;
}
#nav {
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight:normal;
	text-align:right;
	width:auto;
}
#nav a {
	text-decoration:none;
	color:#bdbec0;
}
#nav a:hover {
	text-decoration:none;
	color:#fff;
}
#nav ul {
	margin: 0;
	padding: 0;
	text-align:center;
	font-size:.8em;
}
#nav ul li {
	height: 20px;
	margin: 0;
	padding: 0 20px;
	list-style:none;
	display:inline-block;
	float:left;
	text-align: center;
	width:auto;
	font-size: 85%;
	letter-spacing: normal;
}
#nav ul li.on {
	background: url(../images/tab.gif) no-repeat;
	background-position: top center;
}
#nav ul li.onw {
	background: url(../images/tab-w.gif) no-repeat;
	background-position: top center;
}



/* Structure styles */
#homeButtons {
	height:75px;
	width:auto;
}
#header {
	width: 100%;
	height:100px;
	border-bottom: 1px solid #202020;
	margin-bottom: 50px;
	background: url(../images/header-bg.gif) repeat-x;
}
.inside {
	width: 100%;
	height:100px;
	border-bottom: 1px solid #202020;
	background: url(../images/header-bg.gif) repeat-x;
	margin-bottom:0px!important;
}
#headerContainer {
	width: 990px;
	height:100px;
	margin: 0 auto;
	background: url(../images/watermark.png) no-repeat;
	background-position: 700px 0;
	position: relative;
}

#footer {
	width:100%;
	border-top: 1px solid #202020;
	margin-top: 75px;
	font-size:.67em;
	color:#818285;
}
#footerInner {
	width:925px;
	height:110px;
	padding-top:15px;
	background: url(../images/footer-bg.jpg) no-repeat;
	background-position: top center;
	margin:0 auto;
	text-align:center;
}
#container { 
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	display:inline-block;
}
.secondary { 
	background: url(../images/interior-bg.jpg) no-repeat;
	background-position: top center;
	padding-top: 50px;
	display:inline-block;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 0 12px; /* padding keeps the content of the div away from the edges */
	height:565px;
	font-size: 80%;
	letter-spacing: -.05em;
}
.home {
	background: url(../images/l-col-home.jpg) no-repeat;
	background-position: top left;
}
.interior {
	background: url(../images/l-col-int.jpg) no-repeat;
	background-position: top left;
	height:auto!important;
}
.interior li {
	line-height: .9em!important;
	padding-bottom: 0!important;
	font-weight: bold;
	font-size: 1em!important;
}
.interior2 {
	background: url(../images/l-col-int.jpg) no-repeat;
	background-position: top left;
	height:auto!important;
}
.interior2 li {
	line-height: .9em!important;
	padding-bottom: 0!important;
	color:#818285;	
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	position: relative;
	width: 169px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 565px;
	padding: 10px 10px 0 10px; /* padding keeps the content of the div away from the edges */
	background: url(../images/r-col-bg.gif);
	background-repeat:no-repeat;
	background-position: top right;
	text-align:center;
	letter-spacing: -.05em;
	font-size: 80%;
}
#sidebar2 p {
	line-height: 130%;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#sidebar2 p { letter-spacing: -.1em; }
}
.interior-r {
	background:none!important;
}
#homeContent {
	height: 545px;
	position: relative;
	margin: 0 206px 0 224px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px 20px 0 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/main-image.jpg) no-repeat;
}
#mainContent { 
	height: 430px;
	margin: 0 0 0 224px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 70px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.auto {
	height: auto!important;
	margin: 0!important;
	padding-right: 0!important;
}
.auto a {
	outline: none;
}
#mainContentInt {
	height: auto;
	margin: 0 0 0 224px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 70px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContentInt p {
	font-size: 90%;
	letter-spacing: -.02em; 
}
#mainContentInt p.xtraSpace {
	margin-bottom: 35px;
}
#mainContentInt ol {
	font-size: 90%!important;
	letter-spacing: -.02em;
	margin: 0 0 25px 22px;
	padding: 0;
}
ul.topLvl {
	list-style-type: disc!important;
	font-size: .9em!important;
	margin: 0 0 25px 15px!important;
	padding: 0!important;
}
ul.topLvl li {
	color:#C0A810!important;
	line-height: 1.5em!important;
}
#mainContentInt ol li {
	margin-bottom: 22px;
	line-height: 1.5em;
}
#mainContentInt ol li ul {
	list-style-type: disc!important;
	margin: 10px 0 0 18px;
	padding: 0;
	color: #C0A810;
}
#mainContentInt ol li ul li {
	margin-bottom: 11px!important;
}
#contactContent {
	height: auto;
	margin: 0 206px 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#evalContent {
	height: auto;
	margin: 0 206px 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px 15px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/form-bg.png) top left no-repeat;
}
/*
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page.
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page 
	float: left;
	margin-right: 8px;
}
*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* CSS Overlay */
.black_overlay {
    display: none;
    position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
    width: 100%;
    height: 100%;
    background: url(../images/displaybox-bg.png) top left;
    z-index:1001;
	/*
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);*/
}
.white_content {
    display: none;
	position:fixed;
	top:15%;
	left:34%;
	right:66%;
	/*margin:0 auto;*/
    width: 350px;
    height: 400px;
    background: url(../images/privacybox-bg.gif) no-repeat top center;
    z-index:1002;
	text-align:center;
	color:#010101;
	font-size:.9em;
	line-height:1.15em;
}
#overlayContent {
	overflow:auto;
	width: 305px;
	height:345px;
	margin:15px 0 0 15px;
	padding:10px 5px 0 15px;
	text-align:left;
	background-color:#cfcfcf;
}
.closewindow {
	text-align:right!important;
	padding-right:15px;
	font-size:.85em;
}
div#socMediaLinks {
	margin: 0 0 10px 0;
	text-align: left !important;
}
div#socMediaLinks a {
	display: inline-block;
	margin-right: 8px;
}
span.mouseover {
	position: absolute;
	left: 98px;
	width: auto;
	display: none;
	font-size: 67%;
}




/* Blog styles */


/* Content */
h4 a										{ text-decoration: none; }

/* Posts */
div.post									{ padding: 0 0 75px; position: relative; }
div.post-date								{ color: #010101; font-family: arial; text-align: center; float: left; display: inline-block; padding: 2px 0 0; margin-right: 15px; width: 40px; height: 43px; background: no-repeat url(/images/dateBtnBG.png); }
div.day										{ font-size: 1.55em; line-height: .75; font-weight: bold; }
div.month, div.year							{ font-size: .75em; line-height: 1; }
div.post h1 a								{ text-decoration: none; }
a.more-link									{ display: block; margin: 17px 0 30px; }
#mainContentInt p.postBottom				{ font-family: arial; font-size: .75em; letter-spacing: .02em; }
div.sociable								{ background-color: #202020; padding: 7px 7px 5px; position: absolute; bottom: 35px; right: 0px; margin: 0 !important; overflow: hidden; width: 225px; }
div.sociable_tagline						{ font-family: arial; font-size: .75em; letter-spacing: .02em; font-weight: bold; float: left; display: inline-block; margin-right: 10px; color: #BDBEC0; }
div.sociable ul								{ list-style-type: none; overflow: hidden; width: 175px; float: right; display: inline-block; }
div.sociable ul li							{ float: left; display: inline; margin-left: 3px; }
div.sociable ul li a img					{ border: none; }
.hidden										{ display: none !important; }

/* Sidebar */
ul.wpSidebar								{ margin: 0 !important; padding: 0 0 250px 0 !important; }
ul.wpSidebar h2								{ color: #BDBEC0; }
ul.wpSidebar p, ul.wpSidebar a,
ul.wpSidebar li								{ color: #818285 !important; }
ul.wpSidebar a:hover						{ color: #fff !important; }
ul.wpSidebar, ul.wpSidebar li ul			{ list-style-type: none !important; }
div#sidebar1 ul.wpSidebar li.widget			{ margin-bottom: 0 !important; padding-bottom: 20px !important; }
li.widget form								{ padding: 10px 0 0; display: block; overflow: hidden; }
li.widget form label						{ float: none !important; display: block; text-align: left !important; margin: 0 !important; width:100%; !important;  }
input#s										{ font-size: .85em; color: #000; float: left; display: inline-block; padding-left: 3px; width: 120px; height: 20px; margin-right: 5px; border: none; background-color: #a0a0a0; }
input#searchsubmit							{ margin-top: 0 !important; height: 20px; padding: 0; width: 55px; float: left; display: inline-block; margin-top: 1px; border: none; outline: none; background-color: #BDBEC0; }
ul.wpSidebar li								{ line-height: 1.25 !important; }

/* Comments */
div#singlePostContainer						{ margin-top: 20px; }
ol#commentList								{ list-style-type: none; padding: 0; margin: 0; }
ol#commentList li							{ background-color: #202020; padding: 20px 20px 1px; position: relative; }
textarea#comment							{ width: 490px; color: #000; background-color: #a0a0a0; padding: 5px; margin-bottom: 10px; border: none; }
div.commentFormRow							{ overflow: hidden; }
form#commentform p							{ display: block; margin-top: 15px; width: 500px; }
form#commentform label						{ float: left; display: inline-block; width: 140px; font-size: .85em; line-height: 1; margin: 3px 10px 15px 0; }
form#commentform input#author,
form#commentform input#email,
form#commentform input#url					{ float: left; width: 220px; color: #000; background-color: #a0a0a0; border: none; padding: 3px; }
p.moderationNotice							{ position: absolute; top: 3px; right: 5px; font-size: .75em; font-family: arial; }


/* Archives */
.archiveHeader								{ margin-bottom: 30px; }
.archivePostBottom							{ margin-bottom: 60px; font-family: arial; font-size: .75em !important; letter-spacing: .02em; }