/*  
Theme Name: LTD_theme
Description: This theme was made specially for LTD Bar &amp; Grill of Fremont.
Version:
Author: Alicia McGehee
Author URI: http://www.amcgeheedesign.com/
*/

@charset "utf-8";
/* CSS Document */
body {
	font:Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#000;
}
p {
	font: 16px/26px Arial, Helvetica, sans-serif;
	color:#C6A885;
}
h2 {
	font: 20px/28px "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color:#C6A885;
}
h3 {
	font: 16px/26px "Arial Black", Gadget, sans-serif;
	padding: 0px;
	margin: 0px 0px -20px;
	font-weight: bold;
	color:#C6A885;
}
th {
	font: 14px "Arial Black", Gadget, sans-serif;
	text-align:left;
	color:#C6A885;
}
li {
	list-style: none;
	color:#C6A885;
	padding:0 0 10px 0;
	font: 16px "Arial Black", Gadget, sans-serif;
}
	li a {
		color:#C6A885;
		text-decoration: none;
		font: 16px "Arial Black", Gadget, sans-serif;
	}
			li a:hover {
				text-decoration: underline;
			}
/*################
  #   CONTAINER  #
  ################*/

#container {
	margin: auto;
	width: 900px;
}

/*#############################
  #   MAIN CONTENT all pages  #
  #############################*/
#main_content {
	margin: auto;
	height: 448px;
	background-color:#211E1D;
	overflow:hidden;
	position:relative;
	border-top: 6px solid #C6A885;
	border-right: 6px solid #C6A885;
	border-left: 6px solid #C6A885;
	padding-right: 40px;
	padding-left:400px;
}
	#main_content p, h2, h6 {
		width:350px;
		padding-left:120px; /* This moves any written content to the right side of the page. */
	}
	#main_content p img { /* All large images on left side of page are wrapped in p tags for fomatting purposes */
		position:absolute;
		float:left;
		top:-1px;
		left:0;
		margin:0;
	}
	#main_content h6 {
		margin:0;
	}
	#main_content h6 img { /* All other images are wrapped in h6 tags for formatting purposes */
		padding:3px;
	}
	
/*#########################################
  #     MAIN CONTENT home page only       #
  # - layout is opposite of other pages - #
  #########################################*/
	#main_content.home {
		padding-left: 40px;
		padding-right:0;
	}
	#main_content.home p {
		width:480px;
		padding-left:0;
	}
	#main_content.home p img {
		position:absolute;
		left:551px;
		top:0;
		padding:0;
	}
	
/*##############################
  #     MAIN CONTENT tables    #
  #  - used for menu pages -   #
  ##############################*/
	#main_content table {
		margin-left:120px;
		max-height: 430px;
		width:350px;
	}
	#main_content table tr td p {
		font: 12px/20px Arial, Helvetica, sans-serif;
		padding: 0px;
		margin: 0px;
		color:#C6A885;
		width:300px;
	}
	#main_content table tr th {
		text-align:center;
		font: 16px/26px "Arial Black", Gadget, sans-serif;
		width:80%
	}
	#main_content table tr th em {
		font: 12px/20px Arial, Helvetica, sans-serif; /* Used for short descriptions menu section = non-italic/smaller */
	}
	#main_content table tr td {
		font: 12px/20px Arial, Helvetica, sans-serif;
		width: 80%;
		padding: 0 0 2px;
		margin: 0px;
		color:#C6A885;
		vertical-align:top;
	}
	#main_content table tr td em {  /* Used for short descriptions of menu items - italic/smaller */
		font: 10px/20px Arial, Helvetica, sans-serif;
		font-style:italic;
		padding: 0px;
		margin: 0px;
	}
/*################################
  #     MAIN CONTENT forms       #
  #  - used for contact page -   #
  ##############################*/
	form {
		padding-left:120px;
	}
	label {
		padding-right:5px;
		font: 16px/20px Arial, Helvetica, sans-serif;
		color:#C6A885;
	}
	
/*################################
  #     MAIN CONTENT iframes       #
  #  - used for location page -   #
  ##############################*/
	iframe {
		border: 1px solid #000;
	}
/*###########################################
  #                 SIDEBAR                 #
  #  - used for Eats + Drinks child pages - #
  ###########################################*/

#sidebar {
	position:absolute;
	width: 500px;
	z-index:2;
	top:432px;
}

.TabbedPanels {
		margin: 0;
		padding: 0;
		float: left;
		clear: none;
		width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug) */
	}
	#sidebar ul.TabbedPanelsTabGroup { /* Child pages group */
		margin: 0 0 0 15px;
		padding: 0px;
		position:absolute;
		width:690px;
	}
	#sidebar li.page_item {  /* Individual child page tab */
		height: 23px;
		float: left;
		margin: 0px 1px 0px 0px;
		background-color: #C09A6F;
		list-style: none;
		border: solid 1px #815534;
		-moz-user-select: none;
		-khtml-user-select: none;
		cursor: pointer;
	}
			#sidebar li.page_item a {
				color:#000;
				font: bold 12px sans-serif;
				padding-left: 8px;
				padding-right: 8px;
			}
			#sidebar li.page_item a:hover {
				background-color:#CFB08A;
				text-decoration:none;
				padding-top:6px;
				padding-bottom: 12px;
			}
			#sidebar li.current_page_item {
				background-color:#E5C691;
			}
/*######################
  #      FOOTER        #
  ######################*/
#footer {
	margin: auto;
	height: 150px;
	z-index:3;
	width: 868px;
	background: url(images/Plywood.jpg) repeat-x;
	overflow:hidden;
	position:relative;
	padding:10px 10px 10px;
	border-right:6px solid #C6A885;
	border-left:6px solid #C6A885;
	border-bottom:6px solid #C6A885;
}
	img#logo {
	float: left;
	margin-top: 40px;
	margin-left:10px;
	border:none;
	/*width:190px;*/
	}
/*###########################
  #      MAIN NAVIGATION    #
  ###########################*/
	ul#nav {
		margin-top:0;
		width:750px;
		left:80px;
		position:absolute;
	}
		#nav li {
			float: left;
			padding-left: 35px;
			color:#000;
		}
		#nav li a {
			font:bold 16px Arial, Helvetica, sans-serif;
			color:#000;
		}
		#nav li.current_page_item a, li.current_page_parent a {
			text-decoration:underline;
		}
/*##############################
  #      All Rights Reserved   #
  ##############################*/
	#footer h5 {
		font: x-small Arial, Helvetica, sans-serif;
		color:#000;
		text-align: right;
		margin-top:110px;
	}
		h5 a {
			color:#000;
			font-weight:bold;
			text-decoration:none;
		}
			h5 a:hover {
				text-decoration:underline;
			}

