/*
Theme Name: Seth Updated
Theme URI: http://xondie.com/
Description: Wordpress Theme for Seth Breitman
Version: 1.0
Author: Xondie
Author URI: http://xondie.com

*/
/* RESETS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

#sidebar ul {
	list-style-type: none;
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}


blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body {	
	color:#6A6A6A;
	/* background-color: #ADC3D0; */
	/* background: transparent url(images/background-pattern.gif) center top repeat; */
	text-align: center;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	margin: 0 auto;
    }

pre,code,kbd,samp,tt {
	font-family: monospace;
	font-size: 108%;
	line-height: 99%;
}
h1 { 
	font-size:2.31em;
	text-transform:uppercase;
	font-weight:normal;
	line-height:1.11em;
	margin: .5em 0;
}
h2 { 
	color: #732B12;
	font-size:1.4em; 
	text-transform:normal;
	margin: .5em 0 1em;
	
} 
h3 { 
	color: #732B12;
	font-size:1.01em; 
	text-transform:uppercase;
	margin: .5em 0;
} 

h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
	color: #6A6A6A;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:0 0 1em 0;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:1em;
}
ol {
	margin-left:0;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
	margin: 10px 20px;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style-type: square;
	margin: 10px;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding: .4em 1em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

a {
	color:#732B12;
	text-decoration:underline;
}
a:hover {
	color:#732B12;
	text-decoration:none
}
.postmetadataalt {
	font-size:0.81em; 
}
p {
		}

input, textarea, select {
	border: 1px solid #ccc;
	font-size: 100%;
	line-height: 1.0;
	margin: 0px 3px 3px 0;
}
#search {
	width: 200px;
	vertical-align:middle;
	padding:9px 0px 9px 0px;
	margin-bottom: 5px;
	color:#FFFFFF;
}

form input {
vertical-align:middle;
}

input[type="submit"] {
	background:#732B12 none repeat scroll 0%;
	border: 1px solid #7C0B72;
	color:#FFFFFF;
}

input[type="text"] {
	background-color: #fff !important;
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
	background:#8C8F91 none repeat scroll 0%;
	border: 1px solid #8C8F91;
	color:#fff;
	cursor:pointer;
}

.head {
	color:#505050;
	width: 540px;
	float: left;
	clear: both;
	position: relative;
	display: inline;
}

.head h2 {
	width: 380px;
	float: left;
}


.head h2 a {
	color: #732B12;
	text-decoration:none;
}
.head h2 a:hover {
	color:#8C8F91;
	text-decoration:none;
}

.date {
	color:#969696;
	font-size:1.4em;
	margin: .5em 0 1em;
	
	text-align: right;
	float: right;
	width: 130px;
	display: block;
	position: relative;
}


/* BASE */

#page {
	text-align: left;
	/* background: transparent url(images/page-bg.png) center top repeat-y; */
	width: 800px;
	position: relative;
  	min-height: 700px; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	margin: 0 auto;
  	padding: 0 8px;
  	}
  	
#header {
	background: transparent url(images/sethrust.jpg) center top no-repeat;
	width: 800px;
  	margin: 0 auto;
  	height: 425px;
}

#headerimg h1  {
	margin: 0;
}

#headerimg h1 a, #headerimg h1 a:hover {
	float: left;
	padding: 0;
	background-color: transparent;
	width: 410px;
	margin: 355px 0 0 10px;
	height: 50px;
	text-decoration: none;
	border: none;
	text-indent: -9999px;
}

#headerimg .description {
	text-indent: -9999px;
	float: left;
}

/* navigation */

#navbar {
	clear: both;
	background: #eaeaea url(images/nav-bar-bg.gif) left bottom repeat-x;
	height: 3.6em;
	width: 800px;
	margin-bottom: 10px;
	float: left;
	position: relative;
	line-height: 1.2;
}


#navbar ul { float: left; margin: 0; margin-left: 20px; padding-top: 3px; padding-left: 0; }
#navbar ul li { display: inline; margin: 0 !important; padding-left: 0; }
#navbar ul li a { float: left; height: 0; margin: 0; padding: 35px 0 0 0; overflow: hidden; }
#navbar ul li a { 
	background-image: url(images/nav-bar-brick.gif); 
	background-repeat: no-repeat; 
}

/* UNSELECTED */
#navbar li#home a { background-position: 0 0; width: 60px;}
#navbar li#music a { background-position: -60px 0; width: 79px; }
#navbar li#lyrics a { background-position: -139px 0; width: 89px;}
#navbar li#photos a { background-position: -228px 0; width: 85px; }
#navbar li#bio a { background-position: -313px 0; width: 57px; }
#navbar li#contact a { background-position: -370px 0; width: 114px;}

/* HOVER */
#navbar li#home a:hover { background-position: 0 -35px; width: 60px;}
#navbar li#music a:hover { background-position: -60px -35px; width: 79px; }
#navbar li#lyrics a:hover { background-position: -139px -35px; width: 89px;}
#navbar li#photos a:hover { background-position: -228px -35px; width: 85px; }
#navbar li#bio a:hover { background-position: -313px -35px; width: 57px; }
#navbar li#contact a:hover { background-position: -370px -35px; width: 114px;}

/* SELECTED HOVER */
#navbar li#home_current a:hover { background-position: 0 -35px; width: 60px;}
#navbar li#music_current a:hover { background-position: -60px -35px; width: 79px; }
#navbar li#lyrics_current a:hover { background-position: -139px -35px; width: 89px;}
#navbar li#photos_current a:hover { background-position: -228px -35px; width: 85px; }
#navbar li#bio_current a:hover { background-position: -313px -35px; width: 57px; }
#navbar li#contact_current a:hover { background-position: -370px -35px; width: 114px;}

/* SELECTED */
#navbar li#home_current a { background-position: 0 -70px; width: 60px;}
#navbar li#music_current a { background-position: -60px -70px; width: 79px; }
#navbar li#lyrics_current a { background-position: -139px -70px; width: 89px;}
#navbar li#photos_current a { background-position: -228px -70px; width: 85px; }
#navbar li#bio_current a { background-position: -313px -70px; width: 57px; }
#navbar li#contact_current a { background-position: -370px -70px; width: 114px;}

#wplayer iframe {
	float: left;
	margin-left: 25px;
	margin-top: 8px;
	width: 210px;
	height: 25px;
}

#navbar a img#detach {
	float: right;
	margin: 0;
	margin-right: 28px;
	margin-top: 9px;
	width: 20px;
	height: 17px;
	
}

#content {
	width: 540px;
	margin-left: 20px;
	padding-top: 6px;
	float: left;
	clear: both;
}

p.posted { 
	color: #868686;	
	margin-bottom: .2em;
	padding-top: 0;
	}
	

.post {
	margin: 0 0 20px;
	text-align: left;
	}

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

.clear {
	clear: both;
}

div#lyrics-page {
	clear: both;
}

ul.lyrics-list  {
	float: left;
	width: 270px;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;	
}


ul.lyrics-list li {
	list-style: circle;
	color: #732B12;
}

#sidebar{
	float: left;
	color: #FFF;
	width: 200px; 
	padding-top: 6px;
	margin-left: 20px;
	padding-left: 10px
	}
	
#footer {
	margin: 0 auto;
	clear: both;
	width: 100%;
	height: 60px;
	padding-top: 32px;
}
	
#footer-nav {
	list-style: none;
	width: 100%;
	padding: 0;
	text-align: center;
	float: left;
}

#footer-nav li {
	display: inline;
}

#footer-nav li.last {
	border: none;
}

#footer-nav li a {
	font-weight: normal;
	color: #6A6A6A;
	text-decoration: none;
	padding: 2px 11px 2px 7px;
}

#footer-nav li a:hover{
	text-decoration: underline;
	color: #732B12;

}

.footer-text {
	text-align: center;
	font-size: 90%;
}


/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px; 
	margin: 0 0 2px 7px;
	display: inline;
	}
	
img.alignleft {
	/* padding: 4px; */
	margin: 5px 10px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Form Elements */


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

.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;
	}
/* End Comments */



acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px 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*/


#sidebar div.textwidget ul li
{
	padding-left: 22px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	margin-left: -2px;
}

#sidebar div.textwidget ul li.nobullet
{
	background-image: none;
}

.textwidget, widgettitle. textwidget ul li {
	float: none;
}

p.footnote {
	margin-top: 20px;
	padding-top: 10px;
	border-top: solid 1px #ccc;
	font-size: 77%;
}
.posted {
	color: #9E9E9E;
	padding-bottom: 10px;
}

div.bookmarkify {
	margin-top: 20px;
}

#sidebar div.textwidget img{
	margin-bottom: 13px;
}

#constant-contact  {
	margin-bottom: 10pt;
	float: left;
	width: 170px;
	border: 1px solid #ccc;
	height: 3.3em;
	padding: 4px;
	background-color: #F5F5F5;
}


#rsswidget {
	float: left;
	width: 153px;
	padding: 5px 0 6px 27px;
	background: transparent url(images/rss.png) 7px 5px no-repeat;
	border: 1px solid #ccc;
	margin-bottom: 13px;
	line-height: 1.1em;
	font-size: 14px;
}

#rsswidget a {
	
}


#constant-contact form {
	margin: 0 auto;
	margin-left: 2px;
	float: left;
	width: 100%;
}


#constant-contact p {
	color: #7c0b72;
	color: #6A6A6A;
	line-height: 1.1em;
	font-size: 12px;
	margin-bottom: 1px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Courier;
}

#constant-contact input[type="text"] {
	float: left;
	width: 120px;
}


#constant-contact input[type="submit"]{
	float: left;
	width: 36px;	
}

a img.popup {
		
} 

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

img#paypal {
	clear: both;
	margin-bottom: 12px;
}

#categories-3 h2.widgettitle {
	text-indent: -9999px;
	float: left;
	background: transparent url(images/categories2.gif) 0 0 no-repeat;
	width: 200px;
	height: 28px;
	margin-bottom: 8px;
}
#categories-3 ul {
	margin-left: 0;
	padding-left: 0;
	clear: both;
}

#categories-3 ul li {
	margin-left: 0;
	padding-left: 0;
	font-size: 1.1em;
}

#sidebar a {
	text-decoration: none;
	color: #6A6A6A;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #732B12;
}
