/*	##################################
   	GENERAL
	################################## */
*	{
	margin:0;
	padding:0;
	}
html, body {
	height: 100%;
}
body {
	background: #faa634;
	color: #000;
	font: 12px Verdana,Arial, sans-serif;
}
.boxy	{
	background:#eee url("../images/bg-boxy.jpg") no-repeat top right;
	}
#wrap	{
	padding:10px;
	}
.photo	{
	/*border:1px solid #014f42;*/
	border:1px solid #fff;
	background:#96bd77;
	padding:5px;
	float:right;
	max-width:225px;
	margin:0 0 10px 10px;
	}
.boxy ul	{
	margin-left:35px;
	}
a {
	color: #662404;
}
a:hover	{
	color:#000;
	}
a
#header	a,#footer a	{
	color:#999;
	}
#header	a:hover,#footer a:hover	{
	color:#fff;
	}
p {
	padding: 0 0 12px 0;
}

a img {
	border:none;
	}
a img.logo {
	vertical-align:middle;
	}
a em	{
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	}
/*	##################################
   	BASIC LAYOUT
	################################## */
#page {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
	background:transparent url("../images/page.jpg") repeat-y;
}

#header {
	width: 960px;
	height: 150px;
	background:#333 url("../images/header.jpg") no-repeat;
	position:relative;
}
#header .logo	{
	position:relative;
	top:2px;
	left:757px;
	}
#menubar	{
	width: 960px;
	height: 25px;
	padding: 2px 0 0 0;
	background:#333 url("../images/menu.jpg") no-repeat;
	font:bold 12px "Tahoma", Helvetica, Arial, sans-serif;
	}
#content {
	position:relative;
}
#main {
	float: left;
	width: 640px;
	/*display: inline;*/
	padding:20px 25px 30px 25px;
	background:transparent url("../images/main.jpg") no-repeat;
	min-height:300px;
}
#main p, #main ul, #main ol, #main dl	{
	line-height:18px;
	}
#main ul	{
	margin-left:35px;
	}
.icon	{
	position:absolute;
	left:673px;
	top:15px;
	}
#sidebar {
	padding:140px 25px 0 25px;
	float: right;
	width: 210px;
	/*display: inline;*/
	background:transparent url("../images/sidebar.jpg") no-repeat;
	font-size:12px;
}

/*	##################################
   	HEADINGS
	################################## */
h1#blog-title {
	text-indent:-9999px;
	line-height: 1;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
}
h1#blog-title a {
	color: #fff;
	text-decoration: none;
}
h2#blog-description {
	font-size: 11px;
	font-weight: normal;
	text-indent:-9999px;
	overflow: hidden;
}	
h1, h2 {
	padding: 0 0 10px 0;
	font-family: Arial Verdana, sans-serif;
	color:#000;
	font-weight:bold;
}
h2 {
	font-size: 25px;
	letter-spacing:-2px;
}
h3, h4, h5, h6 {
	padding: 5px 0 5px 0;
	font-family: Arial Verdana,sans-serif;
}
h3 {
	color:#ac6219;
	font: bold 22px "Arial Narrow", Arial, sans-serif;
	}
/*	##################################
   	CONTENT
	################################## */

/*	##################################
   	FOOTER
	################################## */
#footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}
#footer {
	clear:both;
	width: 900px;
	margin: 0 auto;
	padding: 20px 30px;
	background:#faa634 url("../images/bg-footer.png") no-repeat;
	color:#666;
	line-height:25px;
	font-size:11px;
	font-family:"Tahoma", Helvetica, Arial, sans-serif;
}
#footer p {
	padding:0;
}
#legal	{float:left;padding:0;line-height:15px;}
#designed	{float:right;padding:0;line-height:15px;}
/*	##################################
   	USEFUL
	################################## */
.clear {
	clear: both;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/** CSS BASIC ELEMENTS */
hr {
	clear: both;
	height: 1px;
	margin: 20px 0;
	background: #dedede;
	border: none;
}
blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}
fieldset {
	padding: 0 20px 20px 20px;
	border: none;
}
label.error {
	color: #800;
	font-style: italic;
	font-weight: normal;
	font-size:80%;
}
input.error { border: 1px dotted #800; }
textarea {
	width: 90%;
	height: 100px;
}
input.button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #6e7073;
	border: none;
	color: #fff;
}
.floatLeft	{
	float:left;
	padding:0 5px 5px 0;
	}
.floatRight	{
	float:right;
	padding:0 0 5px 5px;
	}
.rounded {
	border:3px solid #000;
	}
.special	{
	font: normal 15px "Georgia", Times, serif;
	color:#069;
	}
#mc-embedded-subscribe-form	{
	margin:10px auto;
	}

.indicate-required	{
		color: #800;
	font-style: italic;
	font-weight: normal;
	font-size:80%;
	}
.sub-links	{
	font: bold 11px "Tahoma",Verdana,Sans-Serif;	
	}
.stripeMe				{background:#eee; border:solid 1px #ddd; padding:5px;font-size:11px;width:100%;}
.stripeMe th			{font-weight:bold;padding:10px;background:#069;color:#fc0}
.stripeMe .title		{font-weight:bold;}
.stripeMe tr.normal		{background:#dff1d0;}
.stripeMe tr.alternate	{background:#b8d2a3;}
.stripeMe tr.over		{background:#faa634;color:#fff;}
.stripeMe td			{padding:5px;vertical-align:top;}
.stripeMe .title		{font-weight:bold;}
img.embellish, .article img			{background:#96bd77;border:1px solid #fff;padding:5px;}
.view	{
	background:#eee;
	border:1px solid #ddd;
	padding:10px;
	margin: 0 0 10px 0;
	width:200px;
	float:right;
	text-align:center;
	
	}