/*
Theme Name: Taintbrush
Theme URI: http://taint-brush.com
Description: A theme built exclusively for http://taint-brush.com
Version: 0.1
Author: David Hoffman
Author URI: http://david-hoffman.com
*/

/* reset css- dumb browsers */ 
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;}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;}legend{color:#000;}a{outline:none;}

/*ALL THE MAIN AND NAV CSS STUFF */
body {
	background: #fdfcff url(img/bg.gif);
}

#taint {
	width:950px;
	margin:20px auto;
}

#header {
	margin-bottom:25px;
	padding-left:23px;
}

ul#folderNav {
	list-style-type:none;
	height:64px;
	width:915px;
	background: url(img/folderTop.png) no-repeat bottom center;
	padding-left:35px;
}

	ul#folderNav li {
		background: url(img/inactiveTab.png) no-repeat bottom center;
		height:34px;
		width:164px;
		margin:0 3px;
		float:left;
		text-align:center;
		font-size:14pt;
		line-height:28pt;
		font-family: 'arial rounded mt bold','helvetica neue', helvetica, arial, sans-serif;
		font-weight:bold;
	}
	
 	ul#folderNav.tainternet li.tainternet, ul#folderNav.home li.home, ul#folderNav.lifesauce li.lifesauce, ul#folderNav.entertainment li.entertainment, ul#folderNav.style li.style {
		background: url(img/activeTab.png) no-repeat bottom center;
		margin-top:-6px;
		height:53px;
		line-height:38pt;
		width:164px;
	}
	
 	ul#folderNav.tainternet li.tainternet a, ul#folderNav.home li.home a, ul#folderNav.lifesauce li.lifesauce a, ul#folderNav.entertainment li.entertainment a, ul#folderNav.style li.style a {
		color:#32bcf3;
	}
	
	ul#folderNav a, ul#folderNav a:active, ul#folderNav a:visited {
		text-decoration:none;
		color:#757575;
		width:164px;
		height:53px;
		display:block;
	}
	
	ul#folderNav a:hover {
		color:#32bcf3;
	}

/*THE FOLDER CONTENT */

#folderContent {
	padding:0px 35px 10px 35px;
	background:url(img/folderMain.png) repeat-y;
	width:879px;
	margin-left:11px;
	color:#0d0d0d;
	font-family:georgia, times, serif;
	clear:both;
}


#folderSide {
	background: url(img/folderSide.png) no-repeat;
	margin-left:-2px;
}

#folderBottom {
	background: url(img/folderBottom.png) no-repeat right;
	margin-right:1px;
}

#leftSide {
	width:550px;
	float:left;
	overflow:hidden;
}

/*ARTICLE CONTENT */

.featuredIntro a {
	color:#2eabdd;
	font-family:georgia, times, serif;
	text-decoration:none;
}

.featuredIntro a:hover {
	border-bottom:1px dotted #2eabdd;
}

#leftSide h1 a {
	font-family:georgia, times, serif;
	font-size:32pt;
	line-height:32pt;
	color: #222222;
	text-decoration:none;
}

.postMeta {
	border-top:1px solid #f1da88;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
}

.tags a {
	background:url(img/tag.png) no-repeat #f2df9f 5px 7px;
	margin:10px 12px 0 0;
	color:#363636;
	text-decoration:none;
	float:left;
	font-size:9pt;
	letter-spacing:1px;
	line-height:12pt;
	padding:3px 7px 2px 20px;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-radius:3px;
	border-bottom:1px solid #cecece;
}

.tags a:hover {
	background:url(img/tag.png) no-repeat #e4cf86 5px 7px;
}

.articleMeta {
	padding:10px 0 5px 0;
}

.articleDate {
	font-family: 'arial rounded mt bold', 'helvetica neue', helvetica, arial, sans-serif;
	color:#5ea8c5;
	font-size:9pt;
	float:left;
}

.authorName a {
	font-family: 'arial rounded mt bold', 'helvetica neue', helvetica, arial, sans-serif;
	color:#2eabdd;
	font-size:9pt;
	float:right;
	text-decoration:none;
}

#leftSide img {
	margin:5px 0;
	border:1px solid #e0e0e0;
	background:#fff;
	display:block;
}

.featuredIntro p {
	font-family:georgia, times, serif;
	font-size:11.2pt;
	line-height:18pt;
	color:#0d0d0d;
	margin-bottom:15px;
}

p.wp-caption-text, .wp-caption-dd, .wp-caption-dt {
	font-size:9pt;
	border-bottom:1px dotted #c4c4c4;
	text-align:center;
	margin-bottom:10px;
	padding-bottom:3px;
	color:#363636;
}


a.more-link, a.more-link:active, a.more-link:visited {
	color:#2eabdd;
	text-transform:uppercase;
	font-family: 'arial rounded mt bold', 'helvetica neue', helvetica, arial, sans-serif !important;
	text-decoration:none;
	font-size:10pt;
	margin-left:5px;
}

a.more-link:hover, .authorName a:hover, .authorHolder a:hover {
	border-bottom:1px dotted #2eabdd;
}

blockquote {
	border-left:2px solid #666;
	padding-left:10px;
	margin-left:25px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.featuredIntro ul, .featuredIntro ol {
	margin:5px 0px 10px 20px;
	padding-left:15px;
}

/*COMMENTS */
#commentPage {
font-family:'helvetica neue', helvetica, arial, sans-serif !important;
}

#commentPage h3#respond, h3#comments{
	padding-top:15px;
	font-size:14pt;
	line-height:20pt;
	font-family: 'arial rounded mt bold', 'helvetica neue', helvetica, arial, sans-serif;
}

#commentPage label, label.contactLabel {
	color:#666;
	font-size:12pt;
	padding:3px 0;
	height:30px;
	line-height:30px;
	vertical-align: bottom;
	float:left;
	font-family: 'arial rounded mt bold', 'helvetica neue', helvetica, arial, sans-serif;
}

#commentPage #author, #commentPage #email, #commentPage #url, #commentPage textarea {
	border:1px solid #939393;
	background: #fff url(img/searchBG.png) repeat-x scroll center top;
	padding:3px;
	color:#666;
	width:470px;
	margin:5px 0;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-radius:3px;
	outline:none;
	float:right;
}

.contactForm {
	border:1px solid #939393;
	background: #fff url(img/searchBG.png) repeat-x scroll center top;
	padding:3px;
	color:#666;
	width:470px;
	margin:5px 0;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-radius:3px;
	outline:none;
	float:right;
	margin-top:-17px;
}

#commentPage #author:focus, #commentPage #email:focus, #commentPage #url:focus, #commentPage textarea:focus, .contactForm:focus {
	background:#e0faff !important;
}

#commentPage textarea {
	width:542px;
	margin-bottom:10px;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;

}

#commentPage span.req, span.req {
	color:#cc3333;
	font-size:16pt;
	font-family:georgia, times, serif;
}

#commentPage p {
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	color:#0d0d0d;
	clear:both;
}

#commentPage a, #commentPage a:active, #commentPage a:visited {
	color:#2eabdd;
	text-decoration:none;
}

#commentPage a:hover {
	border-bottom:1px dotted #2eabdd;
}

#commentPage cite {
	font-family: 'arial rounded mt bold', 'helvetica neue', helvetica, arial, sans-serif;
	color:#666;
	font-size:12pt;
}

#commentPage .commentmetadata {
	font-size:8pt;
	text-align:left;
	margin-top:5px;
}

ol.commentlist li {
	background:#d4eeff url(img/tack.png) no-repeat 99% 5px;
	padding:15px;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	border-radius:10px;
	border-bottom:1px solid #84cfff;
	margin:5px 0 8px 0;
	font-size:10pt;
	list-style-type:none;
}

ol.commentlist li.admin, li.emmy, li.jeremy {
	background:#84cfff url(img/tack.png) no-repeat 99% 5px;
	border-bottom:1px solid #2eabdd;
}

#commentPage .commentContent p {
	line-height:15pt;
	margin-top:5px;
	color:#222;
	font-size:10pt;
}

/*SIDE BAR CONTENT - HOME - AND A LITTLE FORM STUFF*/
#sideBar {
	float:right;
	width:290px;
	padding-left:20px;
	border-left:1px solid #f1da88;
	overflow:hidden;
}

.formSearch {
	border:1px solid #939393;
	background: #fff url(img/searchBG.png) repeat-x scroll center top;
	font-family: 'arial rounded mt bold', 'helvetica neue', helvetica, arial, sans-serif;
	padding:2px;
	color:#666;
	font-size:12pt;
	float:left;
	height:21px;
	width:200px;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-radius:3px;
}

.formSubmit {
	background:#32bcf3;
	border:0;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-radius:3px;
	font-family: 'arial rounded mt bold', 'helvetica neue', helvetica, arial, sans-serif;
	color:#fff;
	text-transform:uppercase;
	padding:0 4px;
	cursor:pointer;
	font-size:10pt;
	height:27px;
	line-height:27px;
	float:right;
}

.formSubmit:hover {
	color:#e4e4e4;
}

.recentArticle {
	margin-top:10px;
}

.thumbnail {
	float:left;
	border:1px solid #e0e0e0;
	padding:2px;
	background:#fff;
	margin:3px 6px 0 0;
}

.recentArticle h3 a {
	font-family:georgia, times, serif;
	font-size:16pt;
	line-height:19pt;
	color:#222222;
	text-decoration:none;
}

p.recentDescription {
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size:10pt;
	padding-bottom:5px;
	margin:1px 0 3px 0;
	color:#363636;
	border-bottom:1px solid #f1da88;
}

.smallReadMore, a.smallReadMore, a.smallReadMore:visited, a.smallReadMore:active {
	color: #2eabdd;
	text-decoration:none;
	font-family: 'arial rounded mt bold', 'helvetica neue', helvetica, arial, sans-serif;
	font-size:8pt;
	float:right;
}

.smallRecentDate {
	color: #5ea8c5;
	font-family: 'arial rounded mt bold', 'helvetica neue', helvetica, arial, sans-serif;
	font-size:8pt;
	float:left;
}

.recentMore {
	text-align:right;
}

a.smallReadMore:hover {
	border-bottom:1px dotted #2eabdd;
}

.allRecent {
	font-size:12pt;
	text-align:center;
	margin-top:10px;
	font-family: 'arial rounded mt bold', 'helvetica neue', helvetica, arial, sans-serif;
}

.allRecent a {
	color: #2eabdd;
	text-decoration:none;
}

.allRecent a:hover {
	border-bottom:1px dotted #2eabdd;
}

/*SIDEBAR CONTENT - NOT HOME */

.stickyNote {
	background: url(img/sticky.png) no-repeat;
	padding:110px 30px 30px 30px;
	height:209px;
	width:220px;
	font-family: 'arial rounded mt bold', 'helvetica neue', helvetica, arial, sans-serif;
	color:#666;
	font-size:16pt;
}

.stickyNote a {
	color: #2eabdd;
	text-decoration:none;
}

.stickyNote a:hover {
	border-bottom:1px dotted #2eabdd;
}

/*SEARCH RESULTS */

.searchResult {
    clear:both;
    margin:5px 0 10px 0;
    border-bottom:1px solid #e0e0e0;
}

.searchResult img {
	border:1px solid #e0e0e0;
	padding:2px;
	background:#fff;
}

.searchResult .titleData {
    width:490px; 
    float:right;
    padding-bottom:5px;
    margin-top:4px;
}

.searchResult a.articleTitle {
    font-size:20pt;
    line-height:21pt;
    text-decoration:none;
    color:#222;
}

.searchResult .articleDate {
    line-height:15pt;
}

.searchResult .articleDate a {
	color: #2eabdd;
	text-decoration:none;
}

.searchResult .articleDate a:hover {
	border-bottom:1px dotted #2eabdd;
}

/*MULTIPLE PAGE PAGINATION  */
.pageNav a:link, .pageNav a:active, .pageNav a:visited {
	color: #2eabdd;
	font-family: 'arial rounded mt bold', 'helvetica neue', helvetica, arial, sans-serif;
	font-size:24pt;
	line-height:30pt;
	text-decoration:none;
}

.pageNav a:hover {
	border-bottom:1px dotted #2eabdd;
}

.pageNav .alignleft {
	float:left;
}

.pageNav .alignright {
	float:right;
}

/*AUTHOR PAGES */

.authorHolder {
	background:#84cfff url(img/tack.png) no-repeat 99% 5px;
	padding:20px 15px 0 15px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size:9.5pt;
	line-height:13pt;
	border-bottom:1px solid #2eabdd;
	clear:both;
}

.authorHolder img.photo {
	border:1px solid #e0e0e0;
	padding:5px;
	background:#ffffff;
	float:left;
}

.authorHolder h2 {
	font-family: 'arial rounded mt bold', 'helvetica neue', helvetica, arial, sans-serif;
	font-size:24pt;
	margin-bottom:15px;
	color:#363636;
}

.authorHolder p {
    width:340px;
    float:right;
    padding-top:5px;
	color:#222;
}

.authorHolder ul {
	width:340px;
	float:right;
	margin-top:5px;
}

.authorHolder li {
	display:inline;
	list-style-type:none;
}

.authorHolder a {
	font-family: 'arial rounded mt bold', 'helvetica neue', helvetica, arial, sans-serif;
	color:#2eabdd;
	font-size:9pt;
	text-decoration:none;
}

/* Tag Pages */

.tagHead {
	background:#84cfff url(img/tack.png) no-repeat 99% 5px;
	color:#363636;
	padding:20px 15px 15px 30px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
	border-bottom:1px solid #2eabdd;
}

.tagHead h2 {
	font-family: 'arial rounded mt bold', 'helvetica neue', helvetica, arial, sans-serif;
	font-size:24pt;
	line-height:28pt;
}

/*FOOTER STUFF */

#footer {
	margin:0 auto;
	font-family: 'arial rounded mt bold', 'helvetica neue', helvetica, arial, sans-serif;
	text-align:center;
}

ul#footNav {
	list-style-type:none;
	font-size:9pt;
	line-height:15pt;
	background: url(img/pencil.png) no-repeat bottom;
	width:775px;
	height:20px;
	margin:20px auto 10px auto;
}

ul#footNav li {
	display:inline;
	margin:0 20px;
}

ul#footNav a, ul#footNav a:active, ul#footNav a:visited {
	text-decoration:none;
	color:#333;
}

ul#footNav a:hover {
	color:#32bcf3;
}

span.footerSub {
	font-size:8pt;
	color:#757575;
}