/*Website by the Oakland Design Studio
  www.oaklanddesignstudio.com

  Site built using HTML 5 and CSS3
  Site validates without the use of vendor prefixes*/

/* Body Css -------------------------------------------- */

section, article, aside, header, footer, nav, dialog, figure {  /* HTML 5 Reset */
     display:block;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

a, a:hover, a:active, a:focus {
   outline: none;
}

/* End Body Css -------------------------------------- */

/* Start Header and Top Navigation  ------------------ */

header{
	background-color: #f26030;
	height: 43px;
	border-bottom: 3px solid #659e94;
	position: relative;
}

header img{
	position: absolute;
}
	
nav {
	margin: 0;
} 

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0 60px;
    text-align: right;
}

nav ul li {
	display: inline-block;
	float: left;
	color: #FFF;
	text-align: center;
	height: 25px;
	width: 60px;
	font-size: 14px;
	line-height: 22px;	
}
			
nav a:link, nav a:visited {
	height: 25px;
	width: 60px;
	text-align: center;
	display: inherit;
	text-decoration: none; 
	color: #FFF;
}
	
nav a:hover, nav a:active{
	background-color: #659e94;
	height:25px;
	width: 60px;
	text-align:center;
	display:inherit;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}		

#active{
	background-color: #a9370b;
	height:25px;
	width:60px;
	display:inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*  End Top Navigation ------------------------ */

.fb div{ 
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	line-height: 22px;
	height:25px;
	width:140px;
	
}

.fb a:link, .fb a:visited{
	height:25px;
	width:140px;
	background-color: #627aad;
	display:inherit;
	text-decoration:none;
	color:#FFF;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.fb a:hover, .fb a:active{
	height:25px;
	width: 140px;
	display:inherit;
	text-decoration:none;
	color:#FFF;
	font-size: 14px;
	background-color: #3b5998;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

 /* End Header and Top Navigation --------------------- */
 
 /* Start Content Areas ------------------------------- */

#banner{
	padding-top: 100px;
	padding-bottom: 30px;
}

#bannerImg{
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}


#banner .grid_12{
	padding-top: 30px;
}

/* rotator in-page placement */
div.rotator {
	position:relative;
	height: 400px;
	cursor:default;
}

/* rotator css */
div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin: 0;
}

/* rotator image style */	
div.rotator ul li img {
	background: #FFF;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	cursor:default;
}

div.rotator ul li.show {
	z-index:500;
}

.eventDishPhoto span{
	display: none;
}

.eventDishPhoto img{
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

.eventDishPhoto p{
	padding: 10px 0;
}

#rightcol ul {
	list-style-type: none;
}

#rightcol ul li{
	list-style-type: none;
	margin-left: 0;
}

.thumb {
	width: 109px;
	height: 109px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 2px 0;
}

.click{
	font-size: 10px;
	color: #ccc;
	padding-left: 4px;
	padding-bottom: 0;
}

/* End Content Areas ---------------------------------- */

/* Selectors -----------------------------------------  */

h1 {
	font-size:16px;
	color: #659e94;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2{
	padding-top: 20px;
	padding-bottom: 0px;
	font-size:14px;
	color: #f26030;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size:12px;
	color: #f26030;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
} 

p {
	margin:0;
}

a:link {
	color: inherit;
	text-decoration:none;
}

a:visited {
	color: inherit;
	text-decoration:none;
}
	
a:active {
	color: inherit;
	text-decoration:underline;
}

a:hover {
	color: inherit;
	text-decoration:underline;
}


/* End Selectors --------------------------------------  */

/* CSS Sticky Footer ---------------------------------- */

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto; min-height: 100%;
}

#main {
	padding-bottom: 150px;
}  /* must be same height as the footer */

#main .container_12{
	padding-bottom: 50px;
}

#main iframe{
	width: 620px;
	height: 325px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	border: none;
}

footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	background-image: url(../assets/bottom_boarder.gif);
} 

/* END Sticky Footer ----------------------------------- */

/* General Footer & Footer Menu ------------------------ */

footer p {
	color:#FFF;
	padding-top: 60px;
	text-align:right;
	
}

#natalie { 
	background-image: url(../assets/natalie_web.png);
	background-repeat:no-repeat;
	height: 150px;
}  


