/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-position: bottom left;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: .05em;
	color: #A1A1A1;
}

body.home, body.blog {
	background-color: #7A003C;
	background-image: url('../images/home_bg_bottom.jpg');
}

body.menus {
	background-color: #F0B310;
	background-image: url('../images/menus_bg_bottom.jpg');
}

body.reviews, body.art {
	background-color: #F4911E;
	background-image: url('../images/reviews_bg_bottom.jpg');
}

body.location {
	background-color: #8CC63F;
	background-image: url('../images/location_bg_bottom.jpg');
}

body.editor p, body.editor td, body.editor div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #A1A1A1;
}

ul {
	padding-left: 15px;
}

body.editor {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}

h3 {
	font-size: 12px;
	line-height: 13px;
	letter-spacing: .1em;
	color: #F4911E;
	font-weight: normal;	
	margin-bottom: 0px;
}

h4 {
	font-size: 9px;
	line-height: 10px;
	letter-spacing: .1em;
	color: #C9C3BA;
	font-weight: normal;	
	margin-bottom: 10px;
}

body.location h4 {
	color: #8CC63F;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	color: #C9C3BA;
}

.purple {
	color: #7A003C;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}
 
.button {
	border: 0px;   
	background-color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px;
	padding: 1px;    
}

.alert, .red {
	color: #f00;
}

/* LAYOUT CSS */

#container {
	width: 100%;
	background-repeat: repeat-x;
	min-height: 444px;
}

.home #container, .blog #container {
	background-image: url('../images/home_bg_top.jpg');
}

.menus #container {
	background-image: url('../images/menus_bg_top.jpg');
}

.reviews #container, .art #container {
	background-image: url('../images/reviews_bg_top.jpg');
}

.location #container {
	background-image: url('../images/location_bg_top.jpg');
}

#wrapper {
	width: 800px;
	background-image: url('../images/wrapper_bg.gif');
	background-repeat: repeat-y;
}

#leftcol {
	width: 252px;
	float: left;
}

#leftcontent {
	width: 177px;
	padding: 20px 45px 25px 30px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 17px;
	letter-spacing: .15em;
}

.pullquote {
	font-size: 16px;
	line-height: 28px;
	text-indent: -6px;
}

#credit {
	font-size: 10px;
	line-height: 12px;
	margin-left: 60px;
	font-style: italic;
	letter-spacing: .1em;
}

.home #logo {
	padding-bottom: 1px;
	border-bottom: 2px solid #FFFFFF;
}

#headerphoto {
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

.menus #headerphoto {
}

.reviews #headerphoto {
	margin-top: 92px;
}

.location #headerphoto {
	margin-top: 184px;
}

.art #headerphoto {
	margin-top: 276px;
}

.blog #headerphoto {
	margin-top: 368px;
}

#nav {
	border-left: 2px solid #FFFFFF;
	background-color: #C9C3BA;
	width: 20px;
	float: left;
}

#nav ul {
	padding: 0px;
}

#nav li {
	list-style: none;
}

#nav li a {
        text-indent: -9999px;
        overflow: hidden;
        display: block;
	width: 20px;
}

a:hover {
	text-decoration: underline;
}

#nav li a.home { background-image: url('../images/nav_home.gif'); height: 94px;}
#nav li a.menus { background-image: url('../images/nav_menus.gif'); height: 92px;}
#nav li a.reviews { background-image: url('../images/nav_reviews.gif'); height: 92px;}
#nav li a.location { background-image: url('../images/nav_location.gif'); height: 92px;}
#nav li a.art { background-image: url('../images/nav_art.gif'); height: 92px;}
#nav li a.blog { background-image: url('../images/nav_blog.gif'); height: 92px;}

#nav li a:hover, #nav li.active a {
	background-position: -21px 0px;
}

#subnav {
	padding: 0px;
	margin: 20px 0px 100px 0px;
	height: 11px;
}

body.home #subnav {
	margin: 10px 0px;
}

#subnav table {
	margin: 0px auto;
}

#subnav td {
	font-size: 9px;
	line-height: 9px;
	letter-spacing: .15em;
	padding: 0px 10px;
}

body.menus #subnav td a {
	color: #F0B310;
}

body.reviews #subnav td a, body.art #subnav td a {
	color: #F4911E;
}

body.blog #subnav td a {
	color: #7A003C;
}

#subnav td a:hover, #subnav td.active a, #subnav td.current-cat a {
	text-decoration: underline;
}

#content {
	background-color: #FFFFFF;
	width: 376px;
	padding: 0px 22px;
	float: left;
}

#content_home {
	background-color: #FFFFFF;
	width: 398px;
	padding: 0px 11px;
	float: left;
}

#rightcol {
	float: left;
	padding-top: 20px;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 9px;
	letter-spacing: .15em;
	text-align: right;
	width: 76px;
	text-transform: uppercase;
}

#rightcol ul {
	width: 76px;
	padding: 0px;
	margin: 95px 0px 0px 0px;
}

#rightcol li {
	list-style-type: none;
	text-align: right;
	line-height: 12px;
	margin-bottom: 12px;
}

#rightcol ul li a {
	color: #FFFFFF;
}


/* MENU CSS */

#menu ul {
	padding: 0px;
}

#menu li {
	list-style: none;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}

#menu h2 {
	color: #F0B310;
	font-weight: normal;
	letter-spacing: .5em;
	text-align: center;
	margin-bottom: 10px;
}

#menu h3 {
	color: #F0B310;
}

#menu .title {
	font-size: 12px;
	color: #636363;
	letter-spacing: .1em;
}



/* BLOG CSS */

.post {
	margin-bottom: 44px;
}

body.blog h2 {
	color: #7A003C;
	font-size: 13px;
	text-transform: uppercase;
}

body.blog a {
	color: #7A003C;
}

body.blog small, .postmetadata {
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}


/* ART CSS */
#art {
	padding-bottom: 20px;
}

#art h1 {
	text-align: center;
	font-size: 24px;
	letter-spacing: .5em;
	color: #F4911E;
	font-weight: normal;
	margin-bottom: 25px;
}

#art h4 {
	font-size: 12px;
	line-height: 13px;
	letter-spacing: .1em;
	color: #F4911E;
	font-weight: normal;	
	margin-bottom: 0px;
}

#art h4 a {
	color: #F4911E;
}

#art h5 {
	font-size: 9px;
	line-height: 10px;
	letter-spacing: .1em;
	color: #C9C3BA;
	font-weight: normal;	
}

#art p {
	margin: 10px 0px 0px 0px;
}

#art img {
	margin: 25px 0px 10px 0px;
}


/* Blog CSS */

.blog .navigation {
	font-size: 9px;
	line-height: 9px;
	letter-spacing: .15em;
	text-transform: uppercase;
	display: block;
	height: 30px;
}

