/*--------------------------------------------------------------------------------
00. RESET
--------------------------------------------------------------------------------*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}


/*--------------------------------------------------------------------------------
01. SETUP
--------------------------------------------------------------------------------*/

html {
	background-color: #222;

}

body {
	line-height: 170%;
	color: #111;
	font-family:Arial,"Myriad Pro","Helvetica Neue", Helvetica,sans-serif;
	font-size:15px;
}

a {
	color:#2a64e8;
	text-decoration:none;
}

/*--------------------------------------------------------------------------------
02. STRUCTURE
--------------------------------------------------------------------------------*/

#header {
	width: 880px;
	position: relative;
	float:left;
}

#footer {
	padding:20px 0 70px 0;
	font-family:"Times New Roman",Times,FreeSerif,serif;
}

#wrapper {
	width: 1190px;
	margin:0 0 0 30px;
	padding-top:30px;
}

#content {
	width: 600px;
	float: right;
	background-color: #fff;
	padding: 20px 300px 30px 0;
}

#sidebar {
	width: 240px;
	float: left;
}

/*--------------------------------------------------------------------------------
03. HEADER
--------------------------------------------------------------------------------*/

#header h1 {
	font-size: 50px;
	line-height: 36px;
	letter-spacing: -3px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	padding-right: 20px;
}

#header a{
	display:block;
}

div.top{
	position:absolute;
	left:1000px;
	top:65px;
}

div.top img{
}

/*--------------------------------------------------------------------------------
03a. FOOTER
--------------------------------------------------------------------------------*/

#footer .footer-tpg {
	margin:20px 0 0 365px;
	display:none;
}

#footer .footer-tpg a{
	color:#333;
}

/*--------------------------------------------------------------------------------
04. POSTS
--------------------------------------------------------------------------------*/

#content h3 {
}

.post {
}

.post h2 {
	font-size: 27px;
	font-family:Georgia,"Times new roman",serif;
	font-weight:400;
	line-height:36px;
	margin:0 20px 3px 15px;
}

.post h2 a {
	color:#000;
	line-height:120%;
}

#content .post h3 {
	font-size: 15px;
	color:#111;
	text-transform:none;
	letter-spacing:normal;
	padding-top:8px;
}

.entry{
	padding:20px 5px 30px 15px;
}

.post .entry a{
	line-height:100%;
}

.meta {
	font-size: 11px;
	border-bottom:1px solid #e5e5e5;
	padding:0px 20px 10px 0;
	margin-left: 15px;
}

.post .label {
	margin-right: 2px;
}

.tags {
	font-size: 14px;
	line-height: 1.5;
}

.tags a {
	font-weight: normal;
}

span.more-link{
	margin:20px 0 25px 0;
	display:block;
}

.post a.more-link{
	text-decoration:none;
	color:#000;
	font-weight:700;
}

.post a.more-link:hover{
	text-decoration:none;
	color:#000;
}

#navigation {
	float: left;
	width: 100%;
}

#navigation #next {
	float: left;
	display: inline;
}

#navigation #prev {
	float: right;
	display: inline;
}

/*--------------------------------------------------------------------------------
05. ENTRIES
--------------------------------------------------------------------------------*/

.entry p {
	margin: 0 0 10px 0;
}

.entry a {
	text-decoration: none;
}

.entry a:hover {
	text-decoration: underline;
}

.tags a:hover {
	text-decoration: underline;
}

.post .entry h1, .post .entry h2, .post .entry h3, .post .entry h4, .post .entry h5 {
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 15px !important;
}

.post img {
}

.post strong {
	font-weight:700;
}

.post .entry h1 {
	font-size: 24px;
}

.post .entry h2 {
	font-size: 22px;
}

.post .entry h3 {
	font-size: 20px;
}

.post .entry h4 {
	font-size: 18px;
}

.post .entry h5 {
	font-size: 16px;
}

.post .entry pre {
	margin: 0 0 15px 15px;
}

.post .entry code {
	font-family: Courier, sans-serif !important;
	font-size: 14px;
	line-height: 22px;
}

.post .entry ul, .post .entry ol  {
	margin: 0 0 15px 25px;
}

.post .entry ul li {
	list-style: disc;
	font-weight: 700;
}

.post .entry ol li {
	list-style: decimal;
	font-weight: 700;

}

.post .entry blockquote {
	padding: 0 20px 0 10px;
	margin-left: 15px;
	width: 400px;
	font-family: georgia, serif;
	color: #666;
	font-size: 13px;
	border-left: 1px solid #999;
	font-style: italic;
}

/* Blog Entry Styles - Images */

.wp-caption {
	text-align: center;
	padding: 9px 5px 5px;
	background: #f7f0df;
	border: 1px solid #C7B894;
}

.wp-caption img {
	padding: 0;
	margin: 0 0 5px;
}

.wp-caption-text {
	margin: 10px 0 0;
	padding: 0;
}

.wp-caption .wp-caption-text, .wp-caption .wp-caption-dd {
	font-size:14px !important;
	color: #9B9074;
	text-align: center; 
	margin: 0;
	padding: 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	margin: 0 0 15px 15px;
	display: inline;
	float: right;
	}

.alignleft {
	margin: 0 15px 15px 0;
	display: inline;
	float: left;
	}

img.wp-smiley  {
	padding: 0;
	border: none;
}

/*--------------------------------------------------------------------------------
06. SIDEBAR
--------------------------------------------------------------------------------*/

#recent_entries{
	padding:20px 15px 30px 10px;
	background-color: #111;
	border-bottom: 1px solid #000;
	float: left;
}

#recent_entries h3{
	color: #444;
	font-size: 11px;
	padding: 0 0 10px 0;
}

#recent_entries li{
	border-bottom: 1px solid #222;
	font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
	font-size: 13px;
	padding: 3px 0px;
}

#tut_entries{	
	padding:20px 15px 30px 10px;
	background-color: #fff000;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	float: left;
	margin: 20px 0 20px 0;
}

#tut_entries h3{
	color: #444;
	font-size: 11px;
}

#tut_entries li{
	font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
	font-size: 13px;
}

#tut_entries li a{
	color: #000;
}

#rss, #twitter, #facebook{
	padding: 0 0 0 10px;
	margin-top: 15px;
	float: left;
	width: 230px;
}

#facebook {
	display: none;
}

#rss a, #twitter a{
	color: #ffffe8;
	font-weight: bold;
	font-size: 14px;
}

#rss span, #twitter span, #facebook span{
	margin-left: 10px;
	padding: 0 0 0 10px;
	color: #666;
	font-size: 11px;
	border-left: 1px solid #333;
	width: 80px;
	float: right;
}

#twitter a, #facebook a{
	font-weight: bold;
}

#about{
	margin-top: 20px;
	border-top: 1px solid #333;	
	padding: 15px 0 0 10px;
	float: left;
	width: 230px;
}

#about li{
	padding-right: 20px;
	float: left;
}

#about li a{
	color: #666;
	font-size: 15px;
	font-weight: 700;
}

#tags {
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 24px;
}

#tags a {
	text-decoration: none;
	font-size: 18px !important;	
}

#search{
	float: left;
}

#search #s {
	border: none;
	border-bottom: 1px solid #000;
	background: #333;
	color: #555;
	font-size: 11px;
	line-height: 20px;
	padding: 5px 5px 4px 10px;
	width: 225px;
	float: left;
	display: inline;
}

#search h3 {
	display: none;
}

#search .search_btn {
	display: none;
}

/*--------------------------------------------------------------------------------
07. COMMENTS
--------------------------------------------------------------------------------*/

#comments{
	padding:20px 20px 30px 15px;
	background-color:#fff;
}

#comments .title {
	margin: 0 0 1px 0 !Important;
}

#comments h3{
	margin-bottom:10px;
}

#comments_wrap p{
	font-size:13px;
	color:#333;
	width: 500px;
	font-family: Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,sans-serif;
}

.commentlist .comment {
	display: block;
	margin: 10px 0 15px 0;
	font-size:13px;
}

.commentlist .comment-author cite {
	font-weight:700;
}

.commentlist .comment-meta {
	margin: 0 0 5px 0;
	line-height:140%;
	font-size:10px;
}

.commentlist .comment-meta a{
	color:#D3D2C9;
}

.commentlist .avatar {
	float: right;
}

.commentlist p {
	padding-bottom:15px;
}

.commentlist p a {
	text-decoration: none;
}

.commentlist p a:hover {
	text-decoration: underline;
}

.commentlist blockquote {
	background: url(images/ico-quote.jpg) top right no-repeat;
	display: block;
	margin: 0 0 15px 10px;
	font-style: italic;
}

.commentlist .reply {
	display: block;
}

.commentlist .reply a {
	text-decoration: none;
}

#respond {
	background-color: #ececec;
	padding: 10px;
	margin-top: 10px;
	-moz-border-radius: 3px;
}

#commentform p {
	margin: 0 0 10px 0;
}

#commentform p a {
	text-decoration: none;
}

#commentform p a:hover {
	text-decoration: underline;
}

#commentform label {
	margin: 0 0 0 15px;
}

#commentform #comment {
	border: 1px solid #e5e5e5;
	padding: 5px;
}

#commentform #author{
	border: 1px solid #e5e5e5;
	padding: 2px;
	font-size: 11px;
}

#commentform input{
	border: 1px solid #e5e5e5;
	padding: 2px;
	font-size: 11px;
}

/* Comments - Thread */

.commentlist .depth-2, .commentlist .depth-3, .commentlist .depth-4, .commentlist .depth-5  {
	margin: 0 0 30px 30px;
}

.commentlist .children {
	margin: 30px 0 0;
}


/*--------------------------------------------------------------------------------
08. ARCHIVES PAGE
--------------------------------------------------------------------------------*/

#archives {
	padding: 10px 0 0;
}

#archives a {
}

h4.archive_year {
}

#archives .archives_list {
	border-left:4px solid #C7B894;
	list-style: none !important;
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type:none !important;
	margin: 0 0 15px 15px !important;
}

#archives .archives_list li {
	clear:left;
	padding-left:24px;
	font-size: 12px !important;
	list-style: none !important;
}

#archives .archives_list .date {
	color: #C7B894;
	width: 100px !important;
	font-style: italic;
	display: inline-block;
}

/*--------------------------------------------------------------------------------
09. MISC
--------------------------------------------------------------------------------*/

.line{
	background:transparent url(http://thepirateguy.com/wp-content/themes/thepirateguy/images/line.png) repeat-x scroll -533px 0;
	height:3px;
	display:block;
	margin-top:15px;
}

.fix {
	clear: both;
