/* -----------------------------------------------------------------------------------------
  
   Copyright (c) 2007-2008 by Peter Hilterhaus
  
   ---------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FCFAE6;
	background-color: #C0B09A;
	background-image: url(images/backgrounds/Snake.jpg);
	background-attachment: fixed;
	text-align: justify;	
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: justify;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;	
	color: #8A0000;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

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

a:link {
	color: #000000;
}

a:hover {
	text-decoration: none;	
}

a:active {
	text-decoration: none;
	color: #490102;
}

a:visited {
	color: #000000;
}

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-image: url(images/backgrounds/bg_bronze.jpg);
	background-color: #490102;	
}

/* Header */

#header {
	width: 900px;
	height: 75px;
	margin: 0 auto 20px auto;
	padding-top: 20px;			
}

#logo {
	float: left;
	height: 70px;
	margin-left: 30px;
}

#logo h1 {
	font-size: 40px;
	color: #FFFFFF;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

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

/* Menu */

#menu {
	float: right;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 7px 10px;
	text-decoration: none;
	font-size: 15px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	/*background-color: #FFFFFF;*/
	color: #C0B09A;
}

#menu .active a {
}

#logoimg {
	width: 200px;
	border: 0px;
	margin-left: 210px;
	margin-top: 3px ;	
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 40px 40px;	
}

/* Content */

#content {
	float: left;
	width: 570px;
	padding: 20px 30px 0px 30px;
	background-color: #FFFFFF;
	color: #000000;
	/*text-align:justify;*/
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #444444;
	border-bottom-color: #444444;
	border-right-width: 3px;
	border-left-width: 1px;
	border-right-color: #444444;
	border-left-color: #444444;	
}

/* Post */

.post {
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #8A0000;	
	text-transform: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8A0000;
}

.post .entry {
}

.post .meta {
	margin: 0;
	padding: 15px 0 60px 0;
}

.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 0px 5px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	border-bottom: 1px dotted #A80000;
}

.post .meta .comments {
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	border-bottom: 1px dotted #A09584;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	text-transform: none;		
}

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

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

#sidebar li ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
}

#s {
	width: 150px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 3px;
	background: #ECECEC url(images/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	height: 90px;
	min-height: 75px;
	padding: 10px 0 0 0;
	background: #490102 url(images/img01.jpg) repeat-x left top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	text-transform:uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

#legal a {
	font-weight: bold;
	color: #490102;
}

/** Box for Links **/
.zboxed {width:220px;}

.xboxed h1{
	margin:0;
	font-size:20px;
	padding:0 10px 5px 10px;
	border-bottom:1px solid #444444;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.xboxed p{
 margin:0; 
 padding:5px 10px; 
 font-size:12px;
 font-family:Arial, Helvetica, sans-serif;
 }
 
.xboxed {
background: #C0B09A;
width:215px; 
float:left; 
margin:0 0px;}

.xtop, .xbottom {
display:block; 
background:#C0B09A;
font-size:3px;
font-family:Arial, Helvetica, sans-serif;
}

.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}

.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {
border-left:1px solid #444444; 
border-right:1px solid #444444;
}

.xb1 {
margin:0 5px; 
background:#444444;
}

.xb2 {
margin:0 4px; 
border-width:0 2px;
}

.xb3 {
margin:0 2px;
}

.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
	display:block;
	border:0 solid #515151;
	border-width:0 1px;
	border-right-width: 3px;
	border-left-width: 1px;	
	height:auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

* html .xboxcontent {
height:1px;
}

a:hover{
	color:#8A0000
}

.color_c {
background-image:url(images/backgrounds/bg_bronze.jpg);
background-color: #490102; 
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}

/** Box for Links end **/

/** Box for input **/
.i_outer_boxed {width:570px;}

.iboxed h1{
	margin:0;
	font-size:20px;
	padding:0 10px 5px 10px;
	border-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.iboxed p{
 margin:0; 
 padding:5px 10px; 
 font-size:13px;
 font-family:Arial, Helvetica, sans-serif;
 }
 
.i_inner_boxed {
background: transparent;
width:170px; 
float:left; 
margin:0 0px;
}

.i_inner_boxed1 {
background: transparent;
width:400px; 
float:left; 
margin:0 0px;
}

.itop, .ibottom {
display:block; 
background:#FFFFFF;
font-size:0px;
font-family:Arial, Helvetica, sans-serif;
}

.ib1, .ib2, .ib3, .ib4 {
display:block; 
overflow:hidden;
}

.ib1, .ib2, .ib3 {height:0px;}
.ib2, .ib3, .ib4 {
border-left:0px; 
border-right:0px;
}

.ib1 {
margin:0 0px; 
background:#FFFFFF;
}

.ib2 {
margin:0 0px; 
border-width:0 0px;
}

.ib3 {
margin:0 2px;
}

.ib4 {
height:0px; 
margin:0 0px;
}

.iboxcontent {
	display:block;
	border:0 solid #FFFFFF;
	border-width:0 0px;
	border-right-width: 0px;
	border-left-width: 0px;	
	height:auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

* html .iboxcontent {
height:0px;
}

a:hover{
	color:#8A0000
}

.icolor_c {
background: #FFFFFF; 
color:#000000;
font-family:Arial, Helvetica, sans-serif;
}
/** Box for input end **/

/* different Font Styles*/

.Stil1 {
	color: #8A0000;
	font-weight: bold;
}

.Stil2{
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

.Stil3{
	color: #8A0000;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

.Stil5 {font-size: 18px;}

.Stil6 {
	font-size: 10px;
	color: #000000;
}

.Stil10 {
	font-size: 10px;	
}

.Stil11 {
	font-size: 16px; color: #8A0000; font-weight: bold;
}

.Stil12 {
	color: #8A0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.Stil22 {	
	color: #A80000;
	font-weight: bold;
}
.Stil23 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.Stil24 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.Stil28 {
	color: #8A0000;
	font-weight: bold;
}
.Stil30 {
	color: #8A0000;	
	font-weight: bold;
}

