@charset "utf-8";
/* CSS Document */

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, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html{
	min-height:100%;
	}

body {
	background:#000000 url(http://rareaustin.com/images/gradient.jpg) repeat-x top left;
	color:#e4e4e4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	}
	
	p, ul{
		margin-bottom:12px;
		}
	
	div#wrap {
		background:url(http://rareaustin.com/images/stpaddysBGmain3.jpg) top left no-repeat;
		min-height:700px;
		height:100%;
		margin-left:40px;
		width:1000px;
		}
		
		div#wrap h1{
			background:url(http://rareaustin.com/images/h1title.png) top left no-repeat;
			display:block;
			float:left;
			height:253px;
			margin:13px 0 0 8px;
			text-indent:-9999px;
			width:253px;
			}
			
		div#wrap div#sponsors {
			float:right;
			margin:343px 180px 0 0;
			}
			
			div#wrap div#sponsors h3.hill {
				background:url(http://rareaustin.com/images/hill16.jpg) top left no-repeat;
				display:block;
				height:63px;
				text-indent:-9999px;
				width:44px;
				}
				
			div#wrap div#sponsors h3.guinness a {
				background:url(http://rareaustin.com/images/guinness.jpg) top left no-repeat;
				display:block;
				height:60px;
				left:60px;
				margin:10px 0 20px 0; 
				position:relative;
				text-indent:-9999px;
				top:-50px;
				width:115px;
				}
				
			div#wrap div#sponsors h3.deep a{
				background:url(http://rareaustin.com/images/deepeddy.jpg) top left no-repeat;
				display:block;
				height:58px;
				margin:10px 0 20px 0; 
				position:relative;
				text-indent:-9999px;
				top:-60px;
				width:112px;
				}
				
			div#wrap div#sponsors h3.authority a {
				background:url(http://rareaustin.com/images/authority2.jpg) top left no-repeat;
				display:block;
				height:41px;
				left:38px;
				margin:10px 0 20px 0;
				position:relative;
				text-indent:-9999px;
				top:-70px;
				width:120px; 
				}
		
		div#wrap div#content{
			background:url(http://rareaustin.com/images/contentbg.png) top center repeat-y;
			height:100%;
			margin-left:217px;
			padding:78px 57px;
			width:300px;
			}
			
			div#wrap div#content div {
				border-bottom:double 4px #008e47;
				margin-bottom:24px;
				padding-bottom:24px;
				}
				
			div#wrap div#content h2 {
				margin-bottom:18px;
				}
				
				div#wrap div#content div h2.friday{
					background: url(http://rareaustin.com/images/friday.png) top left no-repeat;
					display:block;
					height:100px;
					text-indent:-9999px;
					width:283px;					
					}
					
				div#wrap div#content h2.rsvp{
					background: url(http://rareaustin.com/images/rsvp.png) top left no-repeat;
					display:block;
					height:18px;
					text-indent:-9999px;
					width:56px;					
					}
				
			div#wrap div#content ul li{
				font-weight:bold;
				list-style:none;
				}
				
				div#wrap div#content ul li:first-child{
					font-size:24px;
					}
					
			form input[type="text"] {
				margin-top:8px;
				width:250px;
				}
			
			form input[type="submit"] {
				background-color:#008e47;
				border:none;
				color:#FFF;
				cursor:pointer;
				text-transform:uppercase;
				}

