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

body {
	margin-top: 70px;
	padding: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

h1, h2, h3 {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	letter-spacing: -1px;
	font-size: 34px;
	color: #946834;
	text-transform:lowercase;
}

h2 {
	font-size: 26px;
	color: #946834;
	text-transform:lowercase;
}

h3 {
	margin-top:10px;
	font-size: 18px;
	color:#946834;
	text-transform:lowercase
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
}

pre {
	font-size:8pt;
	letter-spacing:4px;
	line-height:8pt;
	font-weight:bold;
}
i {
	color:#999999;
}

b {
	color:#999;
}

a:link {
	color: #946834;
	text-decoration: none;
}

a:visited {
	color: #946834;
	text-decoration: none;
}

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

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
	background: #7ACF00 url(images/img03.jpg);
}

/* Header */

#header {
	width: 900px;
	height: 35px;
	margin: auto;
}

#logo {
	float: left;
	height: 40px;
	width: 900px;
	border-bottom: 1px #333333 solid;
}

#logo h1 {
	float: left;
	margin: 0;
	font-size: 24px;
	letter-spacing: 3px;
	color: #946834;
}

#logo h1 sup {
	vertical-align:inherit;
	font-size: 24px;
	float:right;
}

#logo h1 a {
	color: #0099E8;
}

#logo h2 {
	float: left;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6D6D6D;
}

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

/* Menu */

#menu {
	float: right;
	text-transform:lowercase;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding-left: 15px;
	text-decoration: none;
	font-weight:bold;
	font-size: 16px;
	color: #999999;
}

.current_page {
	background-color:#0f0f0f;
}

#menu a:hover {
	text-decoration: none;
	color: #946834;
	
}

/* Sub Menu */
.basictab{
	margin: 0;
	margin-left: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	margin-bottom: 0;}

.basictab li{
	display: inline;
	margin: 0;
}

.basictab li a{
	display: block;
	float: left;
	margin-right: 2px;
	padding-right: 15px;
	text-decoration: none;
	font-size: 13px;
	color: #c76d0c;
}


.basictab li a:visited{
	color: #999999;
}

.basictab li a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.basictab li a:active{
	color: #999999;
}

.submenustyle{
	display:none;
	margin-left:150px;
	padding: 2px 1px;
	width: auto;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	font-size:40px;
}

* html .submenustyle{ /*IE only width definition*/
	width: 100%;
}

.submenustyle a{
	text-decoration: none;
	color:#c76d0c;
	text-decoration:overline;
}

.submenustyle a:visited{
	color:#ffffff;
	text-decoration:none;
}

.submenustyle a:hover{
	color:#ffffff;
	text-decoration:none;
}

.submenustyle2{
	margin-left:30px;
	padding: 0px;
	width: auto;
	display: none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	font-size:40px;
}

* html .submenustyle2{ /*IE only width definition*/
	width: 900px;
}

.submenustyle2 a{
	text-decoration: none;
	color:#c76d0c;
}

.submenustyle2 a:visited{
	color:#ffffff;
	text-decoration:none;
}

.submenustyle2 a:hover{
	color:#ffffff;
	text-decoration:none;
}

/* Page */

#page {
	width: 900px;
	margin: auto;
	height: 24px;
	border-top: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
	padding: 5px 0px 20px 0px;
	text-align: left;
}

/* Content */

#content {
	margin: auto;
	min-height: 480px;
	width: 900px;
}

#content h3 {
	float: left;
	margin-top: 10px;
	display:inline;
	font-size: 16px;
	letter-spacing: 1px;
	color: #946834;
}

/* Post */

.post {
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #8BCB2F;
}

.post .title b {
	font-weight: normal;
	color: #0094E0;
}

.post .entry {
}

.post .meta {
	margin: 0;
	padding: 15px 0 60px 0;
	background: url(images/img04.jpg) repeat-x left 30%;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .meta .byline {
	float: left;
	color: #0000FF;
}

.post .meta .links {
	float: left;
}

.post .meta .more {
	width: 185px;
	height: 35px;
	padding: 5px 10px;
	background: #8BCB2F;
	border: 1px dashed #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
}

.post .meta .comments {
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	background: #0094E0;
	border: 1px dashed #FFFFFF;
	font-size: 9px;
}

.post .meta b {
	display: none;
}

.post .meta a {
	color: #FFFFFF;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-right: 10px;
}

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

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px dashed #D1D1D1;
}

#sidebar li li a {
	margin: 0;
	padding-left: 15px;
	background: url(images/img01.jpg) no-repeat left 50%;
}

#sidebar h2 {
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #0094E0;
}

#sidebar strong, #sidebar b {
	color: #8BCB2F;
}

#sidebar a {
	text-decoration: none;
	color: #6D6D6D;
}

#footer {
	margin: auto;
	border-top: 1px #333333 solid;
	padding: 5px 0px 20px 0px;
	width: 900px;
	text-align: justify;
	color:#333333;
}

/*contact form*/

.notification_error
{
border: 1px solid #666;
height: auto;
width: auto;
padding: 4px;
background: #000000;
text-align: center;
-moz-border-radius: 5px;
color:#CCC;
}

.notification_ok
{
border: 1px #666 solid;
height: auto;
width: auto;
padding: 8px;
background: #000000;
text-align: center;
-moz-border-radius: 5px;
color:#CCC;
}

.info_fieldset { -moz-border-radius: 7px;}

.info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 

font: 13px Verdana;

padding: 2px 5px 2px 5px;
-moz-border-radius: 3px;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: white;

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

/* Label */
label  { width: 140px; padding-left: 20px; margin: 5px; float: left; text-align: left; }

/* Input, Textarea */
input, textarea
{
margin: 5px;
padding: 0px; 
float: left;

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

/* BR */

br { clear: left; }

.slideshow2 { height: 480px; width: 900px; margin-top:0px; clear:both; }
.slideshow2 img {background-color: #000000; }