/*
Author: Courtney Fantinato / www.courtneyfantinato.com
Copyright: Courtney Fantinato 2009-2011
*/


/* Sets all margin and padding 0 */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #7db31b  url(../images/background01.png) repeat fixed;
	font-family: "century gothic", applegothic, verdana, sans-serif;
	font-size: 100%;
}


/* GENERAL LAYOUT STRUCTURE */

#main_wrapper {
	margin: auto;
	width: 760px;
	border: 1px solid #000;
	border-top: 0;
	border-bottom: 0;
}
#header {
	background: #ffebad url(../images/banner02.png) top left no-repeat;
	height: 385px;
}
#subheader {
	background: #f00 url(../images/namebar.png) top left no-repeat;
	height: 60px;
}
#navigation {
	float: left;
	width: 760px;
	background-color: #ffb752
}
#content {
	background-color: #ffebad;
	clear: left;
}
#footer {
	clear: both;
	background-color: #12bcf7;
}
#content_inner {
	background-color: #ffebad;
	padding: 1.0em;
}
#footer_inner {
	background-color: #12bcf7;
	padding: 0.5em 0 0.5em 0;
	text-align: center;
}


/* TEXT, IMAGES, ETC */

h1 {
	font-size: 1.4em;
	color: #639;
	margin: 0.5em 0 0.3em 0;
}
p {
	color: #000;
	font-size: 0.95em;
	line-height: 1.8em;
	margin: 0 0 1.0em 0;
}
p#totop {
	text-align: center;
}
#footer_inner p {
	margin: 0;
	color: #000;
}
img {
	border: 1px #000 solid;
}
.divider {
	width: 300px;
	margin: auto;
}
.divider img {
	border: 0;
	margin-top: 1.0em;
}
.image_left {
	float: left;
	width: 200px;
	margin: 5px 1.0em auto auto;
}
.image_right {
	float: right;
	width: 200px;
	margin: 5px auto auto 0.5em;
}
.gallery_img {
	float: left;
	width: 170px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a {
	color: #025C48;
	text-decoration: none;
}
a:hover {
	color: #025C48;
	text-decoration: underline;
}
a img {
	border: 1px #000 solid;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #639;
}
/* For float clearing */
hr {
	visibility: hidden;
	clear: both;
}
#designer {
	font-size: 0.85em;
}
#designer a:hover {
	color: #f09;
}


/* NAVIGATION MENU CODE */

#menu li {
	float: left; /* Moves each link over side by side for horizontal menu */
	width: 126px; /* Link's block width */
	list-style: none;
	text-align: center;
}
#menu a {
	display: block; /* Ensures the whole area of the li's will repspond to mouseclick and contains the padding */
	color: #000;
	text-decoration: none;
	border-bottom: none;
	font-size: 0.95em;
	line-height: 2.5em;
}
#menu a:hover {
	color: #fff;
	background-color: #c7043b;
	border-bottom: 0;
}

/* CONTACT CODES */

#contact_left {
	float: left;
	width: 425px;
}
#contact_right {
	float: right;
	width: 280px;
}
