/*
Theme Name: iNove
Theme URI: http://wordpress.org/extend/themes/inove/
Description: Inspired by MacZone.sk, created by mg12. It is very stylish, widget supported and doesn’t require any plugin.
Version: 1.4.6
Author: mg12
Author URI: http://www.neoease.com/
Tags: white, light, two-columns, fixed-width, theme-options, right-sidebar
*/

/* static START */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,blockquote,p,fieldset {
	margin:0;
	padding:0;
}
abbr[title], acronym[title] {
	border-bottom:thin dotted;
	cursor:help;
}
body {
	background:url(images/web_inner/light.gif) repeat-x;
	color:#2B2B2B;
	font-family: Tahoma,Verdana,Arial;
	font-size:13px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {font-size:180%;}
h2 {font-size:130%; margin-bottom:18px; margin-top:35px;}
h3 {font-size:130%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}
img {
	border:0;
}
img.sided {
	background:#FFF;
	border:2px solid #CCC;
	padding:3px;
}
small {
	font-size:10px;
}
a:hover img.sided {
	border-color:#A6A6A6;
}
a {
	color:#3B5997;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.wp-caption {
	background:#F7F7F7;
	border:1px solid #CCC;
	padding:5px 0;
	margin-bottom:5px;
	text-align:center;
}
.wp-caption img {
	margin:0 5px;
}
.wp-caption-text {
	text-align:center;
	padding:0 5px !important;
	padding:3px 5px 0;
}
*+html .wp-caption-text {
	padding:3px 5px 0 !important;
}
.post .content .wp-caption p {
	margin:0;
}
blockquote, pre {
	background:#F4F5F7 url(images/web_inner/blockquote.gif) 3px 3px no-repeat;
	border:1px dashed #CCC;
	padding:8px 12px 8px 36px;
	margin:5px 0;
}
.more-link {
	font-size:11px;
}
.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.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;
}
.right {
	float:right;
	margin-left:10px;
}
.fixed, .clear {
	clear:both;
}
input.textfield, 
textarea {
	/*background:#FFF url(images/web_inner/textfield.gif) top repeat-x;*/
	border:1px solid #A6A6A6;
	padding:2px 1px;
	font-size:12px;
	font-family:Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;
}
.boxcaption {
	background:#E3E4E6 url(images/web_inner/box.gif) 0 0 no-repeat;
	padding:6px 12px;
	border-bottom:1px solid #CCC;
}
.boxcaption h3 {
	font-size:12px;
	letter-spacing:0em;
}
.box {
	background:#F4F5F7 url(images/web_inner/box.gif) 100% 100% no-repeat;
	padding:8px 12px;
	margin-bottom:10px;
}
.messagebox, 
.errorbox {
	background:#EDEFF0 url(images/web_inner/messagebox.gif) no-repeat;
	padding:0 12px;
	height:27px;
	line-height:27px;
	font-size:11px;
}
.w3c {
	color:#080;
	font-size:10px;
}
/* static END */

/* layout START */
#wrap {
	/* background:url(images/web_inner/light.gif) repeat-x; */
	position: absolute; 
	margin-left: auto; 
	margin-right: auto;
	left: 0pt; 
	right: 0pt;
}
#container {
	margin:0 auto;
	width:1056px;
}
/* layout END */

/* header START */
#header {
	height:61px;
	overflow:hidden;
}
#caption {
	padding:25px 30px 0;
}
#title a {
	text-decoration:none;
	color:#FFF;
	height:30px;
	display:block;
	letter-spacing:0;
}

/* image blog title */
/*
#title a {
	background:url(images/web_inner/title.gif) no-repeat;
	text-decoration:none;
	color:#FFF;
	width:250px;
	height:30px;
	text-indent:-999em;
	display:block;
}
*/
#tagline {
	color:#FFF;
	border-top:1px solid #FFF;
	text-decoration:none;
	font-size:10px;
	float:left;
	padding:0 3px;
}

#header .phone {
   float:right;
   margin-top:15px;
   text-align:right;
   width:200px;
   font-size: 15px;
}
/* header END */

/* navigation START */
#navigation {
   margin-left: 16px;
   float:left;
   margin-top: 9px;
}

#menus li {
	display:inline;
	list-style:none;
}
#menus li a {
	display:block;
	color:#382E1F;
	height:31px;
	line-height:31px;
	padding:0 7px;
	margin-left:-10px;
	text-decoration:none;
	font-size:14px;
	float:left;
	z-index:1;
}

#menus li span {
	display:block;
	color:#382E1F;
	height:31px;
	line-height:31px;
	padding:0 7px;
	margin-left:-10px;
	text-decoration:none;
	font-size:14px;
	float:left;
	z-index:1;
}


#menus li a:hover, 
#menus li a.current {
	color:#666;
}
#menus li.current_page_item a, 
#menus li.current-cat a { 
    font-style: italic;
}

#menus li a.lastmenu:hover {
	background-position:0 0;
	cursor:default;
}
#searchbox {
	background: url(images/web_inner/searchbox.gif) no-repeat;
	width:276px;
	height:21px;
	/*margin:auto;*/
	margin-top:20px;
	margin-bottom:15px;
	padding:3px 0px;
}
#subscribebox {
	margin-top:5px;
	margin-bottom:5px;
	padding:3px 0px;
	height: 70px;
}
#searchbox .textfield {
	background:none;
	border:0px;
	width:194px;
	float:left;
	margin-left:4px;
}

#subscribebox .subscribe-norm {
	border: 1px #B1B1B1 solid;
	width:271px;
	height:25px;
    padding-left: 4px;
	line-height: 22px;
    font-family: Tahoma, Geneva, sans-serif;
}

#subscribebox .subscriber {
	border: 1px #B1B1B1 solid;
	width:271px;
	height:25px;
	color:#999;
	padding-left: 4px;
	line-height: 22px;
	font-family: Tahoma, Geneva, sans-serif;
}
#searchbox .button {
	background:none;
	border:0px;
	width:65px;
	height:26px;
	cursor:pointer;
	float:left;
	margin-left:6px;
	margin-top:-1px;
}
#searchbox .searchtip {
	color:#999;
}
#subscribe2-counter h3 {
	display:none;
}
/* navigation END */

/* submenu START */
#menus li ul {
	display:none;
	background:#F4F5F7;
	border:solid #A6A6A6;
	border-width:1px 1px 0;
	line-height:0;
	position:absolute;
	z-index:1;
}
#menus li li {
	float:none;
	margin:0;
	padding:0;
	list-style:none;
}
#menus li li a {
	float:none;
	padding:7px 18px 7px 10px;
	text-decoration:none;
	border-bottom:1px solid #DDD;
	margin:0;
	background-image:none;
	height:auto;
	line-height:145%;
	color:#999;
	display:block;
	width:175px;
}
#menus li li a.last {
	border-color:#A6A6A6;
}
#menus li li a:hover, 
#menus li li a.current {
	background-color:#EDEFF0;
	color:#382E1F;
}
#menus li li a.subtitle, 
#menus li li a.subtitle:hover {
	background-image:url(images/web_inner/arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
}
/* submenu END */

/* content START */
#content {
	background: url(images/web_inner/sidesep.gif) right repeat-y;
	min-height:400px;
	background-color:#FFF;
}
/* content END */

/* main START */
#main {
	background:url(images/web_inner/main_bg.gif) repeat-x;
	width:723px;
	padding:13px 15px 15px 10px;
	float:left;
	overflow:hidden;
}
#notice {
	color:#080;
}
#notice a {
	text-decoration:underline;
}
.post {
	padding-bottom:5px !important;
	padding-bottom:15px;
}
*+html .post {
	padding-bottom:15px !important;
}
.post h1 {
	display:block;
	margin-top:10px;
	border-bottom:1px solid #CCC;
	padding:0 2px 3px;
	color:#3D3D3D;
	font-weight: normal;
}

h1.pagetitle:first-letter
{
color:#5BAC42;
font-size:xx-large;
font-weight: bold;
}

.post .info {
	margin:5px;
}
.post .info span.first {
	margin-left:0;
}
.post .date, 
.post .author, 
.post .editpost, 
.post .comments, 
.post .addcomment, 
.post .addlink, 
.post .editlinks {
	background:url(images/web_inner/icons.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
}

.meta {
    padding-left:0px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:12px;
	float:left;
	color:#5BAC42;
}

.meta a {
	color:#5BAC42;}
.post .tags, 
.post .categories {
	background:url(images/web_inner/icons.gif) no-repeat;
	width:16px;
	height:16px;
	line-height:16px;
	display:block;
	text-indent:-999em;
}
.post .under span.tags, 
.post .under span.categories {
	margin-right:6px;
	margin-left:6px;
}
.post .act {
	height:16px;
	float:right;
}
.post .act span {
	float:left;
	margin-left:15px;
}
.post .tags {
	background-position:0 -400px;
}
.post .categories {
	background-position:0 -480px;
}
.post .date {
	background-position:0 -48px;
	margin-right:15px;
	float:left;
}
.post .author {
	background-position:0 0;
	float:left;
}
.post .editpost {
	background-position:0 -64px;
	margin-left:15px;
	float:right;
}
.post .comments {
	background-position:0 -96px;
	float:right;
}

.post .newcomments {
	background:url(images/web_inner/icons.gif) no-repeat;
	background-position:0 -96px;
	padding-left:22px;
	height:16px;
	line-height:16px;
	font-size:11px;
}

.post .buzz, .post .tweet {
	float:right; 
	display:block; 
	font-size:11px; 
	height:16px; 
	line-height:16px;

}

.post .tweet {
    background:url("images/web_inner/icons.gif") no-repeat scroll 0 -440px transparent;
	padding-left:20px;
}

.post .tweet a:hover {
	text-decoration:none;
}

.post .addcomment {
	background-position:0 -112px;
	margin-left:15px;
	float:right;
}
.post .addlink {
	background-position:0 -176px;
}
.post .editlinks {
	background-position:0 -192px;
}
.post .content {
	padding:5px 0 0 5px;
	overflow:hidden;
	font-size: 14px; 
	line-height: 20px;
	letter-spacing: 0.5pt;
	min-height: 150px;
}
.post .content p {
	margin-bottom:21px;
}
.post .under {
	height:16px;
	line-height:16px;
	font-size:11px;
	margin-bottom:10px;
}
.post .under span {
	float:left;
	margin-right:15px;
}
.post .content h4 {
	color:#080;
	margin-bottom:10px;
}
.post .content img {
	max-width:600px;
}
.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:2px solid #CCC;
	border-collapse:collapse;
	margin:5px 0 10px;
}
.post .content th, 
.post .content td {
	border:1px solid #CCC;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.post .content tr.even td {
	background:#F7F7F7;
}
.post .content th {
	background:#EDEFF0;
}*/
.post .content .boxcaption {
	background-image:url(images/web_inner/postbox.gif);
}
.post .content .box {
	background-image:url(images/web_inner/postbox.gif);
}
#postpath {
	/*background:url(images/web_inner/icons.gif) 0 -320px no-repeat;*/
	line-height:16px;
	margin:5px 0;
	padding-left:5px;
}
#pagenavi, 
#postnavi {
	border-top:1px solid #CCC;
	margin:10px -5px 0;
	padding:10px 5px 0;
}
#pagenavi {
	font-size:11px;
}
#pagenavi .newer a, 
#postnavi .prev a {
	background:url(images/web_inner/icons.gif) 0 -224px no-repeat;
	padding-left:22px;
	float:left;
	height:16px;
	line-height:16px;
}
#pagenavi .older a, 
#postnavi .next a {
	background:url(images/web_inner/icons.gif) 100% -240px no-repeat;
	padding-right:22px;
	float:right;
	height:16px;
	line-height:16px;
}
/* main END */

/* sidebar START */
#sidebar {
	background:#DDDDDD;
	width:300px;
	float:left;
	font-size:95%;
	line-height:145%;
	overflow:hidden;
	padding-top:35px;
}
#sidebar li {
	background:url(images/web_inner/icons.gif) 0 -560px no-repeat;
	padding-left:21px;
	list-style:none;
	margin-top:5px;
	/*font-size:95%;*/
}
#sidebar .content, 
#sidebar li {
	font-size:13px;
	padding-right:5px;
}
#centersidebar,  
#southsidebar .widget {
	/*background:url(images/web_inner/widgetsep.png) bottom no-repeat;*/
	padding:10px 0px 10px 0px;
}
#topsidebar .widget {
	padding:0px 0px 0px 0px;
}
#centersidebar {
	padding-bottom:6px;
}
#topsidebar, 
#southsidebar {
	font-size:95%;
}
#topsidebar .widget h2, 
#southsidebar .widget h2 {
	margin-bottom:10px;
}
#topsidebar .widget .content p, 
#southsidebar .widget .content p {
	margin-bottom:10px;
}
#westsidebar {
	width:121px;
	float:left;
	padding-right:5px;
	font-size:95%;
	overflow:hidden;
}
#eastsidebar {
	width:129px;
	float:right;
	font-size:95%;
	overflow:hidden;
}
#southsidebar h3,
#westsidebar h3, 
#eastsidebar h3 {
	font-weight: normal;
	margin-bottom:5px;
	font-size:25px;
	color:#FFFFFF;
	height:40px;
	background-color:#53963C;
	width:257px;
	padding-left:19px;
	line-height:38px;
	font-family:"Times New Roman", Times, serif;
}
#topsidebar h3 {
	font-weight: normal;
	margin-bottom:5px;
	font-size:20px;
	color:#4E4E4E;
	width:257px;
	font-family:"Times New Roman", Times, serif;
	
}
#westsidebar .widget, 
#eastsidebar .widget {
	margin-bottom:15px;
}
#sidebar .widget_feeds {
	padding:5px 15px 15px;
}
#sidebar #feedrss, 
#sidebar #feedemail, 
#sidebar #followme {
	height:25px;
	line-height:25px;
	display:block;
	padding:5px 5px 5px 36px;
	float:left;
	text-decoration:none;
	font-size:11px;
}
#sidebar #feedrss {
	/*background: url(images/web_inner/feeds.gif) 5px 5px no-repeat;*/
}
#sidebar #feedemail {
	background: url(images/web_inner/feeds.gif) 5px -45px no-repeat;
	margin-left:10px;
}
#sidebar #followme {
	background: url(images/web_inner/feeds.gif) 5px -95px no-repeat;
	margin-left:10px;
}
#subscribe ul {
	display:none;
	position:absolute;
	background:#F4F5F7;
	border:1px solid #B7B7B7;
	width:180px;
	padding:5px;
}
#subscribe li {
	background:transparent;
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	display:block;
}
#subscribe li a span {
	background:url(images/web_inner/readers.gif) no-repeat;
	height:20px;
	width:80px;
	display:block;
	text-indent:-999em;
}
#subscribe li#google_reader a span {
	background-position:0 0;
}
#subscribe li#youdao_reader a span {
	background-position:0 -20px;
}
#subscribe li#xianguo_reader a span {
	background-position:0 -40px;
}
#subscribe li#zhuaxia_reader a span {
	background-position:0 -60px;
}
#subscribe li#yahoo_reader a span {
	background-position:0 -80px;
}
#subscribe li#newsgator_reader a span {
	background-position:0 -100px;
}
#subscribe li#bloglines_reader a span {
	background-position:0 -120px;
}
#subscribe li#inezha_reader a span {
	background-position:0 -140px;
}
#subscribe li a {
	display:block;
	padding:5px;
	text-decoration:none;
	width:80px;
	font-size:12px;
}
#subscribe li a:hover {
	background:#8CA6BF;
}
#tag_cloud a {
	line-height:130%;
}
/* sidebar END */

/* footer START */
#themeinfo {
	margin-left:20px;
}
a#powered {
	background:url(images/web_inner/wp-logo.png) no-repeat;
	display:block;
	width:92px;
	height:57px;
	float:left;
	margin:0 10px 0 5px;
	text-indent:-999em;
}
a#gotop {
	background:url(images/web_inner/icons.gif) 0 -304px no-repeat;
	float:right;
	height:16px;
	line-height:18px;
	display:block;
	padding-left:16px;
	margin:5px 15px 0 0 !important;
	margin:5px 8px 0 0;
	text-decoration:none;
}



/* ================ Footer ==================== */


#footer { 
height:130px; 
position:absolute; 
left:0px;
right:0px; 
top: auto; 
width:100%; 
min-width:1056px; 
background-color:#B2B2B2;
}

#footer .footer-inner
{
height:51px; 
width:1056px; 
margin-left:auto; 
margin-right:auto; 
margin-top: 20px;	
}

#footer .copyright {
float:left; 
margin-left: 10px;
}
#footer .copyright p {
color:#5A5A5A; 
font-size: 17px; 
margin:0; 
padding:0;
}

#footer .copyright a {
color:#4F4F4F; 
text-decoration:none;
}

#footer .copyright a:hover {
text-decoration:underline;
}

.copyright-name {
color:#AAAAAA; 
font-size:10px; 
text-align:right;
}

.bbb {
height:40px; 
width:105px; 
}

.seotools {
font-size:11px;
font-weight:bold;
color:#AAAAAA;
}

.footerlinks {

color:#AAAAAA; 
font-size:10px; 
text-align:left;
}

.footer-container {

width:936px;
}

/* ================ End Footer ==================== */



/* footer END */

/* comment START */
#commentlist {
	background:#FCFCFC;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin:0 -15px;
	padding:0 15px;
}
#commentlist ol, 
#commentlist li {
	list-style:none;
}
#cmtswitcher {
	background:#FFF;
	font-size:10px;
	padding-top:5px;
}
#cmtswitcher a.tab, 
#cmtswitcher a.curtab {
	padding:5px 10px;
	margin-bottom:-1px;
	display:block;
	float:right;
	color:#555;
	text-decoration:none;
}
#cmtswitcher a.tab {
	border:1px solid #FFF;
	border-bottom-color:#CCC;
}
#cmtswitcher a.curtab {
	background:#FCFCFC;
	border:1px solid #CCC;
	border-bottom-color:#FCFCFC;
}
#cmtswitcher .addcomment, 
#cmtswitcher .addtrackback {
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
	float:left;
	margin-right:15px;
	margin-top:4px !important;
	margin-top:3px;
}
#cmtswitcher .addcomment {
	background:url(images/web_inner/icons.gif) 0 -112px no-repeat;
}
#cmtswitcher .addtrackback {
	background:url(images/web_inner/icons.gif) 0 -144px no-repeat;
}
#thecomments, 
#thetrackbacks {
	padding-bottom:15px;
}
#thecomments .comment, 
#thecomments .messagebox {
	margin-top:15px;
}
.comment .author {
	float:left;
	width:81px;
	text-align:center;
}
.comment .pic {
	background:url(images/web_inner/commentpoint.png) 100% 33% no-repeat;
	padding-right:14px;
	margin-top:10px;
}
.comment .name {
	width:67px;
	padding-right:14px;
	font-weight:bold;
	overflow:hidden;
}
.comment .avatar {
	padding:1px;
	border:1px solid #999;
}
.comment .info {
	background:#EDEFF0 url(images/web_inner/comment.gif) 0 0 no-repeat;
	float:left;
	padding:10px 15px 0;
	width:550px;
}
.comment .date, 
.trackback .date {
	float:left;
	font-size:10px;
}
.comment .act, 
.trackback .act {
	float:right;
	font-size:10px;
}
.comment .content {
	background:url(images/web_inner/comment.gif) 100% 100% no-repeat;
	margin:0 -15px;
	padding:0 15px 10px;
	line-height:145%;
}
.comment .content p {
	margin-top:10px;
}
.comment .content blockquote p {
	margin-top:0;
	margin-bottom:10px;
}
.admincomment .author {
	float:right;
}
.admincomment .pic {
	background:url(images/web_inner/commentpoint.png) 0% 33% no-repeat;
	padding-right:0;
	padding-left:14px;
}
.admincomment .name {
	padding-right:0;
	padding-left:14px;
}
.admincomment .info {
	float:right;
}
#comment_login {
	margin-top:15px;
}
#thetrackbacks {
	display:none;
}
#thetrackbacks li {
	margin-top:15px;
}
.trackback {
	background:#EDEFF0 url(images/web_inner/box.gif) 0 0 no-repeat;
	padding:10px 15px 0;
	width:575px;
}
.trackback .title {
	background:#EDEFF0 url(images/web_inner/box.gif) 100% 100% no-repeat;
	padding:10px 15px !important;
	padding:0 15px 10px;
	width:575px;
	margin:0 -15px;
}
#respond {
	padding:10px 0 0;
	font-size:11px;
}
#respond .row {
	margin-bottom:5px;
}
#respond .textfield {
	width:200px;
}
#emoticon {
	float:right;
	margin-top:1px;
	margin-right:10px;
}
#comment {
	width:601px;
}
#commentnavi {
	background:#EDEFF0 url(images/web_inner/box.gif) 0 0 no-repeat;
	padding:10px 15px;
	font-size:11px;
}
#commentnavi a.page-numbers {
	padding:5px 7px;
	text-decoration:none;
	border:1px solid #EDEFF0;
	margin:0 -2px;
}
#commentnavi a.page-numbers:hover {	
	background:#F7F7F7;
	border:1px solid #CCC;
	text-decoration:none;
}
#commentnavi span.pages {
	padding:0 7px 0 22px;
	background:url(images/web_inner/icons.gif) 0 -272px no-repeat;
	height:16px;
	line-height:16px;
	float:left;
}
#commentnavi span.current {
	background:#F7F7F7;
	padding:5px 7px;
	border:1px solid #F7F7F7;
	font-weight:bold;
	margin:0 -2px;
}
#commentnavi #commentpager {
	line-height:16px;
}
#submitbox a.feed {
	background:url(images/web_inner/icons.gif) 0 -256px no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	float:left;
}
#submitbox #submit {
	cursor:pointer;
}
#submitbox .submitbutton {
	float:right;
}
#cp_post_id {
	display:none;
}
/* comment END */

/* calendar START */
.widget_calendar h3 {
	display:none;
}
#wp-calendar {
	width:100%;
}
#wp-calendar #today {
	background:#E6E6E6;
}
#wp-calendar tbody a {
	font-weight:bold;
}
#wp-calendar caption {
	font-family:Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	font-size:150%;
	text-align:left;
	padding-bottom:5px;
}
#wp-calendar th, 
#wp-calendar td {
	text-align:center;
}
#wp-calendar tbody td {
	border:1px solid #CCC;
}
#wp-calendar tbody td.pad {
	border:0 none;
}
#wp-calendar th {
	background:#999;
	color:#FFF;
}
#wp-calendar td#prev {
	text-align:left;
	padding-top:5px;
}
#wp-calendar td#next {
	text-align:right;
	padding-top:5px;
}
/* calendar END */

/* linkcat START */
.post .content .linkcat ul li {
	list-style:none;
	float:left;
	width:25%;
	padding:2px 0;
	overflow:hidden;
}
.post .content .linkcat ul li a {
	background:url(images/web_inner/icons.gif) 0 -160px no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
}
/* linkcat END */

/* related posts START */
/* when related posts with title */
#related_posts {
	padding-bottom:10px;
}
#related_posts h3 {
	background:#E3E4E6 url(images/web_inner/box.gif) 0 0 no-repeat;
	font-size:12px;
	padding:6px 12px;
	letter-spacing:0em;
	border-bottom:1px solid #CCC;
}
#related_posts ul {
	background:#F4F5F7 url(images/web_inner/box.gif) 100% 100% no-repeat;
	padding:3px 12px 8px;
}
#related_posts ul li {
	list-style:none;
	padding:3px 5px;
	border-bottom:1px solid #E3E4E6;
	line-height:18px;
}
#related_posts .count {
	font-size:10px;
}
#related_posts .excerpt {
	color:#999;
	font-size:11px;
	display:block;
}
/* when related posts without title */
/*
#related_posts {
	padding-top:3px;
	padding-bottom:8px;
}
#related_posts ul li {
	list-style:none;
	padding:3px 5px;
	border-bottom:1px solid #E3E4E6;
	line-height:18px;
}
*/
/* related posts END */

/* one-column START */
.one-column #content {
	background:#FFF;
}
.one-column #main {
	width:906px;
}
.one-column #comment {
	width:902px;
}
.one-column .trackback, 
.one-column .trackback .title {
	width:876px;
}
.one-column .comment .info {
	width:795px;
}
.one-column .comment .info, 
.one-column .comment .content {
	background-image:url(images/web_inner/comment_1col.gif);
}
.one-column .boxcaption, 
.one-column .box, 
.one-column .trackback, 
.one-column .trackback .title, 
.one-column #commentnavi, 
.one-column #related_posts h3, 
.one-column #related_posts ul {
	background-image:url(images/web_inner/box_1col.gif);
}
.one-column .messagebox, 
.one-column .errorbox {
	background-image:url(images/web_inner/messagebox_1col.gif);
}
.one-column .post .content .boxcaption, 
.one-column .post .content .box {
	background-image:url(images/web_inner/postbox_1col.gif);
}
/* one-column END */

/* thread twitter START */
.post .twitter-tweedles {
	background:#E2F2FB;
	border:1px dashed #3FCDEB;
	padding:10px 0 0;
}
.twitter ul {
	margin:0 12px 0 10px !important;
	margin:0 10px;
}
.post .content .twitter ul li {
	background:#FCFCFC;
	padding:0;
	float:left;
	list-style:none;
	list-style-position:outside;
	border:solid #CCC;
	border-width:1px !important;
	border-width:1px 0;
	width:100%;
	padding-top:10px;
	margin-bottom:10px;
}
.twitter img {
	float:left;
	padding:0 10px 0 0;
	margin:0 0 10px 10px;
}
.twitter_source {
	color:#999;
	font-family:georgia;
	font-style:italic;
	font-size:10px;
}
.twitter_source a {
	color:#999;
}
.twitter_text {
	margin-bottom:5px;
	display:block;
	padding-left:70px;
	padding-right:10px;
}
.twitter_reply {
	background: url(images/web_inner/icons.gif) 0 -112px no-repeat;
	padding-left:22px;
	padding-right:10px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
	float:right;
}
.twitter .twitter_pagebar {
	padding:0 10px;
	font-size:11px;
}
.twitter .twitter_pagebar a {
	background:#D1EAF9;
	padding:2px 5px;
	border:1px solid #D1EAF9;
}
.twitter .twitter_pagebar a:hover {
	border:1px dashed #3FCDEB;
	text-decoration:none;
}
.twitter .twitter_pagebar strong {
	background:#A6D0E7;
	padding:2px 5px;
	border:1px solid #A6D0E7;
}
.post .content .thread_twitter_power_by {
	display:block;
	background:#D1EAF9;
	border-top:1px dashed #3FCDEB;
	margin-bottom:0;
	padding:5px 10px;
}
.twitter .navigation {
	padding:10px 5px;
}
#thread_twitter .loading {
	padding:0 10px;
	font-size:11px;
}
#status_update_form {
	padding:0 10px 10px;
}
#status_update_form textarea {
	width:574px;
	display:block;
	margin-bottom:10px;
}
/* thread twitter END */

/*RSS*/

#post-item {
margin-left: 5px;
font-family: Tahoma, Geneva, sans-serif;
}

#post-item a {
font-size:13px; 
color:#5BAC42; 
/*font-weight:bold; */
text-decoration:none;
}

#post-item a:hover {
text-decoration:underline;
}
#post-item .description {
margin-left:35px; font-size:12px; color:#5A5A5A; margin-bottom: 15px; margin-top:15px;	
}

.post-title {
	
	padding-left: 5px;
	margin-bottom: 5px;
}

.post-title a

{
display: block;
padding-top:8px; 
padding-left: 30px;
background: transparent url(images/web_inner/check_mark.gif) -1px 0 no-repeat;
}

.post-title a:hover

{
display: block;
padding-top:8px;
padding-left: 30px;	
background: transparent url(images/web_inner/check_mark.gif) -1px -81px no-repeat;
}

#buzz {
float:right;
margin-right: 10px;
font-weight: normal; 
color:#8DBA80;

}

#buzz a {
	font-size: 11px;
	color:#8DBA80;}

#buzz .tweet {
background:url("images/web/icons.gif") no-repeat scroll 0 -441px transparent;
padding-left:18px;
margin-left: 5px;

}

#buzz .tweet a {
	font-size: 11px;
	color:#8DBA80;}
#buzz .tweet a {
	font-size: 11px;
	color:#8DBA80;
	text-decoration:none;}

#mform {
position:absolute; 
top: 30px; 
margin-left: -90px; 
margin-right: auto; 
background-image:url(images/web/mini-form.png);
background-repeat: no-repeat;
height: 154px;	
}

#mform .mfin {
margin-left: 430px; 
padding-top: 30px; 
font-family: 'Times New Roman', Times, serif;
}

#mform .mftop {

height: 30px; 
width: 750px; 
margin-top: 15px;
}

#mform .mfbottom {

height: 50px; 
width: 750px; 
margin-top: 10px;
}

#mform .mfin font {
font-size:21px; 
color:#2D2D2D; 
margin:0; 
padding:0; 
margin-top:14px; 
margin-bottom:14px;
}

#mform .mftop .mfinfo {
float:left; 
width:110px;	
}

#mform .mfbottom .mfinfo {
float:left; 
width:110px;
margin-top: 5px;
}

#submit-but, #submit-but2 {
margin-left: 75px; float:left;
}
#submit-but span, #submit-but2 span {
    display: block;  
	width: 238px; 
	height: 39px;
	background: transparent url(images/web/submit.png) 0 0 no-repeat;

}
#submit-but span:hover, #submit-but2 span:hover {
    display: block;  
	width: 238px; 
	height: 39px;
	background: transparent url(images/web/submit.png) 0 -58px no-repeat;
}

#submit-but2 span {background: transparent url(images/web_inner/submit-free-seo.png) 0 0 no-repeat;}
#submit-but2 span:hover {background: transparent url(images/web_inner/submit-free-seo.png) 0 -58px no-repeat;}

#submit-but .button, #submit-but2 .button  {
background:none repeat scroll 0 0 transparent; 
border:0 none; 
width:238px; 
height: 39px; 
cursor:pointer;
}

#mform .keywords {
width: 270px; 
font-family: Tahoma, Geneva, sans-serif; 
color:#2D2D2D; 
border:1px solid #7F9DB9; 
height: 23px; 
font-size: 15px;
}

#mform .website {
width: 470px; 
font-family: Tahoma, Geneva, sans-serif; 
color:#2D2D2D; 
border:1px solid #7F9DB9; 
height: 23px; 
font-size: 15px;
}
#mform .smsg {
font-size: 10px; 
font-family: Tahoma, Geneva, sans-serif; 
color:#FFFFFF; 
margin:0; 
padding:0;
}

#mform .mfbottom .mfinput {
float:left; padding-left: 10px; margin-top: 5px; width: 280px;
}

#mform .mftop .mfinput {
float:left; padding-left: 10px; width:500px;
}
#topsidebar .rsshead {
border-bottom:1px dotted #A0A0A0; 
text-align:left; 
margin-left: 39px; 
height:30px;
font-weight:normal;
color:#3D3D3D;

}

#green {
color:#5BAC42;
font-weight: bold;
}

.red {
color:#BB3F29;}

#sidebg {
position: absolute; top: 61px; right: 0; width: 50%; height:100%; background-color:#DDDDDD; z-index: -999;	
}

#datestamp {
float:left; margin-left:35px; font-size:11px; color:#8DBA80;	
	}
	
.attention { 
color:#BB3F29;
}
	
/*================= Form =================*/

/*=== In-field Text ===*/
<style type="text/css">
textarea.normal { background-color:FFFFFF }
textarea.hilite { color:#999999;}
.textbox_normal {font-family:Tahoma; }
.textbox_hilite { color:#999999;
font-family:Tahoma;}

.textbox_normal2 {height: 25px; background:#ffffff; border: solid 1px #BBBBBB; font-family:Tahoma; font-size:15px;  }
.textbox_hilite2 { color:#999999; height: 25px; background:#ffffff; border: solid 1px #BBBBBB; font-family:Tahoma; font-size:15px;}

/*=== Validation-Error ===*/
label.errorMessage {
	font-weight: 600;
	color: #C00E0C;
	padding-left: 20px;
	margin-left: 10px;
	background-image:url(images/errormsg.gif);
	background-repeat:no-repeat;
}

label.errorMessage2 {
	font-weight: 600;
	color: #C00E0C;
	padding-left: 20px;
	margin-left: 10px;
	background-image:url(images/errormsg2.gif);
	background-repeat:no-repeat;
}

span.validationMessage {

    font-weight: 600;
	color: #C00E0C;
	padding-left: 20px;
	margin-left: 10px;
	background-image:url(images/errormsg.gif);
	background-repeat:no-repeat;

}

input.errorMessage {
	border: 1px solid #C00E0C;
}

/*================= End Form =================*/

/*================ From 3 ====================*/


   .focusField{
    	background:#EFF5FF;
    	color:#000;
		font-family:Tahoma; font-size:15px;
		border: solid 1px #ABADB3;
		height: 25px;
    }
    .idleField{
    	background:#ffffff;
    	color: #999999;
		font-family:Tahoma; font-size:15px;
		border: solid 1px #ABADB3;
		height: 25px;
    }
	
	 .idleField2{
    	background:#ffffff;
    	color: #000000;
		border: solid 1px #ABADB3;
		font-family:Tahoma; font-size:15px;
		height: 25px;
    }
	
/*================ End From 3 ====================*/	

.back input, .back a {
	display:block;
}
.back input, .back a {
	color:#000;
	font-weight:bolder;
	text-decoration:none;
	background:#9CD941;
	border:1px solid #D0F29D;
	border-right-color:#398A38;
	border-bottom-color:#398A38;
	padding:6px 10px;
	font-size:13px;
	margin-right:3px;
}
.back input:hover, .back a:hover {
	background:#ADEB51;
}

.jini {
	height: 25px; 
	background:#ffffff; 
	border: solid 1px #BBBBBB; 
	font-family:Tahoma; 
	font-size:14px;	
}

.jini_txtinput {
	height: 25px; 
	border: solid 1px #BBBBBB; 
	font-family:Tahoma; 
	font-size:14px;
	color:#009;
}

.jini_txtarea {
	border: solid 1px #BBBBBB; 
	font-family:Tahoma; 
	font-size:14px;
	color:#009;
	margin-top: 8px;
}

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-top: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('images/table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('images/table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('images/table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('images/table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}
.rounded-foot-left em {
	line-height: normal;
	font-size: 9px;
}

.tooltip {
	padding: 25px;
	padding-top: 15px;
	line-height: 20px;	

}

.tooltip-persian {
	padding: 25px;
	padding-top: 15px;
	line-height: 20px;	
	direction:rtl;
	text-align:right;
}

.note {
	color:#da0a08; 
	font-family: Tahoma; 
}
