/*
Theme Name: WooiTuts
Theme URI: http://www.nitx.com
Description: 
Version: 1.0.1
Author: Nitin
Author URI: http://www.nitx.com
Tags: 
*/
/* --- RESETS --- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
.hide {
	display: none;
}
strong {
	font-weight: bold;
}
.clear {
	clear: both;
}
.left {
	float: left;
	margin: 0 20px 10px 0;
}
.right {
	float: right;
	margin: 0 0 10px 20px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* --- BASIC STYLES --- */

html {
	background: #672712 url(inc/images/html_bg.png) 0 0 repeat-x;
}

body {
	background: transparent url(inc/images/body_bg.jpg) 50% 0 no-repeat;
	font: 12px "Tahoma", Verdana, sans-serif;
	line-height: 20px;
	color: #777777;
	text-align: center;
}

a, a:hover, a:active, a:visited {
	color: #1c3c43;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

p {
	margin-bottom: 10px;
}

/* --- HEADER --- */

#header ul#topnav {
	float: right;
}

#header ul#topnav li {
	float: left;
	line-height: 12px;
	font-size: 9px;
	padding: 0 20px;
	margin: 6px 0 0 0;
	border-right: 1px solid #fff;
}

#header ul#topnav li a {
	color: #fff;
}

#footer ul#footernav {
	float: right;
}

#footer ul#footernav  li{
	float: left;
	line-height: 12px;
	font-size: 9px;
	padding: 0 20px;
	margin: 3px 0 0 0;
	border-right: 1px solid #fff;
}

#footer ul#footernav li a {
	color: #fff;
}

#header h1#logo {
	float: left;
	width: 348px;
	height: 85px;
	margin: 15px 0 0 0;
}

#header h1#logo a {
	display: block;
	width: 348px;
	height: 32px;
	background: url(inc/images/h1logo.png) no-repeat;
	text-indent: -9999px;
	margin: 30px 0 0 20px;
}

#header form {
	float: right;
	width: 420px;
	margin: 35px 0 0 0;
}

#header form label {
	display: none;
}

#header form input[type=text] {
	width: 356px;
	height: 25px;
	background: url(inc/images/searchfield.png) no-repeat;
	border: none;
	float: left;
	padding: 11px 10px 0 10px;
}

#header form input[type=submit] {
	width: 38px;
	height: 36px;
	background: url(inc/images/searchbutton.png) no-repeat;
	border: none;
	float: left;
	margin: 0 0 0 -3px;
	cursor: pointer;
	text-indent: -9999px;
}

/* --- NAVIGATION --- */

#header ul.dropdown {
	width: 990px;
	background: url(inc/images/mainnav.png) no-repeat;
	padding: 0 10px;
	z-index: 1;
	position: relative;
	font-size: 11px;
}

#header ul.dropdown li {
	float: left;
	border-right: 1px solid #fff;
	border-left: 1px solid #eee;
}

#header ul.dropdown li a {
	text-transform: uppercase;
	color: #672712;
	padding: 0 20px;
	display: block;
	height: 52px;
	line-height: 52px;
}

#header ul.dropdown li a:hover {
	text-decoration: none;
	color: #34922d;
}

#header ul.dropdown a:hover, #header ul.dropdown a.hover { 
	text-decoration: none;
	color: #1c3c43;
}

#header ul.dropdown li.hover, #header ul.dropdown li:hover { 
	color: #1c3c43; position: relative; 
}

#header ul.dropdown li.hover a { 
	color: #1c3c43; 
	background-color: #fff;
}

/* Second level */

#header ul.dropdown ul {
	width: 200px;
	visibility: hidden; 
	position: absolute; 
	top: 100%; left: 0;  
	border: 1px solid #eee;
	border-top: none;
	z-index: 10000 !important;
}

#header ul.dropdown ul li {  
	background-color: #fff; 
	color: #fff; 
	float: none; 
	border: none;
}

#header ul.dropdown ul li:hover a { 
	text-transform: uppercase;
	color: #1c3c43;
}

#header ul.dropdown ul li:hover a:hover {
	text-decoration: none; 
	color: #1c3c43;
}

#header ul.dropdown li.hover ul li a {
	text-transform: uppercase;
	color: #672712;
	height: 34px;
	line-height: 34px;
}

#header ul.dropdown li.hover ul li a:hover {
	background-color: #f5f5f5;
	color: #1c3c43;
}			  
                                   
#header ul.dropdown ul li a { 
	background: transparent none; 
	color: #fff;
	padding: 0 0 0 15px;
} 

/* Third level */

#header ul.dropdown ul ul {
	width: 200px;
	visibility: hidden; 
	position: absolute; 
	top: 0%; left: 100%;  
	border: 1px solid #eee;
	z-index: 10000 !important;
}

/* --- LINK UNIT --- */

.linkunit {
	float: left;
	width: 468px;
	margin: 15px 0 0 5px;
}

/* --- SUBSCRIBE SECTION --- */

#header #subscribe {
	height: 45px;
	width: 1000px;
	background: url(inc/images/subscribe.png) repeat-x;
	overflow: hidden;
}

#header #subscribe p {
	line-height: 45px;
	float: left;
	text-transform: uppercase;
	color: #1b4b17;
}

#header #subscribe p.rss {
	margin: 0 20px 0 30px;
	background: url(inc/images/rssicon.png) 0 50% no-repeat;
	padding: 0 0 0 40px;
	float: left;
}

#header #subscribe p.twitter {
	background: url(inc/images/twittericon.png) 0 50% no-repeat;
	padding: 0 0 0 40px;
}

/* --- CONTENT --- */

#content {
	overflow: hidden;
	width: 1000px;
	background: #fff url(inc/images/dot.png) 659px 0 repeat-y;
	margin: 0 0 15px 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}

#main {
	float: left;
	width: 640px;
	padding: 10px;
	overflow: hidden;
}

#sidebar {
	float: left;
	width: 340px;
}

/* --- FEATURED SECTION --- */

#featured {
	border: 1px solid #ebebeb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 12px;
	position: relative;
	background: url(inc/images/featured_bg.png) 0 100% repeat-x;
	overflow: hidden;
	margin: 0 0 30px 0;
}

#featured #featured-badge {
	position: absolute;
	top: 0; left: 0;
	width: 85px;
	height: 85px;
	background: url(inc/images/featuredbadge.png) no-repeat;
	z-index: 50;
}

/* Slider by CSS-Tricks: http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/ */

.stripViewer { 
	position: relative; 
	overflow: hidden; 
	width: 614px; 
	height: 226px; 
}
.stripViewer .panelContainer { 
	position: relative; 
	left: 0; 
	top: 0; 
}
.stripViewer .panelContainer .panel	{ 
	float: left; 
	height: 100%; 
	position: relative; 
	width: 614px; 
}
.stripNavL, .stripNavR, .stripNav  {
	display: none; 
}
.nav-thumb 	{
	border: 1px solid #cecece; 	
	margin-top: 10px; 
	padding: 3px;
}
#movers-row	{
	margin: -0 0 0 0; 
}
#movers-row div	{
	width: 20%;
	float: left; 
}

.cross-link	{ 
	display: block;
	width: 116px; 
	margin-top: -14px; 
	position: relative; 
	padding-top: 15px; 
	z-index: 9999; }
.active-thumb { 
	background: transparent url(inc/images/pointer.png) top center no-repeat; }


/* --- BLOG SECTION --- */

#main h2 {
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0 15px 10px;
	margin: 0 0 15px 0;
	font-size: 20px;
	color: #a34020;
}

#main h2 a {
	color: #a34020;
}


#main .post {
	margin: 15px 0 30px 0;
}

#main .post h3 {
	font-size: 18px;
	color: #a34020;
	margin: 0 0 10px 0;
}

#main .post h4 {
	font-size: 16px;
	color: #a34020;
	margin: 0 0 10px 0;
}

#main .post h5 {
	font-size: 14px;
	color: #a34020;
	margin: 0 0 10px 0;
}

#main .post h6 {
	font-size: 12px;
	color: #a34020;
	margin: 0 0 10px 0;
}

#main .post blockquote {
	width: 510px;
	margin: 15px auto;
	background-color: #f8f8f8;
	border: 1px solid #e3e3e3;
	padding: 15px;
	font-style: italic;
}

#main .post pre {
	background-color: #b4732f;
	padding: 15px;
	margin: 15px;
	color: #fff;
	font-family: Courier, "Courier New", monospace;
	font-size: 11px; 
}

#main .post .thumb {
	background-color: #eee;
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
	border: 1px solid #ddd;
}

#main .post .thumb:hover {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #eee;
}

#main .postcontent {
	padding: 5px 10px;
	overflow: hidden;
}

#main .post .meta span {
	background-color: #406f7f;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 10px;
	margin: 2px 0 0 0;
}

#main .post .meta span a {
	color: #fff;
}

#main .post .postmeta {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	overflow: hidden;
	padding: 10px 15px;
	text-transform: uppercase;
	line-height: 20px;
}

#main .post .postmeta p.comments {
	float: left;
	width: 50%;
	margin: 0;
}

#main .post .postmeta p.comments span {
	background: url(inc/images/commentsbadge.png) no-repeat;
	color: #fff;
	text-align: center;
	display: block;
	width: 30px;
	height: 21px;
	float: left;
	margin: 0 5px 0 0;
}

#main .post .postmeta p.more {
	float: right;
	width: 50%;
	margin: 0;
}

#main .post .share {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	overflow: hidden;
	padding: 10px 15px;
	line-height: 20px;
	margin: 25px 0;
}

#main .post .share h4 {
	float: left;
	width: 197px;
	color: #000;
	font-size: 13px;
	line-height: 24px;
}

#main .post .share .social {
	border: none;
	float: left;
	margin: 5px 0 0 20px;
	overflow: hidden;
}

#main .post .share .social a {
	border: none;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#main #blog .post ol {
	list-style: decimal inside;
	margin: 0 0 15px 0;
}

#main #blog .post ul {
	list-style: disc inside;
	margin: 0 0 15px 0;
}

#main a.more-link {
	display: block;
	width: 84px;
	height: 21px;
	float: right;
	background: url(inc/images/morebutton.png) no-repeat;
	text-indent: -9999px;
}

#main #bottomad {
	text-align: center;
	padding: 15px 0;
}

#main .post .related {
	overflow: hidden;
	padding: 10px;
	border-top: 1px solid #e4e4e4;
	margin: 35px 0 10px;
}

#main .post .related h3 {
	color: #672712;
	font-size: 36px;
	text-align: center;
	margin: 10px 0 30px 0;
}

#main .post related ul {
	overflow: hidden;
	margin: 40px 0;
}

#main .post .related ul li {
	margin: 20px 0px 0;
	list-style: none;
	float: left;
	width: 20%;
}

#main .post .related ul li img {
	background-color: #fff;
	padding: 3px;
	border: 1px solid #e4e4e4;
}
#main .post .related ul li img:hover {
	background-color: #eee;
	padding: 3px;
	border: 1px solid #ddd;
}


/* --- COMMENTS --- */

#main #commentsarea {

}

#main #commentsarea h3 {
	color: #a34020;
	font-size: 24px;
	background: url(inc/images/commentbubble.png) 25px 50% no-repeat;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	padding: 10px 60px 10px 60px;
	margin: 0 0 20px 0;
}

#main #commentsarea ol {
	margin: 0 0 30px 0;
}


#main #commentsarea ol li {
	background: #fff url(inc/images/comment_bg.png) 0 100% repeat-x;
	border-bottom: 1px solid #e4e4e4;
	padding: 15px;
	overflow: hidden;
}

#main #commentsarea ol li img.avatar {	
	float: left;
	margin: 0 15px 15px 0;
	padding: 3px;
	border: 1px solid #cecece;
}

#main #commentsarea ol li .meta span {
	background-color: #406f7f;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 10px;
	margin: 2px 0 0 0;
}

#main #commentsarea ol li .meta span a {
	color: #fff;
}

#main form {
	margin: 10px;
}

#main form#commentform {
	background-color: #fafafa;
	border: 1px solid #eee;
	padding: 25px;
}

#main form#commentform input[type=submit] {
	display: block;
	border: none;
	background: transparent url(inc/images/submit.png);
	height: 53px;
	width: 148px;
	color: #888;
	font-size: 14px;
}

#main form label {
	display: block;
	margin: 0 0 5px 0;
}

#main form input[type=text] {
	display: block;
	margin: 0 0 15px 0;
	padding: 10px 5px;
	font: 13px/20px "Myriad Pro", "Lucida Grande", Verdana, Tahoma, sans-serif;
	color: #454545;
	width: 240px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #e4e4e4;
}

#main form textarea {
	display: block;
	width: 510px;
	height: 210px;
	padding: 10px;
	margin: 0 0 20px 0;
	font: 13px/20px "Myriad Pro", "Lucida Grande", Verdana, Tahoma, sans-serif;
	color: #454545;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #e4e4e4;
}

/* --- SIDEBAR --- */

#ads {
	overflow: hidden;
	padding: 20px 20px 10px;
	border-bottom: 1px solid #e4e4e4;
	background: #fafafa url(inc/images/widget_bg.jpg) repeat-x;
}

#ads img{
	background-color: #eee;
	padding: 5px;
	border: 1px solid #ddd;
}

#ads img:hover{
	background-color: #fff;
	padding: 5px;
	border: 1px solid #eee;
}

#ads img.ad {
	margin: 0 20px 20px 0;
}

#ads img.alt {
	margin-right: 0;
}

#ads img.bottom {
	margin-bottom: 10px;
}

#ads a {
	color: #545454;
	font-weight: bold;
}

.adsense {
	margin-top: 10px;
}

.banner-after-post {

}

.bottom-ad {
	margin: 0;
	padding-bottom: 20px;
}

.post ul.pros {
	list-style: none;	
}

.post ul.pros li {
	background: url(inc/images/li.png) no-repeat left top;
	line-height: 20px;
	padding: 7px 0 0 20px;
	list-style: none;
}

.post ul.cons {
	list-style: none;
}

.post ul.cons li {
	background: url(inc/images/li-cons.png) no-repeat left top;
	line-height: 20px;
	padding: 0 0 0 20px;
	list-style: none;
}

.click-here {
	float: right;
	width: 324px;
	height: 35px;
	background: url(inc/images/click-here.png) no-repeat;
	text-indent: -9999em;
	margin: 0;
}

.official-button {
	display: block;
	width: 575px;
	height: 35px;
	background: url(inc/images/official-button.png) no-repeat;
	text-indent: -9999em;
	margin: 25px 0 0 20px;
}

#sidebar h2 {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #406f7f;
}

#sidebar .widget {
	padding: 25px 25px 10px;
	border-bottom: 1px solid #e4e4e4;
	background: #fafafa url(inc/images/widget_bg.jpg) repeat-x;
	overflow: hidden;
}

#sidebar .widget ul {
	margin: 0 0 15px 10px;
}

#sidebar .widget ul li {
	border-bottom: 1px solid #e4e4e4;
	line-height: 34px;
	font-size: 14px;
	background: url(inc/images/bullet.png) 5px 50% no-repeat;
	padding: 0 0 0 25px;
}

#sidebar .widget ul li a {
	display: block;
	color: #656565;
}

#sidebar .widget img {
	float: left;
	margin: 0 15px 20px 0;	
}

#sidebar .widget ul li img {
	background-color: #eee;
	padding: 5px;
	border: 1px solid #ddd;
	float: left;
	margin: 0 15px 0 0;
}

#sidebar .widget ul li img:hover {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #eee;
}

#sidebar .recentcomments {
	padding: 25px 25px 10px;
	border-bottom: 1px solid #e4e4e4;
	background: #fafafa url(inc/images/widget_bg.jpg) repeat-x;
}

#sidebar .recentcomments img{
	margin: 0 10px 0 0;
	float: left;
}

#sidebar .recentcomments .recentcom {
	clear: both;
}

#sidebar .cumulus {
	padding: 10px 25px 10px;
	border-bottom: 1px solid #e4e4e4;
	background: #fafafa url(inc/images/widget_bg.jpg) repeat-x;
}

#sidebar #popular ul li {
	background: none;
	padding: 5px 0;
	line-height: 18px;
	overflow: hidden;
}

#sidebar #popular ul li a {
	color: #656565;
}

#sidebar .bigad {
	padding: 30px 14px;
}

#sidebar .bigad img{
	padding: 5px;
	background:#EEEEEE;
	border:1px solid #DDDDDD;
}

#sidebar .bigad img:hover{
	padding: 5px;
	background:#fff;
	border:1px solid #eee;
}


/* --- FOOTER  --- */

#footer {
	color: #fff;
	font-size: 12px;
	margin: 0 0 30px 0;
	padding: 0 20px;
}

#footer p{
	float: left;	
}

#footer p a {
	color: #fff;	
}

/* IMAGE STYLING */

img.alignright {
margin: 5px 7px 5px 7px;
display: inline;
float: right;
}

img.alignleft {
margin: 5px 7px 5px 7px;
display: inline;
float: left;
}

img.aligncenter {
display: block;
margin-left: auto; 
margin-right: auto; 
text-align: center;

}

.size-thumbnail.alignright {
float: right;
}

.size-thumbnail.alignleft {
float: left;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}
.postcontent img {
margin-bottom: 10px;
margin-top: 10px;
padding: 5px;
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #DDDDDD;
}

/* Contact */

#contact p, label, legend { font: 1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 500px; margin: 10px auto; padding: 35px; background-color: #FFF; -webkit-border-radius:5px;  }

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.5em; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { 
	display: block;
	border: none;
	background: transparent url(inc/images/submit.png);
	height: 53px;
	width: 148px;
	color: #888;
	font-size: 14px;
 }
#contact input[type="submit"][disabled] { background:#fff; }
#contact fieldset { padding:20px; -webkit-border-radius:5px; -moz-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url(inc/images/assets/error.gif) no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

acronym { border-bottom:1px dotted #ccc; }

.subscribe-to-comments input { float: left; margin-right: 5px;}
.subscribe-to-comments {margin-top: 5px;}

.dusmanul {float: left;
width: 366px;
height: 16px;
background: url(inc/images/slogan.png) no-repeat;
margin: 5px 0 0 10px;
}