@charset "utf-8";
/* CSS Document */

/*
Sam Orf
www.samorf.com
*/

/*
		Reset
*/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, 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 }
ol, ul, 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:''}

/* Global reset-RESET */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* Layout and Utility */

.aligncenter 	{ display:block; margin:0 auto }
.alignleft 		{ float:left }
.alignright 	{ float:right }
.wp-caption 	{ border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
.clear 			{ clear:both}
.button 		{ background: #ffffff; padding: 3px 6px; border: 1px solid #454545; -moz-border-radius: 10px; -webkit-border-radius: 10px; color: #f15f4c; font-weight: bold; text-align:center; }
.button:hover 	{ background: #f15f4c; color: #ffffff; cursor: pointer; }
.field  		{ background: #fff; padding: 0 2px; border: 1px solid #454545; -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #f15f4c; font-weight: normal; }
.field:focus 	{ background: #fff; color: #f15f4c; }
.spacer 		{ width: 220px; height: 2px; background: #ffffff; margin-left: -5px; }
img#wpstats		{ display: none}
:focus			{ outline: 0; } 

::-moz-selection 	{ background: #f15f4c; color: #fff; } 
::selection 		{ background: #f15f4c; color: #fff; } 

/* 
		Page Colors
		coral:	#f15f4c
		blue:	#00b5d3
		lgray:	#f8f8f8
		mgray:	#454545
		dgray:	#4d4d4d		
*/

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue LT STD", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background: #fff;
}

#wrap {
	width: 1020px;
	margin: 0 auto;
}

body a {
	color: #f15f4c;
	text-decoration: none;
}

/*
		Header
*/

#logo h1 a { 
	background: url(images/header-logo.png) no-repeat;
	text-indent: -9999px;
	margin: 10px auto 0 auto;
	height: 52px;
	width: 1020px;
	display: block;
	overflow: hidden;
}

#nav-bar {
	background: url(images/content-background-grain.png) repeat;
	border: 1px solid #454545;
	border-top: none;
	border-bottom: none;
	width: 1000px;
	height: 33px;
	margin: 0 auto;
	overflow: hidden;
}

#nav-bar li {
	display:inline;
}

#nav-bar li a {
	float: left;
	text-indent: -9999px;
}

li#nav-home a {
	background: url(images/nav-home.png) no-repeat;
	height: 33px;
	width: 95px;
	margin-left: 19px;
}

li#nav-about a {
	background: url(images/nav-about.png) no-repeat;
	height: 33px;
	width: 95px;
}

li#nav-portfolio a {
	background: url(images/nav-portfolio.png) no-repeat;
	height: 33px;
	width: 95px;
}

li#nav-contact a {
	background: url(images/nav-contact.png) no-repeat;
	height: 33px;
	width: 95px;
}

li#nav-home a:hover {
	background: url(images/hnav-home.png) no-repeat;
	height: 33px;
	width: 95px;
}

li#nav-about a:hover {
	background: url(images/hnav-about.png) no-repeat;
	height: 33px;
	width: 95px;
}

li#nav-portfolio a:hover {
	background: url(images/hnav-portfolio.png) no-repeat;
	height: 33px;
	width: 95px;
}

li#nav-contact a:hover {
	background: url(images/hnav-contact.png) no-repeat;
	height: 33px;
	width: 95px;
}

form.searchform {
	float:right;
	padding: 8px 25px 0 0;
}

.cse-resultsContainer {
	color: #515151;
}

.cse-resultsContainer a{
	color: #f15f4c;
}

.cse-resultsContainer .gs-visibleUrl {
	color: #00b5d3;
}

/*
		Content
*/

#content {
	width: 1000px;
	min-height: 850px;
	height: inherit;
	background: url(images/content-background-grain.png) repeat;
	border: 1px solid #454545;
	border-top: none;
	border-bottom: none;
	float: left;
	margin: 0 0 0 9px;
}


#content .post-area {
	background: #fff;
	width: 600px;
	margin: 15px 0 15px 15px;
	padding: 25px;
	border: 1px solid #454545; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	float: left;
}

#newest-work-block {
	background: url(images/newest-work-block.png) no-repeat;
	width: 1020px;
	height: 31px;
}

.title {
	margin: 0 0 6px 0;
	width: 470px;
	float: left;
}
	
.title-header {
	width: 530px;
	float: left;
}

.comment-count-box {
	background: url(images/comment-count-box.png) no-repeat;
	width: 70px;
	height: 40px;
	float: left;
	text-align: center;
	margin: 5px 0px 0 0;
}

.comment-count-number a {
	font-size: 24px;
	line-height: 15px;
	padding-top:6px;
	color: #454545;
}

.comment-count-number a:hover {
	color: #f15f4c;
}

.date {
	float: left;
	width: 600px;
	padding: 0 0 2px 0;
}

.more-link {
	line-height: 50px;
	width: 600px;
}

.post-banner {
	background: url(images/post-banner02.png) no-repeat;
	height: 17px;
	width: 600px;
	margin: 0px 0 30px 0;
}

.post-pic {

	text-align: center;
}

.post-pic img {
	margin: 20px 0;
}

/*
		Single
*/

.single-post h2 {
	margin: 0 0 6px 0;
	width: 500px;
	font-size: 18px;
	color: #f15f4c;
	font-weight: bold;
	text-decoration: none;
}

.single-date {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	width: 500px;
	font-size: 1em;
	color: #00b5d3;
}

.single-post p {
	font-size: .75em;
	color: #454545;
	font-weight: normal;
	line-height: 1.7em;
}

.single-post-banner {
	background: url(images/post-banner.png) no-repeat;
	height: 42px;
	width: 500px;
	margin: 30px 0 30px 0;
	border-top: 1px solid #454545;
	border-bottom: 1px solid #454545;
}

.comment-category {
	font-size: 14px;
	font-weight: normal;
	color: #00b5d3;
	padding: 5px 0 14px 0px;
}

.comment-category li {
	padding: 0 0 5px 0;
}

.comment-category a {
	font-weight: normal;
}

.comment-category a:hover {
	border-bottom: 1px dotted  #f15f4c;
}

#related-posts {

}

#related-posts li {
	padding: 2px 0 2px 0;
}

#related-posts h2 {
	color: #00b5d3;
	font-size: 14px;
	font-weight: normal;
}

#related-posts a {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 1px;
}

#related-posts a:hover {
	border-bottom: 1px dotted #f15f4c;
}

/*
		Content Typography
*/

a.more-link {
	font-size: 16px;
	color: #454545;
	font-weight: normal;
	text-decoration: none;
	padding-left: 470px;
}	

.more-link a:hover {
	color: #f15f4c;
}

.post p {
	font-size: .75em;
	color: #454545;
	font-weight: normal;
	line-height: 1.7em;
}
		
.post small {
	font-size: 14px;
	color: #454545;
}

.post small a {
	font-size: 14px;
	color: #454545;
	text-decoration: none;
}

.post small a:hover {
	color: #f15f4c;
}

ul.newer-entries {
	float: right;
	font-size: 16px;
	font-weight: bold;
	color: #f15f4c;
}

ul.newer-entries a {
	font-size: 16px;
	color: #f15f4c;
	font-weight: bold;
	text-decoration: none;
}	

ul.newer-entries a:hover {
	border-bottom: 1px dotted #f15f4c;
	position: relative;
}

ul.older-entries {
	font-size: 14px;
	font-weight: bold;
	color: #f15f4c;
}

ul.older-entries li {
	padding: 0 0 14px 0;
}

ul.older-entries a {
	color: #f15f4c;
	font-weight: bold;
	text-decoration: none;
}	

ul.older-entries a:hover {
	border-bottom: 1px dotted #f15f4c;
	position: relative;
}

/*
		Comments
*/

ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }
ol.commentlist li { border: 1px solid #454545; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; height:1%; margin:0 0 10px; padding:8px 8px 8px 57px; position:relative; color: #515151; }
ol.commentlist li a { color: #f15f4c; font-weight: bold; text-decoration: none; }
ol.commentlist li a:hover { border-bottom: 1px dotted #f15f4c; }
ol.commentlist li.alt { }
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 2px 0; }
ol.commentlist li div.vcard { font:bold 12px helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-weight: bold; }
ol.commentlist li div.vcard cite.fn a.url { color:#f15f4c; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#f15f4c; border-bottom: 1px dotted #f15f4c; }
ol.commentlist li div.vcard img.avatar { border: 1px solid #454545; left:8px; position:absolute; top:9px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font:bold 10px/1.4 helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:7px; }
ol.commentlist li div.comment-meta a { color:#00b5d3; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#00b5d3; border-bottom: 1px dotted #00b5d3; }
ol.commentlist li p { font:normal 12px/1.4 helvetica,arial,sans-serif; margin:0 0 1em; }
ol.commentlist li ul { font:normal 12px/1.4 helvetica,arial,sans-serif; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply { background:#454545; border:0px solid #666; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:2px 10px; text-align:center; width:30px; }
ol.commentlist li div.reply:hover { background:#f15f4c; border:0px 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 { }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
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 { }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#fbfbfb; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
ol.commentlist li.bypostauthor { background: #fff; border:1px solid #f15f4c;}

h3#comments {
	font-size: 14px;
	font-weight: normal;
	color: #00b5d3;
	padding: 0px 0 0px 0;
}

.submit-button {
	background: #999; 
	margin: 2px 0 0 0;
	padding: 0px 3px 0 3px;
	border: none;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	color: #ffffff;
	font-weight: bold;
}

.submit-button:hover {
	cursor: pointer;
	background: #f15f4c;
	color: #ffffff;
}

.twitter-id {
	font-size: 10px;
	font-weight: normal;
	color: #515151;
}

.twitter-id a {
	text-decoration: none;
	font-weight: normal;
	color: #f15f4c;
}

#comment-box {
	width: 100%;
	overflow: auto;
}

#respond p {
	padding: 0 0 12px 0;
	font-size: 14px;
	color: #515151;
}

#respond h3 {
	color: #00b5d3;
	font-size: 16px;
	font-weight: normal;
	padding: 14px 0 8px 0;
}

#respond a {
	text-decoration: none;
	color: #f15f4c;
	font-weight: bold;
}

#respond a:hover {
	border-bottom: 1px dotted #f15f4c;
}

#respond small {
	font-size: 12px;
}

.cancel-reply {
	font-size: 12px;
	text-decoration: none;
	color: #00b5d3;
	font-weight: normal;
	text-decoration: none;
}

.cancel-reply a:hover {
	border-bottom: 1px dotted #00b5d3;
}

p.subscribe-to-comments {
	font-size: 12px;
	color: #333;
	padding: 0 0 14px 0;
}

p.subscribe-to-comments a {
	font-size: 12px;
	color: #f15f4c;
	text-decoration: none;
}

p.subscribe-to-comments a:hover {
	border-bottom: 1px dotted #f15f4c;
}
	
/* 
		Sidebar
*/

#sidebar {
	width: 333px;
	float: left;
	position: relative;
	margin-top: 5px;
}

.sidebar-inside {
	padding: 0 20px 0 20px;
}

.update-img {
	padding: 22px 0 0 0;
}

.update-panel {
	width: 261px;
	height: 42px;
}

#quoting-design {
	padding-bottom: 10px;
}

#favorite-blogs {
	padding-bottom: 10px;
}

ul.social-icons li {
	float: left;
	padding: 0 6px 0 6px;
}

#sidebar .social-icons {
	position: absolute;
	top: 17px;
	right: 15px;
}

#livetwitter {
	background: url(images/sidebar-latest-tweet.png) no-repeat;
}

#livetwitter p {
	font-size: .75em;
	line-height: 1.7em;
	color: #4d4d4d;
}

#livetwitter a {
	color: #4d4d4d;
	font-weight: bold;
}

#livetwitter a:hover {
	color: #f15f4c;
}

.livetwitter-inside {
	padding: 40px 0px 0px 0px;
}


#explore-the-blog {
	padding-bottom: 10px;
}

.sidebar-spacer {
	padding: 20px 0;
}

#qod-quote p {
	font-size: .75em;
	line-height: 1.7em;
	color: #4d4d4d;
	padding-bottom: 5px;
}

#qod-quote a {
	color: #4d4d4d;
	font-weight: bold;
}

#qod-quote a:hover {
	color: #f15f4c;
}

#favorite-blogs-left {
	width: 145px;
	float: left;
}

#favorite-blogs-right {
	width: 145px;
	float: left;
}

#favorite-blogs-left a {
	font-size: .75em;
	line-height: 1.7em;
	color: #4d4d4d;
}

#favorite-blogs-right a {
	font-size: .75em;
	line-height: 1.7em;
	color: #4d4d4d;
}

#favorite-blogs-left a:hover {
	color: #f15f4c;
}

#favorite-blogs-right a:hover {
	color: #f15f4c;
}

#feed-counts {
	padding: 20px 0 20px 0;
}

#feed-counts a:hover {
	color: #f15f4c;
}

#fb a {
	width: 140px;
	font-size: .75em;
	line-height: 1.7em;
	color: #4d4d4d;
	float: left;
}

#tc a { 
	padding-left: 10px;
	font-size: .75em;
	line-height: 1.7em;
	color: #4d4d4d;
	float: left;
}

/*
		Footer
*/

#footer-navbar {
	background: url(images/footer-bar.png) no-repeat;
	width: 1020px;
	height: 52px;
	margin-bottom: 10px;
}




#page-wrap { width: 300px; margin: 0 auto; font-family:Arial, Helvetica, sans-serif; }

#organic-tabs ul { list-style: none; font-size: 12px; }
#organic-tabs ul li { color: #4d4d4d; list-style-image:url(images/list-square-bullet.png); }
#organic-tabs ul li a {  padding: 2px 0 10px 0; color: #4d4d4d; }
#organic-tabs ul li a:hover { color: #f15f4c; }
#organic-tabs ul li:last-child a {  }

#organic-tabs { margin: 0 0 14px 0; }

#explore-nav { overflow: hidden; margin: 0 0 0 0; }
#explore-nav li {  float: left; margin: 0 15px 0px 0; overflow:hidden; font-weight: bold; font-size: 12px; line-height: 18px;}
#explore-nav li.last { margin-right: 0; }
#explore-nav li a { display: block; padding: 5px; color: #f15f4c; text-align: center; }
#explore-nav li a:hover {  }
#explore-nav li a.current {  }

#all-list-wrap ul { }
#all-list-wrap ul li { margin: 0 0 10px 15px; : none; }
#all-list-wrap ul li a { }
#all-list-wrap ul li a:hover { }
#all-list-wrap ul li:last-child a { margin-bottom: 0px; }

#jquerytuts, #core, #classics { display: none; }

#explore-nav li#ex-featured a.current, ul#featured li a:hover { color: #f15f4c; }
#explore-nav li#ex-core a.current, ul#core li a:hover {  color: #f15f4c; }
#explore-nav li#ex-jquery a.current, ul#jquerytuts li a:hover {  color: #f15f4c; }
#explore-nav li#ex-classics a.current, ul#classics li a:hover {  color: #f15f4c; }







