/*  
Theme Name: Serenity
Theme URI: http://griffinopolis.com/blog/themes
Description: Serenity Health Blog
Version: 0.3
Author: <a href="http://denial-design.com/blog">Jason Kingery</a>.

The CSS, XHTML and design is released under GPL.  Please leave the link to Denial Design in the footer.  Thanks.  You can axe all the others if you'd like.
http://www.opensource.org/licenses/gpl-license.php
*/
/**************************************************************
Big Stuff
 **************************************************************/
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #fff;
	font-size: 80%;
	font-family: "arial", helvetica, Bitstream Vera Sans sans-serif;
	background: #EAE9E4 url(images/bgextend.jpg) repeat-x;

}
#wrapper {
/*	width:756px; */
	width: 980px;
	margin:0px auto;
	background-color:#FFF;
	border:1px solid green;
	border-top:none;
}

#container {
/*	width:756px; */
	width: 980px;
	text-align: left;
	margin: 0px auto 0 auto;
	background: #fff;
	padding: 0 !important;
}
/**************************************************************
Header classes
 **************************************************************/
#header {
	height:96px;
}
#logo {
	width:258px;
	float:left;
}
#logo h1{
	font-family:"Trebuchet MS", Arial, Helvetica, Bitstream Vera Sans;
	font-size:26px;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-top:30px;
}
#logo h1 a {
color:#F76B0C;
}
#logo h1 a:hover {
color:#FF9900;
}
#logo h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, Bitstream Vera Sans;
	font-size:12px;
	color:#808080;
	font-weight:normal;
	text-decoration:none;
	padding-left:75px;
}
div #links {
}

div#links {
	background:url(images/linkheader.jpg);
	height:54px;
}

#links ul {
	margin:0px; 
	position:relative;
	left:-1px;
}
#links li{
	display: block;
	float:left;
	list-style-type:none;

	height:28px;
	text-align:center;
	border-right: 1px solid white;
	border-left:1px solid #626D7F;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;

}
#links a{
	font-family:"Trebuchet MS", Arial, Helvetica, Bitstream Vera Sans;
	font-size:11px;
	color:#333;
	font-weight:bold;
	text-decoration:dotted;
}
#links a:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, Bitstream Vera Sans;
	font-size:11px;
	text-decoration:none;
}
#mainimg {
	background-image:url(images/sh-header.jpg);
	background-repeat:repeat-x;
	height:115px;
	text-align:right;
}
#mainimg h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, Bitstream Vera Sans;
	font-size:20px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:20px 40px 0px 0px;
}
#mainimg h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, Bitstream Vera Sans;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}
/**************************************************************
 Center class
 **************************************************************/
#center {
	float: right;
	width:512px;
	_width: 490px;
	margin: 10px 15px 10px 5px;
	color: #222;
	padding: 0;
/*	font-family: Tahoma, Geneva, Arial, Bitstream Vera Sans, sans-serif; */
	font-family:"Trebuchet MS", Arial, Helvetica, Bitstream Vera Sans;
}
p {
	padding: 5px;
}
a {
	color: #138B2A;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration:underline;
}
/**************************************************************
 Think of ccon as your blog entry class
 **************************************************************/

#ccon h1 {
	font-size: 1.5em;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, Bitstream Vera Sans sans-serif;
	line-height: normal;
	border-bottom:1px solid #029900;
	line-height:27px;
}
#ccon h1 a {
	color: #333;
}
#ccon h1 a:hover {
	color: #444;
}
#ccon img { 
	padding: 3px;
	margin: 0 6px 0 6px; 
	border: 3px double #bbb;
}
#ccon a img {
 	border: 3px solid #ccc;
}
#ccon a:hover img {
 	border: 3px solid #99CC00;
}
#ccon ul {
	margin: .7em 0 .7em 3em;
}
#ccon ol {
	margin: .7em 0 .7em 3em;
}
#ccon p.meta {
	margin: 0 0 1em 0;
}
dfn {
	font-style:normal;
}
#ccon span.date {
	font-size: 14px;
	color: #000;
}
#ccon span.category {
	font-size: 11px;
/*	background: #fbfbfe url(images/category.jpg) no-repeat left center; */
}
#ccon span.comments {
	font-size: 80%;
}

blockquote {
	font: 110% Arial, "Trebuchet MS", Helvetica, Bitstream Vera Sans;
	color: #aaa;
	margin: 10px 20px 10px 20px;
	line-height: 20px;
}
.code {
	margin: 15px 0;
	padding: 10px;
	display: block;
	overflow: auto;
	font: 400 1em courier, monospace;
	line-height: 120%;
	white-space: pre;
	background: #f1f7f6;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.alert { /* For Alert Class.  Thanks to http://bioneural.net */
	background: #fff6bf url(images/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
.hilite {
	padding: 1px 2px;
	background: #FFFF99;
	border-top: 1px solid #eee;
}
/**************************************************************
 Sidebar class
 **************************************************************/
#sidebar {
	float: left;
	width: 224px;
	margin: 10px 10px 0 0;
	padding: 0;
	background: #fff;
	color: #787878;
}
#sidebar ul.comments img {
		border: 1px solid #eee;
}
#sidebar li.comments a {
	border: none;
	display: block;
	padding: 1px 1px 1px 0px;
	text-decoration: none;
	background: inherit;
	color: #aaa;
}
#sidebar li.comments a:hover {
	color: #888;
	background: #eee;
}
/* Side bar thumbs.  Use for Flickr or Zooomr photos or whatnot*/
.thumbs img {
	position: relative;
	padding: 1px;
	margin: 2px 1px 3px 1px;
	border: 2px solid #aaa;
	background-color: inherit;
}
.thumbs img:hover {
	border: 2px solid #99CC00;
}
/*right nav */
.nav-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-right {
	margin: 10px;
}
.nav-right li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 2px 0 2px 0px;
}
.nav-right li a {
	display: block;
	padding: 1px 1px 1px 20px;
	text-decoration: none;
	background: inherit;
	color: #888;
	background: transparent url(images/triangle.gif) left center no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, Bitstream Vera Sans;
	font-size:12px;
	_line-height:5px;
}
.nav-right li.subscribe a {
	display: block;
	padding: 1px 1px 1px 20px;
	text-decoration: none;
	background: inherit;
	color: #aaa;
	background: transparent url(images/rss.jpg) left center no-repeat;
}
.nav-right li a:hover {
	color: #666;
	text-decoration:underline;
}
#sidebar h3 {
	margin: 1em -10px 0px -10px;
	padding: 1px 5px;
	background-color: #459236;
	color: #fff;
	font-family: Arial, Helvetica, Bitstream Vera Sans sans-serif;
	line-height: normal;
	font-size:14px;
}
#sidebar h3.subscribe {
	margin-top: 1em;
	padding: 1px 30px 0 5px;
	background-color: #F9F9F9;
	color: #f5cd00;
	font-family: "Trebuchet MS", Arial, Helvetica, Bitstream Vera Sans sans-serif;
	line-height: normal;
	background: #F9F9F9 url(images/sidebar-rss.jpg) no-repeat right center;
}
#sidebar .side-nav {
}

.latest-right li a {
	font-size: 14px;
	background:none;
	font-size:12px;
	padding-left:1px 30px 0 5px;

}

/**************************************************************
 Sidebar 2 classes
 **************************************************************/
#sidebar2 {
	float: right;
	width: 214px;
	margin: 10px 0 10px 0;
	padding: 0;
	background: #fff;
	color: #787878;
}

#sidebar2 h3 {
	margin: 1em -10px 0px -10px;
	padding: 1px 5px;
	background-color: #459236;
	color: #fff;
	font-family: Arial, Helvetica, Bitstream Vera Sans sans-serif;
	line-height: normal;
	font-size:14px;
}

/**************************************************************
 Comment classes
 **************************************************************/
.comment-meta {
	font-size: 120%;
	margin: 10px 0 10px 0;
}
.comment-text {
	margin: 10px 0 10px 0;
}
h3.comments-header {
	border-bottom: 2px dotted #ddd;
}
#comments-form {
	margin: 4em 0 0 0;
}
#respond {
	font-size: 115%;
}
#respond .trackback {
	padding-left: 20px;
	background: #fff url(images/download.png) no-repeat center left;
}
.gravatar {
	float: left;
	padding-right: 5px;
}
.even {
	background: #eee;
	padding: 3px;
}
.highlight {
	background: #fbfbfe;
	padding: 3px;
	border-top: 3px double #bbb;
	border-bottom:  3px double #bbb;
}
#live-preview {
	margin: 20px 0 100px 0;
}
/**************************************************************
Footer classes
 **************************************************************/
#footer-contents {
	clear: both;
	text-align: right;
	background: inherit;
	margin: 0;
	padding: 2px 0 2px 0;
	border-top: 1px dotted #aaa;
}
#footer-copy {
	padding: 5px;
	background: inherit;
	margin: 4px 16px 4px 10px!important;
	color: #666;
}
#footer-copy a, #footer-copy a:visited {
	color: #1c6ea8;
}
#footer-copy a:hover, #footer-copy a:visited:hover {
	color: #99CC00;
}
#footer-links {
	font-size: 10px;
	padding: 0;
	margin: 10px 16px !important;
}
/**************************************************************
 Navigation classes
 **************************************************************/
.navigation {
	 width: 470px; 
	 margin: 2.0em 0 3.0em 0; 
	 float: left; 
}
* html .navigation { 
	margin: 0 0 2.5em 0; 
}
.previous { 
	font: 1em "arial", helvetica, Bitstream Vera Sans sans-serif;
	padding: 0 20px 0 0; 
	float: left; 
}
.next { 
	font: 1em "arial", helvetica, Bitstream Vera Sans sans-serif;
	float: right; 
	}
.clear {
	 width: 470px; 
	height: 1px; 
	clear: both; 
}
/**************************************************************
Misc. classes
 **************************************************************/
a.extlink /* For Link Indication */
{
	padding-right: 10px;
	background: #fff url(external-link.png) no-repeat right center;
}
/*-smilies without a border-*/
body img.wp-smiley {
	border:none;
}

#search_wrap {
	border-bottom:1px solid green;
	position:relative;
	bottom:5px;
	_bottom:6px;
	right:-15px;
	padding:5px;
	height:22px;
}

#s {
	width:120px;
}

#searchsubmit {	
	height:22px;
}

#ccon a img.wp-notable_image {
	border:none;
}
