/*  
Theme Name: Vintage Pants
Theme URI:
Description: 
Author: Joe McGill
Author URI:
*/

/* globals
----------------------------------------------- */
div, p, ol, ul, li, h1, h2, h3, h4, h5, h6 {
padding: 0;
margin: 0;
border: 0;
}

body {
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
font-size: 12px;
color: #000;
background: #000 url('img/web-bkgrd.jpg') no-repeat center top;
text-align: center;
}

#container {
margin:0 auto;
width:1000px;
text-align: left;
}

p {
margin: 1em 0;
}

h2 {
margin-bottom: .5em;
}

h4 {
font-family: helvetica,arial;
font-size: 20px;
letter-spacing:-1px;
text-transform: uppercase;
text-indent:-1px;
color: #A06700;
}

abbr {
border-bottom: 0;
}


/* links
----------------------------------------------- */
a, a:hover, a:visited, a:active {
color: #369;
background-color: inherit;
}

h3 a {
text-decoration: none;
}

/* header & navigation
----------------------------------------------- */
#head {
position: relative;
width: 100%;
height: 155px;
}

#accessibility{
position: absolute;
top: -10000px;
}

h1 {
display:block;
width:514px;
height:130px;
text-indent:-9009px;
background:transparent url('img/fe-header.gif') no-repeat 0 0;
}

h1 a {
display:block;
width:100%;
height:100%;
outline:none;
}

ul.nav {
position: absolute;
display:block;
left: 0;
top: 126px;
}

ul.nav li {
list-style: none;
text-align: left;
height: 25px;
padding: 5px 0;
margin: 0 20px 0 0;
float: left;
}

ul.nav li a {
color: #aaa;
display: block;
height:25px;
outline:none;
text-indent:-9009px;
height:100%;
width:100%;
}

ul.nav li.blog a {
width:61px;
background:transparent url('img/nav-blog.gif') no-repeat 0 0;
}

ul.nav li.blog a:hover {
background:transparent url('img/nav-blog.gif') no-repeat 0 -31px;
}

ul.nav li.music a {
width:72px;
background:transparent url('img/nav-music.gif') no-repeat 0 0;
}

ul.nav li.music a:hover {
background:transparent url('img/nav-music.gif') no-repeat 0 -31px;
}

ul.nav li.shows a {
width:84px;
background:transparent url('img/nav-shows.gif') no-repeat 0 0;
}

ul.nav li.shows a:hover {
background:transparent url('img/nav-shows.gif') no-repeat 0 -31px;
}

ul.nav li.videos a {
width:82px;
background:transparent url('img/nav-videos.gif') no-repeat 0 0;
}

ul.nav li.videos a:hover {
background:transparent url('img/nav-videos.gif') no-repeat 0 -31px;
}

ul.nav li.about a {
width:80px;
background:transparent url('img/nav-about.gif') no-repeat 0 0;
}

ul.nav li.about a:hover {
background:transparent url('img/nav-about.gif') no-repeat 0 -31px;
}

ul.nav li.myspace a {
width:106px;
background:transparent url('img/nav-myspace.gif') no-repeat 0 0;
}

ul.nav li.myspace a:hover {
background:transparent url('img/nav-myspace.gif') no-repeat 0 -31px;
}

ul.nav li.facebook a {
width:123px;
background:transparent url('img/nav-facebook.gif') no-repeat 0 0;
}

ul.nav li.facebook a:hover {
background:transparent url('img/nav-facebook.gif') no-repeat 0 -31px;
}

#twitter_div {
position: absolute;
top: 5px;
right: 25px;
width: 300px;
height: 120px;
background: transparent url('img/twitter-box.gif') no-repeat;
text-align: right;
overflow: hidden;
font-size: .9em;
}

#twitter_div ul, #twitter_div #twitter-link {
padding: 0px 12px 0px 72px;
}

#twitter_div ul {
list-style: none;
text-align: left;
height: 70px;
margin: 12px 0px 12px;
}

/* content section
----------------------------------------------- */
#content {
background-color:#fff;
padding:20px 25px 10px;
}

a.breadcrumb {
float: left;
margin: 0 0 .5em 0;
}

#main-banner p {
margin-top: 0;
}

.main-section {
width:690px;
float: left;
clear: left;
}

.main-section .post {
margin: 0 0 2.5em 0;
clear: both;
}

.main-section h3, .main-section h3 a{
font-family: helvetica,arial;
font-size: 28px;
letter-spacing:-1px;
text-transform: uppercase;
text-indent:-1px;
line-height: 1em;
color: #A06700;
}

#main-banner h3 a{
color: #369;
}

.main-section .post_author, .main-section .post_date, .main-section .post_comments, .main-section .post_edit{
font-family: helvetica, arial;
}

.main-section .post_author {
text-transform: uppercase;
font-size: 18px;
letter-spacing: -1px;
color: #666;
}

.main-section .post_date {
font-size: 18px;
letter-spacing: -1px;
color: #aaa;
}

.main-section .post_comments {
background: url('img/icons/comment.png') no-repeat left center;
padding-left: 20px;
font-size: 12px;
color: #666;
}

.main-section .post_edit, .main-section .page_edit {
background: url('img/icons/pencil.png') no-repeat left center;
padding-left: 20px;
font-size: 12px;
color: #666;
}

.main-section .page_edit {
margin-top: 2em;
}

.main-section img {
padding: 5px;
border: 1px solid #ccc;
}

.main-section img.alignleft {
float: left;
margin-right: 5px;
}

.main-section img.alignright {
float: right;
margin-left: 5px;
}

.main-section img.noborder {
padding: 0;
border: none;
}

.main-section blockquote {
color: #666;
padding-left: 25px;
margin-left: 0;
}

.main-section ul, .main-section ol {
margin-left:25px;
}

.main-section .archives {
margin-top: 1em;
}

/* sidebar
----------------------------------------------- */
#sidebar {
width: 235px;
float: right;
clear: right;
padding-left:20px;
list-style: none;
text-align: right;
}

#sidebar li, #sidebar h2 {
text-align: left;
}

#sidebar li {
margin-bottom: 1.5em;
}

#sidebar li ul {
list-style: none;
font-family: verdana;
font-size: 12px;
color: #333;
}

#sidebar li ul li {
margin: 0;
}

#news h2 {
background: url('img/news.gif') no-repeat;
height: 20px;
text-indent: -9000px;
}

#music h2 {
background: url('img/music.gif') no-repeat;
height: 20px;
text-indent: -9000px;
}

#gigpress h2, #text-223849601 h2 {
background: url('img/shows.gif') no-repeat;
height: 20px;
text-indent: -9000px;
}

#gigpress .gigpress-date {
font-family: helvetica, arial;
color: #aaa;
}

#gigpress .hide {
display: none;
}

#gigpress li.vevent {
margin-bottom: .5em;
}


/* blog pages
----------------------------------------------- */
#blog h2 {
background: url('img/blog.gif') no-repeat;
height: 20px;
text-indent: -9000px;
margin-bottom: 0;
}

/* comments
----------------------------------------------- */
#commentslist {
width: 475px;
padding: 10px;
background-color:#ddd;
border: 1px solid #bbb;
} 

#commentslist ol {
list-style: none;
margin-left: 0;
}

#commentslist ol cite {
font-family: helvetica,arial;
font-size: 16px;
font-style: normal;
font-weight: bold;
letter-spacing: -1px;
color: #369;
}

#commentslist ol span.commentmetadata {
font-family: helvetica,arial;
font-size: 16px;
font-style: normal;
letter-spacing: -1px;
color: #666;
}

#commentslist ol p {
margin: 0 0 1.5em;
}

h4.comments {
margin-top: 1.5em;
}

#commentslist form input.text, #commentslist form textarea {
border-top: 1px solid #666;
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-left: 1px solid #666;
padding: 3px;
font-family: verdana;
font-size: 12px;
}

#commentslist form textarea {
width: 450px;
}

#commentslist form submit {
background
}

/* archives
----------------------------------------------- */
#archives h2 {
background: url('img/archives.gif') no-repeat;
height: 20px;
text-indent: -9000px;
}

ul.car-list {
list-style: none;
margin-left: 0;
}

.car-yearmonth {
font-family: helvetica,arial;
font-size: 20px;
font-weight: bold;
letter-spacing:-1px;
text-transform: uppercase;
text-indent:-1px;
color: #A06700;
}

.car-yearmonth span, .car-monthlisting span {
display: none;
}

ul.car-monthlisting {
list-style: none;
margin-bottom: 1.5em;
margin-left: 0;
text-transform: lowercase;
}


/* music page styles
----------------------------------------------- */
#pageID-108 h2 {
background: url('img/music.gif') no-repeat;
height: 20px;
text-indent: -9000px;
margin-bottom: 0;
}

#pageID-108 div.cd {
clear: both;
display: block;
margin: 0 0 55px;
}

#pageID-108 div.cd-img {
float: left;
padding: 15px 0;
width: 220px;
}

#pageID-108 ol.tracklist {
float: right;
display: block;
width: 390px;
padding: 25px 0 15px;
}


/* other pages
----------------------------------------------- */
#pageID-6 h2 {
background: url('img/about.gif') no-repeat;
height: 20px;
text-indent: -9000px;
margin-bottom: 0;
}

#pageID-107 h2 {
background: url('img/shows.gif') no-repeat;
height: 20px;
text-indent: -9000px;
margin-bottom: 0;
}

#pageID-455 h2 {
background: url('img/videos.gif') no-repeat;
height: 20px;
text-indent: -9000px;
margin-bottom: 0;
}


/* 404
----------------------------------------------- */
#error404 h2 {
background: url('img/error404.gif') no-repeat;
height: 20px;
text-indent: -9000px;
margin-bottom: 0;
}

#error404 p {
font-family: helvetica,arial;
font-size: 20px;
text-indent:-1px;
}

/* footer
----------------------------------------------- */
#foot {
clear: both;
width: 100%;
text-align: center;
color: #aaa;
font-size: .8em;
padding-top: 3em;
}
