/*----------------------------------------------------------------------------------------------------
///////////////////      Style Sheet Information       /////////////////////////////////////////////
------------------------------------------------------------------------------------------------------

Theme Name: ACS
Description: Advanced Competitive Systems
Included on the following html pages:
	=All files

Contains:
	=Global Resets
	=Global Text Controls
	=Custom Text Controls
	=Links
	=Buttons
	=Page Structure
	=Header : Logo
	=Global Navigation
	=Client List
	=Post Formatting
	=Section/Page Specific Overrides
----------------------------------------------------------------------------------------------------*/




/* =Global Resets
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1;
}
body#home {
	background-color: #020302;
}
body#page {
	background: #020302 url("/images/bg.jpg") top center no-repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* =Global Text Controls
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	color: #fff;
	font-size: 3.6em;
	margin: 0 0 0.4em 0;
}
h2 {
	font-size: 3.0em;
	line-height: 1.2em;
	margin: 0 0 0.6em 0;
}
h3 {
	font-size: 2.4em;
	line-height: 1.25em;
	margin: 0 0 0.45em 0;
}
h4 {
	font-size: 1.8em;
	margin: 0 0 .5em 0;
}
h5 {
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0 0 1.3em 0;
}
h6 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 1.5em;
}
p, ol, ul,dl, blockquote {
	font-size: 1.3em;
	line-height: 1.5em;	
}
p, blockquote, ul, ol, dl, table, dd {
	margin: 0 0 1.5em;
}
p.byline {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 1em;
}
.post p:last-child { margin: 0; }
dl {
	padding: 0 20px;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
	padding: 0 0 0 3.0em;
}
ul {
	list-style-position: outside;
	list-style-type: circle;
	padding: 0 0 0 3em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	color: #344134;
	font-style: italic;
	padding: 0 20px;
}


/* =Custom Text Controls
----------------------------------------------------------------------------------------------------*/
h1#headline {
	font-weight: normal;
}
.post h2 {
	clear: both;
	font-size: 2.4em;
}
.post h3 {
	font-size: 1.8em;
}
.post h3 a,
.post h4 a {
	text-decoration: none;
}
.post h3 a:hover,
.post h3 a:active,
.post h4 a:hover,
.post h4 a:active {
	background-color: transparent;
	text-decoration: underline;
}
p.intro {
	color: #bfe677;
	font-size: 1.8em;
	line-height: 1.3em;
	margin: 0 0 0.8em 0;
}
.post p.addBtmRule {
	border-bottom: 1px solid #bfe677;
	margin-bottom: 2.5em;
	padding-bottom: 10px;
}


/* =Links
----------------------------------------------------------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active {
	color: #000;
}
a:hover,
a:active {
	background-color: #bfe677;
	text-decoration: none;
}
#footer a {
	color: #5a705a;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	background-color: transparent;
	color: #bfe677;
	text-decoration: underline;
}

/* =Buttons
----------------------------------------------------------------------------------------------------*/
.button,
a.button {
	border: 0;
	height: 20px;
	text-indent: -9999px;	
}
.button:hover,
a.button:hover {
	background-color: transparent;
	background-position:0 -20px;
	cursor: pointer;
}
a.continueReading {
	background: url("/images/btnContinueReading.png") 0 0 no-repeat;
	display: block;
	width: 116px;
}
a.viewCategory {
	background: url("/images/btnViewCategory.png") 0 0 no-repeat;
	width: 100px;
}
a.comment {
	background: url("/images/btnComment.png") 0 0 no-repeat;
	float: left !important;
	width: 79px;
}
a.commentAlt {
	background: url("/images/btnCommentAlt.png") 0 0 no-repeat;
	display: block;
	margin-top: 5px;
	width: 79px;
}
a.email {
	background: url("/images/btnEmail.png") 0 0 no-repeat;
	float: right;
	margin-left: 10px !important;
	width: 58px;
}
a.shareThis {
	background: url("/images/btnShareThis.png") 0 0 no-repeat;
	float: right;
	width: 124px;
}
a.readBio {
	background: url("/images/btnReadBio.png") 0 0 no-repeat;
	float: right;
	width: 105px;
}
a.downloadPDF {
	background: url("/images/btnViewPDF.png") 0 0 no-repeat;
	float: left;
	margin-right: 10px;
	width: 71px;
}
a.downloadDoc {
	background: url("/images/btnDownloadDoc.png") 0 0 no-repeat;
	float: left;
	width: 122px;
}
a.viewAllArticles {
	background: url("/images/btnViewAllArticles.png") 0 0 no-repeat;
	float: right;
	width: 105px;
}
a.viewAllEssays {
	background: url("/images/btnViewEssays.png") 0 0 no-repeat;
	float: right;
	width: 103px;
}
a.viewAllNewsletters {
	background: url("/images/btnViewAllNewsletters.png") 0 0 no-repeat;
	float: right;
	width: 128px;
}
a.learnMore {
	background: url("/images/btnLearnMore.png") 0 0 no-repeat;
	display: block;
	float: right;
	width: 82px;
}
a.subscribe {
	background: url("/images/btnSubscribe.png") 0 0 no-repeat;
	float: right;
	height: 19px;
	right: 0;
	position: absolute;
	top: -5px;
	width: 73px;
}
a.subscribe:hover {
	background-position:0 -19px;	
}
/* ----- Button Bar ----- */
.btnBar {
	border-bottom: 1px solid #c9f180;
	clear: both;
	display: block;
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 10px;
	width: 100%;
}
.listing .btnBar {
	border: none;
	padding: 10px 0 0 0;
	}
/* =Page Structure
----------------------------------------------------------------------------------------------------*/
#container {
	margin: 50px auto 0 auto;
	text-align: left;
	width: 960px;
}
#home #container {
	width: 100%;
	}
#header,
#content,
#content-narrow,
#headline {
	margin: 0 auto;
	width: 520px;
}
#sidebar {
	color: #7f927f;
	display: inline;
	float: left;
	/*margin-right: -220px;*/
	margin: 0 -220px 0 20px;
	position: relative;
	width: 200px;
}
#headline {
	margin-bottom: 0.375em;	
}
#main {
	float: left;
	width: 520px;
	/*margin-right: -520px;*/
}
#clientList {
	border-bottom: 1px solid #5a705a;
	border-top: 1px solid #5a705a;
	color: #7f927f;
	float: left;
	margin-left: -220px;
	position: relative;
	width: 200px;
}
#subNav {
	color: #7f927f;
	float: right;
	list-style: none;
	padding: 0;
	position: relative;
	width: 200px;
}
#footer {
	clear: both;
	color: #7f927f;
	float: left;
	margin-top: 20px;
	*margin-top: -5px; /* IE7 & 6 Fix */
	text-align: center;
	width: 100%;
}
#homepage_flash,
#flashcontent {
	width: 100%;
	background: #020302;
	}
#subscribe p {
	color: #5A705A;
	font-size: 13px;
	margin-bottom: 1em;
}


/* =Form Styles
----------------------------------------------------------------------------------------------------*/
.form-field {
	background: #637063;
	border: 1px solid #5a705a;
	width: 198px;
}

.form-button {
	background: #637063;
	border: 1px solid #5a705a;
	color: #000;
}
#subscribe .form-btnbar {
	text-align: right;
	border-bottom: 1px #5a705a solid;
	padding: 10px 0 10px 0;
}
/* =Header : Logo
----------------------------------------------------------------------------------------------------*/
#logo {
	margin: 0 auto 10px auto;
	width: 310px;
}
#logo a {
	background: url("/images/logoACS.gif") 0 0 no-repeat;
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 310px;
}
#home #logo a,
#logo a:hover {
	background-position: 0 -25px;
}


/* =Global Navigation
----------------------------------------------------------------------------------------------------*/
#nav {
	margin: 0 auto 26px auto;
	overflow: hidden;
	padding: 0;
	width: 336px;
}
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li a {
	background: url("/images/mainNav.png") 0 0 no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	padding-right: 3px;
	text-indent: -9999px;
}
#nav a.services {
	background-position: 0 0;
	width: 65px;
}
#nav a.services:hover,
#nav a.services-on {
	background-position: 0 -10px;
	width: 65px;
}
#nav a.results {
	background-position: -68px 0;
	width: 69px;
}
#nav a.results:hover,
#nav a.results-on {
	background-position: -68px -10px;
	width: 69px;
}
#nav a.company {
	background-position: -140px 0;
	width: 76px;
}
#nav a.company:hover,
#nav a.company-on {
	background-position: -140px -10px;
	width: 76px;
}
#nav a.library {
	background-position: -219px 0;
	width: 69px;
}
#nav a.library:hover,
#nav a.library-on {
	background-position: -219px -10px;
	width: 69px;
}
#nav a.blog {
	background-position: -291px 0;
	padding-right: 0;
	width: 42px;
}
#nav a.blog:hover,

#nav a.blog-on {
	background-position: -291px -10px;
	width: 42px;
}


/* =Sub-Navigation
----------------------------------------------------------------------------------------------------*/


#subNav {
	overflow: hidden;
	background: transparent url("/images/subnav_border.gif") top right no-repeat;
}
#subNav > li {
	border-bottom: 1px #5a705a solid;
	padding: 15px 0;
}
#subNav li a:link,
#subNav li a:visited,
#subNav li a:hover,
#subNav li a:active {
	background-color: transparent;
	color: #5a705a;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-decoration: none;
	width: 200px;
}
#subNav li ul {
	background: none;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	}
#subNav li ul li {
	border: none;
	padding: 0;
	}
#subNav li ul li a:link,
#subNav li ul li a:visited,
#subNav li ul li a:hover,
#subNav li ul li a:active {
	background-color: transparent;
	color: #5a705a;
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
}
#subNav li ul li.current-cat a,
#subNav li.current_page_item a,
#subNav li ul li.current_page_item a {
	color: #bfe677;
}
#subNav li ul li a:hover,
#subNav li ul li a:active,
#subNav li a:hover,
#subNav li a:active {
	color: #ffcc7b;
}
#subNav li ul li  {
	line-height: 1.2em;
	margin: 0 0 .6em 0;
	padding: 0;
}
/* ----- Controls Sub-Sub-Nav -----
#subNav li#Biographies ul,
#subNav li#Biographies-On ul,
#subNav li#Categories ul,
#subNav li#Categories-On ul,
#subNav li#Archive ul,
#subNav li#Archive-On ul {
	display: block;
}
#subNav li ul {
	display: none;
	list-style: none;
	margin: 0 0 8px 0;
	padding: 0;
}
*/

/* ----- Services, Results, Company, Library ----- 
#services #subNav li a {
	background: url("/images/subNavServices.png") 0 0 no-repeat;
}
#results #subNav li a {
	background: url("/images/subNavResults.png") 0 0 no-repeat;
}
#company #subNav li a {
	background: url("/images/subNavCompany.png") 0 0 no-repeat;
}
#library #subNav li a {
	background: url("/images/subNavLibrary.png") 0 0 no-repeat;
}
#subNav li#WarGames a,
#subNav li#TeleComm a,
#subNav li#Partnerships a,
#subNav li#Articles a {
	background-position: 0 0;
}
#subNav li#WarGames a:hover, #subNav li#WarGames-On a,
#subNav li#TeleComm a:hover, #subNav li#TeleComm-On a,
#subNav li#Partnerships a:hover, #subNav li#Partnerships-On a,
#subNav li#Articles a:hover, #subNav li#Articles-On a {
	background-position: -200px 0;
}
#subNav li#Tournaments a,
#subNav li#Medical a,
#subNav li#Careers a,
#subNav li#Newsletters a {
	background-position: 0 -39px;
}
#subNav li#Tournaments a:hover, #subNav li#Tournaments-On a,
#subNav li#Medical a:hover, #subNav li#Medical-On a,
#subNav li#Careers a:hover, #subNav li#Careers-On a,
#subNav li#Newsletters a:hover, #subNav li#Essays-On a {
	background-position: -200px -39px;
}
#subNav li#StrategySimulation a,
#subNav li#Energy a,
#subNav li#Contact a {
	background-position: 0 -78px;
}
#subNav li#StrategySimulation a:hover, #subNav li#StrategySimulation-On a,
#subNav li#Energy a:hover, #subNav li#Energy-On a,
#subNav li#Contact a:hover, #subNav li#Contact-On a  {
	background-position: -200px -78px;
}
#subNav li#ExecutiveEducation a,
#subNav li#Retail a {
	background-position: 0 -117px;
}
#subNav li#ExecutiveEducation a:hover, #subNav li#ExecutiveEducation-On a,
#subNav li#Retail a:hover, #subNav li#Retail-On a {
	background-position: -200px -117px;
}
#subNav li#ExecutiveEducation a, 
#subNav li#ExecutiveEducation a:hover,
#subNav li#ExecutiveEducation-On a,
#subNav li#Retail a, 
#subNav li#Retail a:hover, 
#subNav li#Retail-On a,
#subNav li#Contact a, 
#subNav li#Contact a:hover, 
#subNav li#Contact-On a,
#subNav li#Newsletters a,
#subNav li#Newsletters a:hover,
#subNav li#Newsletters-On a {
	height: 40px;	
}
*/

/* ----- Company : Biographies ----- 
#subNav li#Biographies a {
	background: url("/images/subNavCompanyBios.png") 0 0 no-repeat;
}
#subNav li#Biographies a:hover {
	background-position: -200px 0;
}
#subNav li#Biographies-On a {
	background: url("/images/subNavCompanyBios.png") -200px 0 no-repeat;
}
#company #subNav li ul li a,
#blog #subNav li ul li a {
	background-color: transparent;
	background-image: none;
	color: #5a705a;
	height: auto;
	padding: 3px 0;
	text-decoration: none;
	text-indent: 0;
}
#company #subNav li ul li a:hover,
#company #subNav li ul li#On a,
#blog #subNav li ul li a:hover,
#blog #subNav li ul li#On a {
	color: #ffcc78;
}
*/

/* ----- Blog : Categories & Archive ----- 
#subNav li#Categories a {
	background: url("/images/subNavBlogCategories.png") 0 0 no-repeat;
}
#subNav li#Categories-On a {
	background: url("/images/subNavBlogCategories.png") -200px 0 no-repeat;
}
#subNav li#Archive a {
	background: url("/images/subNavBlogArchive.png") 0 0 no-repeat;
	height: 40px;
}
#subNav li#Archive-On a {
	background: url("/images/subNavBlogArchive.png") -200px 0 no-repeat;
	height: 40px;
}
#subNav li#Categories a:hover, 
#subNav li#Archive a:hover {
	background-position: -200px 0;
}
*/

/* =Breadcrumb
----------------------------------------------------------------------------------------------------*/
#breadcrumb {
	font-family: Arial, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #5a705a;
	color: #768676;
	margin-bottom: 15px;
	padding-bottom: 8px;
	position: relative;
	width: 520px;
}
#breadcrumb a {
	color: #5a705a;
	text-decoration: none;
}
#breadcrumb a:hover,
#breadcrumb a:active {
	background-color: transparent;
	color: #bfe677;
	text-decoration: underline;
}

/* =Client List
----------------------------------------------------------------------------------------------------*/
#clientList ul {
	margin: 12px 0;
	text-align: right;
	padding-left: 0;
}
#clientList ul li {
	list-style: none;
	font-size: 18px;
	font-weight: bold;	
}
#clientList ul li ul li {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.15em;
	margin: 0 0 .4em 0;
	padding: 0;
}
#clientList ul li.hdr {
	padding-bottom: 5px;
}


/* =Post Formatting
----------------------------------------------------------------------------------------------------*/
.post {
	/* background: #bcda85 url("/images/gradient.png") top center no-repeat; */
	background: #bcda85;
	border: 1px solid #c9f180;
	float: left;
	padding: 30px;
	width: 460px;
	margin-bottom: 20px;
}
.postDetail .post {
	margin-bottom: 0;
	}
.post img {
	float: left;
	padding-right: 15px;
}
.post img.wp-image-110 {
	float: none;
}
/* ----- Client Highlight & Short Post ----- */
#results .highlight {
	border-top: 1px solid #bfe677;
	padding-top: 20px;
}
.highlight {
	overflow: hidden;
	padding: 0 0 0 0;
	margin-top: 30px;
}
.highlight-alt {
	margin-top: 0;
}
/*
.highlight h3,
.highlight a {
	margin-left: 87px;
}*/
.highlight h3,
.highlight p {
	margin-bottom: 0.3em;
}
.highlight h3 {
	line-height: 1em;
}
/*
.short {
	background: #aed36b url("/images/gradient.png") top center no-repeat;
	margin-bottom: 20px;
	width: 458px;
}

.short h3 {
	font-size: 2.4em;
	line-height: 0.8em;
}
.hasPhoto {
	height: 130px;
}
.hasPhoto h3,
.hasPhoto span {
	margin-left: 115px;
}
.hasPhoto h3 {
	clear: none;
}
*/
/* ----- Post Meta ----- */
.meta {
	border: 1px solid #bfe677;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.meta li {
	color: #fff;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.0em;
	padding: 10px;
	width: 208px;
}
.meta li.postDate {
	border-right: 1px solid #bfe677;
	width: 207px;
}
.meta li.postDate a {
	text-decoration: none;
}
.meta li.postDate a:hover,
.meta li.postDate a:hover {
	background-color:transparent;
	text-decoration: underline;
}
.meta li.postCategory a {
	text-decoration: none;
}
.meta li.postCategory a:hover,
.meta li.postCategory a:hover {
	background-color:transparent;
	text-decoration: underline;
}
.meta li span {
	color: #000;
	display: block;
	padding-top: 3px;	
}
span.postIntro p {
	border: 1px solid #bfe677;
	border-top: 0;
	color: #000;
	float: left;
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 0;
	padding: 10px;
	width: 436px;
}
/* ----- Previous/Next Nav ----- */
.prevNextNav {
	border: 1px solid #5a705a;
	clear: both;
	float: left;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	width: 518px;
}
.prevNextNav li {
	float: left;
	width: 258px;
	line-height: 3.0em;
}
.prevNextNav a {
	color: #5a705a !important;
	float: left;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 258px;
}
.prevNextNav a:hover {
	color: #bfe677 !important;
}
.prevNextNav li.prev {
	border-right: 1px solid #5a705a;
}
.prevNextNav li.prev a {
	background: url("/images/arrowPrev.gif") 24% 50% no-repeat;
}
.prevNextNav li.next a {
	background: url("/images/arrowNext.gif") 71% 50% no-repeat;	
}
/* ----- Comments ----- */
#comments {
	padding-bottom: 5px;
}
#comments p {
	margin: 4px 0;
}
#comments label {
	float: left;
	width: 70px;
	font-size: 0.95em;
}
#comments input#submit {
	width: 100px;
	font-size: 0.9em;
	padding: 3px;
	line-height: normal;
	margin-left: 70px;
	border: 1px solid #999;
}
#comments input, #commentsForm textarea {
	width: 300px;
	border: 1px solid #999;
}
.commentsContainer {
        width: 458px;
	border: 1px solid #5a705a;
	border-top: 0;
	float: left;
	padding: 30px 30px 35px 30px;
}
.commentsContainer span.hdr {
	color: #fff;
	display: block;
	font-size: 1.1em;
	/*padding-bottom: 1.5em;*/
}
.commentDetails {
	padding-top: 1.5em;
}
.commentDetails a {
	color: #BFE677;
	text-decoration: none;
}
.commentDetails a:hover {
	background-color: transparent;
	color: #BFE677;
	text-decoration: underline;
}
.commentDetails span.author {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #bfe677; 
	padding-right: 5px;
}
.commentDetails span.author a {
	color: #bfe677;
	text-decoration: none;
}
.commentDetails span.author a:hover,
.commentDetails span.author a:active {
	background-color: transparent;
	text-decoration: underline;
}
.commentDetails span.postDate {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #5a705a;
}
.commentDetails span.comment {
	/* color: #7c8d7c; */
	color: #b3bdb3;
	display: block;	
}
.commentDetails p:last-child { margin: 0; }
/* ----- Email Friend ----- */
#wp-email p {
	margin: 6px 0;

}
#wp-email label {
	float: left;
	width: 120px;
	font-size: 0.95em;
}
#wp-email input#imageverify {
	width: 100px;
}
#wp-email em {
	margin-left: 120px;
	font-size: 0.95em;
}
#wp-email input#wp-email-submit {
	width: 100px;
	font-size: 0.9em;
	padding: 3px;
	margin-left: 120px;
	border: 1px outset #999;
}
#wp-email input, #wp-email textarea {
	width: 300px;
	border: 1px solid #999;
}

/* =Section/Page Specific Overrides
----------------------------------------------------------------------------------------------------*/
/* ----- Services ----- */

/* ----- Library & Blog ----- */
/*
#library .post h2, #library .post p,
#blog .post h2  {
	float: left;
	width: 458px;
}
*/
#library h2,
#blog h2 {
	line-height: 1.0em;
	margin-top: 0;
}
#library .post,
#blog div.post {
	width: 458px;
	/* padding-bottom: 0; */
	*padding-bottom: 30px; /* IE7 & 6 Fix */
	_padding-bottom: 0; /* IE6 Fix */
}

#library .btnBar {
	float: left;
	width: 458px;
}
#blog.categories .btnBar {
	padding-bottom: 10px;
}

/* ----- Library > Articles & Blog > Categories ----- */
.articles .post {
	padding-top: 50px !important;
}
/*
.articles h2,
.categories h2 {
	margin-top: -20px !important;
}
*/
.articles .btnBar a,
.categories .btnBar a {
	float: right;
	margin: 0;
}
.articles .btnBar a.downloadPDF {
	margin: 0 10px 0 0;
}
#blog a.continueReading {
	float: right;
}
/* ----- Blog > Categories > Post Detail ----- */
.postDetail .post {
	padding-top: 30px !important;
}
.postDetail .meta {
	border: 1px solid #5a705a;
	border-bottom: 0;
	width: 518px;
}
.postDetail .meta li {
	padding: 15px 10px 15px 29px;
	width: 198px
}
.postDetail .meta li.postDate {
	border-right: 1px solid #5a705a;
	width: 237px;
}
.postDetail .meta li span {
	color: #bfe677;
	font-size: 1.2em;
	padding-top: 5px;
}
.postDetail .meta li span a {
	color: #bfe677;
}
.postDetail .btnBar {
/*	border-top: 0;
	padding-top: 0;	*/
}
/* ----- Blog > Archive ----- */
.archive #breadcrumb {
	border: 0;
	margin: 0;
}
.archive #content-narrow {
	*margin-bottom: 25px;
	margin-top: -16px;
}
.archive #content {
        float: left;
	width: 980px;
	margin-top: -16px;
}
.archive .prevNextNav {
	clear: both;
	display: inline;
	margin: 0 0 30px 220px;	
}
.archive .column {
	border-top: 1px solid #bfe677;
		display: inline-block;
		float: none;
	margin: 0 20px 2em 0;
	vertical-align: top;
	width: 225px;	
}
.archive .column { *display: inline; }
* html .archive .column { *display: inline; }
/*
.archive .last {
	margin-right: 0;	
}*/
.archive .bottom {
	margin-bottom: 0px;
	margin-top: 30px;
}
.archive .column h2 {
	color: #bfe677;
	font-size: 2.0em;
	padding: 10px 0 0 0;
	text-align: center;
}
.archive .column h2 a {
	color: #bfe677;
	background-color: transparent;
	text-decoration: none;
}
.archive .column h2 a:hover,
.archive .column h2 a:active {
	text-decoration: underline;
}
.archive .post {
	border: 1px solid #bfe677;
	list-style: none;
	margin: 0;
	padding: 10px 10px 20px 10px;
	width: 203px;
}
.archive .post li {
	float: left;	
	margin-bottom: 10px;	
	width: 203px;
}
.archive .post li a {
	text-decoration: none;
}
.archive .post li a:hover,
.archive .post li a:active {
	background-color:transparent;
	text-decoration: underline;
}
.archive .post li span.meta {
	border: 0;
	font-family: Arial, sans-serif;
	font-size: 0.9em !important;
	font-style: italic;
	width: 203px;
}
.archive .post-archive li span.meta a {
	float: none;
	text-decoration: underline;
}
.contactform {
	font-size: 11px;
}
textarea#comment {
	width: 300px;
	height: 200px;
}
