/*
Theme Name: DJ Public Relations, Inc.
Version: 1.0
*/

/* Browser Reset
----------------------------------------------------------------------------------------------------*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}




/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-y;
	background-color: #380513;
	background-position: 50%;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%; /* 100% usually = 16px */
	text-rendering: optimizeLegibility; /* http://bit.ly/aZA7Hz */
}

a {
	color: #97002e;
}

p {
	font-size: 0.8em; /* 12px - Calculated using Ethan Marcotte's "Target / Context = Result." 12px / 16px = .75em */
	line-height: 1.5em;
	color: #333;
}

#main ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 0.8em;
	padding-left: 30px;
	list-style-type: disc;
	margin-bottom: 20px;
}
#main ul li {
	padding: 3px;
	font-size: 1em;
	line-height: 1.5em;
}

em {
	font-style: italic;
}

p, h1, h2, h3, h4, h5 {margin-bottom: 15px;}



/* Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1.2em;
	margin-top: 0px;
	font-weight: normal;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
h2 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1.35em;
line-height: 1.6em;
border-style: none;
font-weight: normal;
margin: 0 0 5px 0;
padding: 0;
color: #97002e;

}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 42px;
	margin-left: 0px;
}
h4 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1em;
border-style: none;
font-weight: normal;
margin: 0;
padding: 0;
color: #97002e;
line-height: 1.6em;

}

h5 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.6em;
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}





/* Page Structure
----------------------------------------------------------------------------------------------------*/


#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 900px;
	height: 235px;
	float: left;
	background-color: #FFF;
	background: url(images/header.jpg);
	position: relative;
	
}
#home {
	position: absolute;
	left: 60px;
	top: 20px;
	height: 175px;
	width: 160px;
}
#home a {
	display: block;
	height: 175px;
	width: 160px;
}

#content {
	background-color: #FFF;
	float: left;
	width: 805px;
	padding-top: 25px;
	padding-right: 45px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#main {
	float: left;
	width: 550px;
	min-height: 400px;
}


/* Sidebar
----------------------------------------------------------------------------------------------------*/

	
#sidebar {
	float: right;
	width: 210px;
}

#twitter {
	text-align: center;
	margin: 20px 0 20px 0;

}


ul.sidebar {
font-size: .8em;
line-height: 1.3em;
	}

ul.sidebar li {
	background-image: url(images/recent-work-bkg.png);
	background-position: 0 -9px;
	background-color: #efeff0;
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	margin-bottom: 25px;
	display: block;
}

ul.sidebar li#blog {
	background-image: url(images/blog-bkg.png);

}

ul.sidebar li ul 
{margin: 0; padding: 0;}

ul.sidebar li ul li {
	background-image: none;
	margin: 0 0 14px 0;
	padding: 0;
}
ul.sidebar p {font-size: 1em; margin-bottom: 10px;}

ul.sidebar img {
max-width: 170px;
margin-bottom: 10px;
}

ul.sidebar p.title {
font-size: 1em;
font-weight: bold;
}




/* Footer
----------------------------------------------------------------------------------------------------*/

#footer {
	color: white;
	text-align: right;
	float: left;
	width: 900px;
	font-size: .8em;
	padding: 15px 0 30px 0;
	clear: both;
	
}
#footer a {
color: white;
}






/* Posts
----------------------------------------------------------------------------------------------------*/



div.entry {
padding: 0 0 20px 0;
margin: 0 0 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
div#pagination {margin: 25px 0 0 0;}

div.addtoany_share_save_container {margin: 0 0 10px 0;}





/* Navigation
----------------------------------------------------------------------------------------------------*/

ul#nav {
	float: left;
	margin-left: 25px;
	position: absolute;
	top: 185px;
	right: 45px;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #900;
	font-size: 14px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	display: inline;
	margin-right: 20px;

}
#nav li.last {margin-right: 0;}



/* Wordpress
----------------------------------------------------------------------------------------------------*/

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left; margin: 0 30px 10px 0; padding: 6px; border: 1px solid #CCC;}
.alignright { float:right; margin: 0 0 10px 30px; padding: 6px; border: 1px solid #CCC;}
.wp-caption { text-align:center;}
.wp-caption p {display: block; font-size: .8em; margin-top: 5px;}
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */

.norule {border: none; padding: 0;}



/* ETC
----------------------------------------------------------------------------------------------------*/
   
a img {
	border: none;
}
.noborder {
padding: 0; border-style: none;
}
.rule {
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #97002e;
	font-style: italic;
}

.quote {

font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.6em;
	color: #970D2E;
	margin-top: 10px;
}
.citation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999;
	font-style: normal;
	padding-right: 15px;
}
#quote {
width: 200px;
float: right;
text-align: center;
margin-left: 30px;
}	

#blogheader {
height: 85px;
margin: -12px 0 30px 0;
background: url(images/thoughts-crazy-ideas.png);
background-repeat: no-repeat;
text-indent: -3000px;
}
#blogheader a {
display: block;
width: 550px;
height: 85px;
}
.meta {
font-family: Georgia, Times, Serif;
font-style: italic;
color: #999999;
}


/* Comments
----------------------------------------------------------------------------------------------------*/
   
ol.commentlist {

}

.commentlist .comment {
	background:url(http://www.yoursite.com/images/bg_quote.gif) no-repeat top right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	}

.commentlist li {
 	padding: 15px 20px 20px 20px;
	margin: 35px 0 0 0;
	background: #efeff0 url(images/comment.png) bottom no-repeat;
	color: #e4edee;
	}

.commentlist cite {
	display:block;
	font-style:normal;
	font-family: Georgia, Times, Serif;
font-style: italic;
color: #999999;
font-size: .8em;
padding: 0 0 0 20px;
	}


	
.commenttitle {
display: block;
margin: 20px 0 0 0;
padding: 20px 0 0 0;
border-top: dotted 1px #999999;
}

.commentform {
display: block;
margin: 30px 0 0 0;
padding: 20px 0 0 0;
border-top: dotted 1px #999999;
}		

.space {
margin: 0 3px 0 3px;
}

input, #comment {display: block;}


h3#comments-title, #reply-title {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1em;
border-style: none;
font-weight: normal;
margin: 0;
padding: 0;
color: #97002e;
line-height: 1.6em;
font-style: normal;
}

h3#comments-title {
display: block;
margin: 20px 0 0 0;
padding: 20px 0 0 0;
border-top: dotted 1px #999999;
}


