@import "reset.css";

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @group Structure */

html, body, #wrapper { height: 100%; }
body {
	font: 15px Calibri, Helvetica, Arial, sans;
	color: #fff;
	background: #361f11 url(../images/body_bg.jpg) repeat-x;
}
body > #wrapper { height: auto; min-height: 100%; }
#wrapper {
	margin: 0 auto;
	width: 960px;
	background: url(../images/page_bg.jpg) no-repeat;
}
#header {
	position: relative;
	height: 165px;
}
#logo {
	position: absolute; top: 0; left: 0;
	margin: 0 auto;
	width: 342px; height: 121px;
	text-indent: -999px; overflow: hidden;
	background: url(../images/logo.jpg) no-repeat;
}
#main {
	padding: 0 0 140px 0;
	min-height: 400px;
}
#content {
	float: left;
	margin: 0; padding: 40px 0 0 30px;
	width: 620px;
}
#content em {
	font-style:italic;
}
#content strong {
	font-weight:bold;
}

#sub-side-nav strong {
	font-weight:bold;
}
/* @end */

/* @group Navigation */

#nav {
	position: absolute; bottom: 0; left: 0;
	margin: 0;
	height: 40px;
}
#nav li {
	float: left;
	margin: 0 0 0 40px;
	height: 40px;
	font: 1.2em Calibri, Helvetica, Arial, sans;
}
#nav a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff; text-decoration: none;
}
#nav a:hover {
	color: #dedede;
}
/* @end */

/* Navlist */
#navlist {
	width:610px;
}
#navlist ul {
	
}
#navlist li {
	float:right;
	margin:0 0 0 20px;
	list-style:none;	
}

/* @group Sidebar */

#sidebar {
	float: right;
	margin: 0 16px 0 0;
	width: 250px;
}
#side-nav {
	margin: 16px 0 0 0;
}
#side-nav li {
	margin: 0 0 5px 0;
	width: 250px; height: 75px;
}
#side-nav a {
	display: block;
	height: 75px;
	text-indent: -999px; overflow: hidden;
}
#side-nav a:hover {
	background-position: 0 -75px;
}
#get-involved a {
	background: url(../images/get_involved.png) no-repeat;
}
#donate a {
	background: url(../images/donate.png) no-repeat;
}
#see-the-kids a {
	background: url(../images/see_the_kids.png) no-repeat;
}

/* @end */

/* @group Content */
#main a {
	color: #CDAB79;
}
.hr {
	clear: both;
	height: 1px;
	border-bottom: 1px dotted #3B3B3B;
}
hr {
	display: none;
}
#content a {
	color: #fff;
}
#content a:hover {
	color: #dedede;
}
#content h1 {
	margin: 0 0 10px 0;
	font: 1.6em Calibri, Helvetica, Arial, sans;
	color: #fff; font-weight: bold;
}
#content h2 {
	margin: 0 0 10px 0;
	font-size: 1.2em; font-weight: bold;
}
#content p {
	margin: 0 0 20px 0;
	line-height: 20px;
	color: #fff;
	letter-spacing: .02em;
}
#content ul {
	margin: 0 0 20px 13px;
	list-style: disc outside;
	color: #fff; font-size: 1.167em;
}
/* @end */

/* @group Gallery */

#albums {
	width:960px;
	margin:5px;
	display:inline;
}
#albums .images {
	padding:5px;
	border:1px solid #C0C0C0;
	background-color: #eceadf;
	float:left;	
	min-height:175px;
	width:160px;
	margin:0 15px 15px 0;
}
#albums .images:hover {background-color:#eeeeee;}
#albums .images img {
	border:1px solid #545454;
	
}
#albums .images p {
	text-align:center;
}
#albums .images a {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	text-align:center;
}
#albums .images a:hover {
	color:#e03131;
	text-decoration:underline;
}
#albums li{
	display:inline;
	padding:0 5px 0 0;
}
/* @end */

/* @group Forms */

#content form ul {
	list-style: none;
	margin: 0;
}
#content form li {
	margin: 0 0 16px 0;
}
#content form {
	margin: 0 0 20px 0;
}
form label {
	float: left;
	width: 125px;
}
form input, form textarea {
	padding: 5px 6px 5px 6px;
	font: 15px Calibri, Helvetica, Arial, sans;
	color: #fff;
	border: 1px solid #361F11;
	background: #533E2B;
}
form input {
	width: 300px;
}
form button {
	float: left;
	margin: 20px 0 0 0; padding: 0 9px 2px 9px;
	height: 36px;
	line-height: 36px;
	font: 1em Calibri, Helvetica, Arial, sans;
	color: #d8d8d8;
	border: 2px solid #1D0F06;
	background: url(../images/page_bg.jpg) left no-repeat;
}
form button:hover {
	cursor: pointer;
	color: #fff;
}
form #captcha-image {
	border: 1px solid #361F11;
}

/* @end */

/* @group Footer */

#footer {
	position: relative;
	clear: both;
	width: 900px; height: 60px;
	margin: -140px auto 0 auto; padding: 80px 30px 0 30px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #dedede;
}
#footer-nav {
	float: left;
	margin: 0 0 10px 0;
}
#footer-nav li {
	display: inline;
	margin: 0 0 0 5px;
}
#copyright {
	float: right;
	font-size: 0.8em; font-weight: bold;
}

/* @end */