@charset "UTF-8";
/* CSS Document */

/*
To target specific IE browsers, add the following classes to the beginning of the selectors:
	Iternet Explorer 7: .ie7
	Iternet Explorer 8: .ie8
	Iternet Explorer 9: .ie9
*/



* {
	margin: 0;
	padding:0;
}

html, body {
	height: 100%;				/* Sticky footer - do not override */

	background: url(bgMain2.png) 0 0 repeat-x;
	border-top:5px solid #243b16;

	color:#000;
	font-family: 'Merriweather Sans', sans-serif;
	font-size:15px;
	font-weight:300;
	line-height:130%;
}

#wrapper {
	min-height: 100%;			/* Sticky footer - do not override */
	height: auto !important;	/* Sticky footer - do not override */
	height: 100%;				/* Sticky footer - do not override */
	margin: 0 auto;		/* Sticky footer - margin-borrom must equal height of #footer, .push */
	
	
}

.innerWrapper{
	margin:0 auto;
	max-width:950px; 
	width:100%;
}

#footer{
	clear:both;					/* Sticky footer - do not override*/				/* Sticky footer - height must equal margin-bottom of #wrapper */
}

a.button, #video, input.button{
	display:block;
	clear:both;
	width:200px;
	height:30px;
	line-height:30px;
	background:#243b16;
	color:#FFFFFF !important;
	text-align:center;
	margin:0;
	float:left;
	margin-bottom:15px;
}

a.button:hover, #video:hover, input.button:hover{
	background:#eabc00;
	color:#1c201c !important;
}

#video{
	position:relative;
}

#video_p{
	position:absolute;
	top:0;
	left:40px;
	font-style:italic;
}
.reviewtube iframe {
top:0;
left:0;
}
/* Basic, typographic, positioning elements --------------------------------------------------------------------------------------- */

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
.ie7 .clearfix { zoom: 1; } /* IE7 only*/

.clearboth{
	clear:both;
}

img,
#middle .noBorder{
	border:0;
}

h1, h2, h3, h4, h5{
	font-family: 'Merriweather', serif;
	line-height:130%;
}

a{
	text-decoration:none;
	color:#58755a;
	font-style:italic;
	border-bottom:1px dashed #58755a;
}

a:hover{
	color:#243b16;
	border-bottom:1px solid #243b16;
}

p{
	margin:0 0 20px;
	padding:0;
}

ul, ol{
	margin:10px 0 20px 20px;
	padding:0;
}

.center{
	text-align:center;
}

.left{
	float:left;
	margin:0 20px 20px 0;
}

.right{
	float:right;
	margin:0 0 20px 20px;
}

.bolded{
	display:block;
	font-weight:bold;
}

.directions{
	margin:0 0 20px;
}

/* Header styles ------------------------------------------------------------------------------------------------------------------ */

/* logo styles ----------------------------------------- */

#logo h1{
	padding-top:28px;
	font-size:2.25em;
	float:left;

	text-shadow: -1px -1px 1px #15270a;
}	

#logo h1 a{
	color:#FFFFFF;
	border-bottom:0;
}

#slogan{
	float:right;
	padding-top:28px;
}


/* Nav styles ----------------------------------------- */

#nav {
	background: #243b16;
}


#nav ul {
	margin:0;
}

#nav li li {
	display:inline-block;
	list-style:none;
}

.ie7 #nav li {
	display:inline;
	zoom:1;
}


#nav a{
	color:#ffffff;
	display:block;
	height:35px;
	line-height:35px;
	margin:0;
	outline:none;
	padding:0 20px;
	text-align:center;
	text-decoration:none;
	border-bottom:3px solid #243b16;
}

#nav a:hover, 
#nav .current a{
	color:#eabc00;
	border-bottom:3px solid #eabc00;
}

#nav ul#menu{
	display:block;
	list-style:none;
	margin:0 auto;
	padding:0;
}

#nav #menu p{
	cursor:pointer;
	display:none;
	text-transform:uppercase;
}

/* banner styles ----------------------------------------- */

#banner{
	margin-bottom:20px;
}

#banner img{
	width:100%;
}

/* Middle Styles ------------------------------------------------------------------------------------------------------------------ */

#middle{
	clear:both;
	padding:20px 0;
	width:950px;
}

#middle ul{
	line-height:175%;
}

.title{
	color:#243b16;
	font-size:1.75em;
	margin-bottom:20px;
}

/* Content Styles ----------------------------------------- */

#content{
	float:left;
	padding-right:30px;
	width:650px;
}

#content a{
	font-weight:400;
}

/* Sidebar Styles ----------------------------------------- */

#sidebar{
	float:right;
	padding-left:30px;
	width:235px;
}

#sidebar a{
	border:0;
}

.sidebar_title{
	padding:0px 10px;
	color:#FFFFFF;
	background:#243b16;
	height:40px;
	line-height:40px;
}

.sidebar_title h3{
	float:left;
	line-height:40px;
}

.sidebar_title a#facebook{
	display:block;
	float:right;
	height:32px;
	width:32px;
	padding:0;
	border:0;
	margin-top:4px;
	background: url(facebook.png) 0 0 no-repeat;
}

.sidebar_title a#facebook:hover{
	background-position: 0 -42px;
}

.sidebar_content{
	padding:10px;
	border:1px solid #777777;
	background:#E2E2E2;
	font-size:90%;
}

.map{
	border:1px solid #777777;
	margin-bottom:15px;
	display:block;
}

.map:hover{
	border:1px solid #bbbbbb;
}

#content_bottom{
	text-align:center;
	clear:both;
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #e2e2e2;
}

#content_bottom a{
	border:0;
}

#content_bottom a.button, #content_bottom #video{
	float:none;
	margin:0 auto;
	margin-bottom:15px;
	display:inline-block;
}

.ie7 #content_bottom a.button, .ie7 #content_bottom #video{
	display:inline;
	zoom:1;
}

#content_bottom ul{
	list-style-type:none;
	list-style-image:none;
}

#content_bottom ul li{
	display:inline-block;
	width:32%;
	text-align:center;
}


#middle_li{
	padding:0;
}

.ie7 #content_bottom ul li{
	display:inline;
	zoom:1;
}

#angies{
	display:inline-block;
}

.ie7 #angies{
	display:inline;
	zoom:1;
}

#avatar{
	width:129px;
	height:89px;
	margin:0 auto;
}

/* Footer Styles ------------------------------------------------------------------------------------------------------------------ */

#footer{
	font-size:80%;
	margin:0 auto;
	text-align:center;
	background:#243b16;
	color:#FFFFFF;
}

#footer a:hover{
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

/* copyright styles ----------------------------------------- */

#copyright{
	clear:both;
	line-height:50px;
}

#copyright p{
	margin-bottom:0;
}

.center{
	text-align:center;
}

.recaptcha {
    margin:0 auto 30px;
	padding:5px;
	border:0;
	width: 318px ;

}

.error, .cmxform em{
	color:#f00;
}


form{
	clear:both;
	width:90%;
	margin:30px auto 0;
}

#feedback{
	margin: 0 0 20px;
}


/*=================== STYLE TABLET =========================*/

@media (min-device-width:1024px) and (max-width:989px),
screen and (max-device-width:480px), screen 
and (min-device-width : 768px) and (max-device-width : 1024px),
(min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait){
	
	/* Basic styles ----------------------------------------- */
	
	body,  #middle, #content, #sidebar, #footer{ /* Do not change, add padding or margin to the contained elements (p,ul,img, etc.) */
		margin:0 auto;	
		width:100%;
	}
	
	 #footer{
		width:100%;
	}
	
	#wrapper{
		background:#FFFFFF;
		padding:0;
		width:100%; 
	}
	
	#header{
		background:url(bgMain3.png) left bottom repeat-x;
	}

	#middle{
		padding-top:0;
	}

	#logo h1{
		padding-left:20px;
	}

	#nav{
		text-align:center;
	}

	#nav ul#menu{
		display:inline-block;
		margin:0 auto;
	}
	
	/* banner styles ----------------------------------------- */
	
	#banner img{
		max-width:100%;
		height:auto;
	}
	
	/* nav styles ----------------------------------------- */
	
	/*  ----  Main menu dropdown code START --- */
	/*
	#nav ul{
		padding:0;
		height:auto;
	}
	
	#nav #menu{
		text-align:center;
	}
	
	#nav #menu #first_li{
		border-top:none;
	}
	
	#nav #menu p{
		display:block;
		height:73px;
		width:120px;
		line-height:73px;
		color:#FFFFFF;
		text-align:center;
		margin:0;
	}
	
	#nav #menu:hover p{
		color:#6fdbf8;
	}
	
	#nav #menu ul{
		display:none;
		position:absolute;
		float:left;
		z-index:10;
	}
	
	
	#nav #menu ul li{
		clear:left;
		float:left;
		width:120px;
		background:#777777;
		border:1px solid #000000;
		border-left:none;
		border-right:none;
	}
	
	.no_js #nav #menu li:hover > ul, .no_js #nav #menu li:active > ul{
		display:block;
	}
	
	*/
	/* END of MENU */
	
	/* content and sidebar styles ----------------------------------------- */
	
	#content p, #content a, #content h4,#content ul, #content .title, #sidebar p, #sidebar a, #sidebar h4, #sidebar .title{
		padding:0 20px;
	}

	#content p a, #sidebar a.button{
		padding:0;
	}
	
	#content, #sidebar{
		border:0;
		margin:20px 0 0;
		padding:0;
	}

	.sidebar_content{
		border:0;
	}

	#content_bottom{
		margin-top:0;
	}
	
	.left{
		margin-left:20px;
	}
	
	.right{
		margin-right:20px;
	}
	
	/* footer styles ----------------------------------------- */
	
	#copyright{
		margin:0 20px;
	}
}

@media only screen and (max-width: 850px){
	#logo{
		text-align:center;
	}

	#logo h1{
		float:none;
		line-height:130%;
		padding-left:0;
	}

	#avatar{
		display:none;
	}

	#slogan{
		float:none;
	}

	.map{
		margin:0 auto;
		margin-bottom:15px;
	}

	#sidebar{
		text-align:center;
	}

	#sidebar a.button{
		float:none;
		margin:0 auto;
		margin-bottom:15px;
		padding:0;
	}

	#content_bottom ul li{
		width:100%;
		display:block;
	}

	#content_bottom a.button, #content_bottom #video{
		display:block;
	}

	#middle_li{
		padding:15px 0;
	}
}


/*=================== STYLE PHONE =========================*/

@media (min-device-width:1024px) and (max-width:509px), (max-device-width:480px) and (orientation:portrait), screen 
and (min-device-width : 320px) and (max-device-width : 480px){

	/* Basic styles ----------------------------------------- */

	#wrapper{
		width:100%;
	}

	#content{
		clear:both;
	}
	
	#logo{
		height:auto;
		margin:0 auto;
		padding:0;
		text-align:center;
	}
	
	#logo img{
		height:auto;
		max-width:80%;
	}
	
	/* nav styles ----------------------------------------- */
	
	/* Drop down menu --- START --- If uncommented in the tablet query, comment out or delete from this comment to END comment. */
	
	#nav ul{
		height:auto;
		padding:0;
	}
	
	#nav #menu{
		position:relative;
		text-align:center;
	}
	
	#nav #menu #first_li{
		border-top:none;
	}
	
	#nav #menu p{
		color:#FFFFFF;
		display:block;
		height:35px;
		line-height:35px;
		margin:0;
		text-align:center;
	}
	
	#nav #menu:hover p{
		color:#eabc00;
	}

	#nav ul#menu{
		display:block;
	}
	
	#nav #menu ul{
		background:#777777;
		display:none;
		left:0;
		position:absolute;
		z-index:10;
	}
	
	
	#nav #menu ul li{
		clear:left;
		float:left;
	}
	
	.no_js #nav #menu li:hover > ul, .no_js #nav #menu li:active > ul{
		display:block;
	}

	/* Drop down menu --- END */
	
	#nav #menu li{
		float:none;
		margin:0 auto;
	}
	
	#nav #menu p{
		width:100%;
	}
	
	#nav #menu ul{
		width:100%;
	}
	
	#nav #menu ul li{
		width:100%;
	}
	
	/* content and sidebar styles ----------------------------------------- */
	
	#content p, #content a, #content h4,#content ul, #content .title, #sidebar p, #sidebar a, #sidebar h4, #sidebar .title{
		padding:0 10px;
	}

	#content p a{
		padding:0;
	}
	
	#content img{
		margin-left:10px;
	}
	
	/* footer styles ----------------------------------------- */
	
	#footer{
		height:auto;
		width:100%;
	}
	
	
	#copyright{
		font-size:1em;
		height:auto;
		line-height:normal;
		text-align:center;
		padding:20px;
	}
	
}