/*	##################################
   	GENERAL
	################################## */
*	{
	margin:0;
	padding:0;
	}
html, body {
	height: 100%;
}
body {
	background: #333;
	color: #000;
	font: 12px Verdana,Arial, sans-serif;
}
#wrap	{
	padding:10px;
	}
a {
	color: #0d569a;
}
a:hover	{
	color:#000;
	}
a
#footer a	{
	color:#000;
	}
#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:#fff url("../images/page.jpg") repeat-y;
}
#masthead {
	width: 960px;
	height: 30px;
	background:#7F8959;
	line-height:25px;
}
#masthead ul	{
	list-style:none;
	float:right;
	}
#masthead ul li	{
	display:inline;
	padding:0 10px;
	}
#masthead a {text-decoration:none;color:#fff;}
#masthead a:hover {color:#000;}
#header {
	width: 960px;
	height: 200px;
	/*background:#7F8959;*/
	background:transparent;
}
	#logo	{
		float:left;
		width:160px;
		height: 200px;
		}
		#logo em {
			{	position:absolute;
				left:-10000px;
				top:auto;
				width:1px;
				height:1px;
				overflow:hidden;}
			}
	#flash	{
		float:right;
		width:800px;
		height: 200px;
		}
#content {

}
#main {
	float: right;
	width: 800px;
	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:0 0 15px 35px;
	}
	#main01	{
		float: left;
		width: 510px;
		padding:5px 10px 30px;
		background:transparent;
		}
	#main02	{
		float: right;
		width: 270px;
		padding:30px 0 0 0;
		background:#afa790;
		}
		#main02 .inside	{
			padding: 0 30px;
			}
		#main02 h3	{
			background:#d8ceb3;
			color:#fff;
			border-top:1px solid #fff;
			border-bottom:1px solid #fff;
			border-left:10px solid #7c7769;
			padding:3px 0 3px 10px;
			margin:0 0 10px 0;
			}
#sidebar {
	padding:0;
	float: right;
	width: 160px;
	background:#6993bb url("../images/sidebar.jpg") no-repeat;
	font-size:12px;
}
#sidebar .inside	{
	padding:20px 10px;
	}
#menubar	{
	padding: 0;
	background:transparent;
	font:bold 12px "Tahoma", Helvetica, Arial, sans-serif;
	}
/*	##################################
   	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;
}
h1, h2 {
	padding: 0 0 10px 0;
	font-family: Arial Verdana, sans-serif;
	color:#9F2214;
	font-weight:bold;
}
h2 {
	font-size: 20px;
	letter-spacing:0px;
}
h3, h4, h5, h6 {
	padding: 5px 0 5px 0;
	font-family: Arial Verdana,sans-serif;
}
h3 {
	color:#507282;
	font-size: 18px;
	}
h4 {
	color:#b35639;
	font-size:15px;
	}
/*	##################################
   	CONTENT
	################################## */

/*	##################################
   	FOOTER
	################################## */
#footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}
#footer {
	clear:both;
	width: 920px;
	margin: 0 auto;
	padding: 20px 20px;
	background:#333 url("../images/bg-footer.png") no-repeat;
	color:#507282;
	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: 10px 0;
	background: #dedede;
	border: none;
}
fieldset {
	padding: 0 0 20px 0;
	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;
	margin:0 10px 5px 0;
	}
.floatRight	{
	float:right;
	margin:0 0 5px 10px;
	}
.rounded {
	border:3px solid #000;
	}
.special	{
	font: normal 15px "Georgia", Times, serif;
	color:#069;
	}
.smaller	{
	font-size:90%;
	margin-top:-10px;
	}
.indicate-required	{
		color: #800;
	font-style: italic;
	font-weight: normal;
	font-size:80%;
	}
.sub-links	{
	font: bold 11px "Tahoma",Verdana,Sans-Serif;	
	}
table	{
	padding: 0 0 10px 0;
	}
.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.photo, .article img, .accent			{background:#7F8959;border:1px solid #6e7846;padding:5px;}*/
img.photo, .article img, .accent			{background:#eee;border:1px solid #ddd;padding:5px;}


a[href^="mailto"] 		{padding:0 18px 0 0; background: transparent url("../images/icon_mailto.gif") no-repeat center right; }
.magazine	{
	padding:20px;
	}