/* @group CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
}

body {
	font: .63em/1 arial, sans-serif;
	color: #fff;
	background-color: #000;
}

ol, ul {
	list-style: none;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
}

/* @end */

/* @group Styles */

html,body {
	height:100%; /* needed for container min-height */
}

#sitewrapper {
	width: 100%;
	
	position:relative; /* needed for footer positioning*/
	background:#000;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#headerholder {
	width: 100%;
	background: url(img/header.gif) no-repeat center top;
	height: 380px;
}

#header {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	position: absolute;
	display: block;
	width: 150px;
	height: 160px;
	top: 25px;
	left: 25px;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 160px;
}

#header h2 {
	display: none;
}

#header #nav {
	display: block;
	float: left;
	margin-left: 380px;
	margin-top: 42px;
}

#header #nav li {
	display: block;
	float: left;
}

#header #nav li a {
	display: block;
	float: left;
	color: #fff;
	font: 1.1em/1 Days, sans-serif;
	text-transform: uppercase;
	margin-right: 15px;
	cursor: pointer;
	padding-bottom: 1px;
}

#header #nav li a:hover {
	border-bottom: 1px dotted #fff;
}

#contentholder {
	padding-bottom: 165px;
	width: 940px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 660px;
}

#content h2 {
	color: #b70050;
	font: 1.4em/1.2em Days;
	text-transform: uppercase;
	padding-left: 40px;
	text-indent: -40px;
	margin-bottom: 15px;
}

#content p {
	font-size: 1.2em;
	line-height: 145%;
	margin-bottom: 20px;
	clear: left;
}

#content p a {
	color: #b70050;
	font-weight:bold;
}

#content p a:hover {
	color: #fff;
	font-weight:bold;
}

#content ul {
	font-size: 1.2em;
	line-height: 145%;
	margin-bottom: 20px;
	clear: left;
	list-style:disc;
	list-style-position:inside;
}

#content .picpaddingl {
	padding-left: 20px;
}

#content .picpaddingr {
	padding-right: 20px;
}

#content .picholder {
	float: left;
	position: relative;
	overflow: hidden;
	padding: 49px 16px 60px 16px;
}

#content .picholder span {
	position: absolute;
	top: 20px;
	left: 0;
	background: url(img/picframe.gif) no-repeat left top;
	display: block;
	width: 328px;
	height: 280px;
}

#sidebar {
	width: 240px;
	float: right;
}

#sidebar a {
	color: #73c167;
	font-weight:bold;
}

#sidebar a:hover {
	color: #fff;
	font-weight:bold;
}


#sidebar #h_feedback {
	width: 240px;
	display: block;
	text-indent: -9999px;
	height: 65px;
	background: url(img/h_feedback.gif) no-repeat left top;
	margin-bottom: 20px;
}

#h_blogentries {
	width: 220px;
	display: block;
	height: 42px;
	margin-bottom: 10px;
}

#h_blogentries a {
	width: 220px;
	display: block;
	text-indent: -9999px;
	height: 42px;
	background: url(img/h_blog.gif) no-repeat 3px top;
}

#h_cat {
	width: 157px;
	display: block;
	height: 42px;
	margin-bottom: 10px;
}

#h_cat a {
	width: 220px;
	display: block;
	text-indent: -9999px;
	height: 33px;
	background: url(img/h_categories.gif) no-repeat 3px top;
}

#h_archives {
	width: 220px;
	display: block;
	height: 33px;
	margin-bottom: 10px;
}

#h_archives a {
	width: 157px;
	display: block;
	text-indent: -9999px;
	height: 42px;
	background: url(img/h_archives.gif) no-repeat 3px top;
}

#sidebar .quote {
	padding-left: 40px;
	padding-bottom: 45px;
	background: url(img/commentbkg.gif) no-repeat left bottom;
	margin-bottom: 20px;
	padding-top: 10px;
}

#sidebar .quote p {
	font-size: 1.1em;
	line-height: 140%;
}

#sidebar .quote span {
	font-size: 1.1em;
	line-height: 120%;
	color: #73c167;
	padding-top: 10px;
	font-weight: bold;
	display: block;
}

#sidebar h2 {
	color: #73c167;
	font: 1.4em/1.2em Days;
	text-transform: uppercase;
	padding-left: 40px;
	text-indent: -40px;
	margin-bottom: 15px;
}

.clear {
	clear: both;
}

#footerholder {
	position:absolute;
	width:100%;
	bottom:0;
	background: url(img/footer.gif) no-repeat center bottom;
	height: 41px;
	padding-top: 136px;
}

#footer {
	margin: 0 auto;
	width: 900px;
	padding: 0 40px;
}

#socialmedia {
	float: left;
}

#socialmedia a {
	margin-right: 10px;
}

#footerlinks {
	float: right;
	font-size: 1.1em;
	padding-top: 10px;
}

#footerlinks a {
	margin: 0 3px;
	color: white;
}

#footerlinks a:hover {
	border-bottom: 1px dotted #fff;
}

#footerlinks span {
	margin: 0 3px;
}

#footerlinks span a {
	margin: none;
}

/* @end */

input.field {
	width: 200px;
	padding: 3px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	background-color: #000;
	border: 1px solid #b70050;
	margin-bottom: 8px;
}

select.field {
	width: 206px;
	height: 20px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	background-color: #000;
	border: 1px solid #b70050;
	margin-bottom: 8px;
}

textarea.field {
	width: 312px;
	padding: 3px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	background-color: #000;
	border: 1px solid #b70050;
	margin-bottom: 8px;
}