/*******************************************************
Theme Name: Capitol Lounge
Theme URI: http://www.capitollounge.com/
Description: Theme for Capitol Lounge website
Author: Beveridge Seay
Author URI: http://www.bevseay.com/
Template: 
Version: 1.0
********************************************************/

html {
	height: 100%;
	overflow-y: scroll; /* Not valid CSS2, but required for scroll bar */
}

body {
	background-color: #000;
	font: 14px "Palatino Linotype", "Palatino Roman", Palatino, serif;
	line-height: 18px;
	margin: 0;
	padding-bottom: 30px;
}

#page_container {
	background: url(images/background_parchment.jpg) left top repeat-y #f3e3ae;
	width: 1000px;
	/* Using Min-Height Fast Hack for IE6: http://www.dustindiaz.com/min-height-fast-hack/ */
	min-height: 718px;
	height: auto !important;
	height: 718px;
	/* End Min-Height Fast Hack for IE6. */
	margin: 30px auto;
	position: relative;
	padding-top: 38px;
}



/****************************************************
Default HTML layout annoyances.
****************************************************/

img {
	border: 0;
}

p, ul, ol {
	margin: 0 0 16px 0;
}

form, fieldset {
	margin-top: 0;
	padding: 0;
	border: 0;
}

table {
	margin-top: 0;
	border-collapse: collapse;
	border: 0;
}

table td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}



/****************************************************
Hyperlink styles.
****************************************************/

a {
	color: #b5121b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/****************************************************
Sidebar styles.
****************************************************/

#sidebar {
	float: left;
	width: 270px;
	margin: 40px 0 0 17px;
}

#home_button {
	margin-bottom: 30px;
}

.nav_menu {
	font: 16px Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
}

	.nav_menu li {
		margin: 0;
		padding-left: 0;
	}

.sub_nav_menu {
	font: 16px Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	height: 28px;
	margin: 0 0 35px 0;
	padding: 0;
	list-style: none;
}

	.sub_nav_menu li {
		margin: 0 17px 0 0;
		padding-left: 0;
		display: inline;
	}

	
	
/****************************************************
Body styles.
****************************************************/

#body_outer {
	border: 6px solid #b5121b;
	padding: 6px;
	width: 911px;
	/* Using Min-Height Fast Hack for IE6: http://www.dustindiaz.com/min-height-fast-hack/ */
	min-height: 679px;
	height: auto !important;
	height: 679px;
	/* End Min-Height Fast Hack for IE6. */
	margin: 0 auto 20px auto;
}

#body_inner {
	border: 1px solid #b5121b;
	/* Using Min-Height Fast Hack for IE6: http://www.dustindiaz.com/min-height-fast-hack/ */
	min-height: 677px;
	height: auto !important;
	height: 677px;
	/* End Min-Height Fast Hack for IE6. */
	padding: 0 18px;
}

#main_column {
	width: 560px;
	margin-left: 304px;
}

h1 {
	font: 29px Verdana, sans-serif;
	font-weight: bold;
	color: #b5121b;
	text-transform: uppercase;
	margin: 35px 0 25px 304px;
}

h2 {
	font: 19px Verdana, sans-serif;
	font-weight: bold;
	color: #b5121b;
	text-transform: uppercase;
	margin: 35px 0 10px 0;
}

h3 {
	font: 17px Verdana, sans-serif;
	font-weight: bold;
	color: #b5121b;
	text-transform: uppercase;
	margin: 0;
}

h4 {
	font: 29px Verdana, sans-serif;
	font-weight: bold;
	color: #b5121b;
	text-transform: uppercase;
	margin: 0;
}



.prop {
	clear: both;
}



/****************************************************
Column styles.
****************************************************/

#inline_menu {
	width: 890px;
	height: 1200px;
	border: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	left: -10px;
}

.menu {
	width: 560px;
	margin-bottom: 15px;
}

.menu td {
	width: auto;
	min-width: 45px;
	height: auto;
	padding: 0 5px 12px 0;
}

.menu th {
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	padding: 0 5px 5px 0;
}

.menu caption {
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 14px;
}

.price {
	text-align: right;
}

#photos_table {
	width: 100%;
}

	#photos_table td {
		height: 200px;
	}