/*
THEME NAME: Whisper
THEME URI: http://www.sparkwoodand21.com
DESCRIPTION: Specifically designed theme for Still Small Voice record label website. Started with Sandbox.
VERSION: 1.0
AUTHOR: <a href="http://duncanmckean.co.uk/">Duncan McKean</a>
AUTHOR URI:
TAGS: black, microformats, fixed-width, one-column
*/

/*
LAYOUT: One-Column 
DESCRIPTION: One-column fluid layout with sidebars stacked in two columns below content
*/
div.sidebar {
float:left;
overflow:hidden;
padding:10px 1.9%;
width:46%; /*was 46%*/
}

div#primary {
clear:both;
}

div#footer {
clear:left;
width:100%;
padding: 15px 0 0 0;
        margin-left: auto;
        margin-right: auto;
}

/* layout */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Garamond, Serif;
	background: url('images/site-background.jpeg') repeat-x;
	background-color:#282828;
        margin:0px;
	padding:0px;
        color:#ccc;
}

img {
	border:0px;
}

#wrapper {
/* needs to be in the middle and 800 wide */
        width: 800px;
        margin-left: auto;
        margin-right: auto;
}

#album_block {
        background: #000 url('images/album_block.jpg') repeat-x;
        border-style:solid;
        border-width:1px;
        margin: 0 0 10px 0;
        padding: 5px;
}

#album_details{
float: left;
}

.album_cover_x {
border: solid 5px;

margin: 10px 0px 0px 10px;
}

.band_name_x {
margin: 0 0 0 10px;
font-size:1.8em;
}

.halo_number_x {
margin: 0 0 0 10px;
color: #cccccc;
font-size:1.2em;
}
#band_website_x {
background-color: #000;
color: #cccccc;
margin: 0 0 0 10px;
font-size:2em;
float: right;
}

#band_website_x a:link {color: #d99a61;}
#band_website_x a:visited {color: #d99a61;}
#band_website_x a:active {color: #ffffff;}
#band_website_x a:hover {color: #ffffff;}
#band_website_x a {text-decoration: none;}

#album_text{
margin-left: 250px;
font-size:1.5em;
}

#site_text{
padding: 10px;
font-size:2.0em;
}

.moretext {
float:right;
font-size:1.2em;
}
#album_footer {
clear: both;
}
/* HEADER SECTION */

#main-logo {
       
	margin-top:5px;
        z-index:20;
}

#main-logo img {
	border:0px;
}

#menu {
	font-size: 1.8em;
	font-family: Garamond,Serif;
        font-variant: small-caps;
        text-align: right;
        margin: 0px;        
}
a:link {color: #d99a61;}
a:visited {color: #d99a61;}
a:active {color: #ffffff;}
a:hover {color: #ffffff;}
a {text-decoration: none;}

#nav li {
        list-style-type: none;
        display: inline;
        padding-right: 20px;
}

h1 {
font-size: 3em;
	font-family: Garamond,Serif;
        text-align: left;
        margin: 10px 0 0 10px;    
}

h2 {
font-size: 2em;
	font-family: Garamond,Serif;
        font-variant: small-caps;  
        text-align: left;
        margin: 10px 0 0 10px;    
}
h3 {
font-size: 1.8em;
	font-family: Garamond,Serif;
        text-align: left;
        margin: 10px 0 0 10px;     
}

#navigation {
font-size: 2em;
	font-family: Garamond,Serif;
        font-variant: small-caps;

}
.navleft {
float:left;
}
.navright {
float:right;
}


/* widget footer */

#threeup {
/*clear: both;
margin: 0 10px;*/
background: #000 url('images/album_block.jpg') repeat-x;
border-style:solid;
border-width:1px;
overflow: hidden;
padding-top: 10px;
}

#threeup div {
width: 245px;
float: left;
padding: 0 10px;
}

#threeup h2 {
margin-top: 0;
}

#threeup ul {
padding-left: 20px;
font-size: 2em;
font-family: Garamond,Serif;
}

#threeup p {
padding-left: 20px;
font-size: 14px;
font-family: Garamond,Serif;
color: #cccccc;
}
