/*
 Color Pallette:
 	blue: 00ffff; new: 00A8E3
	dark gray (page body): #333333;
	lightest part of background: #b2b2b2;
	yellow: #FFC10E; new: FFC10E
	white: #ffffff;
*/

*	{
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 1.3em;
}
body	{
	background: #b2b2b2 url(media/back.gif) center top repeat-y fixed;
	text-align: center;
	color: #ffffff;
	font-family: "Trebuchet MS","Helvetica",Arial, sans-serif;
}
a	{
	text-decoration: none;
	color: #00A8E3;
}
a:hover	{
	color: #0071BB;
}
div	{
	display: block;
}
#main	{
	margin: 0px auto;
	width: 800px;
	
}
#header	{
	width: 800px;
	padding: 20px 0 40px 0;
}
#content	{
	text-align: left;
	font-size: 10pt;
	padding: 0px 10px;
	width: 530px;
	border-right: solid 1px #FFC10E;
	float: left;
	clear: left;
}
#content *	{
	max-width: 530px;
}
#content h2	{
	font-size: 22pt;
	font-family: "Trebuchet MS","Helvetica",Arial,sans-serif;
	text-transform: uppercase;
	color: #00A8E3;
}
#content h3,
#content h4,
#content h5,
#content h6	{
	font-family: "Palatino Linotype", serif;
	font-weight: bold;
	color: #FFC10E !important;
	text-transform: uppercase;
}
#content h3	{
	font-size: 14pt;
}
#content h4	{
	font-size: 12pt;
}
#content h5	{
	font-size: 10pt;
}
#content h6	{
	font-size: 8pt;
}
#inner_nav	{
	border: 0px;
	width: 485px;
	height: 600px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
	border: solid 1px #333333;
}
#right	{
	width: 219px;
	padding-left: 30px;
	float: right;
	clear: right;
	color: #FFC10E;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}
#right h2	{
	color: #00A8E3;
	font-size: 22pt;
}
#right ul	{
	list-style: none;
}
#right img.header	{
	margin: 10px 0;
}
#footer	{
	width: 400px;
	height: 94px;
	margin: 20px auto;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
	clear: both;
	color: #FFC10E;
	font-size: 11pt;
	font-weight: bold;
}
#footer-inner	{
	border-top: solid 1px #FFC10E;
}
#footer p *	{
	color: #FFC10E;
}
#footer ul	{
	list-style: none;
	padding: 5px;
}
#footer ul li	{
	display: inline;
}
.alignleft	{
	float: left;
	clear: left;
}
.alignright	{
	float: right;
	clear: right;
}
div.post	{
	float: left;
	padding-bottom: 10px;
}
.entry	{
	padding: 10px 10px 0px 0px;
}
.entry p	{
	padding: .2em 0;
}
.postmetadata	{
	font-size: 8pt;
}
.post-comments	{
	background: url(media/commentback.gif) 0px 35px no-repeat;
	width: 100%;
	min-height: 500px;
}
#respond h3	{
	font-size: 10pt;
	font-weight: bold;
}
input,select	{
	font-size: 10pt;
	padding: 0.1em;
	margin: 0.2em 0;
	border: solid 1px #FFC10E;
	background: transparent url(media/translucent.png) repeat;
}
input[type=checkbox],
input[type=radio]	{
	background: none;
}
input[type=submit],
input[type=button]	{
	margin: 3px;
	padding: 3px;
	color: #000;
	border: solid 1px #00A8E3 !important;
	background: #FFC10E;
}
textarea	{
	height: 110px;
	background: transparent url(media/translucent.png) repeat;
	font-size: 10pt;
	padding: 0.1em;
	margin: 0.2em 0;
	border: solid 1px #FFC10E;
}
label	{
	color: #FFC10E;
}
#respond #submit	{
	border: none;
	background: none;
	padding: 0;
	margin: .5em;
	float: right;
	text-indent: -9999px;
	width: 122px;
	height: 57px;
	cursor: pointer;
	background: url(media/submit-off.gif) top left no-repeat;
}
#respond #submit:hover	{
	background: url(media/submit-on.gif) top left no-repeat;
}
#respont #submint:active	{
	background: url(media/submit-off.gif) top left no-repeat;
}
#respont #submint:focus	{
	background: url(media/submit-off.gif) top left no-repeat;
}
.post-nav	{
	display: block;
	clear: both;
}
div.easysms_widget	{
	padding: 0;
	margin: 0;
	font-size: 9pt;
}
div.easysms_widget label	{
	display: inline;
}
input.easysms_button	{
	color: #000;
	border: solid 1px #00A8E3 !important;
	background-color: #FFC10E !important;
}
input.easysms_links	{
	color: #000;
	border: solid 1px #00A8E3 !important;
	background-color: #FFC10E !important;
}

