@charset "utf-8";

/* CSS Document */
/* -----------------------------------------------------------------------

`	1003 CSS Framework 0.1
	http://jmiguelmartinez.com
	Author: Jose Miguel Martinez
	
   * Copyright (c) 2009-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   
----------------------------------------------------------------------- */


/*	RESET STYLES	*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a{ text-decoration:none}a:hover{ text-decoration:underline}

/*	CLEAR	*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*	TYPOGRAPHY	*/

html {font-size:100.01%;}
body {font-size:62.5%;color:#333333;	font-family:Helvetica,Arial,Sans-serif;}

/*	CURSOR	*/

input[type=submit],label,select,.pointer { cursor:pointer; }

/* BLOCKS*/

#container{
	width:1000px;  
	margin:0px auto;  
}
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16,.grid_17,.grid_18,.grid_19,.grid_20,.grid_4_5{
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

.grid_1 {	width:40px;}
.grid_2 {	width:90px;}
.grid_3 {	width:140px;}
.grid_4 {	width:190px;}
.grid_4_5{	width:210px;}
.grid_5 {	width:240px;}
.grid_6 {	width:290px;}
.grid_7 {	width:340px;}
.grid_8 {	width:390px;}
.grid_9 {	width:440px;}
.grid_10 {	width:490px;}
.grid_11 {	width:540px;}
.grid_12 {	width:590px;}
.grid_13 {	width:640px;}
.grid_14 {	width:690px;}
.grid_15 {	width:740px;}
.grid_16 {	width:790px;}
.grid_17 {	width:840px;}
.grid_18 {	width:890px;}
.grid_19 {	width:940px;}
.grid_20 {	width:990px;} 

/*	PREFIX	*/

.prefix_1 {	padding-left:50px;}
.prefix_2 {	padding-left:100px;}
.prefix_3 {	padding-left:150px;}
.prefix_4 {	padding-left:200px;}
.prefix_5 {	padding-left:250px;}
.prefix_6 {	padding-left:300px;}
.prefix_7 {	padding-left:350px;}
.prefix_8 {	padding-left:400px;}
.prefix_9 {	padding-left:450px;}
.prefix_10 { padding-left:500px;}
.prefix_11 { padding-left:550px;}
.prefix_12 { padding-left:600px;}
.prefix_13 { padding-left:650px;}
.prefix_14 { padding-left:700px;}
.prefix_15 { padding-left:750px;}
.prefix_16 { padding-left:800px;}
.prefix_17 { padding-left:850px;}
.prefix_18 { padding-left:900px;}
.prefix_19 { padding-left:950px;}

/*	SUFIX	*/

.suffix_1 {	padding-right:50px;}
.suffix_2 {	padding-right:100px;}
.suffix_3 {	padding-right:150px;}
.suffix_4 {	padding-right:200px;}
.suffix_5 {	padding-right:250px;}
.suffix_6 {	padding-right:300px;}
.suffix_7 {	padding-right:350px;}
.suffix_8 {	padding-right:400px;}
.suffix_9 {	padding-right:450px;}
.suffix_10 { padding-right:500px;}
.suffix_11 { padding-right:550px;}
.suffix_12 { padding-right:600px;}
.suffix_13 { padding-right:650px;}
.suffix_14 { padding-right:700px;}
.suffix_15 { padding-right:750px;}
.suffix_16 { padding-right:800px;}
.suffix_17 { padding-right:850px;}
.suffix_18 { padding-right:900px;}
.suffix_19 { padding-right:950px;}

/*	PUSH	*/

.push_1 { left:50px;}
.push_2 { left:100px;}
.push_3 { left:150px;}
.push_4 { left:200px;}
.push_5 { left:250px;}
.push_6 { left:300px;}
.push_7 { left:350px;}
.push_8 { left:400px;}
.push_9 { left:450px;}
.push_10 { left:500px;}
.push_11 { left:550px;}
.push_12 { left:600px;}
.push_13 { left:650px;}
.push_14 { left:700px;}
.push_15 { left:750px;}
.push_16 { left:800px;}
.push_17 { left:850px;}
.push_18 { left:900px;}
.push_19 { left:950px;}

/*	PULL	*/
.pull_1 {left:-50px;}
.pull_2 {left:-100px;}
.pull_3 {left:-150px;}
.pull_4 {left:-200px;}
.pull_5 {left:-250px;}
.pull_6 {left:-300px;}
.pull_7 {left:-350px;}
.pull_8 {left:-400px;}
.pull_9 {left:-450px;}
.pull_10 {left:-500px;}
.pull_11 {left:-550px;}
.pull_12 {left:-600px;}
.pull_13 {left:-650px;}
.pull_14 {left:-700px;}
.pull_15 {left:-750px;}
.pull_16 {left:-800px;}
.pull_17 {left:-850px;}
.pull_18 {left:-900px;}
.pull_19 {left:-950px;}

/*	ROUNDED	*/

.rounded{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/*	BOX	*/

.box{ margin:20px 0px;}

/*	COLORS	*/


/*	END LAYOUT	*/

/*	WEB STYLES	*/

/*	BACKGROUNDS	*/
/* bgg green = 80a613*/
body{ background: #80a613 url('../images/bgg.jpg') top repeat-x;}

/*	HEADER	*/
#header{}

#company{
	height:90px;	
}
#logo a span{
	float:left;
	text-indent:-9999px;
	background:url('../images/logo.jpg') no-repeat;
	height: 90px; /*dimensions equal to image size*/
	width:540px;
}
#tagline{
	float:left;
	text-indent:-9999px;
	background:url('../images/bg_header.jpg') no-repeat;
	height: 90px; /*dimensions equal to image size*/
	width:450px;
}

/*	CONTENT HEADER	*/
#content_header{}
#content_header h1{
	float:left;
	text-indent:-9999px;
	background:url('../images/bb_header.jpg') no-repeat;
	height: 80px; /*dimensions equal to image size*/
	width:990px;
}
#content_header h2{
	float:right;
	display:inline;
	text-indent:-9999px;
	background:url('../images/breeda_desc.jpg') no-repeat;
	height: 100px; /*dimensions equal to image size*/
	width:475px;
}
#content_header h3{
	float:right;
	display:inline;
	text-indent:-9999px;
	background:url('../images/tour_guide.jpg') no-repeat;
	height: 60px; /*dimensions equal to image size*/
	width:475px;
}
#pic_cottage{
	float:right;
	display:inline;
	text-indent:-9999px;
	background:url('../images/laurel_cottage.jpg') no-repeat;
	height: 160px; /*dimensions equal to image size*/
	width:515px;
}
/*	MENU	*/
#menu{ margin:20px 0px 0px 0px}
#menu ul{}
#menu ul li{
	display:inline;
	float:left;
	font-size:1.8em;
	height:30px;
	line-height:1.8em;
	padding: 0px 15px;
	margin: 7px 0px;
	border-left: 1px solid #fafafa;
	border-right: 1px solid #111111;
}
#menu ul li.first{ border-left:none;}
#menu ul li.last{ border-right:none;}
#menu ul li a{
	color:#111111;
	
}
/*	CONTENT	*/


/*	ABOUT RESTAURANTS	*/

.title{
	color:#ffffff; /*777777*/
	text-shadow:#111111 0px 1px 0px;
	font-size:2.4em;
	font-weight:bold;
	margin:30px 0px 10px 0px;
}
.content_text{
	border:1px solid #142400;
	background:#ffffff;
}
.content_text p{
	margin:20px;
	color:#111111;
	font-size:1.5em;
	line-height:1.6em;
}
.content_text p a{
	color:#003300;
	font-weight:bold;
	font-size:0.7em;
}
/*	FOOTER	*/

#footer{background:url('../images/bg_footer.jpg') top repeat-x;
	height:180px}
#content_footer{
	width:1000px;  
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}

#logo_footer {
	margin:0px 0px;
	width:310px;
	height:180px;
	float:left;
	display:inline;
}

#logo_footer a span{
	float:left;
	text-indent:-9999px;
	background:url('../images/logo_footer.jpg') no-repeat;
	height: 180px; /*dimensions equal to image size*/
	width:310px;
	margin:0px 0px;
}

.menu_footer{width:670px; float:left; display:inline; margin-left:10px;}
.address{ color:#bfe559; font-size:1.8em; text-align:center; padding:30px 0px; width:680px;}
.contact{ color:#fafafa; font-size:1.8em; text-align:center; padding:0px 0px 30px 0px; width:680px;}
.contact span{ color:#bfe559;}
.contact a{ color:#fafafa}
.email{ margin-left:200px}
.menufooter,.credits{ color:#71a450; font-size:1.4em; line-height:1.4em; text-align:center; padding:0px 0px; width:680px;}
.menufooter a,.credits a{ color:#71a450}