/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 10px;
	padding: 0;
	background: url('images/img01.jpg') repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #ffbb22;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.5em;

}
********
p {

	text-align: justify;
	font-size: 1.7em;
} 
********


ul, ol {
	margin: 0 0 1em 0;
	text-align: justify;
	font-size: 1em;
}

a:link {
	color: #FF9C00;
}

a:hover, a:active {
	text-decoration: none;
	color: #3A3A3A;
}

a:visited {
	color: #558AA9;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}


/* Header */

#header {
	width: 760px;
	height: 52px;
	margin: 0 auto;
	background: url('images/img02.jpg') no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 760px;
	height: 54px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 10px 16px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffbb00;
}

#menu a:hover { 
	text-decoration: none; 
	color: #ffffff;
}

#menu .current_page_item a {
	color: #ffffff;
}

/** LOGO */

#logo-wrap {
	width: 760px;
	margin: 0 auto;
	
}

#logo {
	width: 760px;
	height: 130px;
	margin: 0 auto;
	background: url('images/mainimage.jpg') no-repeat left top;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}

#logo h1 { 
	padding-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 38px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #ffbb00; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 115px 0 0 5px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#logo p a {
	text-decoration: none;
	color: #ffbb00;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 580px;
	background: url('images/img10.jpg') no-repeat left top;
}

/* Post */

.post {
	padding: 15px 15px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
}

.post h2 {
	background: url('images/img09.jpg') no-repeat left top;
	font-size: 25px;
	color: #ffbb00; padding-left:15px; padding-right:15; padding-top:4px; padding-bottom:4px
}

.post .entry {
	padding: 0 15px;
}

.post .meta {
	padding: 15px 0 30px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
	font-size: .8em;
}

.post .meta .links {
	float: right;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 15px;
	padding: 0 15px;
}


#sidebar h2 {
	height: 34px;
	margin-bottom: 15px;
	background: url('images/img07.jpg') no-repeat left top;
	font-size: 22px;
	color: #ffbb00; padding-left:12px; padding-right:0; padding-top:5px; padding-bottom: 3px
}


/* Footer */
#footer-wrap {
	width: 760px;
	height: 64px;
	margin: 0 auto;
	background: url('images/img04.jpg') no-repeat left top;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 10px;
	font-size: 1em;
	text-align: center;
	color: #999999;
}

#legal a {
	color: #999999;
}