/*   
Theme Name: Dreadfullyposh 2
Theme URI: http://www.dreadfullyposh.com/
Description: Custom dreadfullyposh.com theme
Author: Jeremy Gimbel
Author URI: http://jeremygimbel.net
Version: 2.0
.
Copyrighted. Don't steal. Thanks.
.
*/
*{
	font-family: Helvetica, Arial, sans-serif;

}

body{
	background-color: #4e5349;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;

}

div#header{
	width: 950px;
	background-color: white;
	
	margin-left: auto;
	margin-right: auto;

}

div#header-menu{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-top: 10px;

}

div#header-menu img{
	padding-top: 3px;
}

ul#header-menu-list{
	list-style: none;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;

}

ul#header-menu-list li{
	display: inline;
	padding-right: 10px;
}

ul#header-menu-list li a{
	color: #4e5349;
	text-decoration: none;
}

ul#header-menu-list li a:hover{
	color: #d6b33a;
	text-decoration: underline;
}

div#header-logo{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	
	

}

div#header-logo img{
	position: relative;
	top: 13px;
	z-index: +10;
	

}


div#container{
	width: 900px;
	background-color: white;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	


}

div#container-height-fix{
	clear: both;

}



div#sidebar{
	width: 169px;
	float: left;
	
	min-height: 400px;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #d2ffa2;

}

div#splash{
	width: 100%;
	background-color: #eeeed6;
	position: relative;
	margin-bottom: 10px;
	
}

div#splash-content{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	
	
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #4e5349;
	line-height: 35px;

}

div#splash-close{
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	
}

div#splash-close a{
	color: #d5cfb7;
	text-decoration: none;
	
}

div#splash-close a:hover{
	color: #dec25c;
	text-decoration: underline;
}

.webnerd{
	color: #56a904;

}

.code{
	color: #930a3d;
}

.martini{
	color: #090b61;

}


.write{
	color: #b0ae47;
}

.hello{
	color: #d6b33a;

}

div#content h2, h2 a{
	color: #8bc24f;
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
	text-decoration: none;

}

div#content{
	width: 700px;
	
	float: left;
	
	color: #4e5349;
	
	
	
}

div#content p{
	margin-top: 10px;
	line-height: 16px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	
}

div#content ol{
        margin-top: 10px;
	line-height: 16px;
	letter-spacing: 1px;
	margin-bottom: 10px;
        list-style-type: decimal;
        list-style-position:inside;
}

div#content ol li{
        margin-top: 5px;

}

div#content ul{
        margin-top: 10px;
	line-height: 16px;
	letter-spacing: 1px;
	margin-bottom: 10px;
        list-style-type: disc;
        list-style-position:outside;
        margin-left: 35px;
}

div#content ul li{
        margin-top: 5px;
        margin-bottom: 10px;
        padding-left: 5px;

}

div#content blockquote{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-style: italic;
	padding: 10px;
	font-size: .95em;
	background-color: #d2ffa4;
	line-height: 1.2em;
}


div#footer{
	clear: left;
	width: 950px;
	background-color: white;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	
}

div#footer-content{
	
	color: #a8ada4;
	font-size: 12px;
	text-align: right;
	padding-top: 30px;
	
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	
}

div#footer-content img{
	padding-top: 2px;
	padding-left: 10px;
}

div.pullquote-right{
  	width: 240px;
   	background-image: url(img/quote_right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 40px;
	font-size: 1.5em;
	line-height: 1.1em;
   	font-weight: regular;
   	color: #a8ada4;
   	letter-spacing: 2px;
   	float: right;
   	text-indent: -40px;
   	margin-top: 20px;
   	margin-bottom: 20px;
   	margin-left: 50px;
   	font-family: Georgia;

}

div.pullquote-right:first-letter{
	background-image: url(img/quote_left.png);
	background-repeat: no-repeat;
	padding-left: 40px;
}

div#content div.postinfo{
	font-size: .8em;

	text-transform: uppercase;
	
	
}

div#content div.postinfo a{
	color: #4e5349;
}

div.post-comment{
	margin-bottom: 20px;
	

}

div#content div.post-comment p{
	margin-top: 0px;
	margin-bottom: 10px;
}

div.post-comment-meta{
	padding-right: 125px;
	font-size: 1em;
	letter-spacing: .1em;
	font-weight: bold;

	text-align: right;
	color: #a8ada4;
	position: relative;
	top: 5px;
	
	
	
}

div.post-comment-meta a{
	color: #a8ada4;
	text-decoration: none;
	
}

div.post-comment-meta a:hover{
	text-decoration: underline;
}
div.post-comment-body{
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	
	background-image: url(img/comment_top2.jpg);
	background-repeat: no-repeat;
	background-color: #eeeed6;
	
	font-size: .9em;
	letter-spacing: .08em;
	line-height: 1.05em;

}

div.post-comment-stamp{
	margin-top: 3px;
	font-size: .8em;
	text-align: right;
	color: #a8ada4;
}

img.post-comment-gravatar{
		float: right;

}

div#hidden{
	background-color: #eeeed6;
	margin-top: 15px;
	padding: 25px;
	height: 250px;
	display: none;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #4e5349;
	line-height: 35px;
	
}

div#hidden a{
	color: #4e5349;

}

div#comments{
	margin-top: 30px;
}

div#comments h3{
	color: #8bc24f;
	text-transform: uppercase;
	
}

div#tweet{
	background-color: #eeeed6;
	
	background-image: url(img/bird.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	
	font-size: 1.05em;
	letter-spacing: .08em;
	line-height: 1.1em;
	color: #898c76;
word-wrap:break-word;
	
}

div#tweet a{
	
	font-size: 1.05em;
	letter-spacing: .08em;
	line-height: 1.1em;
	color: #898c76;

}

div#tweet span.time-display{
	display: block;
	margin-top: 5px;
	color: #898c76;
	font-size: .7em;
	text-decoration: none;
}

div#tweet:hover{
	background-position: -170px 0;

}

div#tweet img{
	display: block;
	float: right;
	
	margin-top: 5px;

}

div#suggestions{
	
	padding: 8px;
	
	
	

}

div#sidebar h3{
	font-size: .8em;
	color: #8bc24f;
	text-transform: uppercase;
	padding-left: 8px;
	margin-top: 15px;
}

a.sidebar-category{
	font-size: 30px;
	
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top: 3px;

}

a.sidebar-category:hover{
	text-decoration: underline;

}

a#sidebar-personal{
	color: #d6b33a;
	
}

div#plugs img{
	margin-top: 10px;

}

div#plugs{
	margin-top: 8px;
	background-color: #e7f6d7;
	padding: 0px 8px 8px 8px;
	

}

div#plugs a.textlink{
	display: block;
	padding-left: 2px;
	padding-right: 2px;
	font-size: .75em;
	text-decoration: none;
	color: gray;
	

}

div#friends{
	margin-top: 3px;
	padding: 8px;
	font-size: .9em;
	font-weight: bold;
	

}

div#friends a{
	text-decoration: none;
	color: #d6b33a;
	display: block;
	margin-bottom: 2px;

}

div#hidden span.hidden-coupon{
	color: #930a3d;
}

div#hidden a{
	color: #d6b33a;

}

div#friends a:hover{
	text-decoration: underline;
}

div#comment-form input[type=text]{
	display: block;
	border: none;
	height: 20px;
	width: 250px;
	font-size: 1.2em;
	background-color: #eeeed6;
	color: #4e5349;
	
}

div#comment-form textarea{
	display: block;
	border: none;
	height: 200px;
	width: 380px;
	font-size: 1.2em;
	background-color: #eeeed6;
	margin-top: 0px;
	color: #4e5349;
}

div#comment-form label{
	display: block;
	color: #c3c150;
	font-size: .8em;
	margin-top: 10px;
	text-transform: uppercase;

}

div#comment-form input[type=submit]{
	display: block;
	margin-top: 20px;
	border: 3px solid #eeeed6;
	float: right;
	font-size: 1.1em;
	background-color: #eeeed6;
	text-transform: uppercase;
	color: #4e5349;
	font-weight: bold;

}

div#comment-form input[type=submit]:hover{
	background-color: #e5e5c2;
	

}

div#comment-form-left{
	width: 400px;
	float: left;
	

}

div#comment-form-right{
	width: 250px;
	float: left;

}

div.post{
	margin-bottom: 20px;

}

div#content h3{
	margin-top: 5px;
	margin-bottom: 10px;

}

div#content a{
	color: #56a904;
}

div#posts-nav{
	float: right;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .8em;
}

div#posts-nav a{
	padding-right: 10px;
}

div#content pre {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Courier, "Courier New";
	padding: 10px;
	font-size: .95em;
	background-color: #d2ffa4;
	line-height: 1.2em;
}

