@charset "UTF-8";
/* CSS Document */

body {
	height:100%;
	background-image:url(graphics/red_kiva_dark_redback.jpg);
	font-family:Tahoma, "Trebuchet MS", Verdana;
	font-weight:100;
	color:#660000;
	font-size:13px;
	line-height:110%;
	background-repeat: repeat;
	margin:0;
}
#container, table.eventmanager, table.menuedit, #heading, #footer, 
div.photoline, ul.photoline,.frontInfoBox,.drinkLn,.menuLn,
div.eventblock  {
	margin-right:auto;
	margin-left:auto;
}


a {
	text-decoration:none;
	color:#FF0000;
}

a:hover {
	text-decoration:underline;
}

img {
	display:block;
}

#container {
	width:850px;
	padding-top:0px;
	padding-bottom:0px;
	clear:both;
}
#main {
	/* #MAIN WILL BE USED IN MOST SECTIONS BUT NOT ALL - ON FRONT PAGE, IS REPLACED BY 3 COLUMNS */
	padding:10px;
}

.frontBoxes {
	width:255px;
	padding:5px;
	border-right:1px dashed #990033;
	border-left:1px dashed #990033;
	float:left;
	margin:5px;
	height:500px;
}
.frontBoxRt {

}
.frontInfoBox {
	float:left;
	padding:5px;
	border:1px solid #990033;
	width:240px;
	margin-top:5px;
	margin-bottom:5px;
}

#container, #footer, #locationinfo {
	color: #FF6666;
}

#footer {
	width:100%;
	font-size:10px;
	text-align:center;
	padding-top:20px;
}

#locationinfo {
	width:100%;
	text-align:center;
	background-color:#993333;
	padding-top:3px;
	padding-bottom:3px;
}

h1, h2 {
	font-weight:bold;
	margin:0;
	line-height:1.1em;
}

h1 {
	padding-top:0px;
	padding-bottom:10px;
	letter-spacing:2px;
	padding-left: 0px;
	color: #FF6666;
	font-weight: bold;
	font-size: 25px;
}

h2 {
	font-size:20px;
	padding-top:0px;
	padding-bottom:10px;
	font-weight: normal;
}

#passwordSpecial {
	border:1px dotted #990033;
	padding:5px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	width:810px;
	margin-left:5px;
	margin-top:4px;
	margin-bottom:4px;
}

/******************************************************/
/************* - Header Area - *************/
#headingwrapper {
	background-image:url(graphics/red_kiva_bg_circ.jpg);
	width:100%;
	margin:0;
	padding:0;
}

#heading {
	width:850px;
	height:140px;
	padding:0;
	background-image:url(graphics/red_kiva_header2010-trans.png);
}
#heading a {
	color:#FF6666;
}

#heading a:hover {
	text-decoration:underline;
}
ul.nav {
	position:relative;
	margin:0;
	padding:0;
	top:95px;
	left:160px;
	width:700px;
	text-align:center;
}

ul.nav li {
	font-size:15px;
	font-weight:bold;
	display:inline;
	list-style:none;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	width:65px;
	text-align:center;
}
ul.nav li a {
	color:#FF6666;
}	

/************* - End Header Area - *************/
/******************************************************/
div.keywords {
	display:none;
}	
div.space {
	width:100%;
	clear:both;
}
/*******************************/
/***********  EVENTS  **********/

div.eventblock {
	border-bottom:1px solid #CC3300;
	width:80%;
}

.eBox {
	float:left;
	padding:5px;
}

.eDate {
	text-align:left;
	width:25%;
	font-weight:bold;
}
.eDes {
	width:70%;
}
/***************************************/
/*********** About Box **********/
#aboutBox {
	clear:both;
}

.aboutPage {
	float:left;
}
.aLeft {
	padding-left:20px;
	width:300px;
}
.aRight {
	width:400px;
}


/***************************************/
/***********  Drinks and Food **********/
.drinkLn,.menuLn {
	width:70%;
	clear:both;
	height:40px;
	border-bottom:1px dotted #990033;
}
.drinkBox,.foodBox {
	float:left;
	padding:5px;
	height:30px;
	line-height:1.2em;
	
}
.drinkNm,.wineNm,.champNm,.foodNm {
	font-weight:bold;
	text-align:center;
}
.drinkNm {
	width:30%;
}
.foodNm {
 	width:30%;
}
.foodDes {
	width:60%;
	text-align:left;
}
.drinkDes {
	width:65%;
	text-align:left;
}
.wineNm {
	width:35%;
}
.wineDes {
	width:55%;
}

.champNm,.champDes {
	width:45%;
}


/*******************************/
/***********  CONTACT  **********/

table.contacttable {
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}

table.contacttable td {
	border-collapse:collapse;
	padding:3px;
}

td.contactleft {
	width:150px;
	text-align:right;
}

td.contactright {
	width:500px;
	text-align:left;
}

form.contactform {
	
}

form.contactform input,textarea {
	background-color:#993333;
	color: #330000;
	border:0;
}

input.radio, label {
	background:none;
	border:0;
	
}

#submitbutton {
	color:#FFCCCC;
	border:solid 1px #FFCCCC;
}

div.constantcontactdisclaimer {
	font-size:10px;
	margin-top:3px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

/*******************************/
/***********  PHOTOS  **********/

div.photoblock {
	width:600px;
}

ul.photoline {
	list-style:none;
	height:100px;
}

ul.photoline li {
	padding-top:0;
	padding-bottom:0px;
	padding-right:5px;
	padding-left:5px;
	float:left;
	height:80px;
}

div.viewmoreline {
	padding-right:10px;
}

img.thumb, div.photothumbarea {
	margin-left:auto;
	margin-right:auto;
}

div.photothumbarea {
	width:600px;
	height:90%;
	
}

div.photothumb {
	width:20%;
	float:left;
	padding-top:10px;
	height:80px;
}

div.thumbspace {
	width:100%;
	clear:both;
	line-height: 120%;
}


