/*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: .25em 1.5em .25em 1.5em;
    margin-left: 0em;
    border-left: 10px solid #dadada;
    background: #f7f7f7;
    color: #555;
    width: 90%;
    font-style:italic;
}
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: #fefefe repeat fixed;
    border-top: 5px solid #5C6166;
    font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;	
    font-size:14px;
    line-height: 1.8em;
	color: #1a1a1a;
}

a { text-decoration: none;  border-bottom:1px dotted #aaa; color: #E50; }
a:hover { color: #39F; }
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	margin: 2em 0em 0em 0em;
    color:black;
    font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;	
}

h2{ font-size:140%; font-weight:normal; }
h3{ font-size:120%; font-weight:bold;margin-top: 2em; }
h4{ font-size:120%; font-weight:normal; margin-top: 2em; margin-bottom: -.5em}
h5{ font-size:110%; font-weight:normal;margin-top: 2em;margin-bottom: -.7em;}
h6{ font-size:110%; font-weight:normal; margin-bottom: -1em;}
strong { font-weight: bold;}
hr { border: 0px; border-bottom:1px dotted black}
em { font-style: italic; }
#wrapper {
	display: block; 
	width:960px; 
    padding: 1em;
	margin:0px auto;
}

#header {
	float: left;
	margin-bottom:2em;
	margin-left:-2px;
}
#header h1{
    font-family: "Arial",sans-serif;
    font-weight:bold;
    font-size:250%;
    text-shadow: 0px 1px 2px white;
    margin-bottom: 20px;
}
#header a{
    color: #123;
    -moz-transition: color .25s linear;
    -webkit-transition: color .25s linear;
    transition: color .25s linear;
    border-bottom:none;
} 
#header a:hover {
  color:#32A4DC;
}

#contentwrapper{
/*    border: 1px solid #E1E1E3;*/
/*    background: #E1E1E3;*/
/*    border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
*/	width: 680px;
/*    box-shadow: 0px 0px 3px  #ccc;*/
/*    -moz-box-shadow: 0px 0px 3px  #ccc;*/
/*    -webkit-box-shadow: 0px 0px 3px  #ccc;*/
	float: left;
}
#content {
/*  background: #fcfcfc ;*/
/*    border: 0px solid #C6C6C6;*/
/*    border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
*/  margin:0px;
/*  padding: 26px;*/
}

#profile-pic{
    margin:-80px 0px 0px 0px;
    border:1px solid #888;
/*    -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: 230px;
	float: right;
	font-size:13px;
	line-height:1.8em;
}

#sidebar b, #sidebar strong{
    font-family: "Arial","Helvetica","Verdana", sans-serif;
}

#sidebar li{
    color:black;
    padding-left: 15px;
    text-indent: -1em;
}

#sidebar ul{
    list-style: none;
    padding-left: 0px;
    margin: 10px 0px 25px 0px;
    font-size:14px;
}

#sidebar ul li{
    padding-left: 0px;
    margin-bottom: 1em;
    text-indent: 0px;
    font-size:13px;
}
#sidebar a{color:#123;}
#sidebar a:hover{color:#39F;}

li.categories {
    font-weight:bold;
    font-size:14px !important;
    font-family:  "Arial","Helvetica","Verdana", sans-serif;
}
li.categories > ul {
    width: 180px;
}
li.categories > ul > li {
    font-weight:normal;
    font-size:13px !important;
    font-family:  "Palatino Linotype", "Book Antiqua", "Palatino", serif;	
    color: #333 !important;
    display:inline;
    margin-right:8px;
}

.clear {
	clear: both;
}

#footer {
	width: 834px;
	margin: 1em 0;
	padding: 10px 0;
	text-align: center;
	background: #CAE0CA;
}
.post_title {
	margin: .5em 1.1em .5em -2px;
	text-align: left;
	padding-bottom: .1em;
	line-height: 1.8em;
	border-bottom: 1px solid #ededed;
	font-weight:bold;
    font-family: "Arial","Helvetica","Verdana", sans-serif;
    font-size:1.4em;
}
.post_title a{
    color:#424037;
    -moz-transition: color .25s linear;
    -webkit-transition: color .25s linear;
    transition: color .25s linear;
    border-bottom: none;
    }
.post_title a:hover{color:#E50;}
.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{
    border-bottom: 1px dashed #bbb;
    color: #aaa;
}
.post_content {
	margin: 0 2em 20em 0em;
	min-height:80%;
}
.post_content p{
	margin: 1em 0 2em 0;
	text-align: justify;
}
.post_content p b, .post_content p strong {
    font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;	
}
.post_content blockquote p {
    margin: 1em 0;
    text-align:normal;
}
.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;
}

code,pre {
    font-family: Monaco, "Courier", "Courier New", "Courier",monospace;
    font-size:12px;
}
.post_content pre{
    font-size:11px;
	line-height:1.8em;
	font-weight:normal !important;
    letter-spacing:0px;
    background:#F2F2FD;
	margin: 1em 0em 2em 0em;
	padding: 10px;
    overflow-x: auto;
    overflow-y: hidden;
	border: 1px solid #ddd;
}
.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;
    border: 1px solid #aaa ;
}
.comment p{
    margin-left: 48px;
    margin-right: 48px;
    margin-bottom: 1em;
    line-height: 1.8em;
	
}
.comment-author {
    vertical-align:top;
}
.comment-meta{
    clear:right;
    margin-bottom:1em;
}
.comment_list{
    width: 95%;
    margin: 2em auto;
}
li.comment , li.pingback  {
	padding: 1em;
	border: 5px solid #eee;
	margin: 10px;
	-webkit-border-radius:5px 5px;
    -moz-border-radius:5px 5px;
    border-radius:5px 5px;
    text-align: justify;
    font-size:13px;
}

li.commment:last-child{
    border-top: none;
}
.even{
	background: #efefef;
}
.comment-author-admin{
	background: #f1faf1;
	border: 5px solid #e1eae1 !important;
}
#respond h4{
    margin: 1em 0px;
}
#respond input[type=text] { border:1px solid #ccc; font-size:15px !important; padding: 4px 3px; margin: 10px 10px 10px 0px;}
#respond textarea { border:1px solid #ccc; font-size:15px !important; padding: 4px 3px; margin: 10px 10px 10px 0px;}
#respond label { font-size: 14px;}
#recaptcha-submit-btn-area{
    margin: 1em 0px;
}
.page_item {
	list-display-style: none;
	list-style-type: none;
	margin: 0em 0em 5px 0px;
}
.page_item img{
    vertical-align:bottom;
}
.post_content img{
	border: 1px solid #ddd;
    max-width:650px;
	padding: 0px;
	margin-top:1em;
}

.post_content table
{
	font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size: 12px;
	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;
}

.post_content .footnote {
    font-size:12px;
}
.post_content .footnote ol {
    list-style:decimal outside;
}
.post_content .footnote ol  li{
    margin:1em 1.3em;
}
.post_content .footnote ol p {
    margin:0;
}
.post_content .footnote ol p br{
    display:none;
}

