/*   
Theme Name: Adventis Blog
Theme URI: http://www.adventis-health.com
Description: Adventis Health blog theme.
Author: Bala Clark
Version: 1.0
*/

/* main fonts ----------------------------------------------------------------*/

h1 { display: none; }

h2 {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin: 25px 0 8px;
}

p {	
	margin: 10px 0; 
	line-height: 1.7em;
	color: #fff;
}

a, #article-navigation { color: #afd8d5; text-decoration: none; }
a:hover { color: #eef7f7; }

h2 a { text-decoration: none;  }

.date {
	font-size: 0.8em;
	color: #dbdbdb;
}

.date.full {
	border-top: solid 1px #63b1ad;
	border-bottom: solid 1px #63b1ad;
	padding: 8px;
	font-size: 0.9em;
}

span.right { float:right }

/* main layout ---------------------------------------------------------------*/

body {
	font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
	background-color: #000;
	background: #000 url(images/background.png) no-repeat center top;
}

#container {
	width: 630px;
	margin: 0 auto 50px;
	padding-top: 165px;
	background: url("images/banner.jpg") no-repeat scroll 20px top #000000;
}

#content {
	padding: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}

.alignleft,
.article img.alignleft { 
	float: left; 
	margin-right: 10px;
} 

.alignright,
.article img.alignright { 
	float: right; 
	margin-left: 10px;
}

.aligncenter,
.article img.aligncenter { 
	display: block; 
	margin: 0 auto; 
}

p#back {
	position: absolute;
	top: 0; 
	padding: 20px;
}

#back a {
	display: block;
	height: 150px;
	padding-right: 8px;
}

/* articles ------------------------------------------------------------------*/

#articles { width: 65%; float: left; }

div.article { border-bottom: solid 2px #63b1ad; }

div.article.last { border: 0; }

.article img { 
	border: solid 1px #94c9c7;
	padding: 1px; margin: 0 3px;
}

img.wp-smiley { border: 0; }

a.more-link { 
	display: block; 
	margin: 2px 0 5px 0;
	text-align: right;
}

#article-navigation span { display: block; width: 49%; }
#article-navigation span.prev { float: left; text-align: left; }
#article-navigation span.next { float: right; text-align: right; }

.tools {
	text-align: right; float: right; margin: 5px;
}

.post-edit-link {
	color: #000;
	background-color: #cee6e8;
	padding: 5px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.post-edit-link:hover {
	background-color: #AFD8D5;
	color: #000;
}

#home {	margin-top: 8px; font-size: 0.8em; }

/* sidebar -------------------------------------------------------------------*/

#sidebar {
	width: 27%;
	float: right;
	position: relative;
	top: 50px;
	border-left: solid 2px #63b1ad;
	padding: 0 0 30px 14px;
}

#sidebar h2, #sidebar h3, #sidebar h4 {
	font-size: 13px;
	font-weight: bold;
	color: #61999c;
}

#sidebar p, #sidebar ul { margin: 0 0 10px 0; }

#sidebar li { list-style-type: none; }

/* footer --------------------------------------------------------------------*/

.navigation { clear: both; margin-bottom: 10px; }

#footer {
	clear: both; 
	padding: 5px; 
	margin: 0 20px 20px 20px;
	font-size: 10px;
	border-top: solid 2px #63b1ad; 
	width: 59%;
}

ol, ol li{
list-style-type:  decimal;
color:#fff;
}
ol{
padding-left:1.6em;
}
ol li{
padding-left:1em;
margin-bottom:0.6em;
}
