/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
 	background:  #FFFFFF url(images/top.png) repeat-x top left; 
	font-size: 13px;
	color: #7F7F7F;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2, h3 {
	font-weight: normal;
	color: #484848;
}

h1 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h1#title {
 color: white;
 font-size: 300%;
 font-weight: bold;
 font-style: italic;
 margin: 0.5em;
 padding: 8px;
 clear: both;
}

h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #7ACE11;
}

a:hover {
	text-decoration: none;
	color: #7ACE11;
}


/* Header */

#header {
	width: 890px;
	height: 190px;
	margin: 0px auto;
}

/* Logo */

#logo {
	position:absolute;
	left:0px;
	top:0px;
	letter-spacing: -2px;
	font-size: 3.6em;
	font-weight: normal;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	color: #FFFFFF;
}

#logo_sub {
	position:absolute;
	left:20px;
	top:50px;
	font-size: 3;
	font-weight: normal;
	color: red;
}

#screen_title {
	position:absolute;
	left:300px;
	top:20px;
	font-size: 20px;
	font-weight: bold;
	color: white;
}

#llogo h1 {
/*	letter-spacing: -2px; */
	font-size: 3.6em;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	position:absolute;
	left:15px;
	top:5px;
	font-size: 1.22em;
	letter-spacing: -1px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	
}

#menu ul {
	margin: 0px;
	padding: 50px 20px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 3;
	color: #FFFFFF;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #FFFFFF;
}


/* Page */

#page {
	width: 890px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 590px;
	position:absolute;
	left:300px;
	top:125px;
}

.post {
	padding: 20px 20px;
	background: url(images/bg04.jpg) no-repeat top left;
}

.adv_body {
	padding: 20px 20px;
	background: url(images/bg04.jpg) no-repeat top left;
	position:absolute;
	left:50px;
	top:100px;
}

.adv_data {
	font: 10pt;
}

.adv_data_title {
	font: 12pt;
    font-weight: bold;
	text-align: left;
}

.title {
	margin: 0;
	border-bottom: 2px solid #484848;
	color: #484848;
	font-size: 11pt;
}

.byline {
	margin: 0;
	color: #D79B00;
}

.meta {
	text-align: left;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	position:absolute;
	left:20px;
	top:125px;
}

#banner {
	float: right;
	width: 240px;
	position:absolute;
	left:950px;
	top:125px;
}


#sidebar_left {
	float: left;
	width: 240px;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0px;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #7B9418;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 20px;
	background: url(images/img06.jpg) no-repeat left 80%;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	margin: 0px;
	height: 80px;
	background: #F2F2F2 url(images/bg02.jpg) repeat-x left bottom;
}

#footer p {
	padding: 20px 0;
	text-align: center;
	font-size: smaller;
	color: #717171;
}

#searchf { 
 font-size: 12px; 
 color: white;
 position:relative;
 left:800px;
 top:15px;
}


#message { 
 font-size: 13px; 
 color: white;
 position:absolute;
 left:350px;
 top:25px;
}


