/*  
Theme Name: Josh Charles
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Yosef
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #B5A685 url('http://images.JoshCharlesMusic.com/background/body.png') repeat-y top center;
	line-height:1.5em;
	color: white;
	}

#content {font-size: 1.2em; line-height:1.5em;}
#sidebar {font: 1.1em Verdana, Arial, Helvetica, sans-serif;}

.alt {
	background-color: #EBCD8D;
	border-top: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	text-transform:uppercase;
	}

h1,h2,h3,h4,h5,h6
{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	letter-spacing:.2em;
	color: #EBCD8D;
	text-transform:uppercase;
	clear: both;}

ul.menu, p.menu
{
	text-align: center;
	margin: auto;
	padding: 1em 0;

	word-spacing: 1.5em;

	font-size: 1.3em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-transform:uppercase;

	border: 5px solid white;
	background-color: #ECCD8C;
}

ul.menu li
{
	display: inline;
}

ul.menu a, p.menu a
{
    color: black;
    font-size: 1.2em;
}

ul.menu a:hover, p.menu a:hover {color: white;}

a {color: #ffffff;text-decoration: none; font-weight:normal;}
a:hover {color: #999999;text-decoration: none; font-weight:normal;}

.copyright {position:relative;top:18px;font-family : Arial, Helvetica, Sans-Serif; font-size: 9px;}
.title {font-family: Georgia, "Times New Roman", Times, serif; letter-spacing:.2em; color: #fff; font-size: 1.1em;text-transform:uppercase}
.dates {font-family : "Lucida Grande", Verdana, Lucinda, Arial, Helvetcia, sans-serif; color: #777; font-size: .9em; text-transform:uppercase}
.link {font-family : "Lucida Grande", Verdana, Lucinda, Arial, Helvetcia, sans-serif; color: #777; font-size: 9px;}

/* lyrics formatting */
h5
{
    font-size: 8pt;
    text-transform:uppercase;
    font-variant: small-caps;
    margin: 0;
    padding: 0;
}

span.line1, span.line2, span.line3
{
    display:    block;
    margin:     0;
    padding:    0;
}

span.line2
{
    padding-left:       2em;
}

span.line3
{
    padding-left:       4em;
}

span.line4
{
    padding-left:       6em;
}

/* End Typography & Colors */



/* Begin Structure */
body
{
	margin: 0;
	padding: 0;
}

#page
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 850px;
	background-color: black;
}

#header
{
	background: black url('http://images.JoshCharlesMusic.com/background/JoshCharles.jpeg');
	height: 530px; 
	width: 850px;
}

#header div.proceeds
{
    position: absolute;
    top: 225px;
    width: 295px;
    left: 10px;
    text-align: justify;
}

div.proceeds h1
{
    text-align: center;
    font-size: 2em;
}

.buy_amazon
{
    float: left;
}

p.iTunes
{
    margin-top: 5px;
}

p.iTunes img
{
    vertical-align: middle;
}

div.proceeds p.iTunes
{
    float: right;
}

.proceeds_txt
{
    color: #E4CC8E;
    text-align: justify;
    clear: both;
}

img.prc_img
{
    display: block;
    margin: 1em auto;
}

.prc_img:hover
{
    opacity:.50;
    filter: alpha(opacity=50); 
    -moz-opacity: 0.5;
}

#quotes
{
    position: absolute;
    top: 315px;
    left: 385px;
    width: 425px;
    height: 175px;
    text-align: right;
    line-height: 1.5em;
    color: white;
    font-size: 18pt;
    margin: 0;
    padding: 0;
    background: url('http://images.JoshCharlesMusic.com/background/transparent55.png') repeat;
}

#quotes blockquote
{
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    margin: .5em;
    padding: 0;
    visibility: hidden;
}

#quotes blockquote#selectedQuote,
#quotes blockquote#lastQuote
{
    visibility: visible;
}

p.social
{
    text-align: center;
    word-spacing: 100px;
}

.fullcolumn {
	float: right;
	padding: 0px 50px 20px 50px;
	margin: 0px 0 0;
	width: 750px;
	}

.narrowcolumn {
	float: right;
	padding: 0px 50px 20px 0px;
	margin: 0px 0 0;
	width: 480px;
	}
	
.rightclmn420 {
	float: right;
	padding: 50px 50px 20px 0px;
	margin: 0px 0 0;
	width: 420px;
	}
	
.leftclmn300 {
	float: left;
	padding: 50px 0px 20px 50px;
	margin: 0px 0 0;
	width: 300px;
	}

.widecolumn {
	padding: 30px 0 20px 0;
	margin: 5px 0 0 50px;
	width: 300px;
	}

.post {margin: 0 0 40px;text-align: justify;}

.post hr {display: block;}

.widecolumn .post {margin: 0;}

td {vertical-align:top;}
/*
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}
*/
#footer {
	border: 5px solid white;
	background-color: #ECCD8C;
/*
	background: #EBCD8D url('http://JoshCharlesMusic.com/img/jc_menu.jpg') no-repeat top; 
*/
	width: 850px;
	padding: 0;
	margin: 0 auto;
	height: 50px;
	clear: both;
	}

#footer p {
	margin: 0px;
	padding: 0px 0;
	text-align: center;
	}
/* End Structure */



/* Begin Sidebar */
#sidebar {
	width: 200px;
	float: left;
	padding: 0;
	margin-left: 50px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	}
	
#side-content {
	width: 180px;
	padding: 0;
	font-family: Verdana, sans-serif;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	}
	
/* End Sidebar */


/*
.menu, .menu a {font-size:1.3em; padding: 18px 5px 0px 5px; color:#000000;}
.menu a:hover {font-size:1.3em; padding: 18px 5px 0px 5px; color:#FFFFFF;}
*/



/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {float: right;}
.alignleft {float: left;}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
#sidebar {
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	color: #333;
	}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#sidebar li{
	border-bottom: 0px solid #777777;
	margin: 0;
	display: block;
	padding: 0px 0px 40px 0px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

#sidebar li ul li{
	border-bottom: 1px solid #777777;
	margin: 0;
	display: block;
	padding: 5px 0px 5px 0px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

html>body #sidebar li a {
	width: auto;
	}

/* End Entry Lists */






/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 0px 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#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;
	}

/*
#header #audioplayer1
{
    position: relative;
    width: 295px;
    top: 220px;
    left: 0;
    text-align: justify;
    color: #E4CC8E;
}
*/

p.sponsors
{
    text-align: justify;
}

p.sponsors img
{
    vertical-align: middle;
    margin: 1em 0;
}

/* End Comments */
