/* @override 
	http://wpguy.wessley.dnsalias.com/wp-content/themes/wpguy%202.0/style.css
	http://wpguy.com/wp-content/themes/wpguy%202.0/style.css
	http://wpguy.com/wp-content/themes/wpguy_v2/style.css
*/

/*  
Theme Name: WordPress Guy
Theme URI: http://wpguy.com
Description: 
Version: 2.0
Author: Wessley Roche
Author URI: http://wpguy.com/
*/



/* @group Reset */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}

.clearfixb:after{
	clear: both;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* @end */

/* @group Etc */

html body{
	background: #464646 url(images/background.gif) top center repeat-y;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

a:link,
a:visited{
	color: #1d8881;
	text-decoration: none;
}

a:hover,
a:active{
	color: #8fcbc7;
}

ul.menu{
	width: 960px;
	margin: 0 auto 20px;
}

ul.menu li{
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}

ul.menu li a{
	float: left;
	width: 110px;
	margin-right: 20px;
	padding-top: 10px;
	border-top: 5px solid #f9f7f4;
}

ul.menu li a:link,
ul.menu li a:visited{
	color: #fff;
	text-decoration: none;
}

ul.menu li a:hover,
ul.menu li a:active{
	border-color: #e0632a;
}

ul.menu li.current a{
	border-color: #e0632a;
}

.block{
	width: 960px;
	margin: 0 auto 0;
}

.top{
	background: #fff;
	width: 460px;
	border-top: 5px solid #e5e5e5;
	padding: 20px;
	float: left;
}

.top h1 a{
	display: block;
	background: url(images/wordpressguy.gif) top left no-repeat;
	padding-top: 34px;
	padding-left: 245px;
	overflow: hidden;
	width: 0;
	height: 0;
}

.about{
	float: left;
	color: #fff;
	padding-left: 20px;
	width: 440px;
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
	text-shadow: #000 0 1px 3px;
}

.sticky_a{
	background: #3f3f3f url(images/sticky_shadow.gif) top center repeat-y;
	padding: 0 0 4px;
}


.sticky_b{
	background: #d65123 url(images/sticky_background.gif) top left repeat-x;
	border-top: 5px solid #c95926;
}

.sticky{
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 20px 0 12px;
}

.single .sticky_b{
	background: #d54f22 url(images/sticky_background_small.gif) top left repeat-x;
}

.sticky .more-link{
	background: url(images/sticky_continue.gif) center right no-repeat;
	width: 130px;
	display: block;
	padding: 7px 20px;
	margin: 10px 0;
	font-size: 14px;
	color: #8f2500;
	text-decoration: none;
	position: relative;
	left: -0;
}

.sticky a:link,
.sticky a:visited{
	color: #fff;
}

.sticky a:hover,
.sticky a:active{
	color: #ffc252;
}

.guy{
	position: absolute;
	bottom: 0;
	right: 0;
}

.sticky h2{
	color: #fff;
	font-weight: normal;
	font-style: italic;
	font-size: 36px;
	padding-left: 20px;
	padding-right: 230px;
	margin-bottom: 10px;
}


.sticky .excerpt{
	font-size: 14px;
	line-height: 20px;
	padding-left: 20px;
	padding-right: 230px;
	color: #631908;
}

.left_column{
	width: 500px;
	float: left;
}

.content{
	padding-top: 30px;
	background: #fff;
}

.sidebar{
	margin-top: 26px;
	float: left;
	width: 200px;
}

.sidebars{
	float: left;
	width: 430px;
	margin-left: 30px;
}

.right_sidebar{
	margin-left: 30px;
}



.subscribe{
	margin: 30px 0 0 0;
	background: #209790;
	padding: 5px 10px;
	border-top: 5px solid #1d8881;
	color: #fff;
	font-size: 18px;
	font-style: italic;
}

.subscribe a:link,
.subscribe a:visited{
	color: #fff;
	text-decoration: underline;
}

.subscribe a:hover,
.subscribe a:active{
	color: #d2eae9;
}

.subscribe div{
	background: url(images/rss.gif) left no-repeat;
	padding: 10px 10px 10px 45px;
}

h2.widgettitle{
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-style: italic;
	background: #209790;
	padding: 10px;
	border-top: 5px solid #1d8881;
}

.widget{
	line-height: 18px;
	margin-bottom: 30px;
	background: #d6edef;
}

.widget .textwidget{
	padding: 10px;
}

.widget ul{
	padding: 5px 0;
}

.widget ul li{
	padding: 3px 10px;
	border-bottom: 1px solid #c4e1e7;
}

.widget ul li:last-child{
	border: none;
}

.widget ul li a:link,
.widget ul li a:visited{
	text-decoration: none;
	color: #333;
}

.widget ul li a:hover,
.widget ul li a:visited{
	color: #7b8889;
}

.widget_search{
	background: #209790;
	padding: 10px;
	border-top: 5px solid #1d8881;
}

.widget_search br{
	display: none;
}

.widget_search input{
	background: url(images/icon_search.gif) top left no-repeat;
	width: 14px;
	height: 14px;
	border: none;
	padding-top: 14px;
	overflow: hidden;
	vertical-align: middle;
}

#s{
	background: #fff;
	width: 145px;
	margin-right: 5px;
	padding: 3px;
	border-top: 1px solid #1d8881;
	border-left: 1px solid #1d8881;
	color: #333;
	margin-right: 10px;
	
	vertical-align: middle;
	font-size: 12px;
}

.post{
	padding-bottom: 12px;
}

.post h2, .comments h2, .yourcomment h2{
	color: #d75223;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	padding: 0 20px;
	margin-bottom: 10px;
}

.comments h2{
	margin-bottom: 20px;
}

.post h2 a:link,
.post h2 a:visited{
	color: #d75223;
}

.post h2 a:hover,
.post h2 a:active{
	color: #e68c6d;
}

ul.metadata{
	background: #d2eae9;
	color: #1d8881;
	padding: 5px 20px;
	margin-bottom: 18px;
}

.single ul.metadata{
	margin-top: 30px;
}

ul.metadata li{
	display: inline;
	margin-right: 15px;
	padding-left: 20px;
}

li.date{
	background: url(images/icon_date.gif) left no-repeat;
}

li.comments{
	background: url(images/icon_comments.gif) left no-repeat;
}

li.category{
	background: url(images/icon_category.gif) left no-repeat;
}

.excerpt{
	padding: 0 20px;
	font-size: 13px;
	line-height: 18px;
}

.excerpt p{
	margin-bottom: 18px;
	text-align: justify;
}

.excerpt h3{
	font-size: 16px;
	margin: 18px 0 18px;
	font-weight: normal;
	color: #d75223;
	font-style: italic;
}

.more-link{
	display: block;
	background: url(images/continue.gif) center right no-repeat;
	padding: 6px 20px;
	width: 120px;
	position: relative;
	left: -20px;
	margin: 10px 0;
}

.navigation{
	background: #d75324 url(images/nav_background.gif) top left repeat-x;
	padding: 20px;
	font-size: 14px;
	margin-top: 40px;
	height: 18px;
	border-top: 5px solid #c95926;
}

.navigation a:link,
.navigation a:visited{
	color: #fff;
	text-decoration: none;
}

.navigation a:hover,
.navigation a:active{
	color: #ffc252;
}

.alignleft{
	float: left;
	margin: 3px 10px 5px 0;
}

.alignright{
	float: right;
	margin: 3px 0 5px 10px;
}

.aligncenter{
	margin: 0 auto;
	display: block;
}

.navigation .alignleft,
.navigation .alignright{
	margin: 0;
}

.footer{
	font-size: 12px;
	line-height: 18px;
	background: #fff;
	border-bottom: 2px solid #444;
	padding: 20px;
	margin-top: 30px;
	border-top: 5px solid #e5e5e5;
	margin-bottom: 30px;
}

.commentlist{
	margin-bottom: 30px;
}

.commentlist li{
	display: block;
	margin-bottom: 20px;
}

.comments .from{
	padding: 0 30px 10px;
	
}

.comments .gravatar{
	float: left;
	display: inline;
	border: 1px solid #ccc;
	padding: 2px;
	margin-right: 10px;
	height: 44px;
	width: 44px;
}

.comments .author{
	font-size: 16px;
	line-height: 28px;
	font-style: italic;
}

.comment_body{
	font-size: 13px;
}

.comments .date{
	color: #999;
}

.comments .comment_body{
	clear: left;
	background: #d2eae9 url(images/comment_background.gif) top left no-repeat;
	padding: 2px 10px 10px 10px;
	margin: 5px 20px 0;
	line-height: 18px;
}

.comment_body.highlight{
	background: #f5d0be url(images/comment_background_me.gif) top left no-repeat;
}

.comment_body p{
	margin-top: 18px;
}

.comment_meta{
	margin: 20px 20px 5px;
}

.comment_meta label{
	margin-left: 10px;
	color: #666;
}

.comment_meta small{
	font-size: 11px;
	color: #bbb;
}

.comment_meta input{
	width: 150px;
	font-size: 12px;
}

.comment_meta p{
	margin-bottom: 5px;
}

.comment{
	background: #dedede url(images/comment_background_you.gif) top left no-repeat;
	padding: 20px 10px 10px;
	margin: 5px 20px;
}

.comment textarea{
	width: 99%;
	height: 100px;
	font-size: 12px;
}

input#submit{
	width: 150px;
	margin: 10px 20px;
}

.yourcomment{
	margin-bottom: 20px;
}

ul.children{
	clear: left;
	margin: 0 0 0 30px;
	padding-top: 10px;
	
}


.reply{
	margin: 0 20px;
	padding: 0 10px 10px;
	background: #d2eae9;
}

.highlight.reply{
	background: #f5d0be;
}

#cancel-comment-reply{
	margin: 0 20px;
}

.commentlist h2{
	font-size: 16px;
	margin-top: 10px;
}

.widget .googleads{
	width: 160px;
	height: 620px;
	margin: 20px auto;
}

ul.commentlist li.trackback{
	padding: 0 20px 0 40px;
	background: url(images/icon_trackback.gif) 20px no-repeat;
	margin-bottom: 10px;
	margin-top: 10px;
}

.notfound{
	font-size: 24px;
	margin: 0 20px;
	padding-bottom: 20px;
	color: #666;
}

.excerpt ul{
	list-style: disc;
	padding-left: 20px;
}

.excerpt ol{
	padding-left: 20px;
	list-style-type: decimal;
}

.twitterTime, .twitterSource{
	color: #6f7b7c;
}

a.download{
	display: block;
	background: url(images/download2.gif) left no-repeat;
	padding: 10px 10px 10px 40px;
	font-size: 14px;
}

a.demo{
	display: block;
	background: url(images/preview.gif) left no-repeat;
	padding: 10px 10px 10px 40px;
	font-size: 14px;
}

.adsenseBox{
	float:left;
	margin-right: 20px; 
	margin-bottom: 20px;
	margin-left: 20px;
}

.excerpt .post_links{
	border-top: 1px solid #D2EAE9;
	padding-top: 12px;
}

/* @end */
