/*
Theme Name: SU Showcase 2010
Theme URI: http://syracuseshowcase.com
Version: 1.0
Author: Joe Tannenbaum
Author URI: http://joetannenbaumdesign.com
*/



* {
	padding:0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
body {
	background:url(images/body_bg.jpg) 50% 0 #000 no-repeat;
	color:#fff;
}
body.single {
	background:#fff;
	color:#000;
	padding:10px;
}
hr {
	clear:both;
	visibility:hidden;
}
p {
	margin:10px 0;
	line-height:18px;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
}
ul, ol {
	padding-left:20px;
}
blockquote {
	padding:0 20px;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:10px;
}
.alignleft {
	float:left;
	margin-right:10px;
}
.alignright {
	float:right;
	margin-left:10px;
}
#wrap {
	width:750px;
	margin:0 auto;
	padding-top:200px;
	height:600px;
}
.actor {
	width:150px;
	text-align:center;
	float:left;
	padding-top:10px;
	background:url(images/photo_glow.png) no-repeat 27px -209px;
	margin-bottom:20px;
	cursor:pointer;
	display:block;
}
.actor:hover {
	background:url(images/photo_glow.png) no-repeat 27px 2px;
}
.actor img {
	width:80px;
	height:80px;
	clear:both;
	border:0;
	/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
}
#details {
	position:fixed;
	width:100%;
	background:#ccc;
	height:300px;
	bottom:-300px;
	z-index:1000;
	color:#000;
}
#details #shadow_bg {
	background:url(images/slide_shadow.png) repeat-x;
	height:80px;
	width:100%;
	margin-top:-42px;
}
#details #details_button {
	display:block;
	background:url(images/details_button.png) no-repeat;
	width:184px;
	height:42px;
	margin:0 auto;
	margin-top:-79px;
	cursor:pointer;	
}
.left_column {
	position:fixed;
	left:10px;
	top:10px;
}
.left_column img {
	width:300px;
}
.right_column {
	padding-left:310px;
	width:470px;
}
.right_column h2 {
	font-size:30px;
	color:#cc0000;
	font-weight:normal;
	text-align:center;
}
.right_column table {
	border-collapse:collapse;
	width:100%;
}
.right_column table td {
	padding:3px;
	vertical-align:top;
}
.right_column table strong {
	text-transform:uppercase;
	text-decoration:underline;
}
#rsvp_form td {
	vertical-align:top;
	padding:2px;
}
#rsvp_form td input.text_input, #rsvp_form td textarea {
	width:300px;
	padding:2px;
	border:1px solid #999;
}
#rsvp_form td input.text_input:hover, #rsvp_form td textarea:hover, #rsvp_form td input.text_input:focus, #rsvp_form td textarea:focus {
	border:1px solid #cc0000;
}
.check_label:hover {
	color:#cc0000;
}
#rsvp_form td textarea {
	height:125px;
}
input#submit {
	border:1px solid #999;
	padding:5px;
	background:#fff;
	cursor:pointer;
}
input#submit:hover {
	color:#cc0000;
	border:1px solid #cc0000;
}
label {
	cursor:pointer;
}
#rsvp_form {
	margin-top:10px;
	float:left;
	border-collapse:collapse;
}
#show_info {
	width:350px;
	float:left;
	margin-top:10px;
	padding:0 20px 0 0;
	margin-right:20px;
	border-right:1px solid #999;
	height:260px;
}
#show_info h2 {
	text-transform:uppercase;
	border-bottom:1px solid #fff;
	color:#666;
}
#show_info p {
	margin-top:5px;
}
#info_wrap {
	margin:0 auto;
	width:800px;
}
#rsvp_success {
	width:300px;
	height:280px;
	float:left;
	padding-top:100px;
	text-align:center;
	color:#cc0000;
}