/* 
Theme Name: The Black Dahlia in Hollywood
Theme URI: http://www.theblackdahliainhollywood.com/
Description: Based on Robin Hastings' Letterhead, and modifications by South Side Lou.
Author: South Side Lou
Author URI: http://www.dialmurder.com
Version: 1.0
*/

/* RESET */
*{
  margin:0;
  padding:0;
}

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input{
  margin:0;
  padding:0;
}



/* BASIC */
abbr[title],
acronym[title]{
  border-bottom:thin solid;
  cursor:help;
}

body{
  background:#101010;
  font-size:11px;
  line-height: 13px;
  font-family: Verdana, Arial, Sans-Serif;
  color:#b0b0b0;
  text-align:left;
}

h1,h2,h3,h4,h5,h6{font-weight:bold;}
h1{font-size:24px;line-height:30px;}
h2{font-size:20px;line-height:26px;}
h3{font-size:16px;line-height:24px;}
h4{font-size:14px;line-height:20px;}
h5{font-size:14px;line-height:20px;}
h6{font-size:14px;line-height:20px;}
small{font-size:10px;line-height:16px;}
dl{font-size:12px;}
dt{width:120px;font-weight:bold;}
a{
  color:#21759B;
  text-decoration:none;
  outline:none;
}

a:hover{
  color:#d54e21 !important;
  text-decoration:underline;
}

fieldset,img{border:none;}
.clear{clear:both;margin:0;padding:0;}

#page {
  background-color: black;
  margin: 10px auto;
  padding: 0;
  width: 1000px;
  text-align: left;
  border: 1px solid #3a3a3a;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  overflow: hidden;
}


/* header */
#header {
  text-align: center;
  padding: 0 0 10px 0;
  margin: 0 auto 10px;
  height: 400px;
  /*height: 320px;*/
  width: 100%;
/*   border-bottom: 1px solid #3a3a3a; */
}

#header h1{
  padding: 0;
  margin: 30px 0 6px 0;
  line-height: 30px;
  font-size: 32px;
  text-align: center;
  letter-spacing: 8px;
}

#header .description{
  text-align: center;
  font-size: 12px;
  text-align: center;
  font-variant: small-caps;
  text-transform: capitalize;
  font-style: italic;
  font-weight: bold;
}

#header img.header-image{
  border: 1px solid #3a3a3a;
  margin: 12px 0 0 0;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  border-radius:12px;
  overflow: hidden;
  width: 600px;
}


/* Sidebars */
#sidebar{
  padding: 10px;
  margin-left: 780px;
  width: 180px;
  background-color: #330033;  
  border: 1px solid #3a3a3a;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  overflow: hidden;
}

#sidebar2{
  padding: 10px;
  margin-left: 20px;
  width: 180px;
  float: left;
  background-color: #330033;  
  border: 1px solid #3a3a3a;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  overflow: hidden;
}

#sidebar h2,#sidebar2 h2{
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  border-top: 1px solid #3a3a3a;
  margin: 12px 0 0 0;
  padding-top: 8px;
}

#sidebar ul > h2:first-child{
  border-top: 0 none;
  margin: 0;
  padding: 0;
}

#sidebar h2.sidebar-the-players,#sidebar2 h2.sidebar-the-players{
  border-top: 0 none;
}

#sidebar hr, #sidebar2 hr{
  background-color: #3a3a3a;
  border: 0 none;
  color: #3a3a3a;
  width: 100%;
  margin: 12px auto;
  height: 1px;
}

#sidebar .sidebar-image-wrapper, #sidebar2 .sidebar-image-wrapper{
  margin: 8px 0 4px 0;
  border: 1px solid #3a3a3a;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  overflow: hidden;
}

#sidebar span.image-caption, #sidebar2 span.image-caption{
  color: #b0b0b0;
  width: 180px;
  background: #101010;
  text-align: center;
  font-size: 12px;
  margin: -4px 0 0 0;
  padding: 6px 0 4px 0;
  display: block;
  overflow: hidden;
}

.textwidget{
  font-size: 10px;
  line-height: 15px;
  text-align: justify;
}

#sidebar .textwidget h4,  #sidebar2 .textwidget h4{
  text-align: center;
  margin: 4px 0;
}

#sidebar .textwidget p,  #sidebar2 .textwidget p{
  margin: 14px 0;
}

#sidebar .sidebar-image-wrapper:hover, #sidebar2 .sidebar-image-wrapper:hover{
  border: 1px solid #ddd;
}

#sidebar form, #sidebar2 form{
  margin: 0 0 10px 0;
}

#sidebar #searchform #s, #sidebar2 #searchform #s{
  width: 170px;
  padding: 2px;
  background: #101010;
  border: 1px solid #3a3a3a;
  color: #b0b0b0;
  padding: 4px;
  font-size:12px;
}

#sidebar #searchsubmit, #sidebar2 #searchsubmit{
  margin-top: 4px;
}



/* Search Form */
#searchform{
  margin: 10px auto;
}

#searchform #s{
  width: 510px;
  padding: 2px;
  background: #101010;
  border: 1px solid #3a3a3a;
  color: #b0b0b0;
  padding: 4px;
  font-size:12px;
}

#searchsubmit{
  padding: 1px;
  background-color: #909090;
}


/* center content */
#content{
  font-size: 12px;
  line-height: 21px;
}


h1.part-title {
	color: #E4D3A6;
	font-size: 3em;
	padding: 1em 0 1em 0;
	border-top: 1px solid #3a3a3a;
	margin: 0;
	text-align: center;
}

.post{
  margin: 0 0 20px;
  text-align: justify;
  border-top: 1px solid #3a3a3a;
}

.post .post-edit-link{
  float: right;
  margin: 12px 0 0 0;
  font-size: 18px;
  font-weight: bold;
}

.post h2{
  margin: 12px 0 8px 0;
}

.post .entry p, .post .entrytext p, .post > p{
  margin: 11px 0;
}

.post .entry p em strong{
  font-size: 13px;
  font-variant: small-caps;
}

.post .postmetadata{
  text-align: center;
}

.navigation{
  display: block;
  min-height: 20px;
  line-height: 20px;
  margin: 8px 0 4px 0;
  padding: 4px 0;
  text-align: center;
  border-bottom: 1px solid #3a3a3a;
  border-top: 1px solid #3a3a3a;  
}


.navigation .previous{
  float: right;
}

.navigation .next{
  float: left;
}

.alt {
	background-color: black;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/* #footer */
#footer{
  margin: 20px auto 0;
  background: #330033;
  text-align:left;
  border-top: 1px solid #3a3a3a;
}

#footer-inside{
  width:960px;
  margin:0 auto;
  padding-top:20px;
}

#footer-inside > li{
  float:left;
	/* 220px wide for 4 columns, 300px for 3 columns /*
  /* width:220px; */
	width: 300px;
  margin:0 10px;
}

#footer-inside li{
  list-style:none;
  line-height:18px;
}

#footer-inside li a{
/*   background:transparent url("images/arrow_gray.gif") no-repeat scroll left 3px; */
/*   padding-left: 10px; */
}

#footer-inside li h2{
  font-size:14px;
  font-weight:bold;
  color:#E4D3A6;
  border-bottom: 1px solid #3a3a3a;
	text-align: center;
}

#copyright_wrapper{
  background:black;
  margin: 20px auto 0;
  border-top: 1px solid #3a3a3a;
}

#copyright{
  width:960px;
  margin:0 auto;
  height:30px;
  line-height:30px;
  color: #b0b0b0;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
}

#copyright p{
  margin:0 10px;
}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Garamond, 'Copperplate Gothic Light', Georgia, 'Times New Roman', Serif;
	font-weight: bold;
	}

h4 {
  font-family: Verdana,Arial,Sans-Serif;
  font-size: 1.0em;
}



h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}




h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #FD5A1E;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #E4D3A6;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #FD5A1E;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}



small, #sidebar2 ul ul li, #sidebar2 ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
        color: #FD5A1E;
	}

a:hover {
	color: #707070;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}


	


.narrowcolumn {
  float: left;
  padding: 0 0 20px 0;
  margin: 0 0 0 20px;
  width: 515px;
}

.widecolumn {
	padding: 10px 10px 10px 10px;
	margin: 5px 0 0 100px;
	width: 630px;
	}

.pagepost {
	margin: 0 0 40px;
	border-top: 1px solid grey;
	}
	


.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 40px;
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 8px;
	}

#sidebar2 ul ul, #sidebar2 ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar2 ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar2 ul ol li {
	list-style: decimal outside;
	}

#sidebar2 ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* End Entry Lists */








.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
        background-color: #A0A0A0;
        border-style: ridge;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
        background-color: #A0A0A0;
        border-style: ridge;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */










/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

 
.center {
	text-align: center;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/
