/*
Theme Name: Keith Comedy
Theme URI: http://www.keithcomedy.com/
Description: Custom Theme for Keith Alberstradt's homepage.
Version: 1.0
Author: Stephen Spann
Author URI: http://www.0x7048.com/
Tags: custom
*/

/* defaults */
html, body {
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0;
	padding: 0;
	background-color: #666;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
}

a.underline {
	text-decoration:underline;
}

/* default titles (replaced by sifr) */

h1 {
	font-size: 70px;
	display: inline;
	letter-spacing: -1px;
	margin: 0px;
	color: #000000;
}

h2 {
	font-size: 40px;
	display: inline;
	letter-spacing: -1px;
	margin: 0px;
	color: #ffffff;
}

h3 {
	font-size: 35px;
	display: inline;
	letter-spacing: -1px;
	margin: 0px;
	color: #990000;
}

h4 {
	font-size: 50px;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	color: #990000;
}

h5 {
	font-size: 25px;
	display: inline;
	letter-spacing: -1px;
	margin: 0px;
	color: #990000;
	font-weight:bold;
	text-decoration: underline;
}

/* global classes */
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/* backgrounds / wrappers */
#outerWrapper, #topBackground, #bottomBackground {
	width: 1000px;
	margin: 0 auto;
}

#outerWrapper {
	background-image:url(images/backgroundRepeat.jpg);
	background-repeat: repeat-y;
	
}

#topBackground {
	background-image:url(images/backgroundTop.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#home #topBackground {
	background-image:url(images/backgroundHomeTop.jpg);
}

#bottomBackground {
	background-image:url(images/backgroundBottom.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	
}


/* sidebar */


#sidebarWrapper {
	width: 210px;
	margin-top: 2px;
	margin-left: 30px;
	
}

#sidebarTop {
	margin-top: 4px;
	width: 210px;
	height: 17px;
	background-image:url(images/sidebarTop.png);
	background-position: top;
	background-repeat: no-repeat;
}
#sidebarBottom {
	width: 210px;
	height: 13px;
	background-image:url(images/sidebarBottom.png);
	background-position: center;
	background-repeat: no-repeat;
	
}

#sidebarContent {
	padding: 0 10px;
	padding-left: 20px;
	background-image:url(images/sidebarRepeat.png);
	background-position: center;
	background-repeat: repeat-y;
}

/* wide sidebar mods */
#sidebarWrapper.wide {
	width: 330px;
}
#sidebarWrapper.wide #sidebarTop {
	width: 330px;
	height: 31px;
	background-image:url(images/sidebarTopWide.png);
}
#sidebarWrapper.wide #sidebarBottom {
	width: 330px;
	background-image:url(images/sidebarBottomWide.png);	
}
#sidebarWrapper.wide #sidebarContent {
	background-image:url(images/sidebarRepeatWide.png);
}

#sidebarWrapper.wide #sidebarContent ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#sidebarWrapper.wide #sidebarContent li {
	padding: 5px 0;
}

.sidebarSpacer {
	height: 10px;
}

ul.recent_posts {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}

ul.recent_posts li {
	padding: 5px 0;
}


/* homepage is a bit wider than the rest of the pages */
#homeWrapper {
	width: 867px;
	margin-left: 94px;
}

#contentWrapper {
	width: 754px;
	margin-left: 47px;
	margin-top: 10px;
}

/* footer */
#footerPush {
	height:120px;
}



/* header */
#defaultHeader {
	width: 655px;
	height: 92px;
	padding-top: 40px;
	margin-left: 144px;
}

#headerTitle {
	float: left;
	width: 525px;
	overflow: hidden;
}

#headerLinks {
	float: right;
	text-align: right;
	font-size: 12px;
}

#headerLinks ul {
	list-style-type: none;
	padding-left: 0px;
}

/* main navigation */
#mainNavigation {
	clear: both;
	font-size: 12px;
}

#mainNavigation ul {
	padding-left: 0px;
}

#mainNavigation li {
	color: #999999;
	display: inline;
	font-weight: bold;
	margin-right: 5px;
}

#mainNavigation li.last {
	margin-right: 0px;
}

#mainNavigation a {
	color: #000;
	text-transform:uppercase;
}

#mainNavigation a:hover {
	color: #999999;
}

/* content */
#pageTitle {
	margin-left: 120px;
}

/* homepage */

#flashWrapper {
	
	
}

.homePod {
	width: 272px;
	height: 177px;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
	background-color: #eeeeee;
	border: solid 1px #cccccc;
}

#merchandise img {
	border: solid 1px #9c9c9c;
}

#home #newsletter td {
	padding: 0.3em;
}

#home #newsletter ul {
	display: inline;
	list-style-type: none;
	padding-left: 0px;
}

#home #newsletter li {
	display: inline;
}

#home #newsletter img {
	border: none;
}

#homepageFindMe {
	border-bottom: solid 1px #cccccc; 
	padding-bottom: 5px;
	width: 250px;
	margin-bottom: 5px;
}

#homepageSignup {
	padding-top: 5px;
}

#homeTable {
	margin-top: 16px;
	background-image:url(images/homeTableBackground.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#homeSidebarRightTop {
	width: 172px;
	padding-top: 30px;
	padding-right: 20px;
	background-image:url(images/homeSidebarRightTop.jpg);
	background-repeat: no-repeat;
}

#homeSidebarRightBottom {
	width: 192px;
	background-image:url(images/homeSidebarRightBottom.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	padding-bottom: 50px;
}



#homeSidebarLeftBottom {
	width: 48px;
	background-image:url(images/homeSidebarLeftBottom.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	padding-bottom: 50px;
}




/* writings section */


#postWrapper {
	width: 715px;
}

#bioWrapper {
	width: 360px;
}

#postWrapper.narrow {
	width: 505px;
}

#postHeader {
	height: 60px;
}

#postTitle {
	margin-top: 10px;
	/* styles applied to the date */
	font-size: 11px;
	color: #999999;
	line-height: 0px;
}

/* post navigation */
#postNavigation {
	font-size: 12px;
}

#postNavigation ul {
	margin-top: 25px;
}

#postNavigation li {
	color: #990000;
	display: inline;
	margin-right: 5px;
}

#postNavigation li.last {
	margin-right: 0px;
}

#postContent {
	clear: both;
	margin-top: 20px;
	min-height: 400px;
}

/* post comments */
#commentform #comment {
	width: 700px;
}

/* bio section */
#bookingPacket td {
	border-collapse: collapse;
}

#bookingPacket th, #bookingPacket td {
	padding: 0.3em;
}

#bookingPacket img {
	border: 0px;
}

#bookingPacket a {
	font-size: 12px;
}

/* photos section */
#photoGallery img {

}

/* tour dates (gigpress) */
.gigpress-table {
	width: 100%;
	margin-top: 20px;
}

.gigpress-table th {
	text-align: left;
}

/* testimonials page (collision testimonials) */
.tabbedNav {
	margin: 20px 0;
}


.tabbedNav td {
	padding: 0.3em;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #666;
	border-top: 1px hidden;
	text-align: center;
}

.tabbedNav td.selected {
	border-bottom: 1px hidden;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
}

.tabbedNav td.first {
	border-left: 1px hidden;
}

.tabbedNav td.last {
	border-right: 1px hidden;
}

#message {
	padding: 10px;
	margin: 10px 0;
	background-color:#fffff4;
	border: 1px solid #000;
}

/* mailing list page */

#mailingListTable td {
	padding: 0.3em;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;

}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 25px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}


/* revised homepage */

#keith_wrapper {
	position: relative;
	width: 676px;
	height: 276px;
}

#keith_wrapper img {
	border: 0;
}

#keith_left {
	margin: 0; 
	padding: 0; 
	border: 0;
	position: absolute;
	left: 0px;
	top: -1px;
}

#keith_right {
	margin: 0; 
	padding: 0; 
	border: 0;
	position: absolute;
	left: 146px;
	top: 106px;
}

#paper_left {
	margin: 0; 
	padding: 0; 
	border: 0;
	position: absolute;
	left: 659px;
	top: 0px;
}

#slide_wrapper {
	position: absolute;
	top: 0px;
	left: 90px;
}

#slide1, #slide2, #slide3, #slide4 {

	position: absolute;
	top: 0px;
	left: 0px;

}

#slideshow_nav {
	position: absolute;
	top: 252px;
	background-color: #323232;
	width: 676px;
	height: 24px;
	text-align: right;
}

#slideshow_nav img {
	margin-right: 10px;
}

#slide1_post_title {
	position: absolute;
	top: 50px;
	left: 130px;
	width: 250px;
	height: 200px;
}
