@charset "UTF-8";
/*
Theme Name: 	doodles
Theme URI: 		http://danjoedesign.com/
Description: 	minimal + clean + swiss + grid + simple
Version: 		1.0
Last Updated:	April 21, 2010
Author: 		Joe Nyaggah
Author URI: 	http://danjoedesign.com/
Tags:  			minimal, clean, swiss, grid, simple
*/
@import url('css/resets.css');
@import url('css/type.css');
/*
============================================== 	
my sexy body							
============================================== 
*/
body  {
	font: 11px Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #77787B;
	background: #FFF url(images/layout/lightGrid.png);/*F1F3F6*/
}
/*
============================================== 	
wrapper and its classes							
============================================== 
*/
.wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-width: 1000px;
	display: table;
}
.header {
	background: url(images/layout/logo.png) top center no-repeat;
	height:245px;
	margin-bottom: -100px;
}
.header, .content, .footer {
}
/*
============================================== 	
structure (IDs named for wrapper classes)							
============================================== 
*/
#header, #content, #footer {
	display: table;
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}
#header {
	height: 125px;
	/*border-bottom: 1px solid #E0E0E2;*/
}
#nav {
	width: 49%;
	height: 60px;
	border-right: 1px solid #E0E0E2;
}
#content, #header {
	padding: 0;
}
#footer {
	padding: 15px 0;
	text-align: center;
	border-top: 1px solid #E0E0E2;
}
#footer .media {
	padding-left: 15px;
	border-left: 4px solid #D8D8D9;
	margin-left: 15px;
}
/*
============================================== 	
nav							
============================================== 
*/
#nav a.homer {
	float: left;
	background: url(images/layout/homer.png) no-repeat;
	background-position: 0 0;
	display: block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	text-indent: -999999px;
}
#nav a.wtf {
	float: left;
	background: url(images/layout/wtf.png) no-repeat;
	background-position: 0 0;
	display: block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	text-indent: -999999px;
}
#nav a.homer:hover, #nav a.wtf:hover, body.home #nav a.homer  {
	background-position: 0 -35px;
}
ul.nav  {
	float: left;
	margin-left: 30px;
	padding-left: 20px;
	border-left: 1px solid #E0E0E2;
}
ul.nav li {
	float: left;
	width: 35px;
	height: 35px;
	display: block;
}
ul.nav li a {
	background-position: 0 0;
	display: block;
	width: 35px;
	height: 35px;
	text-indent: -999999px;
}
ul.nav li.prev a{
	background: url(images/layout/prev.png) no-repeat;
}
ul.nav li.next a{
	background: url(images/layout/next.png) no-repeat;
}
ul.nav li.prev a:hover, ul.nav li.next a:hover {
	background-position: 0 -35px;
}
/*
============================================== 	
content							
============================================== 
*/
.post {	
	display: table;
	width: 100%;
}
.leftCol {
	font-family: ITCLubalinGraphBook, Rockwell, 'Trebuchet MS', 'Gill Sans', 'Lucida Grande', Arial, sans-serif;
	float: left;
	width: 49%;
	padding-top: 50px;
	
	border-right: 1px solid #E0E0E2;
	border-top: 1px solid #E0E0E2;
}
.rightCol {
	float: right;
	width: 420px;
	/*padding-top: 50px;*/
}
.leftCol.hello {
	background: url(images/layout/dood.png) bottom center no-repeat;
	min-height: 590px;
}
/*
==================	
post meta							
==================
*/
.postMeta {
	display: table;
	width: 100%;
	padding-top: 10px;
}

span.related, span.not_related, span.meh_related {
	float: left;
	display: block;
	width: 45px;
	height: 45px;
	margin: 20px 0 0 10px;
	text-indent: -999999px;
}
span.related {
	background: url(images/layout/related.png) center no-repeat;
}
span.not_related {
	background: url(images/layout/not_related.png) center no-repeat;
}
span.meh_related {
	background: url(images/layout/meh_related.png) center no-repeat;
}
/*
==================	
legend (of zelda)							
==================
*/
.legend {
	color: #C7C7C9/*D1D3D4*/;
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #E1E0E2;
}
.legend li {
	font-size: 15px;
	height: 25px;
	padding-left: 30px;
}
.legend li.legendTitle {
	color: #939598;
	padding-left: 0;
}
.yes {
	background: url(images/layout/yes.png) left top no-repeat;
}
.no {
	background: url(images/layout/no.png) left top no-repeat;
}
.meh {
	background: url(images/layout/meh.png) left top no-repeat;
}
/*
==================	
social and search							
==================
*/
.socialSearch {
	float: left;
	display: block;
	width: 50%;
	margin: 40px 0;
	padding: 15px 0;
	border-top: 1px solid #E1E0E2;
	border-bottom: 1px solid #E1E0E2;
}
.tweetmeme_button {
	/*margin-top: 5px;*/
	vertical-align: middle;
}
p.soFar {
	float: left;
	display: table;
	/*margin-top: 5px;*/
}
p.soFar span {
	color: #636467;
	font: 13px ITCLubalinGraphBook, Rockwell, 'Trebuchet MS', 'Gill Sans', 'Lucida Grande', Arial, sans-serif;
	padding-right: 5px;
	text-transform: uppercase;
}
.siteSearch {
	display: table;
	float: right;
}
.siteSearch input {
	color: #898B8D;
	width: 200px;
	height: 25px;
	/*margin: 5px 0;*/
	padding: 5px 10px 5px 30px;
	background: url(images/layout/siteSearch.png) no-repeat;
	background-position: -10px -15px;
	border: none!important;
}
/*
============================================== 	
general classes						
============================================== 
*/ 
img.alignleft {
	clear: both;
	display: block;
	margin: 10px 0 10px -45px;
}
img.alignright {
	float: right;
	clear: both;
	display: block;
	margin: 10px -35px 10px 45%;
}
.commTxt ol, .commTxt ul, .rightCol ol, .rightCol ul {
	list-style: inside;
	font-weight: lighter;
	line-height: 19px;
	margin: 10px 0;
}
.commTxt ol li, .rightCol ol li {
	list-style-type: decimal;
}
.current {
	color: #F47920;
}
.achtung {
	color: #F47920!important;
}
/*
============================================== 	
img styles						
============================================== 
*/ 
.leftCol img  {
	border: 10px solid #E7E9EA;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
	padding: 10px;
}
.rightCol img {
	border: 1px solid #E7E9EA;
	padding: 5px;
}
/*
============================================== 	
general links						
============================================== 
*/
a:link, a:visited  { 
	color: #4A2706;
	text-decoration: none;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out;
}
a:hover, a:active { 
	-webkit-transition-timing-function: ease-out;
	color: #F26622;
	text-decoration: none;
}
#footer a {
	color: #FBF3DE!important;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out;
}
#footer a:hover {
	-webkit-transition-timing-function: ease-out;
	color: #FDB913!important;
}
a.more-link {
	background: #FFF;
	color: #636467;
	font: 13px ITCLubalinGraphBook, Rockwell, 'Trebuchet MS', 'Gill Sans', 'Lucida Grande', Arial, sans-serif;
	display: table;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius:3px;
	margin: 20px 0 5px;
	padding: 3px 6px;
	border: 1px solid #E0E0E2;
	text-shadow: #FFF 1px 1px 0;
}
a.more-link:hover {
	background: #FBF3DE;
	color: #F26622!important;
}
a.rssausage {
	background: url(images/layout/rssausage.png) no-repeat;
	background-position: 0 0;
	float: right;
	display: block;
	width: 25px;
	height: 25px;
	margin: 40px 25px 0 0;
	text-indent: -999999px;
}
a.rssausage:hover {
	background-position: 0 -25px;
}
.rightCol p a {
	color: #000/*636467*/;
	font-family: ITCLubalinGraphBook, Rockwell, 'Trebuchet MS', 'Gill Sans', 'Lucida Grande', Arial, sans-serif;
}
.rightCol p a:hover {
	color: #F26622;
}
/*
============================================== 	
buttons							
============================================== 
*/
btn, input[type="submit"] {
	cursor: pointer;
}
/*
============================================== 	
comments						
============================================== 
*/
.commentsHere {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	border-top: 1px solid #D1D3D4;
	display: table;
}
a.viewComments {
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;
	background: #BF4119;
	color: #FFF;
	width: 455px;
	display: block;
	padding: 8px 3px;
	text-align: center;
	text-transform: uppercase;
}
.commentlist {
	line-height: 130%;
	display: table;
	width: 100%;
}
.commentlist li{
	margin: 0;
	width: 100%;
	position: relative;
	line-height: 20px;
	border-bottom: 1px solid #D1D3D4;
	display: table;
}
.authorInfo {
	width: 151px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	float: left;
}
.commTxt {
	float: right;
	padding: 10px 0;
	width: 678px;
	min-height: 162px!important;
	border-left: 1px solid #D1D3D4;
}
.commentlist .avatar {
	display: block;
	padding: 2px;
	border: 4px solid #D8D8D9;
	margin: 0 auto;
}
.commentlist .alt {
	background: #FFFEF2/*FBF3DE*/;
	margin: 0;
	border-bottom: 1px solid #D1D3D4;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-size: 112%;
	color: #F58220;
}
.commentlist cite a:hover {
	color: #BF4119;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
/* comment form */
div#respond {
	display: table;
	width: 100%;
	padding: 0;
}
.logged_in_as {
	font-style: italic;
}
.comment_form{
	padding: 10px 0;
	margin: 0;
	border-left: 1px solid #D1D3D4;
	width: 678px;
	float: right;
}
.input{
	letter-spacing: 1px;
	color: #707072;
	height: 18px;
	width: 640px;
	height: 28px;
	min-height: 28px;
	padding: 2px;
	font-weight: lighter;
	border: 1px solid #D1D3D4;
}
.comment_input{
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #707072;
	width: 640px;
	min-width: 640px!important;
	max-width: 640px!important;
	height: 50px;
	padding: 2px;
	font-weight: lighter;
	border: 1px solid #D1D3D4;
}
.label{
	font-size: 12px;
    font-weight:lighter;
	color: #F58220;
	font-style: italic;
	line-height: 20px;
}
.required {
	color: #CCC;
	font-style: italic;
}
/*contact form type styles */
p.submitBtns {
	text-align: left;
	display: table;
	padding-top: 10px;
	padding-left: 25px!important;
}
.button, .button.reset:hover{
	background: #6F7174;
	width: 115px;
	font-size: 14px;
	height: 28px;
	color: #FFF;
	cursor: pointer;
	text-transform: uppercase;
	border: none;
}
.button:hover, .button.reset{
	background: #D1D3D4;
}
p.pending {
	color: #BF4119;
}
.commentsHere p {
	font-weight: lighter;
	padding: 10px 15px;
}
h3.commentses {
	border-bottom: 1px solid #D1D3D4;
	margin: 0;
	display: table;
	width: 100%;
}
h3.commentses span.commTxt {
	/*float: right;*/
	display: table;
	padding: 10px 0;
	width: 679px;
	min-height: 0!important;
	padding: 10px 0 10px 15px;
	border-left: 1px solid #D1D3D4;
}
/*h3.commentses span {
	display: inline-block;
	clear: both;
	margin-left: 241px;
	padding: 10px 0 10px 15px;
	border-left: 1px solid #D1D3D4;
}
*/
h3.commentses span.careTo {
	display: inline-block;
	margin-right: -151px;
	margin-left: 0;
	width: 136px;
	border-left: none;
}
/*
============================================== 	
shout out to all my non js peeps!! 						
============================================== 
*/
#no-js{ z-index:999999;padding:0;background:#FFFF00;width:100%!important;min-width:1000px;margin:auto;}
.javaDouche{width:830px;margin:0 auto;font-size:20px;padding:10px;}
.javaDouche a, .ayo{color:#F26622;border-bottom:1px dashed #000;}
.javaDouche a:hover{color:#000;border-bottom:1px dashed #F26622;}
.ayo{border-bottom:none;}
