/*
Theme Name: HTML5 Starter
Theme URI: http://dansnetwork.com
Description: A Blank HTML5 Wordpress Theme.
Author: DansNetwork.com
Author URI: http://dansnetwork.com
version: 2.0
Tags: two-column, widget-ready,blank
*/

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* html 5 */
article,aside,figure,footer,header,hgroup,nav,section{display:block}


/* basics */

body {
	background:#1D1D1D url('images/bg.png') repeat-x 0 0;
	color:#DDD;
	font-family:'lucida grande',veranda,arial,sans-serif;
	font-size: 0.8em;
}

	
h1 {font-size: 2.2em;}
h2 {font-size: 1.6em; padding:5px 0;}
h3 {font-size: 1.0em;}
h4 {font-size: 0.9em;}

small{font-size:0.8em;}
.right{float:right;}
.left{float:left;}
img{ border: none; padding:0; }
img a{border:none;}

/*img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }*/

.footNote{clear:both; margin:0 auto; font-size:0.7em; padding-top:50px; text-align:center;}

.breadcrumb{margin-bottom:5px; border-bottom:1px dotted #333;}
.breadcrumb div{width:960px; margin:0 auto; padding:5px; color:#777;}
.breadcrumb a{color:#555;}

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
.clear{clear:both;}
strong{font-weight:bold;}
.small{font-size:0.6em;}

/* links */

a{
	color:#CCC;
	text-decoration:none;
	}

a:hover{color:#EEE;}

.entry a{text-decoration:underline;}
.entry img{border:1px solid #999;}

/* header */

header {
	width:900px;
  	height: 163px;
	color: #fff;
	margin:0 auto;
	background:url(images/fb_header.jpg) no-repeat 0 0;
}
header h1{
	width:250px;
}
	
header h1 a{
	text-indent:-10000px;
	color: #CCC; 
	text-decoration: none; 
	display:block; 
	height:110px; 
	width:250px;
}
header h1 a:hover{color: #FFF; text-decoration: none;}


header h2{
	font:normal 1.0em georgia, times;
	color:#CCC;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main nav */


nav {
	font-family:'lucida grande',veranda,arial,sans-serif;
	width:900px;
	float:left;
	margin-top:11px;
	text-align:right;
}


nav ul {
	margin:0;
	padding:0;
	float:left;
}

nav ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

nav ul li a {
	padding:5px 15px;
	font-size:1.4em;
	font-weight:bold;
	margin: 0 10px;
	color: #DDD;
	display:block;
	text-transform:lowercase;
}

nav ul li a:hover {
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
	background: #666;
	color:#FFF;
	-moz-box-shadow:0 0 1px black;
	-webkit-box-shadow:0 0 1px black;
	box-shadow:0 0 1px black;
	text-shadow:0 1px black;
}

.current_page_item a, .current_page_ancestor a, .current_page_parent a{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #666;
	color:#FFF;
	cursor:auto;
	-moz-box-shadow:0 0 1px black;
	-webkit-box-shadow:0 0 1px black;
	box-shadow:0 0 1px black;
	text-shadow:0 1px black;

}

#container,#containerResRem{width:900px; margin:0 auto;}

#slideshow{height:332px; width:500px; margin-left:50px;}
#slideshow img{}

/* content */

#homeImg{float:left; border:1px solid #999; margin:0 25px 25px 0;}
#content {
	float:left;
	/*width:900px;*/
	margin:14px 0;
	display:inline;
}
#single_cont{width:700px; margin:14px 0; float:left;}

.post {
	margin:20px 0 15px;
	font-size:1.2em;
	line-height: 20px;
	}
		
.post h2 a{
	color: #D5D5D5;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}
.post h3{font-size:1.2em; margin-top:20px;}
.post ul { }

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8px;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

.rcol{float:right; width:640px; text-align:center;}
ul.kzone{list-style-image:url(images/star_blue.jpg); list-style-position:inside; padding-left:25px; width:210px; font-size:1.2em; margin:0 auto; text-align:left; line-height:1.4em;}

ul.bowling {list-style:none;}
ul.bowling li{list-style:none; padding:15px 0; font-weight:bold; font-size:1.4em;}
ul.bowling li ul{padding:10px;}
ul.bowling li ul li{font-weight:normal; padding:15px 0; line-height:20px; font-size:1.0em;}
div.backblock{
	width:230px; min-height:150px; margin: 10px 75px 10px 10px; 
	padding:10px; background-color:#EEE; border:2px solid #F7941C; color:#333; float:left;
	border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; display:inline;
}

.rCol{width:510px; float:right;}
.rCol h2{text-align:center;}
.partyMenu{width:490px; border:2px dashed #CCC; float:right; padding:10px; margin-top:20px;}
.partyMenu h2{margin:0 0 20px; background-color:#444; padding:3px;}
.partyMenu ul{list-style:none; text-align:left; line-height:1.4em;}
.partyMenu ul li ul{list-style:inside square; padding:5px;}

#banquets{float:left; width:900px;}
#banquets h2{font-size:1.2em; font-family:"Lucida Grande", Arial; margin:0 0 5px;}
#banquets .left {width:450px;}
#banquets .right {width:300px;}
#banquets img{ margin-top:25px;}
#banquets ul{padding-bottom:20px;}
#banquets li{font-size:100%; padding-left:15px; list-style:none outside none;}
.disclaimer{font-size:0.6em;clear:both; text-align:center; padding-top:20px; font-style:italic;}

/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:0.9em;
	width:190px;
	float:right;
	display:inline;
	margin:0;
	padding: 20px 0 20px 5px;
	border-left: 1px solid #2B2B2B;
	line-height:1.6em;
	}
#tweets li{padding:5px; }
#tweets li:nth-of-type(2){background-color:#282828;}
#sidebar h2{
	font-size:1.6em;
	color: #DDD;	
	margin: 25px 0 3px;
	text-align:center;
}
#sidebar h3{
	font-size:1.3em;
	color: #DDD;
	background-color:#555;
	padding:3px;
	margin-bottom:5px;
	text-align:center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#sidebar h4{
	font-size:1.2em;
	color: #DDD;	
	margin: 5px 0 0;
	text-align:center;
	border:1px solid #333;
	border-bottom:none;
}
#sidebar label{
	font:normal 11px arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:0 0 12px;
	padding:0;
	}

#sidebar ul li {
	margin: 3px;
	padding: 2px 3px;
	list-style-type: none;
	background-color:#333;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 3px 0 3px 15px;
	list-style-type: square;
	color: #898989;
}

#weekspc ul li{cursor:pointer;
	background-color:transparent;
	padding:3px;
	border:1px solid #333;
	font-size:120%;
}
#weekspc ul ul{display:none; margin:5px 0 0;}
#weekspc ul ul li{
	padding: 2px 3px;
	margin:3px 0;
	background-color:#333;
	list-style: none;
	color: #CCC;
	cursor:auto;
	font-size:80%;
}

/* mailing list */

#mailinglist{display:none;}
#mailinglist #disclaimer{padding:0 10px;}

/* end mailing list */

#contactinfo{float:left; width:535px;}
#contactinfo p{margin-top:0; line-height:1.6em;}
#contactinfo img{margin-top:25px;}

/* comments */


#commentform{
	}
	
#commentform p{
	color: #CCC;
	}
	
#commentform a{ text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14px;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10px;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	margin:5px 5px 0 0;
	padding:5px;
	border: 1px solid #000;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14px;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

#thumbs{text-align:left; padding-bottom:30px;}
#thumbs img{border:1px solid #999; margin:10px 10px 5px 0; vertical-align:middle;}
img#preview{float:left; background-color:#FFF; margin:10px 10px 80px 0; border:1px solid #999;}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

footer {
	width:900px;
	border-top:1px solid #2B2B2B;
	clear:both; color: #888;
	margin:25px auto 0;
}
.ninesixty{width:900px; margin:5px auto; float:left;}
.ninesixty h3{text-decoration:underline; font-size:2.2em;}
footer div div{float:left; padding:5px 0; width:283px; text-align:left;}
footer .center{margin:0 25px;}
footer h4{border-bottom:1px solid #555; font-size:1.2em; color:#666; padding:0 0 8px;}
footer a{color: #888; text-decoration: none;}
footer a:hover{color: #FFF;}
footer ul, footer p{padding-top:10px;}
/*#fbicon{display:block; position:absolute; top:2px; right:2px;}*/
#fbicon img{margin-bottom:-5px;}

/* gallerific / gallery */

#galleriffic{margin:0 auto; width:900px; padding:25px 0;}
#thumbs{width: 350px; padding:5px;}
#thumbs img{cursor:pointer;}
#galleriffic img{padding:0; margin:4px; border:1px solid #999;}
.orderonline{font-size:1.2em; color:#900;}

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: block;
	float:left;
	width:720px;
	padding:0;
}
.fmbgallery div.content{
	width:520px;
}
.fmbgallery div.navigation{
	width:320px;
}
.gallery h1{
	float:left;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #333;
	color:#FFF;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	width:120px;
	float:right;
	text-align:left;
	
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#body_restaurant div.navigation{
	width:125px;
	float:right;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

