/*  
Theme Name: ProgTuts Theme
Theme URI: http://progtuts.info
Description: Theme for the ProgTuts website
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://www.gilbertpellegrom.co.uk
*/

/* ==================== */
/* === Reset Styles === */
/* ==================== */
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;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul, ol {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* =================== */
/* === Body Styles === */
/* =================== */
html {
	height:100%;
}
body {
	margin:0px; 
	padding:0px;
	background:#3A3A3A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	color:#40454B;
	height:100%;
}

a {
	color:#E11921;
	text-decoration:none;
}
a:hover {
	color:#3A3A3A;
}

b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
u {
	text-decoration:underline;
}

/* ======================== */
/* === Structure Styles === */
/* ======================== */
#wrapper {
	width:893px;
	margin:0 auto;
	position: relative;
	min-height: 100%;
	background:url(images/body.png) repeat-y;
}

* html #wrapper {
	height: 100%;
}

#header {
	height:90px;
	background:url(images/header.png) no-repeat;
	text-indent:-9000px;
}

#nav {
	width:847px;
	margin:0 auto;
}
#nav li {
	display:inline;
	float:left;
	background: transparent url(images/link.png) no-repeat left top;
	margin-right:5px;
	height:40px;
	padding-bottom:7px;
}
#nav li:hover {
	background: transparent url(images/link_hover.png) no-repeat left top;
}
#nav a {
	display:block;
	color:#fff;
	background: transparent url(images/link_r.png) no-repeat right top;
	text-align:center;
	float:left;
	padding:11px 15px 0px 15px;
	height:40px;
}
#nav a:hover {
	background: transparent url(images/link_r_hover.png) no-repeat right top;
}


#body{
	margin:0 auto;
	font-family:'Verdana';
}

#footer {
	height:70px;
	width:893px;
	background:url(images/footer.png) no-repeat;
	font-size:11px;
	padding-top:15px;
	padding-left:160px;
	position:absolute;
	bottom:0;
}

/* =================== */
/* === Body Styles === */
/* =================== */
.post-top {
	width:575px;
	height:12px;
	background:url(images/post_top.png) no-repeat;
	margin-left:18px;
}
.post {
	width:575px;
	background:url(images/post_body.png) repeat-y;
	margin-left:18px;
}
.post-bot {
	width:575px;
	height:12px;
	background:url(images/post_bot.png) no-repeat;
	margin:0px 0px 10px 18px;
}
.post h1 {
	font-family:"Lucida Grande",Tahoma,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:0px 20px 5px 20px;
}
.post-content {
	padding:0px 20px 0px 20px;
}
.post-content h2 {
	font-family:Georgia;
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:4px;
}
.post-content h3 {
	font-family:Georgia;
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:3px;
}
.post-meta {
	font-size:11px;
	margin:5px 20px 5px 20px;
	padding:0px 5px 2px 5px;
	background:#F1F1F1;
	color:#828282;
}
.post-meta-comments {
	margin:10px 20px 0px 20px;
	padding-left: 20px;
	background:url(images/comments.png) no-repeat;
}
.post-tags {
	margin:10px 0px 5px 0px;
	padding:0px 5px 2px 5px;
	background:#F1F1F1;
	color:#828282;
}
.post-content ul {
	list-style:circle;
	padding:5px 0px 5px 25px;
	line-height:22px;
}
.post-content blockquote {
	margin:5px;
	margin-left:15px;
	border-left:10px solid #6F6868;
	padding:5px;
	padding-left:10px;
	background:#E8E8E8;
	font-style: italic;
}
.post-content p {
	padding-bottom:8px;
}

.promote-img {
	width:32px;
	height:32px;
	background:url(images/heart.png) no-repeat;
	float:left;
	padding-right:5px;
}
.feed-img {
	width:32px;
	height:32px;
	background:url(images/rss.png) no-repeat;
	float:left;
	padding-right:5px;
}
.forum-img {
	width:32px;
	height:32px;
	background:url(images/favorite.png) no-repeat;
	float:left;
	padding-right:5px;
}

h1.archive {
	font-family:"Lucida Grande",Tahoma,Verdana,sans-serif;
	font-size:22px;
	font-weight:bold;
	padding:5px 30px 10px 30px;
}

/* ====================== */
/* === Sidebar Styles === */
/* ====================== */
#sidebar {
	float:right;
	width:270px;
	margin-right:17px;
}
.box-top {
	width:266px;
	height:15px;
	background:url(images/box_top.png) no-repeat;
}
.box {
	width:266px;
	background:url(images/box_body.png) repeat-y;
}
.box-bot {
	width:439px;
	height:15px;
	background:url(images/box_bot.png) no-repeat;
}
.box h2, .box ul, .box p {
	padding-left:18px;
	padding-right:18px;
}
.box h2 {
	font-family:Georgia;
	font-weight:bold;
}
.box ul {
	padding-bottom:5px;
}
.box ul li a {
	background:url(images/full_page.png) no-repeat;
	padding-left:20px;
	padding-bottom:2px;
}
.box ul li a:hover {
	background:url(images/page_white_go.png) no-repeat;
}

/* ====================== */
/* === Comment Styles === */
/* ====================== */
#commentlist {
	list-style:decimal;
	padding-left:43px;
}
#commentlist li {
	font-family:Georgia;
	font-size:30px;
	color:#AFAFAF;
	margin-bottom:5px;
}
.comment {
	font-family:'Verdana';
	color:#40454B;
	font-size:12px;
	padding-top:8px;
}
.comment p {
	padding-bottom:5px;
}
.comment-meta {
	padding-bottom:3px;
	border-bottom:1px solid #E3E3E3;
	margin-bottom:5px;
}
.comment-auth {
	background:#F1F1F1;
	padding:5px;
}
img.gravatar {
	display:block;
	border:1px solid #E3E3E3;
	padding:1px;
	margin:0px 5px 3px 5px;
}

/* ==================== */
/* === Input Styles === */
/* ==================== */
input,
textarea,
select {
  padding: 4px;
  font: 400 1em Verdana, Sans-serif;
  color: #E11921;
  background:#ffffff;
  border: 3px solid #E8E8E8;
  margin:2px;
}

input:focus,
textarea:focus,
select:focus {
  border: 3px solid #E11921;
}

input.button {
  color: #000;
  background: #FFF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #00DFFF #00DFFF #FFF;
}

/* ==================== */
/* === Other Styles === */
/* ==================== */
hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
}
.required {
	color:#7F2727;
}
.page-nav {
	margin-left:25px;
}
a.demobutton {
	background:#E11921;
	padding:5px;
	color:#fff;
	line-height:30px;
}
a.demobutton:hover {
	background:#3A3A3A;
	color:#fff;
}
.sociable {
	float:left;
	margin:5px 0 !important;
}

.adsense
{
	padding-left:35px;
	padding-bottom:15px;
}



