/* CLEARS AND STUFF */

.clearall {
	clear: both;
}

/* LOSE THE BORDERS */

.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor .format_text,
.custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment,
dl#comment_list dl dt, dl#comment_list dl dd .format_text {
	border-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}

.custom #content_box, .custom #column_wrap {
	background: none;
}

/* BODY */

body.custom {
	background:#3399FF;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.custom #page {
	margin:1.2em 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

/* Header */

.custom #header {
	height:200px;
	width:auto;
	padding-bottom:1.2em;
	padding-top:1.2em;
	}

.custom #header #logo a {
	text-align:center;
	display: block; 
	height: 200px; 
	width:auto;
	background: url(images/logo.png) no-repeat top center; 
	outline: none; 
}


.custom #header #logo { 
	text-indent: -9999px; 
}

/* Nav Bar */

#nav {
    width: 100%;
	height:30px;
    float: left;
	margin-bottom: 10px;
    padding: 0;
}

#nav ul {
    list-style: none;
    margin: 0 auto;
    padding: 0; }

#nav li {float: left;}

#nav li.home {border-right:1px solid;border-color: #3399FF;}
#nav li.about {border-right:1px solid;border-color: #3399FF;}
#nav li.donations {border-right:1px solid;border-color: #3399FF;}
#nav li.performers {border-right:1px solid;border-color: #3399FF;}
#nav li.sponsors {border-right:1px solid;border-color: #3399FF;}
#nav li.about-haiti {}


#nav li a {
	color:#000000;
    display: block;
    text-decoration: none;
	font-size:160%;
	text-transform:uppercase;
	font-weight:bold;
	outline:none;
	padding: 0.3em 2.0em;
}

#nav li a:hover {color:#3399FF;}

/* Ad Space */

#leaderboard_top {
height:172px;
width:550px;
margin:0 auto;
}

.custom #content_box {
margin-top:20px;
}

/* General Sidebar */

.custom .sidebar h3 {
font-size:18px;
color:#000000;
font-weight:bold;
line-height:1.385em;
margin-bottom:0.692em;
}

/* Post Headings */

.custom .headline_area h2 {
font-size:18px;
color:#000000;
font-weight:bold;
line-height:1.385em;
margin-bottom:0.692em;
font-variant:small-caps;
letter-spacing:2px;
}

.custom #archive_info {
	padding-top:2.2em;
	padding-bottom:0;
	padding-left:2em;
	padding-right:0;
	}

.custom #archive_info h1 {
font-size:18px;
color:#000000;
font-weight:bold;
line-height:1.385em;
margin-bottom:0.692em;
font-variant:small-caps;
letter-spacing:2px;
}

/* Comedian List */

li.featured_com {
	margin:1.2em 0;
	}
	
li.featured_com img{
	border:#3399ff 1px solid;
	}
	
p.comedian_info{
	width:100px;
	margin-left:5px;
	padding-top:1em;
	font-size:130%;
	}
	
p.comedian_info a:hover{text-decoration:none;}

/* Archives Page */

.custom #archive_info p {display:none;}

.custom .teaser h2 {font-weight:bold;}

/* Custom Home Page */

.home_page {padding-top:2.0em;}

.home_format_text {
	font-size:1.4em;
	line-height:1.571em;
	}

.home_format_text p {
	margin-bottom:1.571em;
	padding:0 1.2em;
	font-size:120%;
	}

.custom .donate-button {text-align:center;}

/* Twitter List */

.custom #tbheader {display:none;}

/* PayPal buttons */

.custom .don_banner {width:550px; height:180px;}
.custom .paypal {width:380px;height:80px;}

.custom .paypal form{float:right;}

.custom .paypal p{width:140px;float:right; font-weight:bold; vertical-align:text-bottom;}

.custom .paypal p.paypal_donor {width:200px;}
.custom .paypal .pp_description {width:500px;}

.custom .paypal input {
border-width:0.071em;
padding:0.214em;
width:auto!important;
}

/* Tags, Navigation, etc */

.custom #wp_page_numbers {
	margin:10px 0;
	width:100%;
	}

.custom p.post_tags {display:none;}
.custom #comments {display:none;}
.custom .prev_next {display:none;}

/* Footer Sponsors */


.custom #sponsor_banners {
	height: 120px;
	width:960px;
	outline: none; 
}

.custom #sponsor_banners ul {
	height: 120px;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}

.custom #sponsor_banners li {
	display:inline;
	height: 120px;
	width:400px;
	padding:0 20px;
	}

.custom #sponsor_banners li a{
	height: 120px;
	width:400px;
	}
	
	
	
custom #sponsor_banners ul li a img {
	vertical-align:top;
}
	
	
	
.custom .footer_attribution p{color:#000000;}
.custom #footer a{color:#2361A1;}
