/*
 Theme Name: Speziale Black
 Description: Black theme for John Speziale
 Author: Jake Denham
 Author URL: trellisweb.com
*/

* { margin: 0; padding: 0; }
a img { border: none; }

body { 
	background: #333333;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: #333333; }
	
	
.left  { float: left; }
.right { float: right; }
.clear { clear: both; }

.red { color: #990000; }


h1 {
	color: #171717;
	font-size: 2.4em;
	font-family: Times;
	padding-bottom: 15px;
	font-weight: normal; }
	
h1#pagetitle {
	width: 100%;
	/*margin-bottom: 15px;
	border-bottom: 1px dashed #c7c7c7; */}
h2 {
	color: #990000;
	font-size: 1.8em;
	font-family: Times;
	padding-bottom: 8px;
	font-weight: normal; }
h3 {
	color: #333333;
	font-size: 1.4em;
	padding-bottom: 4px;
	font-weight: normal; }
h4 { font-size: 1.2em; margin-bottom: 6px; }
h5 { }
h6 { }

h1 a, h2 a, h3 a,
li a { color: #990000; text-decoration: none; }

.bigtext { font-size: 1.1em; }

#main p {
	line-height: 20px;
	text-align: justify;
	margin-bottom: 15px; }
	
 hr { 
 	width: 100%;
 	height: 1px;
 	background: transparent;
 	border: none;
 	border-top: 1px solid #c7c7c7; }


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * SITE HEADER * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */	

 #header{
 	width: 980px;
 	margin: 0 auto; }
 	
 #branding {
 	padding: 15px 0; }
 #branding h1 { 
 	width: 508px;
 	height: 83px;
 	margin: 0 auto;
 	position: relative; 
 	overflow: hidden; }
 #branding h1 span {
 	width: 508px;
 	height: 83px;
 	position: absolute;
 	left: 0; top: 0;
 	background: url(images/john_speziale_logo.png) no-repeat; }
 	 
 #navigation {
 	width: 100%; 
 	height: 68px;
 	background: url(images/topNavBG.png) no-repeat; }
 	
 	
 	#navigation ul { font-family: Georgia; padding: 0 10px; }
 	#navigation li {
 		display: block;
 		float: left;
 		width: 160px;
 		height: 45px;
 		margin: 10px 0;
 		line-height: 45px;
 		font-size: 1.3em;
 		color: #f4f4db; text-align: center; }
 	#navigation li.current,
 	#navigation li a:hover { color: #263e25; }
	#navigation li a { 
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none; 
		color: #ffffff; }
		
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * HORIZONTAL PAGE NAV * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 .horzPageNav {
 	width: 96%;
 	padding: 8px 2%;
 	margin-bottom: 15px;
 	background: #e2e1c1;
 	border: 1px solid #bebebe; }
 .horzPageNav li { list-style-type: none; display: inline-block; }
 .horzPageNav li.current a { font-weight: bold; }
 	
 	
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * SHOWCASE  * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */	 	

 #showcase { 
 	width: 960px;
 	height: 310px;
 	padding: 0 10px;
 	margin: 0 auto;
 	text-align: left;
 	background: #eee url(images/showcaseBG.png) repeat-x; }
 	
 #d13slideshow { padding: 20px 0; height: 270px; }
 	
 #d13nav { }
 .d13slide { }
 .d13slide img {
 	width: 400px;
 	margin-left: 70px;
 	float: left; }
 .d13fader {
 	width: 400px;
 	margin-top: 45px;
 	margin-right: 70px;
 	float: right; }
 .d13fader h3 {
 	color: #990000;
 	font-size: 1.8em;
 	margin-bottom: 15px; }
 .d13fader p { 
 	font-size: 1.2em; 
 	text-align: justify; }
 #navleft {
 	width: 60px;
 	position: absolute;
 	z-index:200; 
 	float: left; }
 #navright {
 	width: 60px;
 	position: absolute;
 	z-index:201;
 	float: right;
 	margin-left: 900px; }
 #navleft, #navright { color: #acacac; font-size: 4em; margin-top: 100px; text-align: center; }
 #navleft:hover,
 #navright:hover { color: #333333; }
 
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * SITE CONTENT  * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
 #contentWrap { 
 	width: 980px;
 	padding: 15px 0 20px 0;
 	margin: 0 auto;
 	overflow: hidden;
 	text-align: left;
 	background: #ffffff;}
 .extraContentWrap {
 	width: 980px;
 	padding: 15px 0;
 	margin: 0 auto; 
 	overflow: hidden;
 	text-align: left;
 	background: #ffffff;
 	border-top: 1px solid #c7c7c7; }
 #contentWrapBottom {
 	width: 980px;
 	height: 15px;
 	margin: 0 auto;
 	background: url(images/contentWrapBottom.png) no-repeat; }


 .narrow  { width: 240px; margin: 0 10px; }
 .wide 	  { width: 700px; margin: 0 10px; }
 .xnarrow { width: 140px; margin: 0 10px; }
 .xwide { width: 780px; margin: 0 10px; } 	
 	
 #main { }
 
 #main.normal { width: 670px; margin: 0 20px; padding: 0 10px 0 0; }
 #main.narrow { width: 600px; margin: 0 10px; padding: 0 10px; }
 #main.full	  { width: 940px; margin: 0 10px; }
 

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * CONTACT FORM  * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

 label, input,
 select, textarea { margin: 0; padding: 0; }
 
 form span { margin: 0; padding: 0; }

 label { font-size: .9em; }
	
 input, select,
 textarea { margin: 6px 0; }
 
 form div input {
 	width: 100%;
        padding: 3px 2px;
 	font-size: 1.2em; 
 	color: #333; }
 div textarea {
        width: 100%;
        padding: 2px;
        font-size: 1.1em;
        color: #333; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * BLOG POSTS  * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
 .post {
 	clear: both;
 	width: 100%;
 	margin: 0 0 10px 0;
 	padding: 15px 0 10px 0;
 	border-bottom: 1px solid #ddd; }
 	
 .post h1, .post h2 { margin-bottom: 0px; padding-bottom: 0px;}
 .postmeta { color: #979797; font-size: .95em; margin-top: 0px; }
 
 
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * SUB POSTS  * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
 .sub-post {
 	clear: both;
 	width: 100%;
 	margin: 10px 0;
 	padding: 15px 0 0 0;
 	border-top: 1px solid #ddd; }
 
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * PRESS PAGE * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
 .press-post {
 	clear: both;
 	width: 100%;
 	margin: 20px 0;
 	padding: 15px 0 0 0;
 	font-size: 1.2em;
 	font-style: italic;
 	border-top: 1px solid #ddd;
 	background: url(images/pressEndQuote.png) bottom right no-repeat;  }
 
 .press-post blockquote { padding: 10px 0 0 30px; background: url(images/pressQuote.png) top left no-repeat; }

 
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * BLOG COMMENTS * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
 
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * PAGE/POST IMAGE STYLES  * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

 p img {
	padding: 0;
	max-width: 100%; }
 img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto; }
 img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline; }
 img.alignleft {
 	margin: 0 10px 10px 0;
	display: inline; }
 .alignright { float: right; }
 .alignleft, 
 .thumbleft  { float: left; }
 
 img.thumbleft {
 	padding: 0 10px 10px 0;
 	display: inline; }
 
 	
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * SIDEBARS STYLES * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
 #sidebar { }
 	
 #sidebar.normal { width: 220px; margin: 0 20px;  }
 #sidebar.wide   { width: 300px; margin: 0 10px; }
 
 #sidebar ul { list-style-type: none; }
 #sidebar li { }
 #sidebar h3 { border-bottom: 1px solid #d7d7d7; }
 #sidebar select { width: 98%; margin: 8px 1%; }

 .sideContent {
 	margin-bottom: 20px; }
 
 .sideContent li,
 #subPages li { line-height: 16px; color: #990000; border-bottom: 1px solid #d7d7d7; padding: 5px 0; } 
 .iconList li { font-size: 1.1em; line-height: 17px; color: #990000; padding: 0 0 0 25px; margin: 10px 0; border: none; }
 .iconList li.about { background: url(images/personPaper_small.png) no-repeat; }
 .iconList li.blog { background: url(images/pencilPaper_small.png) no-repeat; }
 .iconList li.contact { background: url(images/envelope_small.png) no-repeat; }
 #subPages li ul { }
 #subPages li ul li { 
 	line-height: 16px; 
 	border: none; 
 	border-top: 1px solid #d7d7d7; 
 	margin-top: 5px; 
 	padding: 5px 0 0 15px; }
 
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * SITE FOOTER * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

 #footer {
	width: 980px;
	margin: 8px auto;
	padding-top: 8px;
	background-color: #2c2c2c; 
	background-image: url(images/footerTop.png); 
	background-repeat: no-repeat; }

 #footerBottom {
	height: 8px;
	width: 100%;
	background-image: url(images/footerBottom.png);
	background-repeat: no-repeat; } 	
 	
 	
 #copyright {
	color: #676767;
	font-size: .80em;
	line-height: 18px;
	text-align: center; }
 
 #copyright p { color: #676767; }
 #copyright a { color: #676767; }
 
 
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * MUSIC PAGE * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
 #albumsPage { }
 .album .albumArtworkThumb {
 	width: 140px;
 	margin: 0 10px;
 	float: left; }
 .album .albumInfo {
 	width: 460px;
 	margin: 0 10px;
 	float: left; }
 	
 	
 #purchaseInfo .price {
 	text-align: center;
 	font-size: 2em;
 	margin: 0 0 10px 0; }
 #purchaseInfo form {
 	text-align: center; }
 
 .songList { width: 100%; margin-bottom: 12px; }
 .songList td { font-size: 11px; padding: 6px 0; }
 .songList td.trackNumber { width: 30px; text-align: center; }
 .songList td.shareSong   { color: #336633; font-weight: bold; }
 .songList tr.even td { background: #e7e7e7; border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7; }
 
 
 