/*
Theme Name: sbf default
Theme URI:
Description: Default sbf stylesheet
Version: 1.0
Author: Lauren Abe
*/


/* ---Typography, Colors--- */
body {
	font: 11px 'Lucida Grande', Verdana, sans-serif;
	color: #48453d;
	}

p { 
	padding: 0 0 1em;
	line-height: 160% 
	}

a, a:link { 
    text-decoration: none;
    color: #9d988a;
	}
	
a:visited { color: #9d988a; }
a:hover { color: #48453d; text-decoration: none; }
a:active { color: #48453d; }

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
	}
	
h1 { font-size: 250% }
h2 { font-size: 125%; text-transform: uppercase; }
h3 { font-size: 115%; color: #D2662E; }
h4 { font-size: 100%; color: #D2662E; letter-spacing: .15em; padding: 0; margin: -7px 0 7px 0; }

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #48453d;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}
h2 a:hover, h3 a:hover {
	color: #48453d;
	}

#header h1 {
    margin: 0;
    padding: 65px 0 25px 468px;
    color: #000;
    }



/* ---Structure--- */
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 750px;
	}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 750px;
	}

#headerimg {
	background: url(../../images/m_index.jpg) no-repeat;
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
    float: right;
    text-align: left;
    width: 500px;
    margin: 20px 0 0 0;
    padding: 0;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 500px;
	}

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

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

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

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.postmetadata {
	clear: both;
	}

.clear {
	clear: both;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	border-top: 1px solid #ddd;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	

/* ---Sidebar--- */

	
#sidebar {
	width: 225px;
    margin: 0 30px 0 0;
    padding: 23px 0 0 0;
    line-height: 1.4em;
    color: #999;
 	}

#sidebar form {
	margin: 0;
	}


#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;
	}
	
.widget_pages {
	position: absolute;
	top: 175px;
	width: 730px;
	height: 20px;
	text-align: right;
	margin: 0;
	padding: 9px 0 0 0;
	z-index: 100;
	}
.widget_pages ul {
	list-style-type: none;
	text-align: right;
	}
.widget_pages li {
	display: inline;
	color: #000;
	text-transform: uppercase;
	}	
.widget_pages a {
	color: #000;
	margin: 0 5px 4px 5px;
	}
.widget_pages a:hover {
	color: #80a3a0;
	}

/* ---Image--- */
img {
	border: 0;
	float: left;
	clear: both;
	}
	
/* Table, Definition List Properties
------------------------------------------------------------------------------- */
td, th {
	border-bottom: 1px solid #ddd;
	padding: 10px 15px 10px 0;
	vertical-align: top;
	}
	
#sec_catalogue #headerimg {
	background: url(../../images/m_catalogue.jpg) no-repeat;
	}
	
#sec_artists #headerimg {
	background: url(../../images/m_artists.jpg) no-repeat;
	}
	
#sec_contacts #headerimg {
	background: url(../../images/m_contacts.jpg) no-repeat;
	}