@charset "utf-8";
/* CSS Document */

/* ----  PageHeader  ----- */

#pageHeader .wrap h1 { background: url(/images/news_subheader_text.png) no-repeat left; }
#pageHeader img { bottom: -11px; right: -11px; }

/* ----  Sidebar  ----- */

#sidebar a.button-large { text-align: right; }

h5#subscribe { position: relative; }
img.grayBoxImg { position: absolute; padding: 0; border: none; }
#subscribe	img.grayBoxImg { left: -10px; top: 5px; }
#subscribe	a.button-large { padding-right: 10px; text-align: right; }

#search label h3 { font-weight: 200; }
#search img { margin-top: -11px; margin-left: 148px; }
#search form div#input-box { border: 1px solid #bbb; background: #fff; margin-bottom: 6px; padding: 2px; }
#search input#s, #search input#button { height: 20px; display: inline; margin-bottom: 0px; }	
#search input#s { border: none; float: left; width: 130px; padding-top: 5px; }
#search input#button {
	background: #676767;
	border: none;
	border-radius: 0; 
	margin-left: ;
	float: right;
	height: 25px;
	padding: 3px 3px;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;	
	-khtml-border-radius: 0; 
	}

#archives-header { margin-bottom: 12px; }
a#show-archives, a#hide-archives { cursor: pointer; margin-top: 5px; color: #6e6e6e; font-size: 11px; font-weight: bold; padding: 1px 6px; }
a#hide-archives { display: none; }
a#show-archives:hover, a#hide-archives:hover  { color: #fff; }
	
#categories li { margin: 0; }
#categories li a { border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -khtml-border-radius: 0; color: #6E6E6E; padding: 2px 7px; }

ul#archives-list { background: #eee; border: 1px solid #ccc; padding: 3px 10px; }


/* ----  ALL/HOME Post  ---- */

div.post { margin-bottom: 24px; }
div.post img.float-left { margin: 0 36px 12px 0; }
div.post img.float-right { margin: 0 0 12px 36px; }
div.post h2 a { font-weight: 200; color: #545454; }
div.post h2 a:hover { text-decoration: none; color: #009999; }
div.post p, div.single p { color: #545454; font-size: 14px; line-height: 20px; }
div.post p.small, div.single p.small { font-size: 12px; }

.post-pagination#single h5 a { font-size: 12px; padding: 3px 7px; }

/* ----  INDIVIDUAL Post  ---- */

h5.float-left { margin-bottom: 0; }
h5.float-right { float: right; margin: 0; }
hr.mb0 { margin-bottom: 0; }
hr.mt0 { margin-top: 0; }

div.single { margin-bottom:12px; }
div.single h2 { margin-bottom: 12px; }
	
div.single blockquote { width: 504px; margin: 12px 0 24px 36px; color: #363636; border: 1px solid #ccc; background: #fff; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; }
	div.single blockquote p { padding: 12px 24px 1px; margin-bottom: 12px; letter-spacing: 0; }
/*	div.single blockquote p.top { background: url(../images_pres/background_news_blockquote_span_top.gif) no-repeat top left; padding-top: 24px; }
	div.single blockquote p.bottom { background: url(../images_pres/background_news_blockquote_span_bottom.gif) no-repeat bottom left; padding-top: 12px; padding-bottom: 24px; }
	div.single blockquote p.empty { height: 36px; margin-top: -55px; }
	div.single blockquote a { color: #808f63; } */
	div.single p.reference { margin-top: -24px; text-align: right; padding-right: 36px; font-size: 12px; line-height: 24px; }
