* {
    margin:0px;
    padding:0px;
}


body {
    font-size:13px;
	font-family: 'Open Sans', sans-serif;
    border-top:5px solid #000;
}

h2 {
    padding:15px 0px;
}

h1, h2, ol, ul {
    display:block;
    font:400 1em/1.5em 'Open Sans', sans-serif;
    text-rendering:optimizelegibility;
}

p {
    margin-bottom:12px;
}

dd {
    margin-bottom:10px;
}

h1 {
    padding-bottom:20px;
    font-size:200%;
    line-height:1.3em;

}


a {
    color:#AB5603;
}

a:hover {
    color:#000;
}

.post {
    margin-bottom:20px;
}

.post .entry {
    padding-bottom:15px;
}

.post .entry .links {
    border-bottom:1px solid #ccc;
    border-top:1px solid #ccc;
    padding:4px 7px;
    margin-top:12px;
}

.post h4 {
    margin: 6px 0px 7px;
    color:#111;
    font-weight:normal;
}

.post h2 a {
    text-decoration:none;
}

.post h2 a:hover {
    text-decoration:underline;
}

.post ol, .post ul {
    margin-left:30px;
}

.post li {
    padding-bottom:9px;
}

.post p {
 
}

.container {
    width:960px;
    margin:0 auto;
}

.container #header {
    padding:10px 0px;
    border-bottom:1px solid #bbb;
}

h1, h2, h3, h4 {
    color:#222;
	font-weight:normal;
}

#wrapper {
    overflow:hidden;
}

#header {
    padding:7px 0px;
    border-bottom:1px solid #000;
}

#header ul li {
    display:inline;
    margin-right:45px;
}

#header a {
    text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
}

#wrapper-dock {
    border-bottom:1px solid #e1e1e1;
    padding:15px 0px;
}

#content {
    float:left;
    width:616px;
    padding-top:15px;
}

#content img {
    padding:4px;
    border:1px solid #CCCCCC;
}

#content a img {
	border:none;
    padding:0px;
}

.comment-meta {
    font-size:12px;
}

#content .commentlist img {
    padding:4px;
    border:1px solid #CCCCCC;
    float:left;
    margin-right:9px;
}

ul.list li {
    padding-bottom:0px;
}

.list {
    margin-bottom:19px;
}

#content img.alignleft {
    float:left;
    margin:15px 18px 0px 0px;
}

#content h2 {
    font-size:22px;
}

#content h3 {
    font-size:18px;
    margin-bottom:12px;
}

#sidebar h2 {
	padding-top:0px;
    padding-bottom:3px;
    font-size:16px;
}

#sidebar {
    float:right;
    width:300px;
    padding-top:15px;
}

#sidebar ul li.widget {
    list-style:none;
    margin-bottom:20px;
}

#sidebar ul li.widget ul {
    padding-left:15px;
}

#sidebar ul li.widget ul li {
    margin-bottom:5px;
}


.box {
    margin-bottom:24px;
}

.box h4 {
    margin-bottom:5px;
}

.box img {
    padding:3px;
    background:#e1e1e1;
    border:1px solid #ccc;
    margin-right:12px;
    margin-bottom:12px;
}

ul#archieve, ul#older, ul#comments {
    list-style:none;
}

textarea#comment {
    width:95%;
}

table {
    margin-bottom:9px;
}

#footer {
    padding:20px 0px 10px 0px;
}

#content iframe {
    padding:3px 4px;
    background:#fff;
}

.adsense {
    margin:10px 0px;
}

#similar-post {
    border:1px solid #ccc;
    background:#e1e1e1;
    padding:4px 7px;
    margin-top:12px;
}

#similar-post h3 {
    margin-top:7px;
}


blockquote {
	margin:0 auto 10px;
	padding:5px 20px;
	width:80%;
	background:#e1e1e1;
}

.commentlist ul {
    margin-left:20px;
}

#singlecomments, #singlecomments ul {
    list-style:none;
}

.commentlist .comment-body {
    padding:9px;
}


.commentlist .even .comment-body {
    border-bottom:1px solid #d0cdba;
    background:#EDEBDE;
}

.commentlist .odd .comment-body {
    background:#fff;
}

.comment-0 {
    background:#f8f7ee;
}

#twitter img {
    border:none;
}

table {

}

table td, table th{
    padding:4px;
}

ul#older-post, ul.month-archive {
	margin-bottom:20px;
}

#older-post li, .month-archive li {
    border-bottom:1px solid #e1e1e1;
    width:616px;
    overflow:hidden;
    padding:5px 0px;
}

.month-archive li {
    border-bottom:none;
}

#older-post a, .tagcloud a {
    text-decoration:none;
}


#older-post .link, .month-archive a {
    display:block;
    float:left;
    width:450px;
}

#older-post .date {
    display:block;
    float:left;
	text-align:right;
    width:147px;
}

.month-archive .date {
    display:block;
    float:left;
	text-align:right;
    width:25px;
	margin-right:10px;
}

.postauthor {
    margin-bottom:10px;
    overflow:hidden;
}

.postauthor img {
float:left;
margin-right:10px;
}

.alignright {
    float:right;
    margin:10px 0 8px 20px;
}

