/*
Theme Name: Blocks
Theme URI: http://wordpress.org/extend/themes/blocks/
Description: Blocks is a simple theme, no images and doesn’t require any plugin, transplant from my OPERA BLOG. Compatible with WordPress 2.7, threaded comments ready.
Version: 2.1.4
Author: mg12
Author URI: http://www.neoease.com/
Tags: white, light, two-columns, three-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments
*/

/* body START */
body {
	background:#fff;
	color:#333;
	font-size:14px;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}

a { outline: none; }

#container {
	margin:0 auto;
	width:900px;
}

div.wrapper_header {
    border: 2px solid #555 !important;
	margin-bottom:10px;
}

div.wrapper {
    border: 2px solid #f3f3f3 !important;
	margin-bottom:10px;
}

div.wrapper_empty {
	margin-bottom:10px;
}
/* body END */

address {
    color: #777;
}

/* base START */
* {
	margin:0;
	padding:0;
}
h1 {
    margin: 15px 0px 10px 0px;
    padding-bottom: 7px;
}
h2,h3,h4 {
    margin: 20px 0px 2px 0px;
}
h1,h2,h3,h4,h5 {
    color: #036;
    border-bottom: 1px dotted #036;
}
h3.title {
    border: none;
}
abbr[title], acronym[title] {
	border:none;
}
small, .small {
	font-size:13px;
}
img {
	border:none;
}
.inline {
	display:inline;
}
.more-link {
    display: block;
	font-size:13px;
    color: #e30;
    font-weight: bold;
    border-bottom: 1px dotted white;
}
.more-link:hover {
    text-decoration: none;
    border-bottom: 1px dotted;
}
.sided {
	background:#FFF;
	border:1px solid #899EA6;
	padding:3px;
}
a .sided:hover {
	border-color:#496370;
}
.wp-caption {
	background:#F1F5F6;
	border:1px solid #DCE3E9;
	padding:7px 3px;
	margin-top: 3px;
	text-align:center !important;
}
.post .content .wp-caption p {
	margin:3px 0 0;
}
a {
	color:#13c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline !important;
}
a:visited {
	color: #c0a;
}
.button {
	text-decoration:none;
	padding:2px 5px;
	background:#D5E396;
	border-top:1px solid #D5E396;
	border-right:1px solid #B5C98F;
	border-bottom:1px solid #B5C98F;
	border-left:1px solid #D5E396;
	color:#84985D;
}
.button:hover {
	text-decoration:none;
	background:#C8DE9D;
	border-top:1px solid #B5C98F;
	border-right:1px solid #D5E396;
	border-bottom:1px solid #D5E396;
	border-left:1px solid #B5C98F;
	color:#60743A;
}
blockquote, pre {
	/*background:#f7f7f7;
	border:1px solid #eee;*/
	font-style: italic;
	color:#666;
	padding: 0px 10px;
	margin: 10px 0px 10px 10px;
}
pre {
	overflow:scroll;
}
blockquote a {
	color:#258;
}
blockquote.adminquote {
	background:#FAFDEC;
	border-color:#D5E396;
}
.textfield, .textarea {
	border:1px solid #A4B97F;
	padding:2px 1px;
	font-size:13px;
}
.clear, .fixed {
	clear:both;
}
.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright div.feed {
    margin-top: 3px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	float:left;
	margin-right:10px !important;
	margin-right:7px;
}
.right {
	float:right;
	margin-left:10px !important;
	margin-left:7px;
}
.bottom_separator {
	margin-bottom:10px;
}
.block {
	background:#FFF;
	border:1px solid #d0d0d0;
}
.block .content {
	background:#F1F5F6;
	margin:1px;
	padding:6px 10px;
}
.block .g {
	background:#FAFDEC;
}
.block .r {
	background:#F6EEE3;
}
.boxcaption {
	border:1px solid #d0d0d0;
	border-bottom:none;
}
.boxcaption h3 {
	border:1px solid #FFF;
	background:#F1F5F6;
	padding:5px 10px;
	font-size:13px;
	color:#258;
}
.boxcaption a {
	text-decoration:none;
}
.box {
	border:1px solid #d0d0d0;
	border-top:none;
	padding:10px;
	margin-bottom:10px;
}
.w3c {
	color:#080;
	font-size:11px;
}
/* base END */

/* top START */
#top {
	margin: 10px 0px 0px 5px;
	padding:5px 0;
	font-size:13px;
	float:right;
}
#top li {
	float:left;
	padding:0 7px;
	border-right:1px solid #ccc;
	list-style:none;
}
#top li.s {
	border:none;
}
/* top END */

/* header START */
#header {
	background:transparent url(/img/header.jpg);
	border: 1px solid #eee;
}
#header .content {
	border-bottom: 0px;
	width:892px;
	height:100%;
}
#header .content #title {
	width: 892px;
	height: 100px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#header .content #title a {
	border: 0px;
}
#header .content h1 {
	font-size:24px;
	font-style:normal;
	font-weight:normal;
	display: inline;
	color: #fff;
}
#header .content #tagline {
	font-size:14px;
	font-style:normal;
	font-weight:normal;
    display: inline;
    color: #eee;
}
#header .meta {
	font-size:13px;
	text-transform: uppercase;
	border-top: none;
}
#menubar {
	float:left;
	padding:0 5px;
}
#menubar li {
	float:left;
	list-style:none;
	margin-right: 5px;
}
#menubar li a {
	display:block;
	text-decoration:none;
	padding:5px 10px;
	color: #fff;
	font-weight: bold;
}
#menubar li a:hover {
	background:#fff;
	color: #036;
}
#menubar .current_page_item {
	background:#fff;
	color: #036;
}
#menubar .current_page_item a {
    color: #036;
}
#copyright, .greedlink {
	padding:5px 10px;
	margin-right:-1px;
}
#copyright {
	float:left;
	text-transform: uppercase;
	padding: 10px;
	color:#999;
	margin-bottom: 10px;
}
#top a{
    color: #333;
}
#top li {
    line-height: 17px !important;
}
#top li.s a {
    color: #c50;
}
a.feedimage {
    position: absolute;
    margin: -4px 0px 0px 5px;
}
.feed a {
    float: right;
    display: table-cell;
    padding: 0px 0px 0px 18px;
    background: url(/img/rss_small2.png) no-repeat;
	color:#c50;
}
a.feedlink {
    display: table-cell;
    padding: 0px 0px 0px 18px;
    background: url(/img/rss_small.png) no-repeat;
}

a.synd {
    color: #fff;
    background: #7a0 !important;
}

a.synd:hover {
    color: #7a0;
    background: #fff !important;
}

a.greedlink {
	text-decoration:none;
	background: #e50;
	color:#fff;
	float: right;
	font-weight: bold;
	margin: 0px 5px 0px 0px;
}
a.greedlink:hover {
	background:#fff;
	color: #c30;
	text-decoration:none;
}
/* header END */

/* subscribe START */
#menubar li ul,
#subscribe ul {
	display:none;
	margin:1px 0 0;
	background:#FFF;
	border:1px solid #d0d0d0;
	border-top:none;
}
#menubar li ul {
	padding:0 0 1px;
	margin-left:-2px !important;
	margin-left:-1px;
}
*+html #menubar li ul {
	margin-left:-1px !important;
}
#subscribe ul {
	padding:0 1px 1px;
}
#menubar li ul li,
#subscribe ul li {
	float:none;
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#menubar li ul li a,
#subscribe ul li a {
	display:block;
	padding:5px 10px;
	text-decoration:none;
	width:120px;
	font-size:13px;
}
#menubar li ul li a {
	background:#E9EEF1;
}
#subscribe ul li a {
	background:#ffcf77;
}
#menubar li ul li a:hover {
	background:#E1E7E9;
}
#subscribe ul li a:hover {
	background:#ffa500;
}
/* subscribe END */

/* main START */
#main {
	width:636px;
	float:left;
}
.title strong {
    color: #f50;
    background-color: #f9f3f0;
    padding: 2px 3px;
}
.post {
	margin-bottom: 20px;
}
.post .title a {
    display: block;
    padding: 5px 7px;
	background: #c30;
	color: #fff !important;
    border-bottom: 1px dotted #ccc;
}
.post span.postdate {
    position: absolute;
    margin-left: -86px;
    padding: 5px 0px;
    width: 86px;
    color: #c30;
    background: #f0f0f0;
    font-weight: bold;
    text-align: center;
	font-size:13px !important;
    border-bottom: 1px dotted #ccc;
}
.post .title_page {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0px 0px 6px;
    display: block;
    border-bottom: 1px dotted #ccc;
}
.post .title {
    padding-top: 10px;
    text-transform: uppercase;
	font-size:13px;
	font-weight: bold;
	text-decoration:none;
}
.post .title a:hover {
	text-decoration:none;
	background: #369;
}
.post .title a:hover strong {
    background-color: #c30;
    color: #ff7;
}
.post .content {
	background:#fff;
	padding:0px 6px 0;
	line-height:145%;
	overflow:hidden;
	text-align: justify;
}
.part,
.post .content p {
	margin-top:5px;
	margin-bottom:15px;
}
.post .content img {
	max-width:600px;
}
.post .content h4 {
	font-size:14px;
	margin-bottom:8px;
}
.post .content ul,
.post .content ol {
	padding-bottom:10px;
}
.post .content ul li,
.post .content ol li {
	list-style-position:inside;
	padding-left:20px;
}
.post .content table {
	background:#FFF;
	border:1px solid #d0d0d0;
	margin:5px 0 10px;
}
.post .content table tr td {
	border-top:1px solid #d0d0d0;
	padding:2px 10px;
}
.post .content table tr th {
	padding:1px 10px;
	background:#FAFDEC;
	text-align:left;
}
.post .meta {
    border: 1px solid #e5e5e5;
	background:#f7f7f7;
	padding:5px 7px;
	font-size:13px;
}
.post .meta div.alignleft {
    width: 400px;
}
#pagenavi,
#postnavi,
#commentnavi {
	font-size:13px;
}
#pagenavi .newer,
#postnavi .prev {
	float:left;
}
#pagenavi .older,
#postnavi .next {
	float:right;
}
.wp-pagenavi span.docs {
	margin:2px 4px;
}
/* main END */

/* sidebar START */
#sidebar {
	float:right;
	width:255px;
	overflow:hidden;
}
#sidebar li {
	list-style:none;
}
.sidebar .sdwrp {
	position: absolute;
	margin-left: 235px;
	margin-top: -24px;
	border-bottom: 1px solid #DCE3E9;
	padding-left: 8px;
}
.sidebar .sdwrp .sidedate {
	color:#777;
	padding: 3px 5px 3px 8px;
	background-color: #f3f3f3;
	font-size: 11px;
}
.about {
    padding: 5px;
    color: #777;
    font-size: 12px;
}
.about p {
    padding-top: 10px;
    text-align: justify;
}
.about h4 {
    margin-top: 5px;
}
.about strong {
    color: #555;
}
.about em {
    color: #369;
    font-size: 13px;
    font-weight: bold;
}
.sinaxar .details {
    position: absolute;
    color: #fff;
    opacity: .7;
    padding: 3px 10px;
    margin: 1px;
    font-size: 13px;
}
.sinaxar img {
    margin: 0px 0px 1px 1px;
    border: 2px solid #ddd;
}
.widget {
	background:#FFF;
	border:1px solid #d0d0d0;
}
.widget h3 {
	background:#eee;
	font-size:13px;
	margin:1px;
	padding:5px 10px;
	text-decoration:none;
	color:#333;
	text-transform: uppercase;
	border: none;
}
.widget a:hover h3 {
	background:#E1E7E9;
}
.widget ul {
	padding:4px 7px 5px;
}
.widget .space {
	padding:4px 12px 8px;
}
.widget ul li {
	line-height:18px;
	border-bottom:1px solid #DCE3E9;
	margin-top: 5px;
	margin-bottom: 5px;
}
.widget ul li a {
	padding:3px 5px;
    display: block;
    text-decoration: none;
}
.widget ul li a:hover {
    text-decoration: none;
    background-color: #333;
    color: #fff;
}
.sidebar #searchbox {
	background:#FAFDEC;
	padding:6px !important;
	padding:6px 6px 3px;
	margin:1px;
}
.widget_links a {
    color: #580;
}
*+html .sidebar #searchbox {
	padding:6px 6px 3px !important;
}
#searchbox .textfield {
	width:231px;
}
#searchbox .operation {
	color:#84985D;
	margin-top:4px;
	font-size:11px;
}
#searchbox .operation span {
	padding:2px 0;
}
#search_submit {
	font-size:11px;
	cursor:pointer;
}
.widget ul li ul {
	padding-bottom:0;
	padding-right:0;
	padding-top:0;
}
.widget ul li ul li {
	padding:3px 5px 0;
	border-top:1px solid #DCE3E9;
	border-bottom:none;
	line-height:18px;
	margin-top:3px;
	margin-right:-5px;
}
#sidebar .widget_tag_cloud {
	padding:0 11px 8px 11px;
	font-size: 0.7em;
}
.the_day {
    color: #777;
    font-family: monospace !important;
}
#sidebar .widget_tag_cloud h3 {
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:4px;
}
/* sidebar END */

/* footer START */
#footer {
	background:#FFF;
	border:1px solid #d0d0d0;
	padding:1px;
	font-size:11px;
}
#footer .content {
	background:#FAFDEC;
	padding:6px 10px;
}
#footer #about {
}
#gotop {
	float:right;
	font-weight:bolder;
}
p.validated {
    padding-top: 10px;
}
/* footer END */

/* commnets START */
#comments .comment {
	list-style:none;
	background:#FFF;
	border:1px solid #d0d0d0;
	position:relative;
}
#comments .comment .header {
	background:#f7f7f7;
	border:1px solid #FFF;
	border-bottom:none;
	height:23px;
	overflow:hidden;
}
#comments .comment .body {
	margin:10px 11px 0;
	line-height:145%;
	overflow:hidden;
	position:relative;
}
#comments .comment p,
#comments .comment blockquote {
	margin:0 0 10px;
}
#comments .author {
	float:left;
	font-weight:bold;
	border-right:1px solid #FFF;
	width:128px;
	overflow:hidden;
}
#comments .with_avatar {
    white-space: nowrap;
}
#comments .author a,
#comments .author span {
	background:#e8e8e8;
	display:block;
	padding:4px 10px !important;
	padding:5px 10px;
	text-decoration:none;
}
#author_info input {
    margin-bottom: 5px;
}
#comments .with_avatar a,
#comments .with_avatar span {
	padding:4px 10px 4px 42px !important;
	padding:5px 10px 5px 42px;
}
#comments .avatar {
	background:#FFF;
	padding:1px;
	border:1px solid #e8e8e8;
	position:absolute;
	top:3px !important;
	top:4px;
	left:8px;
}
#comments .admincomment .avatar {
	border-color:#ECF3D3;
}
#comments .author a:hover {
	background:#E1E7E9;
}
#comments .admincomment .header {
	background:#FAFDEC;
}
#comments .admincomment .author a,
#comments .admincomment .author span {
	background:#ECF3D3;
}
#comments .admincomment .author a:hover {
	background:#DEECBE;
}
#comments .date,
#comments .items {
	font-size:13px;
	margin:4px 9px !important;
	margin:4px 5px 4px 9px;
}
#respond {
	background:#FFF;
	border:1px solid #d0d0d0;
}
#respond .body {
	background:#FAFDEC;
	margin:1px;
	padding:0 10px 10px !important;
	padding:0 10px 1px;
}
#respond .header {
	padding:5px 0;
}
#respond .header .title {
	font-size:14px;
	float:left;
	margin-top: 5px;
}
#respond .header .cancel {
	float:right;
	font-size:11px;
}
#respond .notice {
	background:#E9F3BC;
	border-style:dashed;
	border-color:#D5E396;
	border-width:1px 0;
	padding:5px 10px;
	margin:0 -10px 10px;
	position:relative;
	font-size:11px;
}
#respond .text {
	float:left;
}
#respond .info {
	float:right;
	width:180px;
	font-size:11px;
}
#respond .textfield {
	width:175px;
}
#respond #comment {
	width:418px !important;
	width:417px;
	height:175px;
}
#notify {
	margin-bottom:9px;
}
#submit {
	font-size:11px;
	cursor:pointer;
}
#submit_comment {
	margin:5px 0;
}
#trackbacks .header {
	background:#F1F5F6;
	margin:1px 1px 0 1px;
	padding:5px 10px;
}
#trackbacks .header .title {
	font-weight:bold;
	color:#258;
}
#trackbacks #trackbacks_show,
#trackbacks #trackbacks_hide {
	float:right;
	font-size:11px;
}
#trackbacks #trackbacks_box {
	line-height:145%;
}
#trackbacks ul {
	margin:10px;
}
#trackbacks ul li {
	list-style:none;
}
#comments .children {
	padding-left:20px !important;
	padding-right:0 !important;
	padding-left:10px;
	padding-right:10px;
}
#comments #respond .body {
	margin:1px;
	line-height:100%;
}
#comments #respond .text,
#comments #respond .info{
	position:relative;
}
#comments #respond .header {
	background:#E9F3BC;
	margin:0 -10px 10px;
	padding:5px 10px;
	position:relative;
	line-height:145%;
}
#comments .children #respond .header {
	margin:0 -10px 10px !important;
	margin:-1px -11px 10px;
	padding:5px 10px !important;
	padding:3px 10px 1px;
}
#comments #respond .header .title {
	font-size:13px;
	position:relative;
}
#comments #respond .header .cancel {
	position:relative;
}
#comments #respond .notice {
	display:none;
}
#comments .children #commentform #comment {
	width:398px !important;
	width:395px;
}
#comments .children .children #commentform #comment {
	width:378px !important;
	width:373px;
}
#comments .children .children .children #commentform #comment {
	width:358px !important;
	width:351px;
}
#comments .children .children .children .children #commentform #comment {
	width:338px !important;
	width:329px;
}
#comments .children .children .children .children .children #commentform #comment {
	width:318px !important;
	width:307px;
}
#comments .children .children .children .children .children .children #commentform #comment {
	width:298px !important;
	width:285px;
}
#comments .children .children .children .children .children .children .children #commentform #comment {
	width:278px !important;
	width:263px;
}
#comments .children .children .children .children .children .children .children .children #commentform #comment {
	width:258px !important;
	width:241px;
}
*+html #respond .body {
	padding:0 10px 1px !important;
}
*+html #comments .children {
	padding-left:10px !important;
	padding-right:10px !important;
}
*+html #comments .children #respond .header {
	margin:-1px -11px 10px !important;
	padding:3px 10px 1px !important;
}
*+html #comments .children #commentform #comment {
	width:395px !important;
}
*+html #comments .children .children #commentform #comment {
	width:373px !important;
}
*+html #comments .children .children .children #commentform #comment {
	width:351px !important;
}
*+html #comments .children .children .children .children #commentform #comment {
	width:329px !important;
}
*+html #comments .children .children .children .children .children #commentform #comment {
	width:307px !important;
}
*+html #comments .children .children .children .children .children .children #commentform #comment {
	width:285px !important;
}
*+html #comments .children .children .children .children .children .children .children #commentform #comment {
	width:263px !important;
}
*+html #comments .children .children .children .children .children .children .children .children #commentform #comment {
	width:241px !important;
}
#commentnavi a.page-numbers {
	padding:6px 8px;
	text-decoration:none;
	margin:0 -2px;
}
#commentnavi a.page-numbers:hover {
	text-decoration:none;
	background:#DEECBE;
}
#commentnavi span.pages {
	margin:0 9px 0 0;
	float:left;
}
#commentnavi span.current {
	background:#FFF;
	padding:6px 8px;
	font-weight:bold;
	margin:0 -2px;
}
/* comments END */

/* links START */
.post .linkcat {
	padding-bottom:10px;
}
.post .linkcat ul li{
	float:left;
	width:25% !important;
	width:24%;
	list-style:none;
	padding-left:0;
}
/* links END */

/* archive START */
#archive {
	margin-bottom:0;
}
#archive li {
	list-style:none;
	list-style-position:outside;
	padding:0px 0px;
}
#archive h3 {
	font-size:14px;
	font-weight:bold;
}
.archive-post {
    border-bottom: 1px dotted #ccc;
	margin-bottom:10px;
}
.archive-post:hover {
}
/* archice END */

/* image switcher START */
.imageswitcher {
	background:#FAFDEC;
	border:1px dashed #d0d0d0;
	padding:5px;
}
.imageswitcher_image {
	background:#FFF;
	border:1px solid #A4B97F;
	padding:3px;
	margin:0;
}
a .imageswitcher_image:hover {
	border-color:#84995E;
}
a.imageswitcher_button {
	float:left;
	margin-top:1px !important;
	margin-top:3px;
	margin-bottom:0 !important;
	margin-bottom:5px;
	margin-right:4px;
	padding:2px 5px;
	background:#D5E396;
	border-top:1px solid #D5E396;
	border-right:1px solid #B5C98F;
	border-bottom:1px solid #B5C98F;
	border-left:1px solid #D5E396;
	color:#84985D;
	text-decoration:none;
}
a.imageswitcher_button:hover {
	background:#C8DE9D;
	border-top:1px solid #B5C98F;
	border-right:1px solid #D5E396;
	border-bottom:1px solid #D5E396;
	border-left:1px solid #B5C98F;
	color:#60743A;
	text-decoration:none;
}
/* image switcher END */

/* related posts START */
#related_posts {
	background:#FFF;
}
.related_posts {
	background:#EFEFEF;
	margin:0 1px;
	padding:5px 5px 0;
	border-color:#d0d0d0;
	border-style:dashed;
	border-width:1px 0;
}
.related_posts h3 {
	font-size:13px;
	background:#E6E6E6;
	padding:5px 10px 4px;
}
.related_post {
	margin:0;
}
.related_post li {
	list-style:none;
	padding:6px 10px;
	border-top:1px solid #E6E6E6;
}
.related_post li .count {
	font-size:11px;
}
.related_post li small {
	display:block;
	color:#999;
}
/* related posts END */
