@charset utf-8;

* {
margin:0;
padding:0;
}

div {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
}

a:link {
color:#333;
text-decoration:underline;
}

a:visited {
color:#333;
}

a:hover {
color:#900;
text-decoration:none;
}

.clear {
clear:both;
}

#head-wrapper {
border-top:10px solid #333;
}

#header {
position:relative;
width:1000px;
margin:0 auto;
overflow:hidden;
}

#header #logo {
float:left;
position:relative;
margin-left:50px;
_margin-left:25px;
text-align:center;
background-color:#333;
}

#header #logo h1 {
padding:45px 20px 5px;
}

#header #logo h1 a {
font-size:28px;
text-transform:uppercase;
text-decoration:none;
color:#FFF;
}

#header #logo #logo-border-left,#header #logo #logo-border-right,#footer #copyright #bottom-border-left {
position:absolute;
width:15px;
height:15px;
background:url(images/border.gif) no-repeat;
}

#header #logo #logo-border-left {
bottom:0;
_bottom:-1px;
left:0;
background-position:0 -32px;
}

#header #logo #logo-border-right {
bottom:0;
_bottom:-1px;
right:0;
background-position:-15px -32px;
}

#discription {
float:right;
font-style:italic;
font-weight:700;
color:#666;
margin:50px 25px 0 0;
}

#main {
width:1000px;
margin:25px auto 0;
}

#sidebar {
float:left;
width:240px;
border-right:1px dashed #CCC;
margin-bottom:10px;
padding:25px 0 25px 15px;
}

#sidebar ul {
list-style-type:none;
color:#666;
}

#sidebar ul li {
padding:0 5px;
}

#sidebar h2 {
font-size:15px;
text-transform:capitalize;
color:#333;
margin-bottom:10px;
}

#sidebar li ul {
list-style-type:none;
margin-left:10px;
}

#sidebar li li {
font-size:13px;
line-height:1.4;
}

#sidebar .widget {
border-bottom:1px dashed #CCC;
padding-bottom:15px;
margin:15px 0;
}

#content {
float:right;
width:720px;
}

#content img {
max-width:700px;
}

.post {
margin:15px 0;
}

.post h2 {
font-size:24px;
color:#333;
text-align:right;
margin:10px 20px 10px 0;
}

.post .entry p {
line-height:1.5;
margin:10px 0;
}

.post .entry ol, .post .entry ul {
line-height:1.5;
margin:10px 0 10px 15px;
}

.post .entry img {
max-width:1000px;
}

.post .meta {
font-family:Arial, Helvetica, sans-serif;
padding-bottom:15px;
}

.post .meta .comments,.post .meta .date,.post .meta .cate,.post .meta .tags,.post .meta .read-more {
background:url(images/img.gif) no-repeat;
padding-left:20px;
padding-right:25px;
line-height:20px;
}

.post .meta .comments {
float:left;
background-position:0 -90px;
}

.post .meta .date {
float:left;
background-position:0 -150px;
}

.post .meta .cate {
float:left;
background-position:0 0;
}

.post .meta .tags {
float:left;
background-position:0 -240px;
}

.post .meta .read-more {
float:right;
margin-top:-5px;
background-position:0 -180px;
}

ol.pages {
list-style-type:none;
font-family:Arial, Helvetica, sans-serif;
margin:30px 0 10px;
}

ol.pages li {
display:inline;
margin:0 5px 0 0;
}

ol.pages li a {
text-decoration:none;
padding:2px 6px;
}

ol.pages li.current a {
border-bottom:3px solid #333;
}

#comments {
margin:35px 100px 0 150px;
}

#comments ol {
list-style-type:none;
padding-bottom:15px;
}

#comments li {
clear:left;
margin-bottom:15px;
}

#comments ol .reply {
margin-left:120px;
}

#comments .single-comment {
border-top:1px dashed #CCC;
min-height:100px;
}

#comments .single-comment .author {
float:left;
width:150px;
text-align:center;
font-size:12px;
border-right:1px dashed #CCC;
padding:0 15px;
}

#comments .reply .single-comment .author {
border-left:1px dashed #CCC;
border-right:0;
}

#comments .single-comment .author .avatar {
margin-top:10px;
margin-bottom:5px;
}

#comments .single-comment .author .name {
font-weight:700;
}

#comments .single-comment .content {
float:left;
width:400px;
padding:20px 15px 0;
}

#comments li .comment_reply a {
font-size:11px;
border:none;
color:#aaa;
}

#comments li .comment_reply a:hover {
color:#444;
}

#respond {
width:598px;
clear:left;
}

#respond-form {
border:10px solid #EEE;
clear:right;
padding:8px 10px;
}

#respond-form form #text {
height:150px;
width:546px;
margin-bottom:5px;
border:1px solid #999;
padding:5px;
overflow:hidden;
}

#respond-form form #name,#respond-form form #email,#respond-form form #url {
width:162px;
background-image:url(images/img.gif);
background-repeat:no-repeat;
border:1px solid #999;
padding:2px 0 2px 20px;
}

#respond-form form #name {
background-position:0 -30px;
}

#respond-form form #email {
background-position:0 -60px;
}

#respond-form form #url {
background-position:0 -120px;
}

#respond-form form #submit {
margin-top:5px;
padding:0;
width:558px;
height:28px;
border-top:1px solid #EEE;
border-right:1px solid #999;
border-bottom:1px solid #666;
border-left:1px solid #DDD;
}

#respond .cancel_comment_reply {
float:right;
font-size:11px;
display:none;
}

#respond .cancel_comment_reply a {
border:none;
color:#aaa;
}

#respond .cancel_comment_reply a:hover {
color:#444;
}

#comments li #respond .cancel_comment_reply {
display:inline;
}

#bottom-bar {
border-top:1px dashed #CCC;
margin-top:35px;
}

#bottom-bar ul {
list-style-type:none;
color:#666;
margin-left:25px;
}

#bottom-bar ul li {
width:160px;
}

#bottom-bar h2 {
font-size:15px;
text-transform:capitalize;
color:#333;
}

#bottom-bar ul ul {
display:block;
list-style-type:none;
margin-left:10px;
font-size:13px;
}

#bottom-bar .widget {
float:left;
border-right:1px dashed #CCC;
padding:8px 15px;
}

#footer-wrapper {
width:100%;
border-bottom-width:10px;
border-bottom-style:solid;
border-bottom-color:#333;
margin-top:50px;
}

#footer {
width:1000px;
margin-right:auto;
margin-left:auto;
}

#footer #search {
height:28px;
width:200px;
float:left;
margin-left:20px;
background:url(images/search-bg.gif) no-repeat;
padding:6px 30px 0 5px;
}

#footer #search #search-area {
border:0;
width:160px;
}

#footer #copyright {
float:right;
position:relative;
margin-right:25px;
background-color:#333;
padding:8px 35px 5px;
}

#footer #copyright #bottom-border-left {
top:0;
left:0;
background-position:0 0;
}

#footer #copyright #bottom-border-right {
position:absolute;
width:32px;
height:32px;
top:0;
right:0;
_right:-1px;
background:url(images/border.gif) no-repeat;
background-position:-15px 0;
}

#footer #copyright p {
color:#FFF;
}

#footer #copyright p a {
color:#FFF;
}

#footer #rss {
float:left;
padding-top:3px;
}

#footer #rss a {
background:url(images/img.gif) no-repeat;
background-position:0 -210px;
padding-left:20px;
line-height:20px;
}