/*Second iteration of http://chetandnicole.com. Designed using the 960 Grid System (960.gs)*/

@import url(reset.css);
@import url(imgbrowz0r.css);

body {
	background: url(../images/bodyback.png) repeat-x #301e08;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	color: #333333;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	padding: 5px;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
}

p, a {
	font-family: Georgia;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.0em;
	font-size: 14px;
	padding: 5px;
}

a {
	text-decoration: underline;
}

a:hover, .active {
	font-style: italic;
}

ul, ol {
	margin: 5px 20px;
}

.center {
	position: relative;
	left: 20%;
} 

.hide {
	display: none;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

.extrapad {
	padding: 5px;
}

.navlist {
	display: inline;
	padding: 0;
	margin: 0 0;
	list-style: none;
}
.navlist a {
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 25px 10px;
}

#footer .navlist a {
	padding: 0 10px;
}

#container {
	font-family: Georgia;
	font-size: 12px;
	color: #523817;
	width: 960px;
	margin: 0 auto;
}

#container #header {
	position: relative;
	top: 0;
	height: 50px;
}

#container #header #nav {
	height: 50px;
	width: 585px;
	float: right;
}

/*#container #header #nav ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}*/

/*#container #header #nav ul li a {
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 23px 10px;
}*/

#container #header #nav ul li a:hover, #container #header #nav ul li .active {
	background-color: #735125;
	color: #fef15d;
}

#container #header #title {
	position: absolute;
	top: 5px;
	left: 0px;
}

#container #header #masthead {
	display: none;
	clear: both;
	background-image: url(../images/masthead.png);
	background-repeat: no-repeat;
	height: 512px;
	position: relative;
}

#container #header #masthead #welcome {
	display: none;
	position: absolute;
	top: 230px;
	right: 15px;
	width: 350px;
	font-style: italic;
	font-weight: bold;
	padding: 5px;
	background: #FFFFFF;
	opacity: 0.6;
	filter:alpha(opacity=60);
	border: #999999 3px solid;
}


#container #content {
	margin: 0 auto;
	padding: 0 25px;
	background: url(../images/paint.jpg) no-repeat;
	min-height: 512px;
}

#container #content #left {
	float: left;
	width: 238px;
	background-color: #f5eec4;
	padding: 15px;
	margin: 470px 0 0;
	min-height: 400px;
	-webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
}

#container #content #right {
	float: right;
	width: 592px;
	background: #f5eec4;
	padding: 15px;
	margin: 280px 0 0;
	min-height: 632px;
	-webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
}

#container #content #right li {
	margin: 5px 0;
}

#container #footer {
	clear: both;
	background-color: #735125;
	margin-bottom: 20px;
	min-height: 50px;
	text-align: center;
}

#container #footer p {
	padding: 5px;
	text-align: center;
}

#container #footer p, #container #footer a {
	color: #fef15d;
}
	