/*
Theme Name: Billy B. Website
Theme URI: http://wordpress.org/
Description: Custom theme for Billy B. Productions
Version: 1.0
Author: James Brennan
Tags: 
*/


* {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}	



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background: darkgreen url(images/header-background.gif) top left repeat-x;
	}

#page {
	margin: 0 auto;
	width: 759px;
	text-align: left;
	background-color: #fff;
	}

/*
*
* HEADER
*
*/

#header {
	position: relative;
	height: 239px;
}

#header h1 a {
	display: block;
	text-indent: -8000px;
	background: url(images/header.jpg) top left no-repeat;
	height: 195px;
	width: 759px;
}

#header div.description {
	color: #003;
	padding-left: 24px;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 12px;
	background: darkgreen url(images/desc-back.gif) bottom left no-repeat;
	border-bottom: solid 4px darkgreen;
}

#header #searchform {
	position: absolute;
	top: 205px;
	right: 10px;
}

/*
*
* NAVIGATION
*
*/


#tabs {
	padding: 8px 0 0 16px;
	background: #fff url(images/tab-back.gif)top left no-repeat;
}

#tabs ul li {
	float: left;
	padding: 4px 8px;
	font-size: 14px;
	font-weight: bold;
	
}

#tabs ul li ul {
	display: none; 
}

#tabs ul li ul li {
	float: none;
}


/*
*
* CONTENT
*
*/

#content {
	padding: 0 24px 24px;
	}

#content h2 {
	margin: 0.8em 0;
	font-size: 2em;
}


#content .entry {
	margin: 0.6em 0;
}

#content .entry p,
#content .entry div.buy-link {
	line-height: 1.6em;
	font-size: 1.2em;
	margin: 1em 0;
}

#content h3.buy {
	width: 300px;
	float: right;
	text-align: right;
}

#content h3.buy a {
	color: red;
}


/*
*
* ENTRY
*
*/

.entry ol li,
.entry ul li {
	 font-size: 1.4em;
	 line-height: 1.6em;
	 margin-left: 3em;
 }
 
 .entry ul li {
	margin-left: 0;
 }


/*
*
* ALBUM
*
*/

.entry img.album-cover {
	float: left;
	padding: 0 14px 8px 0;
}

.entry .buy-link {
	clear: both;
}


/*
*
* SIDEBAR
*
*/


#sidebar {
	background:#FFFFFF url(images/tab-back.gif) no-repeat scroll left top;
	padding:8px 16px;
	border-top: solid 4px darkgreen;
}

#sidebar ul li {
	float: left;
	padding: 0 12px;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	}

#header .description {
	font-size: 1.2em;
	padding: 0.6em 0;
	color: #fff;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.6em;
	margin: 1em 0 0.4em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: darkgreen;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.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;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

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: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



#content:after,
#nav:after,
#sidebar:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content,
#nav,
#sidebar {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html #content, 
* html #nav,
* html #sidebar {
	height: 1%;
}

#content,
#nav,
#sidebar {
	display: block;
}
/* End hide from IE-mac */

/*
*
* PRESS KIT = #post-47
*
*/

#content #post-47{
font-size: 0.8em;
}

#content #post-47 ul{
list-style-position: inside;
list-style-type: disc;
}

#content #post-47 ul li {
margin-left: 2em;
}

.press-kit-body {
 width: 460px;
float: left;
}

.press-kit-photos {
float: left;
padding: 0 0 0 14px;
width: 220px;
}

#content #post-47 .press-kit-photos ul {
list-style:none;
list-style-type: none;
list-style-position: outside;
}

#content #post-47 .press-kit-photos ul li {
margin-left: 0;
}

.press-kit-photos ul li a img {
border: none;
}