/*
Theme Name: JZBlog
Theme URI: 
Description: A Very simple wordpress theme
Version: 1.0
Author: TheZimmermanAgency
Author URI: http://zimmerman.com
Tags: dark, jz, jordan zimmerman
*/
/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }



/* == General == */

.fr { float: right; }
.fl { float: left; }
.ar { text-align: right; }

a:hover { color: #cbcbcb !important; }

#jz img, 
#headerAboveInner h1 a ,
#submitButton { 
	behavior: url("/wp-content/themes/iepngfix.htc"); 
} 

/*============*/
body, html {
	padding: 0;
	font: 1em Arial, Verdana, sans-serif;
	
}

body {
	background-color: #000000;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	position:relative;
}

h1 {
	font-size: 1em;
	
}
h1 a {
	color: #ffffff;
}
h2 {
	color: #777F86;
	font-weight: bold;
	font-size: 2em;
}
h2 a:link {
	color: #777F86;
}
h2 a:hover {
	color: #cbcbcb;
}
#core {
	width: 100%;

}
#innerCore {
	margin-left: 295px;
	width: 800px;
	margin-top: 40px;
}
.pagetitle {
	padding-right: 10px;
	font-size: 10pt;

}



#jz {
	position: absolute;
	/* orig background-image: url(images/jz.png); */
	background-image:url(http://www.yousleepwhenyoudie.com/wp-content/uploads/2012/02/jz-0212.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 800px;
	z-index: -1;
}


/*

	Header

*/

#header {
	width: 100%;
	padding-top: 30px;
	overflow: hidden;
}
#innerHeader {
	margin-left: 295px;
}

#headerAboveInner {
	/*width: 890px;*/
	height: 104px;
}
#headerAboveInner {
	padding: 5px 0px 5px 0px;
}

#headerAbove {
	background-color: #777F86;
	width: 100%;
}
#headerTitle {
	color: #ffffff;
	display: inline;
}
#headerTitle .description {
	color: #ffffff;
	font-size: .75em;
	display: block;
	padding-top: 3px;
}
#headerAboveInner h1 {
	text-indent: -100em;
	margin: 0;
	padding: 0;
	display: inline;
	
	
}
#headerAboveInner h1 a {
	background-image: url('images/yousleep.png');
	background-repeat: no-repeat;
	display: block;
	width: 686px;
	height: 104px;


}

#headerBelowInner {
	/*border-bottom: 1px solid #ff0000;*/
}

/*

	Top Nav */

.redLine {
	z-index: -2;
	position: relative;
	border-top: 1px solid #ff0000;
	
}

#topNav {
	padding: 7px 0px;
	margin-left: 295px;
}

#topNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}


#topNav ul li {
	display: inline;
	padding-right: 25px;
}

#topNav li a {
	color: #ffffff;
}

#topNav ul li a:hover {
	color: #cbcbcb;
}

#nav {

	width: 400px;
	margin-bottom: -5px;
}

#nav ul {
	padding: 0px;
	margin: 0;
}

#nav li {
	list-style-type: none;
	display: inline;
	background-color: #6da8ff;
	padding: 5px;
}


/*

	Posts

*/
#posts {
	margin: 0px auto;
	/*width: 630px;*/
	width: 500px;
	float: left;
	margin-right: 25px;
	z-index: 2;
	
}

#posts .title a {
	text-decoration: none;
	color: #ffffff;
}

#posts .title a:hover {
	color: #cbcbcb;
}

#posts .title h2 {
	margin-bottom: 2px;
}
#posts .title {
	border-bottom: 0px dotted #cccccc;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}
#posts .title .commentLink {
	font-size: 1em;
}

#posts .title .commentLink a {
	color: #ff0000;
}

#posts .post {
	padding-bottom: 40px;
	clear: left;
}

#posts .postContent p {
	font-size: .75em;
	line-height: 1.6em;
	color: #ffffff;
	padding: 10px 0px 0px 0px;
}

#posts .postContent ol {
	list-style-type: decimal;
}

#posts .postContent ul {
	list-style-type: dot;
}

#posts .postContent li {
	font-size: .75em;
	line-height: 1.6em;
	color: #ffffff;
}

#posts .postMeta {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px;
	color: #777f86;
	border-top: 1px solid #242424;
	border-bottom: 1px solid #242424;
}

#posts .postMeta  a {
	font-size: .75em;
	line-height: 1.5em;
}

#posts .readMore {
        padding: 10px 0;

}




.date {
	font-size: 1em;
	color: #777f86;
}

.author {
	padding-right:  5px;
	font-size: 1em;
	color: #ff0000;
}

a {
	color: #ff0000;
	text-decoration: none;
}

/*

	Page
	
*/



.pageTitle h2 {
	color: #777f86;
	font-size: 1.5em !important;
	text-transform: uppercase;
}

.pageTitle h2 a {
	color: #777f86;
}

/*


	Sidebar


*/
#sidebar {
	width: 140px;
	float: left;
	margin-left: 25px;
	overflow:  visible;
}

#sidebar ul li ul,
#sidebar ul ul {
	margin: 0px 0px 30px 0px;
}

#sidebar input {
	vertical-align: middle;
}
#sidebar h4 {
	width: 100%;
	font-size: 1.3em;
	font-weight: normal;
	color: #777f86;
	padding-bottom: 0px;
	text-transform:uppercase;
	margin-bottom: 10px;
}

#sidebar p {
	font-size: .75em;
	color: #a0a5aa;
}

#sidebar p a:link {
	color: #ff0000;
}

#sidebar .textwidget {
	font-size: .75em;
	padding-bottom: 20px
}

#sidebar ul {
	padding-left: 0px;
	margin-left: 15px;
	width: 100%;
	list-style-type: none;
}
#sidebar li {
	color: #a0a5aa;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom:  6px;
	width: 100%;
}

#sidebar li .cat-item,
#sidebar ul li ul li {
	font-size: .75em;
	color: #a0a5aa;
}

#sidebar a {
	color: #a0a5aa;
	text-decoration: none;
}

#sidebar a:hover {
	color: #cbcbcb;
	text-decoration: none;
}
#sidebar .xoxo li {
	margin-bottom: 0px;
}

#sidebar .xoxo a {
	font-size: .75em;
}

/*
#sidebar .header a{
	color: #FFFFFF;
	text-decoration: none;
}*/
.li_over {
	background-color: #343434;
	width: 80%;
}
#sidebar .li_sep {
	display: block;
	height: 20px;
}

/*

	Search Form

*/
#s {
	width: 100px;
	height: 18px;	
	padding: 2px;
	background-color: #000000;
	border: 1px solid #ffffff;
	font-family: Arial, Verdana sans-serif;
	font-size: .75em;
	color: #FFFFFF;
}

#submitButton {
	
	margin: 5px 0 0 0;
	/*
	width: 16px;
	height: 16px;
	
	margin: 0;
	border: 0;
	background: url(images/magnifier-gray.png) no-repeat center top;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;*/

}
form>#submitButton {
	
}
form { 
	margin: 0;
	padding: 0;
	width: 100%;
}
.pageNav {
	color: #ffffff;
}
.right {
	float: right;
}
.left {
	float: left;
}
.cursor {
	cursor: pointer;
}
.list_item {
	height: 20px;
	margin-bottom: 3px ;
	border-bottom: 1px dotted #cccccc;
}
.list_item_over {
	background-color: #f5f5f5;
	cursor: pointer;
	cursor: hand;
	height: 20px;
	margin-bottom: 3px ;
	border-bottom: 1px dotted #cccccc;
}


.search .subscribe2InputField {
	width: 100px;
	height: 18px;	
	padding: 2px;
	background-color: #000000;
	border: 1px solid #ffffff;
	font-family: Arial, Verdana sans-serif;
	font-size: .75em;
	color: #FFFFFF;
}

.search .subscribe2Radio {
	margin-right: 5px;
}

.search br {
	margin-bottom: 5px;
}

/*

	Footer

*/
#footer {
	clear: both;
	padding-top: 50px;
	margin-left: 295px;
	color: #242424;
	font-size: .75em
/*	border-top: 1px solid #999;*/
	
}
#footerInner {
	margin: 0px auto;

	padding: 10px 0px 10px 0px;
}

/*

Comments


*/

ol#comments {
	font-size: .75em;
	margin-bottom: 30px;
	margin-left: 20px;
	
}

#comments li {
	padding: 20px 0px 20px 20px;
	border-bottom: 1px solid #242424;
	margin: 0px 0px 0px 20px;
}

.commentsHeader {
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #777F86;
}

.commentMeta {
	
	margin-bottom: 20px;
	
}
.commentAuthor {
	font-size: 1.6em;
}

#comment {
	width: 500px;
	height: 150px;
}

#commentsForm .textInput {
	width: 200px;
	height: 18px;	
	padding: 2px;
	background-color: #000000;
	border: 1px solid #ffffff;
	font-family: Arial, Verdana sans-serif;
	font-size: .75em;
	color: #FFFFFF;
}

#commentsForm textarea {
	width: 100%;
	height: 150px;	
	padding: 10px;
	background-color: #000000;
	border: 1px solid #ffffff;
	font-family: Arial, Verdana sans-serif;
	font-size: .75em;
	color: #FFFFFF;
}


.small {
	color: #666;
	font-weight: bold;
	font-size: 10px;
}


/**

	Contact Form

**/

#wpcf7-f1-p8-o1 textarea{
	width: 100%;
	height: 150px;	
	padding: 10px;
	background-color: #000000;
	border: 1px solid #ffffff;
	font-family: Arial, Verdana sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}

#wpcf7-f1-p8-o1 .wpcf7-form-control-wrap input
{
	width: 220px;
	height: 12px;	
	padding: 5px;
	background-color: #000000;
	border: 1px solid #ffffff;
	font-family: Arial, Verdana sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}

/**

	Social Bookmark
	
**/

.social_bookmark {
	margin-top: 10px;
	display: none;
	padding: 0px !important;
}

.social_bookmark strong em {
	font-size: .75em;
	color: #777F86;
}

.social_bookmark strong em:hover {
	color: #cbcbcb;
}

.social_bookmarks .d {
	margin-top: 0px;
	padding-top: 0px;
}

/**
	modified from from muZado
*/
/** Headers **/
h1 {
	font-size: 1em;
	margin: 0px;
}

h2 {
	font-size: 2em;
	margin: 0px 0px 20px 0px;
}

h3 {
	font-size: 1.5em;
	margin: 0px 0px 20px 0px;
}

h4 {
	font-size: 1.2em;
	margin: 0px 0px 20px 0px;
}

/** Blocks **/
p {
	padding: 0px 0px 20px 0px;
	color: #ffffff;
}

blockquote {
	margin: 10px 20px 20px 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #424B52;
	font-style: italic;
	font-family: Georgia, serif;
}

/** Lists **/
ul, ol {
	margin: 0px 0px 0px 40px;
	color: #ffffff;
}

ul {
	list-style-type: disc;
}

/* misc */
img {
	padding-bottom: 10px;
}


.follow_icons {
	float: right;	

	}

/* zeus edit */
div.comment-text p { line-height: 1.5em; } 

