/*http://kuler.adobe.com/#themeID/526121*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
blockquote{
    padding: 3px 10px;
    border-left: 10px solid #dadada;
    background: #f7f7f7;
    color: #555;
    width: 470px;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Begin Custom CSS */

body {
	background: #343D38 repeat fixed;
    border-top: 5px solid #5C6166;
	font-family: "Arial",sans-serif;
    font-size:84%;
    line-height: 1.5em;
	color: #111;
}

a { text-decoration: none; color: green; }
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-family: "Arial", "Helvetica", sans-serif;
	margin: 1em 0em .5em 0em;
}

h2{ font-size:140%; font-weight:normal; }
h3{ font-size:130%; font-weight:bold;margin-top: 2em; }
h4{ font-size:130%; font-weight:normal; margin-top: 2em; margin-bottom: -.5em}
h5{ font-size:110%; font-weight:normal;margin-top: 2em;margin-bottom: -.7em;color: #005031;}
h6{ font-size:110%; font-weight:normal; margin-bottom: -1em;}
strong { font-weight: bold; font-family: "Helvetica";}

em { font-style: italic; }
#wrapper {
	display: block; 
	width:960px; 
    padding: 1em;
	margin:0px auto;
}

#header {
	color:white;
	float: left;
}
#header h1, #header a{
    font-family: "Arial";
    font-weight:bold;
    font-size:200%;
    text-shadow: 0px 1px 2px black;
    margin-bottom: 20px;
    color: white !important;
}

#contentwrapper{
    border: 4px solid #E1E1E3;
    background: #E1E1E3;
    border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
	width: 650px;
	float: left;
}
#content {
	background: #fcfcfc ;
    border: 1px solid #C6C6C6;
    border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    margin:0px;
	padding: 26px;
}

#profile-pic{
    -webkit-box-shadow:0px 0px 5px black;
    -moz-box-shadow:0px 0px 5px black;
    box-shadow:0px 0px 5px black;
    -webkit-border-radius:5px 5px;
    -moz-border-radius:5px 5px;
    border-radius:5px 5px;
}
#sidebar {
	width: 29%;
	float: right;
}

#sidebar h3{
	margin: 2.6em 0 1em 0; 
}
#sidebar li{
    color:white;
    padding-left: 15px;
    text-indent: -1em;
}
#recent-entries{
    list-style: circle;
    padding-left: 18px;
}
#recent-entries li{
    padding-left: 0px;
    margin-bottom: 5px;
    text-indent: 0px;
}
#sidebar a{
    color: #cfe;
}
.clear {
	clear: both;
}

#footer {
	width: 834px;
	margin: 1em 0;
	padding: 10px 0;
	text-align: center;
	background: #CAE0CA;
}
.post_title {
	margin: .5em 1.1em .5em 1.1em;
	text-align: left;
	padding-bottom: .1em;
	letter-spacing: 2px;
	line-height: 1.8em;
	color: #146B91;
	border-bottom: 1px solid #ededed;
}
.publish_date {
	color: #999 !important;
	font-size: 90%;
	text-align: right;
    margin-right: 1.7em;
	margin-top: .7em;
	margin-bottom: 4em;
	font-weight: normal;
}
.publish_date a{
	color: #9b9 !important;
}
.post_content {
	margin: 0 2em;
}
.post_content > p{
	margin: 1.2em 0;
	text-align: justify;
}
.post_content > img {
	text-align: center;
	margin: 1.2em auto;
}
.post_content > ol, .post_content > ul{
    list-style-type:disc;
	list-style-position: outside;
	margin: 1.2em 0 ;
}
.post_content li{
	margin-left: 2em;
    margin-bottom:.3em;
}

.post_content pre{
	font-family: "Monaco", "Bitstream Vera Sans Mono", "Andale Mono", monospace;
	font-size: 12px;
	margin: 1em 0em;
	padding: 5px;
        max-width: 610px;
        overflow-x: auto;
	border: 1px solid #CACBC6;
	background: #EAEBE6;
}
.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}

.post_separator{
	clear: both;
	margin: 5em auto;
	width: 64px;
}

.comment img{
    float:left;
    margin-right: 1em;
    margin-top: 3px;
}
.comment p{
    margin-left: 45px;
}
.comment-author {
    vertical-align:top;
}
.comment-meta{
    clear:right;
    margin-bottom:1em;
}
.comment_list{
    width: 550px;
    margin: 2em;
}
li.comment {
	padding: 1em;
	border: 1px dotted #333;
}
li.commment:last-child{
    border-top: none;
}
.even{
	background: #f1f1f1;
}
.comment-author-admin{
	background: #f1faf1;
}
#respond h4{
    margin: 1em 0px;
}
#recaptcha-submit-btn-area{
    margin: 1em 0px;
}
.page_item {
	list-display-style: none;
	list-style-type: none;
	margin: 1em 0em 0em 4px;
}
.page_item img{
    vertical-align:bottom;
}
.post_content img{
	border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    max-width:545px;
	padding: 0px;
}

.post_content table
{
	font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	margin: .5em auto 2em  auto;
	width: 70%;
	text-align: center;
}
.post_content table caption{
	text-align: center;
	padding: 5px;
	border-bottom: 3px solid #6678b1;
	font-weight: bold;
	font-size: 100%;
}
.post_content thead th
{
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #6678b1;
	padding: .5em;
	color: #009;
}
.post_content tbody th{
	font-weight: bold;
	color: #009;
}
.post_content tr
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 0px 8px;
}
.post_content tbody tr:hover 
{
	color: #009;
	background: #eee;
}


