/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =GENERAL STYLES
   ----------------------------------------------------*/
body {
    padding-top: 20px;
    background-color: #FDE7B4;
    font-family: Trebuchet MS, sans-serif;
    font-size: 62.5%;
}
h1 {
    position: absolute;
    left: -9999px;
}
h3 {
    margin-bottom: 10px;
    font-size: 1.7em;
}
p {
    font-size: 1.5em;
}
#container {
    margin: 0 auto;
    width: 760px;
}

/* =MAIN NAVIGATION
   ----------------------------------------------------*/
#header {
    position: relative;
}
#header ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 760px;
    height: 104px;
    background: transparent url(images/header.png) no-repeat 0 0;
}
#header ul a {
    position: absolute;
    top: 0;
    height: 104px;
    text-indent: -9999px;
}
#header li#home-nav a,
#header li#home-nav a:link,
#header li#home-nav a:visited {
    background: transparent url(images/header.png) no-repeat 0 0;
    left: 0;
    width: 235px;
}
#header li#home-nav a:hover,
#header li#home-nav a:focus,
#header li#home-nav a:active,
#header li#home-nav a.current {
    background-position: 0 -104px;    
}
#header li#about-nav a,
#header li#about-nav a:link,
#header li#about-nav a:visited {
    background: transparent url(images/header.png) no-repeat -235px 0;
    left: 235px;
    width: 130px;
}
#header li#about-nav a:hover,
#header li#about-nav a:focus,
#header li#about-nav a:active,
#header li#about-nav a.current {
    background-position: -235px -104px;    
}
#header li#shows-nav a,
#header li#shows-nav a:link,
#header li#shows-nav a:visited {
    background: transparent url(images/header.png) no-repeat -370px 0;
    left: 370px;
    width: 130px;
}
#header li#shows-nav a:hover,
#header li#shows-nav a:focus,
#header li#shows-nav a:active,
#header li#shows-nav a.current {
    background-position: -370px -104px;    
}
#header li#contact-nav a,
#header li#contact-nav a:link,
#header li#contact-nav a:visited {
    background: transparent url(images/header.png) no-repeat -500px 0;
    left: 500px;
    width: 150px;
}
#header li#contact-nav a:hover,
#header li#contact-nav a:focus,
#header li#contact-nav a:active,
#header li#contact-nav a.current {
    background-position: -500px -104px;    
}

/* =MAIN CONTENT
   ----------------------------------------------------*/
#main-content {
    position: relative;
    top: 120px;
    /*background-color: #F6D382;*/
}

/* =HOME
   ----------------------------------------------------*/
#home #main-content {
    padding-left: 260px;
    position: relative;
    top: 120px;
    background-color: #F6D382;
    height: 500px;
    background: #FDE7B4 url(images/home-bg.png) no-repeat bottom left;
}
#home #main-content #form1 {
    margin-bottom: 30px;
}
#home #main-content #form1 label {
    margin-bottom: 10px;
    display: block;
}
#home #main-content input#password {
    margin-right: 10px;
}
#need-password {
    position: relative;
}
#need-password a {
    position: absolute;
    background: transparent url(images/need-password.png) no-repeat 0 -80px;
    width: 430px;
    height: 71px;
}
#need-password a:hover {
    position: absolute;
    background: transparent url(images/need-password.png) no-repeat 0 0;
    width: 430px;
    height: 71px;
}

/* =SHOWS
   ----------------------------------------------------*/
#shows #container {
    width: 800px;
}
#shows #main-content {
    padding-top: 120px;
    position: static;
    background-color: transparent;
    float: right;
    width: 505px;
}
#shows #main-content .overview {
    padding: 10px 0 0;
    background: transparent url(images/overview-bg.png) no-repeat 0 0;
    width: 505px;
    min-height: 700px;
}
#shows #main-content h2 {
    margin-bottom: 10px;
    padding: 10px 0 0;
    text-align: center;
}
#shows #main-content p {
    margin-bottom: 20px;
    padding: 0 20px;
    line-height: 1.5;
}
#shows #main-content ul {
    margin-bottom: 20px;
    padding: 0 20px 0 40px;
}
#shows #main-content li {
    margin: 0 0 5px 15px;
    margin-bottom: 5px;
    font-size: 1.5em;
    list-style-type: square;
}
#shows #main-content a,
#shows #main-content a:link,
#shows #main-content a:visited {
    text-decoration: none;
    color: #FA6D6D;
    font-weight: bold;
}
#shows #main-content a:hover,
#shows #main-content a:focus,
#shows #main-content a:active {
    color: #000;
}
#shows #sidebar {
    padding-top: 130px;
    float: left;
    width: 280px;
}
#shows #sidebar li a {
    padding: 0 50px 10px 0;
    display: block;
    float: left;
    padding-bottom: 10px;
}
#shows-overview-tab {
    position: absolute;
    left: -9999px;
}
#shows #sidebar ul li a.hover,
#shows #sidebar ul.ui-tabs-nav li.ui-tabs-selected a {
    background: transparent url(images/crown.png) no-repeat 245px 10px;
}
#shows #main-content p.download-bible,
#shows #main-content p.download-pilot {
	margin: 0 auto;
	text-align: center;
}
#shows #main-content p.download-bible a,
#shows #main-content p.download-pilot a {
	margin: 2em auto;
	display: block;
	text-align: center;
	text-indent: -9999px;
	outline: 0;
}
#shows #main-content p.download-bible a {
	width: 298px;
	height: 129px;
	background: transparent url(images/download-bible.png) 0 0 no-repeat;
}
#shows #main-content p.download-bible a:hover {
	background: transparent url(images/download-bible.png) 0 -129px no-repeat;
}
#shows #main-content p.download-pilot a {
	width: 298px;
	height: 134px;
	background: transparent url(images/download-pilot.png) 0 0 no-repeat;
}
#shows #main-content p.download-pilot a:hover {
	background: transparent url(images/download-pilot.png) 0 -134px no-repeat;
}

/* =ABOUT
   ----------------------------------------------------*/
#about #main-content {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 630px;
}
#about #main-content .first {
}
#about #overview {
    padding: 100px 50px 30px;
    background: transparent url(images/crown-bg.png) no-repeat 50% 10px;
}
#about #overview p {
    margin: 0 auto 20px;
    padding: 0;
    float: none;
    width: 100%;
    text-align: justify;
}
#about .bio {
    margin-bottom: 20px;
    clear: both;
}
#about h2 {
    float: left;
    width: 130px;
    text-align: center;
}
#about p {
    padding-right: 20px;
    float: right;
    width: 465px;
    line-height: 1.1;
}


/* =CONTACT
   ----------------------------------------------------*/
#contact #container {
    background: #FDE7B4 url(images/contact-bg.png) no-repeat 500px 120px;
    min-height: 600px;
}
#contact #main-content {
    background: transparent url(images/contact-info-bg.png) no-repeat 0 0;
    margin-left: 75px;
    padding: 10px 0;
    width: 360px;
}
#contact #main-content h2 {
    margin: 20px auto;
    width: 251px;
    height: 50px;
    text-indent: -9999px;
    background: transparent url(images/give-us-a-holler.png) no-repeat 0 0;
}
#contact #main-content p {
    margin: 20px 0 50px;
    text-align: center;
}
#contact #main-content a {
    text-indent: -9999px;
}
#contact p#greasy {
    padding-left: 28px;
}
#contact p#greasy a {
    display: block;
    height: 23px;
    background: transparent url(images/email-greasy.png) no-repeat 0 0;
}
#contact p#greasy a:hover {
    background: transparent url(images/email-greasy.png) no-repeat 0 -23px;
}
#contact p#ian {
    margin-top: -45px;
    padding-left: 45px;
}
#contact p#ian a {
    display: block;
    height: 23px;
    background: transparent url(images/email-ian.png) no-repeat 0 0;
}
#contact p#ian a:hover {
    display: block;
    height: 23px;
    background: transparent url(images/email-ian.png) no-repeat 0 -23px;
}
#contact p#jaelyn {
    margin-top: -45px;
    padding-left: 32px;
}
#contact p#jaelyn a {
    display: block;
    height: 23px;
    background: transparent url(images/email-jaelyn.png) no-repeat 0 0;
}
#contact p#jaelyn a:hover {
    background: transparent url(images/email-jaelyn.png) no-repeat 0 -23px;
}

/* =TABS
   ----------------------------------------------------*/
.ui-tabs-hide {
    position: absolute;
    left: -9999px;
}


/* =CLEARFIX
   ----------------------------------------------------*/
#about .bio:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}



