/*
Theme Name: Webdevtuts
Theme URI: http://www.webdevtuts.net
Description: Exclusive theme for Webdevtuts
Version: 2.8
Author: Marcell Purham
Author URI: http://www.cell-designs.com
Tags: clean, vector, webdevtuts
*/
@import url('style/css/reset.css');
@import url('style/css/typography.css');
@import url('style/css/layout.css');
/*------------------code starts----------------------*/
.clear {
	clear: both;
}
a {
	color: #832c2c;
	text-decoration: none;
}
a:hover, #sidebar a:hover, .post-wrap a:hover {
	color: #832c2c;
	text-decoration: underline;
}
body {
	background: #000 url(images/background.jpg);
	font: 16px/150% "Myriad Pro","Calibri","Helvetica Neue",Arial,Helvetica,sans-serif;
}
p {
	line-height: 24px;
	font-size: 15px;
	color: #272727;
	font-style: normal;
}
.aligncenter, div.aligncenter {
	clear: both;
	display: block;
	margin: 10px auto;
}
.alignright {
	float: right;
	margin: 5px 0 0 10px;
}
.alignleft {
	float: left;
	margin: 5px 10px 0 0;
}
#main-content-inner img.alignleft, #main-content-inner img.alignright, #main-content-inner img.aligncenter {
	background-color: #E7E1DE;
	border: 1px solid #D0C5BF;
	display: block;
	padding: 3px;
}
.singleroundup {
	clear: both;
	margin-top: 20px;
	padding-bottom: 0;
	float: left;
}
.singleroundup a {
	color: #0F88CE;
	line-height: 27px;
}
.post ul, .post ol {
	list-style-position: inside;
	padding: 18px 30px;
}
.post ul {
	list-style-type: circle;
}
.post ul li, .post ol li {
	padding: 3px;
}
.trackback {
	clear: both;
	display: none;
}
.trackback ul {
	list-style: none;
}
#main-content-inner h1, #main-content-inner h2, #main-content-inner h3, #main-content-inner h4 {
	font: 16px/150% "Myriad Pro","Calibri","Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	margin: 5px 0 5px 0;
	padding: 0;
}
#main-content-inner h1 {
	font-size: 24px;
}
#main-content-inner h2 {
	font-size: 22px;
}
#main-content-inner h3 {
	font-size: 20px;
}
#main-content-inner h4 {
	font-size: 18px;
}
#page_container {
	width: 990px;
	margin: 0 auto;
	background: #fff;
	border: 3px solid #e3e3e3;
}
#header {
	margin: 0 auto;
	width: 990px;
	height: 115px;
}
#logo a {
	background: url(images/logo.png);
	width: 340px;
	height: 109px;
	display: block;
}
#menu {
	background: #000;
	height: 75px;
}
#menu-wrap {
	margin: 0 auto;
	width: 960px;
}
#navigation-main {
	padding: 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	float: left;
}
#navigation-main li {
	float: left;
	margin-right: 20px;
}
#navigation-main li a {
	display: block;
	color: #fff;
}
#navigation-main li a:hover, #navigation-main li.current-cat a {
	color: #89110d;
}
#navigation-main li ul {
	display: none;
	z-index: 80;
}
#navigation-main li:hover ul {
	display: block;
	position: absolute;
	width: 300px;
	background: #000;
}
#navigation-main li:hover ul li a {
	display: block;
	color: #ffffff;
	width: 110px;
	text-align: center;
	border-bottom: 1px solid #232323;
	border-right: none;
	font-size: 14px;
	padding: 10px;
}
#navigation-main li:hover ul li a:hover {
	text-decoration: line-through;
	color: #89110d;
}
#top-nav-info {
	background: #a10808;
	float: left;
	width: 990px;
}
#top-nav-sec {
	height: 50px;
	line-height: 50px;
	font-family: ;
	font-weight: bold;
	font-size: .8em;
	float: left;
}
#top-nav-sec li {
	display: inline;
}
#still-info {
	padding: 15px;
	color: #1F1E1E;
}
#top-nav-sec li a {
	padding: 15px;
	display: inline;
	height: 42px;
	background: url(images/sec-break.jpg);
	color: #a19f9f;
}
#top-nav-sec li a:hover {
	color: #1F1E1E;
}
.nav-sec {
	display: block;
	font-size: 12px;
	font-family: lucida sans unicode;
	font-weight: normal;
	text-align: center;
}
#main-content {
	float: left;
	width: 560px;
	padding: 10px;
	border-right: 1px dotted grey;
}
#main-content-inner p {
	margin: 10px 0 10px 0;
	font-size: 15px;
	line-height: 24px;
}
#main-content-inner ul, #main-content-inner ol {
	font-size: 15px;
	color: #000;
	margin: 0 0 10px 10px;
	padding: 10px;
}
#main-content-inner ul {
	list-style-type: square;
}
#main-content-inner ol {
	list-style-type: decimal;
}
#main-content-inner ul li, #main-content-inner ol li {
	padding: 5px;
	font-size: 15px;
	line-height: 24px;
}
#main-content-inner a:hover {
	color: #832C2C;
}
#main-content-inner a {
	color: #9e4747;
}
#main-content-inner pre {
	width: 512px;
	overflow: auto;
	background: #feffde;
	padding: 10px;
	font-size: 15px;
	line-height: 20px;
	font: 15px/150% "Myriad Pro","Calibri","Helvetica Neue",Arial,Helvetica,sans-serif;
	border-left: 1px solid grey;
}
#main-content-inner blockquote {
	font-size: 15px;
	line-height: 20px;
	padding: 15px 15px 15px 35px;
	margin: 10px 0 10px 0;
	background: #FFFACE url(images/blockquote.gif) no-repeat;
}
.post-wrap {
	margin-bottom: 15px;
	font: 16px/150% "Myriad Pro","Calibri","Helvetica Neue",Arial,Helvetica,sans-serif;
}
.post-wrap p {
	font-size: 14px;
}
.post-wrap a {
	color: #000;
}
.post-wrap h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
}
.post-wrap h2 a {
	color: #1F1E1E;
}
.post-wrap h2 a:hover {
	color: #313030;
}
.post-head-spec h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
}
.display img {
	height: 175px;
	width: 200px;
	border: 1px solid #000;
	float: left;
	margin: 0 15px 0 5px;
}
.display_share img {
	height: 50px;
	width: 50px;
	border: 5px solid #e3e3e3;
	float: left;
	margin: 0 15px 0 5px;
	clear: both;
}
.post-inform {
	margin: 5px 0 0 0;
}
.post-inform a {
	color: #832C2C;
}
.post-inform a:hover {
	color: #414141;
}
.post-inform p {
	color: #000;
}
#featured {
	background: #ffed99;
	margin: -10px -10px 0 -10px;
}
#latest_post {
	padding: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted grey;
}
#authinfo {
	background: #f5f5f5;
	border: 1px solid #dddddd;
	padding: 5px;
	margin: 10px 0 10px;
}
.latest_post_title {
	font-size: 1.6em;
	letter-spacing: -1px;
}
.latest_read_on a {
	background: #000;
	padding: 5px;
	display: block;
	text-align: center;
	color: #fff;
	margin-top: 5px;
}
#feat-post-image {
	width: 560px;
	height: 200px;
	margin-top: 10px;
	background: red;
}
#postcerpt {
	margin: 5px 0 0 0;
}
#text_more {
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0 0 0;
}
.break {
	border-top: 1px solid #d0cece;
	border-bottom: 1px solid #fff;
	margin-top: 20px;
}
#share {
	width: 250px;
	padding: 10px;
	background: #1f1e1e;
	float: left;
}
#share h3 {
	color: #fff;
	margin-bottom: 5px;
}
#share li {
	font-size: 15px;
	margin: 7px 0 10px 0;
	height: 70px;
	overflow: hidden;
	border-bottom: 1px dotted grey;
	padding-bottom: 10px;
}
#share li a {
	color: #959595;
}
#share li a:hover {
	color: #fff;
}
#social {
	width: 260px;
	padding: 10px;
	background: #1f1e1e;
	float: right;
}
#social h3 {
	color: #fff;
	margin-bottom: 5px;
}
#social li {
	font-size: 15px;
	margin: 0 0 5px 0;
	display: inline-block;
}
#sidebar {
	float: right;
	width: 400px;
	padding-left: 5px;
	background: #f9f9f9;
	border-left: 3px solid #f9f9f9;
}
#sidebar li {
	font-size: 15px;
	line-height: 20px;
}
#sidebar a {
	color: #000;
}
#subscribe-info {
	float: right;
}
#subscribe li a {
	display: block;
	text-indent: -9999px;
	background: #363636 url(images/subscribe.png);
	width: 400px;
	height: 182px;
}
#subscribe li.rss a {
	background-position: 0 0;
	height: 65px;
}
#subscribe li.twitter a {
	background-position: 0 -62px;
	height: 50px;
}
#subscribe li.facebook a {
	background-position: 0 -110px;
	height: 50px;
}
#subscribe li.rss a:hover {
	background-position: 0 -183px;
	height: 65px;
}
#subscribe li.twitter a:hover {
	background-position: 0 -245px;
	height: 50px;
}
#subscribe li.facebook a:hover {
	background-position: 0 -291px;
	height: 50px;
}
#adverts {
	margin-top: 10px;
	padding: 5px;
}
#adverts li {
	display: block;
	float: left;
}
.idTabs {
	background: #4a4f51;
	padding: 10px;
}
.idTabs li {
	display: inline;
	padding-right: 5px;
}
#side-right {
	float: right;
	width: 200px;
}
#side-left {
	float: left;
	width: 180px;
}
.widget {
	margin: 20px 10px 20px 10px;
	font-size: 15px;
}
.widget li {
	border-bottom: 1px solid #d0cece;
	border-top: 1px solid #fff;
	padding: 5px 5px 5px 10px;
}
.widget h2 {
	background: #1f1e1e;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
#popular h2, .head-box, #subscribe h2 {
	background: #1f1e1e;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}
.head-box {
	margin-bottom: 10px;
}
#popular li {
	padding: 10px 0 10px 10px;
	border-bottom: 1px dotted #d0cece;
	margin: 0 10px 0 10px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .7em;
}
#popular li a {
	margin-left: 15px;
	display: block;
}
#searchform {
	float: right;
	margin-top: 10px;
}
fieldset#searchform {
	border: none;
	width: 300px;
	margin-top: 10px;
}
#searchform input, #searchform button {
	border: none;
	float: left;
}
#searchform input#s {
	color: #fff;
	font-size: 1.2em;
	height: 28px;
	padding: 8px 5px 0;
	background: #d7d7d7;
	margin: 6px 5px 0 0;
}
#searchform input#s:focus {
	background: #616161;
	outline: none;
}
#searchsubmit {
	width: 79px;
	height: 50px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(images/search.png) no-repeat top right;
}
.hidden {
	display: none;
}
.pgtext {
	margin-bottom: 20px;
	font-size: 24px;
	font-family: Tahoma;
}
#author-box {
	background: #303030 url(images/auth-bg.jpg)repeat-x;
	padding: 10px;
}
#author-box h2 {
	font-family: Tahoma;
	font-weight: bold;
	color: #fff;
}
#author-box h2 a {
	color: #ffface;
}
#author-box img {
	float: left;
	margin: 0 10px 100px 0;
	width: 75px;
	height: 73px;
	border: none;
}
#author-box p {
	color: #fff;
	margin-top: 10px;
	font-size: 15px;
}
#author-box a {
	color: #9E4747;
}
#author-box a:hover {
	color: #832c2c;
}
#footer {
	background: #000;
	margin-top: 50px;
	height: 50px;
}
#inner-foot {
	margin: 0 auto;
	width: 1000px;
}
#inner-foot p {
	color: #fff;
	font: 16px/150% "Myriad Pro","Calibri","Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 50px;
	float: left;
}
ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
ol.commentlist li {
	border: 5px solid #ddd;
	height: 1%;
	margin: 0 0 10px;
	padding: 5px 7px 5px 57px;
	position: relative;
}
ol.commentlist li div.comment-author {
	padding: 0 170px 0 0;
}
ol.commentlist li div.vcard {
	font: bold 14px/1.4 helvetica,arial,sans-serif;
}
ol.commentlist li div.vcard cite.fn {
	font-style: normal;
}
ol.commentlist li div.vcard cite.fn a.url {
	color: #c00;
	text-decoration: none;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	color: #000;
}
ol.commentlist li div.vcard img.avatar {
	border: 5px solid #ddd;
	left: 7px;
	position: absolute;
	top: 7px;
}
ol.commentlist li div.comment-meta {
	font: bold 10px/1.4 helvetica,arial,sans-serif;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 5px;
}
ol.commentlist li div.comment-meta a {
	color: #333;
	text-decoration: none;
}
ol.commentlist li div.comment-meta a:hover {
	color: #000;
}
ol.commentlist li div.reply {
	margin-top: 10px;
	background: #999;
	border: 2px solid #666;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	font: bold 9px/1 helvetica,arial,sans-serif;
	padding: 5px 10px;
	text-align: center;
	width: 36px;
}
ol.commentlist li div.reply:hover {
	background: #c30;
	border: 2px solid #c00;
}
ol.commentlist li div.reply a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
ol.commentlist li ul.children {
	list-style: none;
	margin: 1em 0 0;
	text-indent: 0;
}
ol.commentlist li ul.children li.depth-2 {
	margin: 0 0 .25em;
}
ol.commentlist li ul.children li.depth-3 {
	margin: 0 0 .25em;
}
ol.commentlist li ul.children li.depth-4 {
	margin: 0 0 .25em;
}
ol.commentlist li.even {
	background: #f7f7f7;
}
ol.commentlist li.odd {
	background: #fff;
}
ol.commentlist li.pingback div.vcard {
	padding: 0 170px 0 0;
}
#respond {
	background: #e3e3e3;
	border: 3px solid #c9c9c9;
	padding: 10px;
}
#respond h3 {
	margin-bottom: 10px;
}
form#commentform input, form#tdomf_form1 input {
	border: 1px solid #f4f4f4;
	color: #4A586C;
	font-size: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 10px;
}
form#commentform textarea, form#tdomf_form1 textarea {
	border: 1px solid #f4f4f4;
	color: #4A586C;
	font-size: 15px;
	margin-right: 10px;
	padding: 5px 10px;
	width: 94%;
}