/*
Theme Name: Cordobo Green Park 2
Theme URI: http://cordobo.com/green-park-2/
Description: Lightweight fast-rendering theme with 2-3 column layout and right sidebar, Widget-ready (4 slots), built-in support for plugins (e.g. twitter), support for nested comments, fully localized, easy to customize via settings-page. By <a href="http://cordobo.com">Artis Cordobo</a>.
Version: 0.9.400
Author: Andreas Jacob
Author URI: http://cordobo.com/
Tags: green, white, silver, black, light, two-columns, right-sidebar, fixed-width


  This is a BETA. Please report all bugs:
  http://cordobo.com/1233-cordobo-green-park-2-beta/

  The CSS, XHTML and design is released under the GPL:
  http://www.gnu.org/licenses/gpl.html
  Copy, remix and play around with my CSS - but leave the original author credentials.


 - Transcending CSS
   I use CSS3 whenever and whereever it makes sense, which outdated browsers (agents) 
   probably don't render - but there's always a fallback
 - Structure
   Elements and classes are structured, properties are in alphabetical order,
   code is commented where necessary
 - Coding convention
   Classes with up to 3 properties are in a single line,
   classes with more than 3 properties are broken into multiple lines

*/



/* MINIMUM RESET - based on work by Eric Meyer
------------------------------------------------------------------ */

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 { border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }



/* GENERAL
------------------------------------------------------------------- */

*::-moz-selection { background: #51a201 none repeat scroll 0 0; color: #fff; }

html, body { color: #242626;}
html {
	background: #dbe8e8 url(../img/bg-html.gif) top left repeat-x;
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}
body {
  font: 100%/.95  Arial, Helvetica, sans-serif;
  font-smooth: always;
  text-align: center;
}

a { text-decoration: none; }
a:link, a:visited { color: #004D99; }
a:focus, a:hover, a:active { color: #86180A; }

#menu a:active, #submenu a:active { position: relative; top: 1px; }
#submenu a:focus { color: #111; }
#sidebar a, #sidebar a:link, #sidebar a:visited { border-bottom: 1px solid #fff; color: #C54E0B; }
#sidebar a:focus, #sidebar a:hover, #sidebar a:active { border-bottom-color: #C54E0B; color: #111; }
#sidebar .sb-tools a, #sidebar .sb-tools a:link, #sidebar .sb-tools a:visited { border: 0 none; color: #C54E0B; }
#sidebar .sb-tools a:active, #sidebar .sb-tools a:focus, #sidebar .sb-tools a:hover { border: 0 none; color: #000; }
#sidebar .textwidget a img, #sidebar .textwidget a:hover img { border: 0 none; }

abbr, acronym { border-bottom: 1px dashed #999; cursor: help; }

blockquote {
  background-color: #f8f8f8;
  border-left: 2px solid #eaeaea;
  color: #111;
  font-style: italic;
  margin: 0 0 9px;
  padding: 7px;
}
textarea { font-family:Arial, Helvetica, sans-serif; font-size: 90%;}
cite { font-style: italic; }

code {
  background: #eaeaea;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  padding: 1px 3px;
}

del { color: #8b0000; text-decoration: line-through; }

em { font-style: italic; }

h1, h2, h3, h4, h5, h6, h7{color:#479b91;	display: block;	/* fixed for Non-PCs without Photoshop CS2+ */}
h1 { color:#F00;	font-size: 24px;	line-height: 1.45;	margin-bottom:10px;}
h2 { font-size: 22px; line-height: 1.3; color:#333; padding: 15px; text-align:center; }
h3 { font-size: 14px; line-height: 1.25; margin: 10px 0px 0px 5px; color: #09C; font-weight:bolder;}
h4 { font-size: 14px; margin: 1.33em 5px .2em; text-align:left; color:#F00; }
h5 { font-size: 2.15em;	margin: 1.25em 15px .55em 5px; color:#333; line-height: 1.15;}
h6 { font-size: 1.35em; margin: 5px 15px; color:#000; line-height: 1.25em;  }
h7 { padding: 5px 5px; font-weight: bolder; color:#300; line-height: 1.15em; }

h1 a, h1 a:link, h1 a:visited { color: #d81f26; }
h2 a, h2 a:link, h2 a:visited { color: #5fc5b9; }

h1 a:active, h2 a:active, h1 a:focus, h2 a:focus, h1 a:hover, h2 a:hover { color: #669900; }

hr { display: none; }
input { vertical-align: middle; text-align:left;  }
ins { color: #006400; text-decoration: none; }
small { font-size: 0.8em; }
strong { font-weight: bold; }
sub, sup { font-size: 0.7em; }
p {font-size: .75em; margin: 10px 5px; line-height: 1.15em; }
.saying { font-weight: bolder; font-size: 1.15em; color: #479b91; line-height: 1.15em; display:block; }
#jadetitle { padding: 10px 5px 5px; 25px; display:block;  font-size: 20px; line-height: 1.15em; color:#479b91; }
#blacktitle { padding: 10px 5px 5px; 25px; display:block;  font-size: 20px; line-height: 1.15em; color: #000; }

/* Generic classes
------------------------------------------------------------------- */
/*maggie added**/
.smallRedBoldSans {font-size:small; color: red; font-style:italic;}

.leftmargin15 {margin-left:15px;}
.a_body:link {
	font-style:normal;
	font-weight:normal;
	line-height:14px;
	color:#063;
	text-decoration:underline;
}
.a_body:visited {
	font-style:normal;
	font-weight:normal;
	line-height:14px;
	color:#063;
	text-decoration:underline;
}
.a_body:hover {
	color: #FF6600;
	background-color: #FFF;
	text-decoration: none;
}

td {font-size: 10pt;}
img.left {padding: 10px; float:left;}
.whytakeactionheader {font-size: 16px; letter-spacing: .015em; font-weight:bold; color:#333;}
/* Beautified ampersands */
.amp {  font-family: inherit; }
/* Emphasize your name in the About-Box */
.smaller-caps { font-size: 110%; font-variant: small-caps; }
.hidden { display: none; }
.top-link { background: transparent url(img/top-sprite.png) 0 5px no-repeat; padding-left: 12px; }
.top-link:hover { background-position: 0 -29px; }
.Hint {
	color: red;
	font-family: inherit;
	font-size: smaller;
	font-style: italic;
	font-weight: bold;
}
input {	width: 225px;}
select.Advocacy {
	font-family: inherit;
	font-size: 8pt;
}
select {width: 150px;}
.Smaller {
	 font-family: inherit;
	font-size: 8pt;
}

select.date {
	*width: auto;
}

#action-alert.form #survey-questions label {
	display: inline;
}
input.small_box { width: 10px; margin-top: 0px;}
input.Advocacy {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 85%;
	width: 155px;
}
input {width: 250px;}
select.Advocacy {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: .85em;
}
label {width: 75px; display:inline-block;}
LABEL.wrapable {
	white-space: normal; width: 250px;
}
#send {
  background: #425452 url(../img/button-style.gif) 0 0 repeat-x;
  border: 1px solid #425452;
  border-radius: 5px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  text-align:center;
}
#submit {
  background: #425452 url(../img/button-style.gif) 0 0 repeat-x;
  border: 1px solid #425452;
  border-radius: 5px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  text-align:center;
}

label.AdvocacyNSFix {width: 350px; font-weight: bold; font-size:  75%;}
input.AdvocacyNSFix {width: 350px; font-size:  80%;}
.new_msg { right: 15px; margin-left: 15px;}
.mesg{ margin-left: 300px; margin-top: -270px; display:block;}
.mesg{ margin-left: 300px; margin-top:-375px; display:block;}

.mesg_1 {padding-left:15px; padding-top: -38px; display:block; padding-bottom: 15px;}
.reg {width: 260px; height:auto; height:450px; text-align: left; font-size: 80%; margin-top: 5px; display:block; float:left;}
.lettersdisplay { display: none; padding: 0px; width: 0px; z-index: 1;}
.selectletters {
	width: 650px;
	font-size: small;
	background-color: #333;
	color: #FFF;
	font-weight:bold;
}
.letterselectionbox {
	padding: 0px;
	color:#999;
}

#blue_box p{font-size: 12px; color: #F00; margin: 2px 0px; letter-spacing: .08em;}
p.AdvocacyNSFix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
textarea.AdvocacyNSFix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.AdvocacyNSFix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
/* Wordpress specific CSS
------------------------------------------------------------------- */

.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.aligncenter img, .aligncenter p.wp-caption-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft { float: left; }
.alignright { float: right; }
img.alignleft { display: inline; margin: 0 7px 2px 0; padding: 4px; }
img.alignright { display: inline; margin: 0 0 2px 7px; padding: 4px; }
.entry div.alignleft { float: left; margin: 0 10px 0px 15px; }

/* Resizes the image to the maximum width of the content area */
.entry img {
  max-width: 700px;
  /* smooth image resizement in IE7+ */
  -ms-interpolation-mode: bicubic;
}

#wp-caption {
  /*background-color: #F0F0F0;
  border: 1px solid #E5E5E5;*/
  overflow: hidden;
  padding: 0px;
  font-size: small; font-style:italic; font-weight:bold; margin: 0px; color:#F00;
}

.wp-caption img { border: 0 none; margin: 0; padding: 0; }
#img_utube { padding: 25px 10px 0px 15px;; display: block;}


#wp-image-aa {border: 0 none; margin-left: 30px; margin-right: 20px; margin-bottom: 45px; padding: 0;}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


.more-link {
  background-color: #e6e6e6;
  border-bottom: 1px solid #E6F0F2;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 6px 3px;
  text-shadow: 0 1px 0 #fff;
}

.more-link:hover { background-color: #E6F0F2; border-bottom-color: #B3CDD8; color: #000; }

/* Tables and #wp-calendar */
table { color: #3E5867; width: 100%; }
thead { background-color: #e6e6e6; text-align: center; }
caption { background-color: #E6F0F2; border-top: 1px solid #E6F0F2; text-align: center; }
tbody { background-color: #f7f7f7; text-align: left; }
tfoot { background-color: #fff; text-align: left; }
td#next { text-align: right; }



/* STRUCTURE
------------------------------------------------------------------- */

#header, #main, #footer {  background-color: #fff;  text-align: left;  margin: 0 auto 33px;  width: 985px;}
#header,  #footer { font-size: 0.80em; }
#header { height: 129px; margin-top: 10px; position: relative; }
#container { float: left; margin: 0 -290px 0 0; width: 100%; }
#content { border-right: 3px solid #D5DADD; margin: 70px 290px 0 0px; overflow: hidden; padding:0px; }
#sidebar { background-color: #fff; border-left: 0px solid #D5DADD; float: right; margin-right: 20px; padding: 60px 0px 0px 0px;   width: 265px; }
#main > #sidebar { background-color: #fff; border-left: 0px solid #D5DADD; float: right;  margin-right: 0px; padding: 60px 0px 0px 0px; width: 285px; }
#footer { padding: 10px 28px; width: 929px; }
#sidebar p {font-size:105%; color: #333; }

/* HEADER
------------------------------------------------------------------- */


/* Start EXAMPLE CODE image logo */

#logo, #logo a { display: block; height: 175px; width: 985px; }
#logo { position: absolute; top: 0px; left: 0px; }
#logo a { background:transparent url(../img/logo.jpg) no-repeat scroll left top;
text-indent:-9999em; }
.description {
	color: #5fc5b9;
	display: block;
	left: 198px;
	position: absolute;
	top: 44px;
	font-weight: bold;
	font-size:14px;
}

/* End EXAMPLE CODE image logo */


/* Start EXAMPLE CODE text logo */
/*
#branding { display: block; position: absolute; top: 20px; left: 15px; }
h1#logo { font-size: 30px; line-height: 1.2; margin: 0; }
#logo, .description { color: #868F98; float: left; margin: 17px 0 0 10px; }
*/

/* End EXAMPLE CODE text logo */


/* MENUES */
#menu li, #menu a,
#submenu li, #submenu a { display: block; float: left; }
#nav { position: absolute; top: 129px; left: 0; width: 985px;}
ul#menu {
  background:#5d7875 url(../img/navigation.gif) top left repeat-x;
  display: block;
  height: 35px;
  padding: 0 28px 0 18px;
  z-index:1002; 
}
iframe {
z-index: 1;
}

#menu a {
 /* background: transparent url(../img/navigation.gif) left -150px no-repeat; */
  color: #206058;
  font-weight: bold;
  line-height: 35px;
  padding: 0 8px 0 10px;
  text-shadow: 0 1px 0 #555;
}
#facebook {display: block; height: 30px; line-height: 12px; position: absolute; top: 9px; right: 28px; text-align:right;}
#facebook a { text-decoration: none; font-size: 14px; font-weight:bold;}



/* Removes the background separator in Opera 9+, Firefox 2+, Safari 3+ */
#menu .page-item-home a, #submenu li:first-child a { background: none; }

/*
  FF3.5/Safari4/Chrome2/Opera10 - applies a darker text-shadow to the link for a seamless transition
  http://cordobo.com/1119-provide-visual-feedback-css/
 */
#menu a:hover, #menu a:focus, #menu .current_page_item a {
  /* Fallback - Adds more contrast to the navigation for IE6/7/8 */
  color: #fff\9;
  text-shadow: 1px 1px 1px #000;
}

#submenu-bg { background: transparent url(../img/bg-submenu.gif) 0 0 repeat-x; height: 75px; width: 985px; }
#submenu-bg p {font-size: 16px; color: #000; font-weight:bolder; margin-left: 25px; margin-top: 0px; padding-top: 3px; letter-spacing: .05em;  display:block;}
#submenu-bg
.redtitle {font-size: 18px; color: #F00; font-weight:normal; margin-left: 25px; margin-top: 0px; padding-top: 3px; padding-bottom: 5px;  display:block; }
ul#submenu { display: block; padding: 8px 21px 0; }
#submenu a { background: transparent url(../img/navigation.gif) left -200px no-repeat; color: #f00; padding: 0 5px 0 7px; }
#submenu .current_page_item a { color: #111; }
#submenu a:hover { color: #000; }


/* 3rd level navigation - only visible if you have grandchild pages */

#submenu li ul { display: none; }
#submenu li:hover ul  {
  background-color: #fff;
  border: 1px solid #eaeaea;
  clear: both;
  display: block;
  float: none;
  left: auto;
  line-height: 1;
  padding: 6px 6px 4px;
  top: auto;
  overflow: auto;
	width: 100%;
	*width: 200px;	
}
#submenu li li, #submenu li li a { clear: both; display: block; float: none; padding: 0; width: auto; }
#submenu li li a {
  background-color: #f7f7f7;
  border-bottom: 1px solid #fff;
  margin-bottom: 1px;
  padding: 9px 10px;
}
#submenu li li a:hover { background-color: #e9e9e9; border-bottom: 1px solid #c2c2c2; color: #125687; }

/* Top search */
#nav-search { display: block; height: 30px; line-height: 16px; position: absolute; top: 9px; right: 28px; }
#nav-search label { display: none; }
#s, #searchsubmit { border-radius: 3px 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#s {
  border: 1px solid #777;
  font-size: 10px;
  padding: 5px 5px ;
  width: 180px;
  float: right;
  display: block;
  background-color:#990;
  position: absolute; top: 35px; right: 28px;
}
#nav-search #s { border-color: #69ab01; border-bottom-color: #548301; border-right-color: #548301; }
#searchsubmit {
  background: #669900 url(img/button-style-input.png) center left repeat-x;
  border: 1px solid #666;
  color: #fff;
  font-size: 11px;
  height: 23px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 0 5px;
  -moz-box-shadow: 0px 0px 1px #fff;
  -webkit-box-shadow: 0px 0px 1px #fff;
}

/* Fixes Firefox 2 and 3 */
#searchsubmit, x:-moz-any-link { padding: 0 5px 3px; *padding: 0 5px; }


/* POSTs and PAGEs
------------------------------------------------------------------- */

.page, .post, .pagetitle, .nocomments { padding: 0px; }
.post, .nocomments { padding-bottom: 20px; }
.post { margin-bottom: 30px; }
.entry { margin: 15px 25px; font-size: smaller; line-height:12px; }

.meta {
	background-color: #ececec;
	border-bottom: 1px solid #E6F0F2;
	border-top: 1px solid #E6F0F2;
	color: #333;
	display: block;
	font-size: 1em;
	line-height: 19px;
	margin: 0 -2px;
	padding: 6px 28px;
	text-shadow: 0px 1px 0px #fff;
	position: relative;
}
#litebluebar {
	background-color: #fff;
	border-bottom: 0px solid #333;
	border-top: 0px solid #333;
	color: #3e5867;
	display: block;
	font-size: 11px;
	height: 400px;
	line-height: 12px;
	margin: -15px 0 0 10px;
	padding: 5px 10px;
	text-shadow: 0px 1px 0px #fff;
	width: 260px;
	font-weight: bolder;
}
.lite_colorbar {
	background-color:  #fff;
	border-bottom:solid;
	border-bottom-color:#333; 
	border-top-color:#000;
	border-top: 1px;
	display: block;
	margin: 0px 0px;
	padding: 0px;
	width: 285px;
	float: right;

}
.lite_colorbar small {
	font-family: inherit;
	font-size: 9px;
	color:#F30;
	font-weight:bold;
	margin-left: 15px; padding-top:3px;

}
.lite_colorbar img{
	display: block;
	width: 285px;
	margin-left:0px; margin-top:0px; margin-bottom: 0px;
}
#litebluebar p {
	font-size:12px;
	font-weight:bolder;
	color:#333;
	padding-bottom: 0px;
}
.lite_colorbar P { font-weight: normal; font-stretch:expanded;}
.lite_colorbar h2 {color:#242626; padding: 10px; margin-left:0px; margin-top: 0px; margin-bottom:-10px; border-bottom: 0px; border-bottom-color:#F00; font-weight:bold; width: 265px; background-color: #CCC;}
#litebluebar h6 {
	font-size:2em;
	font-weight:bold;
	line-height:5px;
	color:#FFF;
}

* html .meta { height: 1%; }
.meta:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

a.button-style {
  border: 1px solid #e6e6e6;
  border-radius: 3px 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  height: 11px;
  line-height: 11px;
  padding: 4px 6px;
  width: auto;
}

a.button-style:hover {
  background: #425452 url(img/button-style.gif) center left repeat-x;
  border-color: #425452;
  color: #fff;
  text-shadow: 0 1px 0 #0f4570;
}

p strong, li strong { color: #2E2E2E; }

.entry p, .entry ol, .entry ul, .entry dl { margin: 0 15 10px; color: #4d4d4d; line-height: 1.15em; font-size: .95em; }
.entry blockquote p { margin: 0; }

.entry ol { margin-left: 2em; padding-left: 12px;}
.entry ul { margin-left: 2em; padding-left: 12px;}
.entry ul li { list-style-type: circle; }

.entry dl { }
.entry dt { font-weight: bold; }
.entry dd { background: transparent url(img/dl-arrow.gif) 0 4px no-repeat; padding: 0 0 4px 1em; }



/* PAGINATION on single.php */

.previousnext, .pagination { font-size: 11px; margin-bottom: 10px; }

.page-link {
  background-color: #e6e6e6;
  border-bottom: 1px solid #E6F0F2;
  border-top: 1px solid #E6F0F2;
	display: block;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
	margin: 9px 0 20px;
  padding: 5px 8px;
}

.page-link span, .page-link a {
  cursor: pointer;
  display: block;
  float: left;
  height: 16px;
  line-height: 16px;
  margin: 0 0 0 3px;
  text-align: center;
  width: 16px;
}

.page-link span { background-color: #fff; color: #111;}
.page-link a span { margin: 0; }
.page-link a:link span, .page-link a:visited span { background-color: #5B8EAD; color: #fff; }
.page-link a:hover span, .page-link a:active span, .page-link a:focus span { background-color: #285776; color: #fff; }
.page-link strong { display: block; float: left; margin-right: 5px; }

.postmetadata { border-bottom: 1px dotted #ddd; border-top: 1px dotted #D5D5D5; color: #999; font-size: 11px; margin-top: 20px; padding: 7px 2px; }
.postmetadata a { color: #666; padding: 2px 4px; }
.postmetadata a:hover { background-color: #efefef; }

/* Advertisement space - see Admin Settings */
#something { padding: 7px 2px; width: 572px; border-bottom: 1px dotted #ddd; }
#somethingspecial { padding: 0 54px; width: 468px; }



/* COMMENTS
------------------------------------------------------------------- */

h3#comments, h4#pings { float: left; }
h3#comments, #respond h3 { margin: 0 0 5px; font-size: 34px; }
#respond h3 { margin: 18px 0 5px 28px; }
h4#pings { line-height: 1.2; margin: 10px 0; width: 150px; }

.comments-header,
.navigation { border-bottom: 1px solid #E6F0F2; text-shadow: 0 1px 0 #fff; }

.navigation {
  background-color: #E6F0F2;
	border-top: 1px solid #fff;
  font-size: 11px;
  height: auto;
  line-height: 28px;
  overflow: hidden;
  padding: 0 28px;
}

.comments-header { background-color: #e6e6e6; border-top: 1px solid #E6F0F2; padding: 6px 28px; }
.comments-header-meta {
  float: right;
  font-size: 11px;
  font-weight: bold;
  line-height: 44px;
  padding: 4px 0 0 ;
}

.commentlist {
  background-color: #f9fbfc;
  border: 28px solid #f9fbfc;
  border-top: 0 none;
  font-size: 11px;
}
.pinglist { margin-top: -10px; width: 600px; margin-right:15px; font-style:italic; float: right; text-align:right; }

li.pings {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #E6F0F2;
  margin: 0;
  padding: 4px 10px;
  width: 400px;
}

.pings:first-child { border-top: none; }
.pings:last-child { border-bottom: none; }

.comment {
	background: transparent url(img/bg-comment.png) 10px 19px no-repeat;
  border-top: 28px solid #f9fbfc;
  border-left: 40px solid #f9fbfc;
}

.comment-body {
  background-color: #f4f8f9;
  color: #3e5867;
  margin-left: 20px;  
  padding: 11px 15px;
  position: relative;
}

.comment-body img.avatar {
	border: 1px solid #eee;
	padding: 2px;
  position: absolute;
  left: -60px;
}

ul.children { }
.comment ul.children li { border-top: 15px solid #f9fbfc; }

.comment-meta { font-size: 10px; margin-bottom: 3px; }
.comment-author-admin { background-image: url(img/bg-comment-admin.png); }
.comment-author-admin > .comment-body { background-color: #E6F0F2; }
.comment p, .comment blockquote { padding: 0 0 7px; }
.comment blockquote p, .comment blockquote blockquote, .comment blockquote blockquote p { margin: 5px; padding: 7px; }
.commentlist cite, .commentlist cite a { font-style: normal; font-size: 12px; }
.commentlist cite a { background-color: #fff; padding: 2px 5px; border-bottom: 1px dotted #ddd; }

/* Not used */
li.thread-alt { }
.comment-author { }
.commentlist .thread-even { }
.commentlist .depth-1 { }
.commentlist .odd { }
.commentlist .even,
.commentlist .alt { }
.comment-author cite { }
.says { color:#333; font-weight:normal; letter-spacing: .085em; }
.comment div em { } /* comments awaiting moderation. */

.reply { overflow: hidden; }

a.comment-reply-link { 
  color: #666;
  display: block;
	float: right;
  padding: 2px 6px;
}
.comment-reply-link:hover { background-color: #fff; color: #333; }

#respond {
  background-color: #e6e6e6;
  margin-top: 1px;
  overflow: hidden;
  padding: 0 0 18px;
  width: 100%;
}

#commentform { padding: 18px 28px 0; }

.cancel-comment-reply,
.you-must-be-logged-in { padding: 0 0 0 28px; }

.respond-left { float: left; width: 42%; }
.respond-right { float: left; width: 58%; }

#respond label { display: block; font-size: 11px; height: 20px; margin: 3px 0 9px; width: 85%; }

input#author, input#url {
  border: 1px solid #ddd;
  color: #999;
  display: block;
  height: 15px;
  line-height: 15px;
  padding: 5px 3px;
  width: 85%;
}

textarea#comment {
  border: 1px solid #ddd;
  font-family: inherit;
  height: 150px;
  margin: 0 0 9px;
  padding: 5px 3px;
  width: 100%;
}

#respond input:focus,
textarea#comment:focus {
  color: #000;
  border-color: #aaa;
  -moz-box-shadow: 3px 3px 0px rgba(238,238,238,1);
  -webkit-box-shadow: 3px 3px #eee;
}

input#submit {
  background: #425452 url(../img/button-style.gif) center left repeat-x;
  border: 1px solid #425452;
  border-radius: 10px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
}



/* SIDEBAR
------------------------------------------------------------------- */

.currently-viewing,
#sidebar #about,
#sidebar .categories,
#sidebar .archives,
#meta,
.linkcat,
.widget { border-bottom: 0px dotted #ddd; margin: 0 0 8px; padding: 0 8px 0px; }

.categories li li, .pagenav li li { margin-left: 0px; margin-top: -45px; }

ul.sb-list { margin-left: 2px; }

/* h4 -> sb-title - less semantic, better for search engine positioning */
.sb-title {
	color: #F00;
	font-size: 12px;
	padding-bottom: 1px;
	font-weight:bold;
}

ul.sb-tools { border-bottom: 0px dotted #ddd; margin: 5px 0; padding: 0 8px 0px; }
.sb-tools li {min-height: 18px; }

.sb-tools a span {
  color: #86180A;
  display: block;
  font-size: 12px;
  padding-bottom: 3px;
  text-transform: uppercase;
}
.sb-tools a:hover span { color: #C54E0B; }


.previous-post a, .next-post a {
  background: transparent url(../img/next-prev-sprite.png) right -195px no-repeat;
	display: block;
	line-height: 1.2;
	margin: 8px 0 0;
  padding: 2px 65px;
}

.next-post a:active, .next-post a:focus, .next-post a:hover { background-position: right -285px; border: none; }
.previous-post a, .previous-post a:link, .previous-post a:visited { background-position: 0 5px; padding-right: 0; }
.previous-post a:active, .previous-post a:focus, .previous-post a:hover { background-position: 0 -95px; }

ul.group {
  float: left;
  margin: 0 0 0 2px;
  overflow: hidden; 
  padding: 0;
  width: 280px;
  font-size: 1.05em;
}
.message { line-height: .95em;}
.clear{ clear:both;} 
.graphcont { padding-top:10px; color:#000; font-weight:700; float:left} 
.graph { float:left; margin-top:10px; background-color:#cecece; position:relative; width:250px; padding:0} 
.graph .bar { display:block; position:relative; background-image:url(img/bargraph.gif); background-position:right center; background-repeat:repeat-x; border-right:#538e02 1px solid; text-align:center; color:#fff; height:25px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:1.9em} 
.graph .bar span {position:absolute; left:1em}
div.progress-container {
  border: 1px solid #ccc; 
  width: 255px; 
  margin: 10px 5px 15px 10px; 
  padding: 1px; 
  float: left; 
  background: white;
}

div.progress-container > div {
	background-color: #F00;
	height: 12px
}
#goal_box {display:block; width: 285px; height: 300px; margin-top: 5px; margin-left: 0px; background-color: #fff;
	border-bottom: 0px solid #E6F0F2;
	border-top: 0px solid #E6F0F2;
	border-right: 0px solid #E6F0F2;	border-left: 0px solid #E6F0F2;}
div.goal_massage {color: #330; text-align: left; font-weight: bolder; font-size: .80em; padding:  4px 4px; padding-bottom: 15px; }
div.goal {font-weight: bolder; 
	font-size:.75em;
	text-align: center;
	padding: 0px;
	padding-top: 35px;
	color:#F00;

}

/* Tellafriend
------------------------------------------------------------------*/
#smallerfont {font-size: 12px; font-weight:normal;}
label.TellafriendFix {width: 100px; font-weight: bold; padding: 0px 10px 10px 15px; font-size:  90%;}
input.TellafriendFix {width: 275px; font-size:  90%; }
#content2 h5 {
	color:#333;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1.15;
	margin: 5px 0px;
}
.red {color:#F00; font-weight:bold}
/* viralhepatitis
------------------------------------------------------------------*/
#livers_img { float: left; margin: 10px 35px;  }
#livers_img.fullwidth {margin-right: 350px;}
#sidebar2 { background-color: #fff; border-left: 0px solid #D5DADD; float: right; margin-left: 0px; padding: 10px 0px 0px 0px; width: 285px; }
#viral ol { margin-left: 5px; }
#viral ul { margin-left: 10px; display:block; float:left; width: 265px;  }

#viral ul li { list-style: none; padding: 5px; width: 255px; font-size:.85em; }
ul.noshow,  li.noshow {list-style: none; margin-left:5px; padding: 5 0px; font-size: .85em;  font-style:italic;}

/* overview table
------------------------------------------------------------------ */
#overview { float: left; margin: 0px 35px; width:600px; font-family:Arial, Helvetica, sans-serif;}
/* CLEARFIX------------------------------------------------------------------ */

html .clearfix { display: block; }
* html .clearfix { height: 1%; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
.clearit { clear:both;}



/* PRINT Styles
------------------------------------------------------------------ */

@media print {
  #header { height: 20pt; position: static; }
  /* Attaches the URI to each link so they are visible in the print version */
  #content .entry a:after { content: "  [" attr(href) "] "; }
  #accessibility, #nav, #sidebar { display: none; }
  hr { display: none; }
}
