@charset "UTF-8";
/*sticky footer*/

* {
	margin: 0;	
}

.push {
	height: 265px;
	clear:both;	
	display:block;
}

.footer {
	height: 100%;
	/*clear: both;*/
	background-color: #FDBD10;
	text-align:center;
	width: 100%;
	padding-top: 10px;
}

#calendar {	
	margin: 20px;
}

/*links*/

a:link {
	color:#306108;
}

a:visited {
	color:#306108;
}

a:hover {
	color: #3C2415;
}

a:focus {
	color: #3C2415;
}

a:active {
	color: #3C2415;
}

/*pseudo classes*/

body {
	background-repeat:no-repeat;
	height: 100%; /*this is needed for the sticky footer*/
}

p {
	font-family: 'Istok Web', sans-serif;
	line-height: 28px;	
	color: #3C2415;
}

ul {
	font-family: 'Istok Web', sans-serif;
	line-height: 28px;	
	color: #3C2415;
}

/*specific classes*/

	/*navigation*/
ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background:#983523; /*maybe add gradient*/
	height: 40px;
}

ul.nav li {
	float: left;	
}

ul.nav a {
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	line-height: 2.1 em;
	text-decoration: none;
	color: #fff;	
}

ul.nav.first a {
	background-image: none;	
}

ul.nav a:hover,
ul.nav a:focus {
	color: #333; /*change the color later*/	
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
		
	/*sticky footer*/
	min-height: 100%;
	height: auto !important; /*it has to be auto!*/
	height: 100%;
	margin: 0 auto -60px;
	/* end of sticky footer for #container div*/
}

p.bold {
	font-family: 'Fugaz One', cursive;
	font-size:30px;	
	padding-bottom: 20px;
}

p.motto {
	float:right;
	padding: 70px 25px 10px 0px;	
}

p.indent {
	text-indent: 30px;	
}

p.phone {
	padding-top: 30px;
	font-size:24px;	
}

ul.nav li.like {
	float: right;	
	padding: 10px 10px 10px 0px;
}

/*imagemap on homepage*/
.imagemap {
	width: 960px;
	height: 401px;	
	position: relative; /* it has to be relative!*/
}

.imagemap ul{
	margin:0;
	padding: 0;
	list-style: none;	
}

.imagemap  a {
	position: absolute;
	display: block;
	width: 225px;
	height: 114px;
	text-indent: -1000em;	
}

.imagemap .about a {
	top: 23px;
	left: 563px;		
}

.imagemap a:hover {
	border: 1px solid #fff;	
}

imagemap a:focus, {
	border: 1px solid #fff;	
}

/*interior pages divs*/
#title {
	background-color: #FDBD10;
	border: 6px solid #983523; /*burgandy outline*/
	outline: 3px solid #73ACB5; /*blue outline*/
	outline-offset: -9px;
}

#content {
	width: 960px;
	background-color: #fff;
	display:block;		
}

#left_col {
	width: 600px;
	padding: 0px 0px 0px 0px;	
	float: left;
	margin-right: auto;
	margin-left: auto;
	background:#fff; 	
}

#right_col {
	width: 300px;
	padding: 50px 60px 0px 0px;	
	float:right;
	background:#fff; 
}

#angie {
	margin: 20px auto 20px auto;
	border: 3px solid #73ACB5;
	padding: 10px;
	width: 250px;
	background-color:#FFF;
		
}

#facebook-page {
	margin: 20px;
}

.contact_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:/*progid:*//*DXImageTransform.Microsoft.gradient*/(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:arial;
	font-size:18px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;
	line-height: 28px;
	/*width: 125px;*/
	width: 100px;
	text-align: center;
	margin-top: 10px;
}

.contact_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}

.contact_button:active {
	position:relative;
	top:1px;
}

