﻿/* 
================================
CSS for Capital Grill
================================
*/  
body {
	background-color: #2f2318;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
}
#BG {
background-image: url(images/BG.gif);
	text-align: center;
	height: 800px;
	width: 1082px;
	}
#outerWrapper {
	width: 1000px;
	text-align: center;
}
#LogoPane {
	height: 150px;
	width: 800px;
}
#leftBG {
	background-image: url(images/home_1.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 520px;
	width: 280px;
}
#galleryWrapper {
	float: left;
	height: 520px;
	width: 280px;
}
#singlePaneLeftWrapper {
	background-color: #333333;
	float: left;
	height: 520px;
	width: 280px;
}
#singlePaneContentWrapper {
	float: left;
	height: 520px;
	width: 520px;
	clear: right;
}
#ContentWrapper {
	background-color: #333333;
	float: left;
	height: 520px;
	width: 520px;
	clear: right;
}
#nav {
	width: 110px;
	height: 520px;
	float: left;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
	width: 520px;
}

/*----- Specific Content Pane styling --------------
*/ 
.contentPane {
	height: 500px;
	width: 285px;
	margin-top: 15px;
	margin-left: 15px;	
	float: left;
}
.leftPane {
	height: 140px;
	width: 260px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 12px;
	color: cccccc;
	text-align: left;
	padding-left: 20px;
	margin-top: 380px;
}
.gallery {
	float: left;
	height: 520px;
	width: 280px;
}
.rightPane {
	height: 500px;
	width: 180px;
	margin-top: 15px;
	margin-left: 20px;
	float: left;
}
.singleContentPane {
	height: 500px;
	width: 500px;
}
.singleLeftPane {
	float: left;
	height: 520px;
	width: 280px;
	margin-top: 15px;
	margin-left: 15px;
}
/*====================================*/
/* GENERIC STYLES*/
/*====================================*/
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: CCCCCC;

}
.Normal{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: CCCCCC;
	text-align: left;
	}
H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #CCCCCC;
	text-align: left;
	font-variant: small-caps;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	text-transform: capitalize;
	color: cccccc;
}
h3 {
	font-family: "Times New Roman", Times, serif;	font-size: 12px;
	line-height: 17px;
	text-transform: capitalize;
	color: FFFFFF;
	text-align: left;
}
/* END*/
/*---------------------------------------------------------------------------*/

/*====================================================*/
/* Styles the Content Pane Headings in Edit Mode*/
/*====================================================*/
.Head {	
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR: #000000
}
.SubHead {	
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.SubSubHead {	
		FONT-SIZE: 11px; 
COLOR: #000000
}

/* END*/
/* ===============================================
    CSS STYLES FOR Menu used in ADMIN mode
   ===============================================
*/
.MainMenu_MenuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.MainMenu_MenuItemSel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.MainMenu_MenuContainer {
    background-color: #FFF;
}
/*========== END ==========*/
/*---------------------------------------------------------------------------*/

/*======================================*/
/* HOUSEMENU STYLES */
/*======================================*/
#vertMenuHome {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	COLOR: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
}
#vertMenuHome a {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	COLOR: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 13px;
	}
#vertMenuHome a:link {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	COLOR: #FFFFFF;
	text-align: left;
	text-decoration: none;
	line-height: 13px;
	}
	#vertMenuHome a:visited {
	}
	#vertMenuHome a:hover {
	COLOR: #808284;
	}
#vertMenuHome li {
	list-style: none;
}	
#vertMenuHome ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#vertMenuHome ul li {
}
#vertMenuHome ul li ul {
}
#vertMenuHome ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-size: 9px;
	height: 13px;
	}
#vertMenuHome ul li ul li a {
}
#vertMenuHome ul li a:hover, #vertMenuHome ul li a:focus, #vertMenuHome ul li a#vertMenuHomeCurrentLinkï¿1⁄2 {
	color: #808284;
/*background-color: #transparent;*/
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#vertMenuHomeParentItem a
{ /* all links under the parent item (li) */
	/*color: #eeeeee;
	background-color: #666;
	text-decoration: none;*/
}
a#vertMenuHomeParentLink
{
	background-image: url(Images/MM_MenuArrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
a#vertMenuHomeCurrentLink
{
	text-decoration: none;
	color: #F26531;
	/*background-color: #FFFFFF;
	filter: Alpha(Opacity=60);-moz-opacity: 0.6;opacity: 0.6;*/
}
#vertMenuHomeItemHome {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5C5C5C;
	margin: 0 0 0px 0;
}
#vertMenuHomeItemHome A{
	cursor: hand;
}
A#vertMenuHomeLink331{
	cursor: hand;
}
a#vertMenuHomeCurrentLink
{ /* current link itself */
	color: #808284;
}
/* Hides the HOME button*/
#vertMenuHome #vertMenuHomeItemHome {
	border: none;
	display: none;
}
/* END Vertmenuhome */
/*============================*/
/*BEGIN VertmenuGallery*/
#vertMenuGallery {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	COLOR: #808284;
	text-align: left;
	text-transform: uppercase;
}
#vertMenuGallery a {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	COLOR: #808284;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 13px;
	}
#vertMenuGallery a:link {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 9px;
	COLOR: #808284;
	text-align: left;
	text-decoration: none;
	line-height: 13px;
	}
	#vertMenuGallery a:visited {
	}
	#vertMenuGallery a:hover {
	COLOR: #000000;
	}
#vertMenuGallery li {
	list-style: none;
}	
#vertMenuGallery ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#vertMenuGallery ul li {
}
#vertMenuGallery ul li ul {
}
#vertMenuGallery ul li a {
	display: block;
	text-decoration: none;
	color: #808284;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-size: 9px;
	height: 13px;
	}
#vertMenuGallery ul li ul li a {
}
#vertMenuGallery ul li a:hover, #vertMenuHome ul li a:focus, #vertMenuHome ul li a#vertMenuHomeCurrentLinkï¿1⁄2 {
	color: #000000;
/*background-color: #transparent;*/
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#vertMenuGalleryParentItem a
{ /* all links under the parent item (li) */
	/*color: #eeeeee;
	background-color: #666;
	text-decoration: none;*/
}
a#vertMenuGalleryParentLink
{
	background-image: url(Images/MM_MenuArrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
a#vertMenuGalleryCurrentLink
{
	text-decoration: none;
	color: #F26531;
	/*background-color: #FFFFFF;
	filter: Alpha(Opacity=60);-moz-opacity: 0.6;opacity: 0.6;*/
}
#vertMenuGalleryItemHome {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5C5C5C;
	margin: 0 0 0px 0;
}
#vertMenuGalleryItemHome A{
	cursor: hand;
}
A#vertMenuHomeLink331{
	cursor: hand;
}
a#vertMenuGalleryCurrentLink
{ /* current link itself */
	color: #000000;
}
/* Hides the HOME button*/
#vertMenuGallery #vertMenuGalleryItemHome {
	border: none;
	display: none;
}
/* END VertMenu Gallery */
td {
	padding: 0px;
	margin: 0px;
}
*/
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;
}
