/*
Theme Name: Sins Con Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme for Sins Con 2010
Author: Erin Kosewic
*/


*{
	margin: 0;
	padding: 0;
}
body{
	background: #0b0004 url(_gfx/body_bg.gif) top center repeat-y;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #fff;
}
#wrapper{
	width: 960px;
	margin: 0 auto;
}
#header{
	width: 100%;
	background: url(_gfx/sub_head.gif) top center no-repeat;
	height: 155px;
}
.home #header{
	background: url(_gfx/home_head.gif) top center no-repeat;
}
#header h1 a{
	height: 155px;
	width: 100%;
	display: block;
	text-indent: -4000px;
	text-decoration: none;
}
#main{
	width: 705px;
	padding-left: 15px;
	float: right;
	display: inline;
}
.home #main{
	height: 710px;
	background: url(_gfx/home_update.png) 0 100px no-repeat;
}
#main .post{
	width: 705px;
	margin-bottom: 15px;
}
#main ol, #main ul{
	padding: 0 15px;	
}
#main li{
	margin: 8px 0;
	margin-left: 10px;
}
#main #respond{
	margin: 10px 0;	
}
#main a{
	color: #fff;
	text-decoration: underline;
}
#main h2{
	margin: 8px 0;
}
#main p{
	margin: 15px 0;
	line-height: 135%;	
}
#main a:hover{
	color: #2eff00;
	text-decoration: none;
}
.home #main #featured{
	margin: 60px 0 10px 45px;
	width: 350px;
	height: 195px;
}
#menu{
	width: 240px;
	float: left;
	display: inline;
}
#menu ul{
	width: 240px;
}
#menu li{
	display: block;
	width: 240px;	
}
#menu li a{
	display: block;
	width: 240px;
	text-indent: -4000px;
	height: 55px;
}
#menu .about a{
	background: url(_gfx/about.gif) 0 0 no-repeat;
}
#menu .guests a{
	background: url(_gfx/guests.gif) 0 0 no-repeat;
}
#menu .schedule a{
	background: url(_gfx/schedule.gif) 0 0 no-repeat;
}
#menu .register a{
	background: url(_gfx/register.gif) 0 0 no-repeat;
}
#menu .casting a{
	background: url(_gfx/casting.gif) 0 0 no-repeat;
}
#menu .news a{
	background: url(_gfx/news.gif) 0 0 no-repeat;
}
#menu .travel a{
	background: url(_gfx/travel.gif) 0 0 no-repeat;
}
#menu .things a{
	background: url(_gfx/los_angeles.gif) 0 0 no-repeat;
}
#menu .coming a{
	background: url(_gfx/coming.gif) 0 0 no-repeat;
}
#menu .sponsors a{
	background: url(_gfx/sponsors.gif) 0 0 no-repeat;
}
#menu .media a{
	background: url(_gfx/media.gif) 0 0 no-repeat;
}
#menu .links a{
	background: url(_gfx/links.gif) 0 0 no-repeat;
}
#menu .about a:hover{ background: url(_gfx/about.gif) 0 -55px no-repeat;}
#menu .guests a:hover{ background: url(_gfx/guests.gif) 0 -55px no-repeat;}
#menu .schedule a:hover{ background: url(_gfx/schedule.gif) 0 -55px no-repeat;}
#menu .register a:hover{ background: url(_gfx/register.gif) 0 -55px no-repeat;}
#menu .casting a:hover{ background: url(_gfx/casting.gif) 0 -55px no-repeat;}
#menu .news a:hover{ background: url(_gfx/news.gif) 0 -55px no-repeat;}
#menu .travel a:hover{ background: url(_gfx/travel.gif) 0 -55px no-repeat;}
#menu .things a:hover{ background: url(_gfx/los_angeles.gif) 0 -55px no-repeat;}
#menu .coming a:hover{ background: url(_gfx/coming.gif) 0 -55px no-repeat;}
#menu .sponsors a:hover{ background: url(_gfx/sponsors.gif) 0 -55px no-repeat;}
#menu .media a:hover{ background: url(_gfx/media.gif) 0 -55px no-repeat;}
#menu .links a:hover{ background: url(_gfx/links.gif) 0 -55px no-repeat;}

#comment{
	width: 690px;
	background: #2e0610;
	border: 1px solid #646173;
	color: #fff;
	padding: 5px;
}

#submit, #submitForm{
	color: #fff;
	background: #1c0007;
	cursor: pointer;
	border: 1px solid #646173;
	padding: 3px;
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}

/*	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 {
	margin: 4px 4px 6px 11px;
	display: inline;
	}

img.alignleft {
	margin: 4px 11px 6px 4px;
	display: inline;
	}

.alignright {
	float: right;
	}

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

#reg_form, #coming_table{
	margin-bottom: 25px;
}

#reg_form .text_label{
	display: block;
	width: 260px;
	float: left;
	clear: both;
	margin: 5px 0;
}
#reg_form .text_input, #reg_form .state_select{
	display: block;
	width: 200px;
	float: left;
	margin: 5px 0;
}
#reg_form #total{
	font-size: 1.25em;
	font-weight: bold;
	color:#FF0000;
}

.error_wrap{
	display: block;	
}
.errorText{
	display: block;	
	float: left;
	margin: 5px;
}

#coming_table{
	width: 680px;
	background: #2e0610;
	border-top: 1px solid #646173;
	border-left: 1px solid #646173;
	border-right: 1px solid #646173;
	color: #fff;
}

#coming_table th{
	background: #003;	
	padding: 5px;
	border-bottom: 1px solid #646173;
}

#coming_table td{
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #333;
}
