/* @override http://kimnucci.com/public/stylesheets/styles.css */

/* @group Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-variant: small-caps;
}

q:before,q:after {
	content: '';
}

strong {
	font-weight: bolder;
}

em {
	font-style: italic;
}

/* @end */

body {
	background-color: #969696;
	color: #ededed;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#page {
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 856px;
}

#imagebanner {
	background-color: #3e0037;
	padding-top: 25px;
}

#footer {
	color: #555;
	float:left;
	clear: left;
	margin: 5px 0 0;
	font-size: .8em;
}

/* @group Contact Form */
#contact {
	margin-left: 32px;
	padding-top: 5px;
	padding-bottom: 1px;
}

#cleft {
	width: 250px;
	float: left;
	margin-right: 54px;
	margin-top: 10px;
}

#cleft li {
	margin-bottom: 10px;
}

#cright {
	float: left;
	margin-top: 10px;
}

#cright li {
list-style-position: inside;
float: left;
margin-right: 20px;
	padding: 0;
}
#contact p {
	margin: -12px 0 20px 0;
	word-spacing: .2em;
	
}
#contact input {
	width: 100%;
	padding: 3px 0;
	margin: 5px 0px;
}
#contact textarea {
	margin: 5px 0;
	width: 100%;
	margin-bottom: 15px;
}
.submit {
	width: 60px !important;
	float: left;
}

/* @end */

/* @group Content */

#content-container {
	background-color: #3e0037;
	min-height: 50px;
}

#content {
	float: left;
	width: 826px;
	background-color: #3e0037;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#content a {
	color: #ededed;
	font-size: .8em;
}

#content h3 {
	padding: 0 0 17px;
}

#content h3 a {
	color: #999;
	text-decoration: none;
}

#content h3 a:hover {
	color: #b9acb7;
}

#content h3,#content h4 {
	background: none;
	margin-bottom: 10px;
	padding: 5px 5px 5px 0;
}

#content p {
	line-height: 1.2em;
	margin: 0 0 20px;
	font-size: 13px;
}

#content ol {
	line-height: 1.8em;
	margin: 0 30px 20px 50px;
}

#content div.entry p.info {
	font-size: 10px;
}

#content ul {
	line-height: 1.8em;
	margin: 0 30px 20px;
}

#content ul li {
	line-height: 1.8em;
	list-style: square;
	padding-left: 2px;
}

/* @end 
 @group sidebar */

#extend {
	height: 100px;
}

/* @group sidebar */

#sidebar {
	float: right;
	font-size: .9em;
	line-height: 1.2em;
	width: 25%;
	position: relative;
	padding: 30px 40px 30px 30px;
}

#sidebar p {
	font: .8em;
	line-height: 1.2em;
	margin: 0;
}

#sidebar ul {
		list-style: square;
	margin: 7px 0 0 20px;
}

#sidebar ul li {
	height: 18px;
	list-style: square;
}

#sidebar h2,#sidebar h3 {
	font-weight: 400;
	font-size: 1.25em;
	padding: 6px 0;
}

/* @end */

/* @group Headers */

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
}



/* @end */

/* @group Nav */

#nav li {
	margin-left: 25px;
	display: block;
	float: left;
	margin-top: 27px;
}

#nav {
	list-style: none;
	position: relative;
	float: right;
	z-index: 5;
	margin-right: 5px;
}



/* @end */

/* @group Header */

#header {
	height: 50px;
	margin-bottom: -3px;
}

#header a {
	float: left;
	margin-left: -8px;
}

#header a img {
	margin-bottom: 0px;
	
}



/* @end */