/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v2.9.1
Author: Chris Coyier
Author URI: http://chriscoyier.net
Version: 1
*/

@media screen {

/* @override 
	http://localhost/saraband/css/style.css
	http://saraband/wp-content/themes/saraband/style.css
*/

* {

}

body {
margin: 0;
padding: 0;
background-color: #000;
color: #ccc;
font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @group nav */

#nav {
text-transform: uppercase;
font-size: 1.25em;
height: 4em;
margin: 1.5% 8% 2.5% 5%;
}

#nav ul {
float: right;
}

#nav ul li {
list-style:  none;
float: left;
}

#nav a {
text-decoration: none;
color: #9c9c9c;
border-bottom: 1px solid #282828;
border-right: 1px solid #282828;
display: block;
padding: 0.7em 1.5em 1em;
}

#nav a:hover {
border-bottom-color: #405015;
border-bottom-width: 2px;
padding-bottom: 0.8em;
}

#nav li.current_page_item a {
border-bottom-color: #5e751e;
color: #fff;
border-bottom-width: 2px;
padding-bottom: 0.8em;
}



/* @end */

.clear {
clear: both;
margin: 0;
padding: 0;
}

#content {
border: 1px solid #282828;
border-top-color: #3c4b14;
margin: 0 auto 5em;
padding: 2em 5em 2.5em;
word-spacing: 0.2em;
background-color: #252525;
font-size: 1.3em;
line-height: 1.75em;
max-width: 900px;
}

h1 {
font-weight: normal;
font-style: normal;
padding: 0;
font-size: 2.5em;
color: #989898;
margin: 0 0 -5px 5.125em;
text-transform: lowercase;
}

h3 {
color: #96cf5a;
padding: 0;
font-weight: normal;
font-style: normal;
letter-spacing: 0.5em;
font-size: 1.4em;
border-bottom: 1px solid #445516;
margin-top: 2em;
margin-bottom: 1em;
}

#content > h3:first-child {
margin-top: 0;
}

h4 {
color: #647d95;
font-size: 1.2em;
font-weight: normal;
font-style: normal;
border-top: 1px solid #3f4f15;
padding-top: 2em;
margin-top: 2em;
margin-bottom: 1em;
vertical-align: top;
line-height: 1em;
}

#content > h4:first-child {
border-style: none;
margin-top: 0;
padding-top: 0;
}


#content a {
text-decoration: none;
color: #c1cf7e;
border-bottom: 1px dotted #3b4913;
}

#content a:hover {
color: #e7f59a;
border-bottom: 1px dotted #ccfe43;
}

#content div.block {
padding-right: 30em;
}

#content p {
padding: 0;
margin: 0 0 1.5em;
line-height: 1.8em;
}

#content p.quotation {
text-align: center;
margin: 1% auto 2%;
padding: 0;
width: 550px;
}


#content p.quotation .quote {
display: block;
color: #9dbc6a;
font: 1.7em/1.5em Georgia, "Times New Roman", Times, serif;
}

#content p.quotation .title {
text-align: center;
font-size: 2em;
vertical-align: bottom;
font: 2em/1.5em Georgia, "Times New Roman", Times, serif;
color: #9dbc6a;
}

#content p.quotation .mark {
font-size: 2em;
vertical-align: bottom;
}

#content p.quotation .author {
display: block;
margin: 0;
padding: 0;
font: 1.1em/1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content img.main {
display: block;
margin-right: auto;
margin-bottom: 3em;
margin-left: auto;
}

#content img.right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}

#content img.left {
float: left;
margin-right: 2em;
margin-bottom: 0.7em;
}

/* @group Lists */

#content dl {
width:100%;
padding: 0;
margin: -2em 0 0;
}

#content dl dt {
float:left;
width: 25%;
padding: 0;
color: #647d95;
clear: left;
margin: 3em 0 0;
}

#content dl dd {
float: left;
width: 70%;
padding: 0 0 0 2%;
font-size: 0.9em;
margin: 3.33em 0 0;
}







/* @end */

/* @group Diary */

#content dl dt div.calendar-add a.gigpress-links-toggle
{
	border-bottom-style: none;
}


#content dl dt div.calendar-add
{
	margin-top: 10px;
}

#content p.venue, #content p.artist
{
	font-size: 0.9em;
	margin-bottom: 0;
}

#content p.notes
{
	margin-top: 10px;
}

#content p.gigpress-subscribe
{
	clear: both;
	margin-bottom: 50px;
	padding-top: 5px;
	text-align: center;
	background-color: #3e3e3e;
	padding-bottom: 5px;
	font-size: 1.1em;
	position: relative;
	top: 20px;
}

#content p.gigpress-subscribe a
{
	border-bottom-style: none;
}

#content img.wpa_play
{
	position: relative;
	top: 3px;
}

#content span.wpa_container a
{
	border-bottom-style: none;
}

/* @end */











} /* END screen media */


@media print {

#nav, .do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */