/*-- reset styles --*/
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
input, select, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*----------------------------------------------*/

/*-- top level styles --*/
body {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}

p, div, span, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
input, textarea, select {
	color: #000000;
	padding: 2px;
}
p {
	margin: 10px 0px;
}
p span {
	color: #ffff00;
}
a:link, a:active, a:visited {
	color: #ffff00;
	text-decoration: underline;
}
a:hover {
	color: #ffff00;
	text-decoration: underline;
}
/*-- classes --*/
.errorMsg {
	padding-bottom: 15px;
}
.error {
	font-weight: bold;
	color: #f6ff00;
}
.alt {
	position: absolute;
	top: -1000px;
	left: -1000px;
}
.homeBg {
	/*background: #000000 url(/pub-share/garageshow/images/body_bg.gif) top left repeat-x;*/
	background: #000000;
}
.rsvpBg {
	background: #000000;
}
td.infoRow {
	padding-bottom: 20px;
	vertical-align: top;
}
td.formRow {
	padding-bottom: 5px;
	vertical-align: top;
}
.rsvpMsg {
	font-size: 14px;
	font-weight: bold;
}
/*-- container --*/
#container {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	min-width: 980px;
	height: 750px;
}
/*-- body content --*/
#homeMain {
	position: relative;
	margin: 0 auto;
	width: 578px;
	height: 708px;
	background: transparent url(/pub-share/garageshow/images/home_main.jpg) top center no-repeat;
}
#facebook {
	position: relative;
	margin: 15px auto;
	width: 547px;
	font-weight: bold;
	text-align: center;
}
#rsvpMain {	
	position: relative;
	margin: 25px auto 0px auto;
	padding-left: 600px;
	width: 430px;
	height: 711px;
	background: transparent url(/pub-share/garageshow/images/rsvp_main.jpg) top left no-repeat;
}

#rsvpMainAustin {	
	position: relative;
	margin: 25px auto 0px auto;
	padding-left: 600px;
	width: 430px;
	height: 711px;
	background: transparent url(/pub-share/garageshow/images/rsvp_main_austin.jpg) top left no-repeat;
}
/*-- buttons --*/
#rsvpBtnHome a:link, #rsvpBtnHome a:active, #rsvpBtnHome a:visited  {
	position: absolute;
	top: 593px;
	left: 356px;
	padding: 48px 0 0 0;
	width: 158px;
	height: 0px !important; 
	height /**/:48px; /* for IE5/Win */
	background: url(/pub-share/garageshow/images/rsvp_btn.gif) 0px 0px;
	overflow: hidden;
}
#rsvpBtnHome a:hover {
	background-position: 0 -48px;
}
#rsvpClickBtnHome a:link, #rsvpClickBtnHome a:active, #rsvpClickBtnHome a:visited, #rsvpClickBtnHome a:hover  {
	position: absolute;
	top: 629px;
	left: 120px;
	padding: 32px 0 0 0;
	width: 330px;
	height: 0px !important; 
	height /**/:32px; /* for IE5/Win */
	background: url(/pub-share/garageshow/images/rsvp_click_btn.gif) 0px 0px;
	overflow: hidden;
}
input.submit {
	width: 60px;
	height: 25px;
	background-color: #bababa;
	text-align: center;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	border: none;
	padding: 0px;
	cursor: pointer;
}
input.submit:hover {
	color: #000000;
	background-color: #ffff00;
}

/**** TWO COLUMN LAYOUT ***/
#twoColumnWrapper {	
	width: 775px;
	margin: 0 auto;
	padding-left: 60px;
}

.eventColumn {
	width: 272px;
	margin: 42px;
	float: left;
}

.clearBoth {
	clear: both;
}

a.rsvpSmall {
	
}

a.rsvpSmall .rsvpSmallImg {
	background: url(/pub-share/garageshow/images/rsvp_btn_small.gif) 0 0;
	width: 272px; 
	height: 44px;
}

a:hover.rsvpSmall .rsvpSmallImg {
	background-position: 0 -44px;
}

.eventTitle { 
	color: #ffff00;
	font-weight: bold;
	font-size: 15px;
}
