/*
Theme Name: The Netsetter
Theme URI: http://thenetsetter.com
Description: Custom WordPress Theme
Version: 1.0
Author: Derek Herman
Author URI: http://valendesigns.com
*/

/* 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;
}
body {
	color: #282828;
	background: #5b5b5b url(images/header.png) repeat-x;
	font: 20px/27px Georgia, "Times New Roman", Times, serif;
}
html {
	overflow-y: scroll;
}
ol, ul {
	list-style: none;
}
p {
	padding-bottom: 27px;
}
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: "" "";
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.block {
	display: block;
}
strong {
	font-weight: bold;
	color: #000;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Link Styles */
a:link, a:visited {
	color: #b30202;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #b30202;
	text-decoration: none;
}
h1 a:link, h1 a:visited {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	color: #282828;
	text-decoration: none;
}
h1 a:active {
	color: #000;
	text-decoration: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9c0101;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 52px;
	line-height: 56px;
	margin-bottom: 20px;
	color: #000;
	font-weight: bold;
	letter-spacing: -1px;
}
h2 {
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 30px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 30px;
	text-transform: uppercase;
}
h4 {
}
h5 {
}
h6 {
}
/* Wraps */
#header_wrap {
	position: relative;
	padding: 0 10px;
	min-width: 1000px;
	height: 41px;
	background: #616161;
}
#content_wrap {
	position: relative;
	min-width: 1000px;
	padding: 0 10px;
	background: #fff;
}
#footer_wrap {
	position: relative;
	min-width: 1000px;
	padding: 0 10px;
	background: url(images/footer.png) repeat-x 0 0;
}
/* Header */
#header {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height: 41px;
}
	#header #logo {
		position: absolute;
		top: 15px;
		left: -6px;
		z-index: 99;
	}
	#header .desc {
		font-size: 11px;
		color: #999898;
		text-transform: uppercase;
		position: absolute;
		left: 170px;
		top: 10px;
	}
	#header .navigation {
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	#header .navigation li {
		float: left;
	}
	#header .navigation li a {
		display: block;
		background: #6a6a6a;
		padding: 1px 16px;
		padding-bottom: 2px;
		color: #fff;
		text-transform: uppercase;
		margin-left: 8px;
		font-size: 12px;
	}
	#header .navigation li a:hover, #header .navigation li.current_page_item a {
		background: #fff;
		color: #767676;
	}
/* Breadcrumb */
#breadcrumb {
	margin-bottom: 5px;
	font-size: 14px;
	text-transform: uppercase;
	color: #a6a6a6;
	width: 100%;
}
	#breadcrumb li {
		display: inline;
	}
	#breadcrumb a {
		color: #4b6596;
	}
	#breadcrumb a:hover {
		color: #000;
	}
	#breadcrumb p {
		padding-bottom: 0px;
	}
/* Content */
#content {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	padding-bottom: 100px;
}
	#page {
		width: 661px;
		float: left;
	}
		.archives {
		
		}	
			.archives a {
				color: #282828;
			}
			.archives a:hover {
				color: #666;
			}
			.archives ul {
				padding-bottom: 50px;
			}
			.archives ul ul {
				padding-bottom: 0px;
				display: inline;
			}
			.archives ul.dates li {
				display: block;
			}
			.archives li {
				display: inline;
			}
			.archives ul.dates li a {
				display: block;
				background: none;
			}
			.archives li a {
				background: url(images/slash.gif) no-repeat 100% 2px;
				padding-right: 15px;
				margin-right: 0px;
			}
		.post {
			
		}
			.post ul {
				padding-bottom: 20px;
			}
			.post ul li {
				padding-left: 40px;
				padding-bottom: 20px;
				background: url(images/left_arrow_li.gif) no-repeat 8px 6px;
			}
			.post ol {
				padding-bottom: 20px;
				margin-left: 32px;
			}
			.post ol li {
				padding-left: 8px;
				padding-bottom: 20px;
				list-style: decimal;
			}
			blockquote {
				position: relative;
				padding: 20px 30px;
				background: #f4f4f4;
				margin-bottom: 55px;
				border: 1px solid #d0d0d0;
				font-style: italic;
				color: #282828;
				font-size: 17px;
			}
			blockquote p {
				padding-bottom: 0px;
			}
			blockquote div {
				position: absolute;
				right: 0px;
				bottom: -31px;
				height: 31px;
				line-height: 31px;
				background: url(images/quote_bubble.gif) no-repeat 0 0;
				padding-left: 40px;
				padding-right: 10px;
				font-size: 11px;
				text-transform: uppercase;
				font-style: normal;
			}
			.separator {
			  margin-top:20px;
			  margin-bottom:20px;
			  border-top:1px solid #d5d5d5;
			}
			.pullquote {
				padding: 0px;
				margin: 0px;
				border: none;
				float: right;
				width: 350px;
				font-size: 35px;
				line-height: 40px;
				color: #000;
				padding-left: 50px;
				background: url(images/left_quote.gif) no-repeat 10px 0;
			}
			.pullquote p {
				padding-right: 30px;
				padding-bottom: 20px;
				background: url(images/right_quote.gif) no-repeat 100% 90%;
			}
			.post_break {
				background: url(images/post_break.png) repeat-x 0 100%;
				padding-bottom: 60px;
				margin-bottom: 40px;
				display: block;
			}
			.post_meta {
				padding-bottom: 30px;
			}
				.meta_small {
					font-size: 11px;
					line-height: 22px;
					height: 22px;
					color: #7f7f7f;
					text-transform: uppercase;
					margin-left: 5px;
					float: left;
				}
				.meta_small a {
					color: #7f7f7f;
					text-decoration: none;
				}
				.meta_small a:hover {
					color: #282828;
				}
				.categories {
					background: url(images/category.gif) no-repeat 0 0;
					padding-left: 27px;
					padding-right: 30px;
				}
				.date {
					background: url(images/date.gif) no-repeat 0 0;
					padding-left: 29px;
					padding-right: 30px;
				}
				.author {
					background: url(images/author.gif) no-repeat 0 0;
					padding-left: 30px;
					padding-right: 30px;
				}
				.comment_count {
					background: url(images/comments.gif) no-repeat 0 2px;
					padding-left: 30px;
					padding-right: 30px;
				}
				.author_text {
					padding-left: 25px;
					font-size: 15px;
					font-style: italic;
					line-height: 20px;
					background: url(images/author_link.jpg) no-repeat 0 6px;
					margin-top: 20px;
					position: relative;
				}
			.post_meta #pagination {
				width: 200px;
				float: right;
				margin-top: -1px;
			}
				.post_meta #pagination p {
					padding-bottom: 0px;
				}
				.post_meta #pagination .left {
					padding-left: 28px;
					background: url(images/left_arrow.jpg) no-repeat 0 2px;
				}
				.post_meta #pagination .right {
					padding-right: 28px;
					background: url(images/right_arrow.jpg) no-repeat 100% 2px;
				}
			#pagination {
				text-transform: uppercase;
				line-height: 22px;
			}
			  #pagination a {
					color: #7f7f7f;
					font-size: 11px;
				}
				#pagination a:hover {
					color: #000;
				}
				#pagination .left {
					padding-left: 28px;
					background: url(images/left_arrow.jpg) no-repeat 0 5px;
				}
				#pagination .right {
					padding-right: 28px;
					background: url(images/right_arrow.jpg) no-repeat 100% 5px;
				}
			img.centered {
				display: block;
				margin-left: auto;
				margin-right: auto;
			}	
			img.alignright {
				padding: 4px;
				margin: 0 0 8px 16px;
				display: inline;
			}			
			img.alignleft {
				padding: 4px;
				margin: 0 16px 8px 0;
				display: inline;
			}			
			.alignright {
				float: right;
			}			
			.alignleft {
				float: left
			}
			.aligncenter,
			div.aligncenter {
				display: block;
				margin-left: auto;
				margin-right: auto;
			}
			
			.wp-caption {
				border: 1px solid #ddd;
				text-align: center;
				background-color: #f3f3f3;
				padding-top: 4px;
				margin: 10px;
				-moz-border-radius: 3px;
				-khtml-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
			}
			
			.wp-caption img {
				margin: 0;
				padding: 0;
				border: 0 none;
			}
			
			.wp-caption p.wp-caption-text {
				font-size: 11px;
				line-height: 17px;
				padding: 0 4px 5px;
				margin: 0;
			}
		.discussion {
			margin-top: 30px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 38px;
			line-height: 42px;
			color: #000;
			font-weight: bold;
			letter-spacing: -1px;
		}
		.your_comment {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 26px;
			line-height: 30px;
			color: #000;
			font-weight: bold;
			letter-spacing: -1px;
		}
		.comments_wrap {
			position: relative;
			width: 655px;
			padding: 1px;
			background: #fff;
			border: 1px solid #e4e4e4;
			border-right: 2px solid #e4e4e4;
			border-bottom: 2px solid #e4e4e4;
			margin-bottom: 40px;
		}
			.comments {
				background: #f4f4f4;
				position: relative;
				padding: 30px;
			}
				.commentlist li {
					position: relative;
					background: #fff;
					border: 1px solid #d0d0d0;
					padding: 20px;
					padding-bottom: 20px;
					margin-bottom: 50px;
					font-size: 15px;
					line-height: 20px;
				}
				.commentlist p {
					padding-bottom: 15px;
				}
					.comment-author {
						font-style: italic;
						margin-bottom: 15px;
					}
					.comment-author cite {
						font-size: 20px;
					}
					.trackbacks .comment-author {
						padding-right: 40px;
					}
					.avatar {
						position: absolute;
						right: 15px;
						bottom: -20px;
						border: 1px solid #504d4d;
					}
					.fake_avatar {
						position: absolute;
						right: 20px;
						top: 15px;
					}
					.comment-meta {
						position: absolute;
						bottom: -20px;
						right: 70px;
						font-size: 10px;
						color: #959494;
					}
					.comment-meta a {
						color: #959494;
					}
			#respond {
				
			}
				.input {
					border: 1px solid #d0d0d0;
					padding: 10px;
					width: 300px;
				}
				.textarea {
					border: 1px solid #d0d0d0;
					padding: 10px;
					width: 480px;
				}
				label {
					color: #7a7a7a;
					font-size: 10px;
					text-transform: uppercase;
					float: left;
					display: block;
					width: 80px;
					padding-right: 10px;
					line-height: 35px;
					text-align: right;
				}
				#submit {
					border: none;
					background: #f4f4f4 url(images/comment_arrow.gif) no-repeat 0 2px;
					padding: 3px 0;
					padding-left: 25px;
					font-size: 12px;
					color: #222222;
					text-transform: uppercase;
					font-family: Georgia, "Times New Roman", Times, serif;
					cursor: pointer;
					margin-left: 510px;
				}
				#submit:hover {
					color: #666;
				}
/* Sidebar */
#sidebar {
	width: 313px;
	float: right;
}	
	#sidebar .actions_wrap {
		position: relative;
		width: 308px;
		padding: 1px;
		background: #fff;
		border: 1px solid #e4e4e4;
		border-right: 2px solid #e4e4e4;
		border-bottom: 2px solid #e4e4e4;
		margin-bottom: 20px;
	}
	#sidebar .actions {
		background: #f4f4f4;
		position: relative;
		padding-top: 30px;
		padding-bottom: 10px;
	}
		#sidebar .action {
			padding-bottom: 23px;
			padding-left: 79px;
		}
		#sidebar .action h3.side_head {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 22px;
			line-height: 22px;
			color: #5e5e5e;
			padding: 0;
			margin-bottom: -8px;
			font-weight: bold;
			text-transform: none;
		}
		#sidebar .action h3.side_head a {
			color: #5e5e5e;
		}
		#sidebar .action h3.side_head a:hover {
			color: #000;
		}
		#sidebar .action span {
			font-size: 11px;
			line-height: 11px;
			color: #7f7f7f;
			text-transform: uppercase;
		}
		#sidebar .free_agent {
			background: url(images/free_agent.gif) no-repeat 23px 3px;
		}
		#sidebar .rss_feed {
			background: url(images/rss_feed.gif) no-repeat 23px 3px;;
		}
		#sidebar .rss_email {
			background: url(images/rss_email.gif) no-repeat 23px 3px;;
		}
		#sidebar .rss_twitter {
			background: url(images/rss_twitter.gif) no-repeat 23px 3px;;
		}
		#sidebar .write_for_me {
			background: url(images/write_for_me.gif) no-repeat 23px 3px;;
		}
	#sidebar .search {
		width: 313px;
		height: 39px;
		background: url(images/search.gif) no-repeat 0 0;
	}
		#sidebar .search input {
			width: 250px;
			padding: 4px 0;
			margin-top: 6px;
			margin-left: 15px;
			font-size: 15px;
			font-style: italic;
			color: #616161;
			background: none;
			border: none;
			font-family: Georgia;
		}
/* Footer */
#footer {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 16px;
	line-height: 24px;
	background: url(images/footer_gradient.png) no-repeat 0 0;
}
	#footer #footer_logo {
		position: absolute;
		top: -18px;
		left: 255px;
	}
	#footer #envato {
		position: absolute;
		top: 100px;
		left: 520px;
	}
	#footer a {
		color: #b6b6b6;
	}
	#footer a:hover {
		color: #fff;
	}
	#footer .top_box {
		padding-bottom: 50px;
	}
	#footer .bottom_box {
		padding-bottom: 100px;
		color: #fff;
	}
		#footer .bottom_box .tango {
			padding-left: 30px;
			background: url(images/tango.gif) no-repeat 0 3px;
			margin-bottom: 15px;
		}
		#footer .bottom_box .tango a {
			color: #fff;
		}
		#footer .bottom_box .heart {
			padding-left: 30px;
			background: url(images/heart.gif) no-repeat 0 3px;
		}
		#footer .bottom_box .heart ul {
			padding-top: 10px;
		}
		#footer .bottom_box .heart li {
			font-size: 11px;
			line-height: 20px;
			text-transform: uppercase;
		}
		
		.extras {
        position: relative;
        width: 149px;
        height: 83px;
        background: url(images/post-extras.jpg) no-repeat 20px 0;
        right: 0;
        bottom: 0;
        float: right;
        z-index: 1000;
        padding-left: 20px;
      }
      a.print {
        position: absolute;
        right: 10px;
        top: 7px;
        height: 21px;
        width: 50px;
        background: url(images/print.png) no-repeat 0 0;
        text-align: center;
        font-size: 11px;
        text-decoration: none;
        color: #fff;
        padding-top: 43px;
        font-family: Helvetica, Arial;
      }
      a:hover.print {
        background-position: 0 -64px;
      }
      /* Retweet Styles */
    a.retweet { 
      position: absolute;
      left: 10px;
      top: 10px; 
      font: 11px/16px Helvetica,Arial; 
      color: #444; 
      text-decoration: none; 
      border: 0px; 
      width:50px; 
      height:54px; 
      background: url(images/btn_tweet.gif) no-repeat 0 0; 
      padding: 7px 0 0 0; 
    }
    a:hover.retweet { 
      background-position: 0 -61px; 
    }
      a.retweet span { 
        color: #fff; 
      }
      a.retweet em { 
        font-size: 11px; 
        font-style: normal; 
        letter-spacing: -0.5px; 
      }
    a.vert { 
      display: block; 
      text-align: center; 
      font-size: 16px;
    }
      a.retweet strong.vert { 
        display: block; 
        margin-bottom: -4px; 
      }
      a.retweet span.vert { 
        display: block; 
        width: 50px; 
        font-size: 11px; 
        line-height:11px; 
        position: absolute; 
        bottom: 2px; 
      }