/*
Theme Name: Fish Creek
Description: Rustic Restaurant Theme
Author: Greenbug Graphics
Author URI: http://greenbuggraphics.com	
version: 1.0
*/




/* basics */

*{margin:0; padding:0;}

body {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 9pt;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


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; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

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

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 867px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	width: 867px;
	height: 225px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{
	color: #404040;
	text-decoration: none;
	visibility: hidden;
}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */

#navigation	{
	float: left;
	height: 75px;
	}
	
#nav {
	float: left;
	list-style-type: none;
	display: block;
	padding: 0px;
	clear: both;
}

#nav, #nav * {
	list-style: none;
	}

#nav li {
	float: left;
	list-style:none;	
	}
	
#nav a {
	height: 75px;
	display: block;
	text-indent: -1200px;
	clear: both;
}

#pagenav {
	display: none
}

#nav .nav1 {
	background-image: url(images/home.jpg);
	width: 123px;
}
#nav .nav2 {
	background-image: url(images/about.jpg);
	width: 102px;
}
#nav .nav3 {
	background-image: url(images/dining.jpg);
	width: 187px;
}
#nav .nav4 {
	background-image: url(images/events.jpg);
	width: 211px;
}
#nav .nav5 {
	width: 94px;
	background-image: url(images/menu.jpg);
}
#nav .nav6 {
	width: 150px;
	background-image: url(images/contact.jpg);
}
#nav .current, #nav a:hover {
	background-position: left bottom;
}



/* content */

#main {
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	height: 426px;
	width: 867px;
	clear: both;
}

#content {
	float: left;
	width:867px;
	overflow: hidden;
	background-image: url(images/scrollbackground.jpg);
	background-repeat: repeat;
	}	
		
.post {
	line-height: 12pt;
	width: 775px;
	padding-left: 50px;
	padding-top: 10px;
}
	
.post h2{
	font-family: georgia, times;
	font-size: 15pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	
.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

#contentfooter {
	background-image: url(images/scrollfooter.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 867px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	background-position: bottom;
}

/* homepage */

#contenthome {
	float: right;
	width:480px;
	overflow: hidden;
	margin-top: 14px;
	margin-right: 40px;
	margin-bottom: 14px;
	margin-left: 14px;
	}	
	
.posthome {
	padding:0;
	line-height: 12pt;
	margin:0;
	}
	
.posthome h2{
	font-family: georgia, times;
	font-size: 15pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	}
	
.poshomet h2 a{
	color: #000;
	text-decoration: none;
	}
	
.posthome h2 a:hover{
	color: #777;
	text-decoration: none;
	}
	
#homesidebar {
	float: left;
	width: 300px;
	margin-left: 30px;
}

.sidebarad {
	margin-top: 15px;
}

#homefootad {
	clear: both;
	margin-left: 30px;
}

.footad {
	margin-top: 15px;
	float: left;
	width: 250px;
	height: 102px;
	margin-right: 25px;
}

/* news */	
	
.news {
	line-height: 12pt;
	width: 600px;
	padding-top: 10px;
	padding-left: 9px;
	clear: left;
}
	
.news h2{
	font-family: georgia, times;
	font-size: 15pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FEFEFE;
	background-color: #D1242A;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(images/h2back.jpg);
	background-repeat: repeat-x;
	}
	
.news h2 a{
	color: #FEFEFE;
	text-decoration: none;
	}
	
.news h2 a:hover{
	color: #777;
	text-decoration: none;
	}
	
.news h5 {
	float: right;
}

.news ul {
	margin-left: 80px;
}

.news li {}

.newsentry p{
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-left: 50px;
}

.singleentry {
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-left: 50px;
	min-height: 220px;
}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}

/* sidebar */

#sidebar {
	width:220px;
	float:right;
	}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#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: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#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: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	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;
	}

	
	
/* misc */

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 {
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

#facebook {
	clear: none;
	float: right;
}

#urbanspoon {
	clear: right;
	float: right;
}

#slideshow {
	height: 162px;
	width: 369px;
	float: right;
	margin-top: 30px;
	margin-right: 72px;
}

/* Contact Form */
#fullcf {
	height: 100%;
}
#fullcf h4 {
	font-family: "Century gothic", Arial, Tahoma, "sans seriff";
	font-weight:bold;
	margin: 10px;
	color: #666666;
}
#fullcf p{
	font-size:13px;
	color:#333333;
}
#fullcf label{
	text-align:left;
	width:380px;
	float:left;
	margin-left: 10px;
}
#fullcf .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
}
#fullcf input{
	float:left;
	font-size:12px;
	border:1px solid #999999;
	width:370px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
#fullcf textarea{
	float:left;
	font-size:12px;
	border:solid 1px #999999;
	width:370px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
#fullcf .submit, #fullcf .submit a:link{
	clear:both;
	margin-left:280px;
	width:99px;
	height:30px;
	background-image: url(images/submit.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fullcf .submit a:hover{
	background-image: url(images/submit-over.png);
}

#fullcf .join, #fullcf .join a:link{
	height:30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #333333;
	font-size: 1.2em;
	text-transform: uppercase;
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
	width: 370px;
}
#fullcf .join a:hover{
	background-color: #CCCCCC;
}
.contact {
	line-height: 12pt;
	width: 410px;
	padding-left: 50px;
	padding-top: 10px;
	float: left;
}
	
.contact h2{
	font-family: georgia, times;
	font-size: 15pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	}
	
.contact h2 a{
	color: #000;
	text-decoration: none;
	}
	
.contact h2 a:hover{
	color: #777;
	text-decoration: none;
	}

#address {
	float: right;
	width: 350px;
	margin-right: 40px;
	margin-top: 40px;
}

#address p {
	margin-bottom: 10px;
}

.table {
	margin-left: 30px;
}
