/* 

Rum Bar Restaurant & Lounge [http://www.rum-bar.com]
Author: Phoenix Design [http://www.tacomaphoenix.com]

 */

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,
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #55503b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.875em;
	line-height:1.15em;
	background:url(images/bg.jpg) top repeat-x;
}
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: "" "";
}


/* Structure */

#shroud{
	width:1024px;
	min-height:768px;
	background:url(images/shroud.png) top center no-repeat;
	margin:0 auto;
}

#wrap{
	width:980px;
	margin:0 auto;
}

#header{
	height:217px;
}

#content{
	clear:both;
	height:646px;
	width:940px;
	margin:0 auto;
	background:url(images/contentbg.png) no-repeat;
}

#event-content{
	clear:both;
	height:871px;
	width:940px;
	margin:0 auto;
	background:url(images/event-bg.png) no-repeat;
}

#contentWrap{
	width:700px;
	margin:0 auto;
	padding-top:20px;
	padding-right:80px;
}

#menuWrap{
	width:750px;
	margin:0 auto;
	padding-top:20px;
	padding-right:10px;
}

#rumList{
	width:150px;
	float:left;
	padding-top:10px;
}

#whiteRums{
	width:570px;
	height:452px;
	background:url(images/white-list.png) no-repeat;
	padding-top:20px;
	padding-left:30px;
	float:right;
}

#cachacasRums{
	width:570px;
	height:452px;
	background:url(images/cachacas-list.png) no-repeat;
	padding-top:20px;
	padding-left:30px;
	float:right;
}

#overproofRums{
	width:570px;
	height:452px;
	background:url(images/overproof-list.png) no-repeat;
	padding-top:20px;
	padding-left:30px;
	float:right;
}

#whiteRums p{
	padding-bottom:3px;
}

#flavoredRums{
	width:570px;
	height:452px;
	background:url(images/flavored-list.png) no-repeat;
	padding-top:4px;
	padding-left:30px;
	float:right;
}

#flavoredRums p{
	padding-bottom:.5px;
}

#goldRums{
	width:570px;
	height:452px;
	background:url(images/gold-list.png) no-repeat;
	padding-top:20px;
	padding-left:30px;
	float:right;
}

#goldRums p{
	padding-bottom:3px;
}

#darkRums{
	width:570px;
	height:452px;
	background:url(images/dark-list.png) no-repeat;
	padding-top:20px;
	padding-left:30px;
	float:right;
}

#darkRums p{
	padding-bottom:3px;
}

#anejoRums{
	width:570px;
	height:452px;
	background:url(images/anejo-list.png) no-repeat;
	padding-top:4px;
	padding-left:30px;
	float:right;
}

#agricoleRums{
	width:570px;
	height:452px;
	background:url(images/agricole-list.png) no-repeat;
	padding-top:4px;
	padding-left:30px;
	float:right;
}

#anejoRight{
	width:310px;
	float:right;
}

#anejoLeft{
	width:260px;
	float:left;
}

#anejoRums p{
	padding-bottom:3px;
}

#bartenders{
	width:660px;
}

#eventWrap{
	width:700px;
}

#leftEvent{
	width:350px;
	float:left;
}

#rightEvent{
	width:300px;
	float:right;
}

#leftPress{
	width:350px;
	float:left;
}

#eventWrap a{
	text-decoration:none;
	color:#55503b;
	border-bottom:1pt dotted #55503b;
}

#rightEvent a{
	line-height:2em;
}
 
 

/* Navigation */

ul.nav{
	width:750px;
	margin:0 auto;
	padding-left:20px;
	padding-top:20px;
}

#navigation ul.nav li{
	float:left;
	list-style-type:none;
}

#navigation ul.nav li a{
	display:block;
	float:left;
	text-decoration:none;
	padding-left:10px;
}

a.homeLink{
	display:block;
	background:url(images/home.png) 0 0 no-repeat;
	height:30px;
	width:52px;
	overflow:hidden;
}

a:hover.homeLink{
	background-position:0 -30px;
}

a.menuLink{
	display:block;
	background:url(images/menu.png) 0 0 no-repeat;
	height:30px;
	width:52px;
	overflow:hidden;
}

a:hover.menuLink{
	background-position:0 -30px;
}

a.eventsLink{
	display:block;
	background:url(images/events.png) 0 0 no-repeat;
	height:30px;
	width:65px;
	overflow:hidden;
}

a:hover.eventsLink{
	background-position:0 -30px;
}

a.photosLink{
	display:block;
	background:url(images/photos.png) 0 0 no-repeat;
	height:30px;
	width:65px;
	overflow:hidden;
}

a:hover.photosLink{
	background-position:0 -30px;
}

a.bartendersLink{
	display:block;
	background:url(images/bartenders.png) 0 0 no-repeat;
	height:30px;
	width:109px;
	overflow:hidden;
}

a:hover.bartendersLink{
	background-position:0 -30px;
}

a.pressLink{
	display:block;
	background:url(images/press.png) 0 0 no-repeat;
	height:30px;
	width:109px;
	overflow:hidden;
}

a:hover.pressLink{
	background-position:0 -30px;
}

a.reservationsLink{
	display:block;
	background:url(images/reservations.png) 0 0 no-repeat;
	height:30px;
	width:122px;
	overflow:hidden;
}

a:hover.reservationsLink{
	background-position:0 -30px;
}

a.contactLink{
	display:block;
	background:url(images/contact.png) 0 0 no-repeat;
	height:30px;
	width:84px;
	overflow:hidden;
}

a:hover.contactLink{
	background-position:0 -30px;
}

a.active{
	background-position:0 -30px;
}

/* Content */

.startLetter{
	font-size:1.5em;
	font-weight:bold;
}

.rumTitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#55503b;
}

.rumLocation{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#55503b;
}

.eventDay{
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}

.pressDate{
	font-size:.75em;
	font-weight:bold;
}

.input{
	display:block;
	width:300px;
	height:20px;
	padding:5px;
	border:1pt solid #55503b;
	margin-top:5px;
	margin-bottom:1px;
	color:#55503b;
}

textarea{
	display:block;
	width:300px;
	height:200px;
	padding:5px;
	border:1pt solid #55503b;
	margin-top:5px;
	margin-bottom:5px;
	color:#55503b;
	overflow:auto;
}

.submit{
	padding:5px;
	border:1pt solid #55503b;
	background:#fff;
}

.reservations{
	display:block;
	width:200px;
	height:20px;
	padding:5px;
	border:1pt solid #55503b;
	margin-top:5px;
	margin-bottom:5px;
	color:#55503b;
}

#reservationsLeft{
	width:230px;
	float:left;
}

#reservationsRight{
	width:250px;
	float:right;
}

#ReservationForm{
	width:600px;
}

.reservationSubmit{
	padding:5px;
	border:1pt solid #55503b;
	background:#fff;
}

.galleryImg{
	border:2pt solid #55503b;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

/* Tools */

.leftFloat{
	float:left;
}

.rightFloat{
	float:right;
}

.picturePad{
	padding:10px;
}

.bartenderPad{
	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
	float:left;
	display:inline;
} 

.clear{
	clear:both;
}

.bartenderImg{
	border:5pt solid #55503b;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

.menuCategories{
	padding-left:18px;
	padding-top:10px;
}

