/* Design by: DENiAL-Design.com */
/* Author: Jason Kingery */
/* Released under GPL */
/* Link MUST STAY in footer */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #fff;
	color: brown;
	font-size: 14px;
	font-family: "arial", helvetica, sans-serif;
	text-align: justify;
	text-transform: none;
	width: auto;
}
a {
	text-decoration: none;
	color: black;
	font-variant: small-caps;
	font-size: 79%;
	letter-spacing: .1em;
	border-bottom: 1px dashed #eee;
}
a:hover {
	text-decoration: none;
	color: #fff;
	background: #c2c2c2;
	border-bottom: 0px;
}
p {
	margin-bottom: 25px;
}
/* Header */
#header {
	background: #eee;
	float: left;
	width: 768px;
	background: url(images/header_bg.jpg) repeat-x;
	height: 75px;
	margin: 0;
}
#header h1 {
	margin-top: 15px;
	text-transform: none;
	font-size: 39px;
	color: #666;
	font-weight: normal;
	letter-spacing: -2px;
	font-family: "arial", helvetica, sans-serif;
	padding-left: 10px;
}
#header h1 span {
	background: inherit;
	color: #DADADA;
}
#search {
	margin-top: -35px;
	float: right;
}
#header input {
	border: 0px solid #9bb2be;
	padding-left: 2px;
	padding-top: 2px;
	width: 200px;
	height: 19px;
	background: url(images/search.png) repeat-x;
}

#header .buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	color: #FFFFFF;
	margin-right: 6px;
	height: 20px;
	width: 50px;
	background: url(images/submit.png) repeat-x;
}
#wrap {
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
/* left sidebar stylizzle */
#lcon {
	width: 150px;
	float: left;
	margin-top: 5px;
	padding: 10px;
}
#lcon h3 {
	text-transform: capitalize;
	font-size: 18px;
	color: #c60000;
	font-weight: normal;
	letter-spacing: -2px;
	font-family: "arial", helvetica, sans-serif;
	margin-bottom: 3px;
	border-bottom: 1px solid #000;
}
#lcon h3 span {
	background: inherit;
	color: #666;
}
#lcon p {
	margin-bottom: 5px;
}
#lcon .important {
	background: #eee;
	padding: 5px;
	margin-left: 20px;
}
#navlist {
	list-style-image: url(images/square.png);
	padding-left: 20px;
}
/* Right Contizzle */
#rcon {
	width: 580px;
	float: left;
	margin-top: 5px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-left: 5px;
}
#rcon h3 {
	text-transform: none;
	font-size: 18px;
	color: #c60000;
	font-weight: normal;
	letter-spacing: -2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	border-bottom: 1px solid #000;
}
#rcon h3 span {
	background: inherit;
	color: #666;
}
.published {
	display: block;
	text-align: center;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: none;
	padding: 2px;
	margin: 3px;
	background: #cb0000 url(images/dback.png);
}
.pub-month {
	display: block;
	font-size: .9em;
	margin: 0;
	padding: 2px;
	background: #c60000;
	color: #fff;
}
.pub-date {
	display: block;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	color: #000;
}
/* footer */
#footer {
	clear: both;
	background: #eee;
	font-size: 76%;
	text-align: center;
	width: 768px;
	text-transform: lowercase;
	color: #000000;
}

#footer2 {
	clear: both;
	background: #eee;
	font-size: 76%;
	text-align: center;
	width: 768px;
	text-transform: capitalize;
	color: #000000;
}

#footer span {
	color: #666;
}

.style1 {
	color: #ffffff;
	background-color: #c2c2c2;
	text-transform: uppercase;
	font-size: 75%;
}

.form_input {
	color: #000000;
	text-transform: uppercase;
	font-size: 75%;
}

.form_input2 {
	color: #000000;
	text-transform: none;
	font-size: 75%;
}
