/*
Theme Name: Wild Lights
Theme URi: http://wildlights.eu/wordpress/wp-content/themes/wildlights
Description: Wild Lights Theme
Version : 1.0
Author: Wild Lights 2009 - all rights reserved
*/

body {
	margin: 0px;
	padding-bottom:5px;
	text-align: center;
	font:12px "Verdana", sans serif;
	color: #996600;
	line-height:14px;
	background: #fff;
	background-image:url(images/body-bg.jpg);
	background-attachment:fixed;
	background-position:center top;
}

#wrapper{
	text-align: center;
	width: 984px;
	margin: 30px auto 0px auto;
	position: relative;
	padding-bottom:10px;
	height:auto;
	background-image: url(images/page-bg.png);
	background-position:center top;
	background-repeat:repeat-y;
}

a:link, a:visited{
	font: 12px "Verdana",sans-serif;
	color: #B2900A;
	text-decoration: none;
	border:0;
	font-weight : bold;
}

a:hover, a:active{
	color: #CCB866;
	border:0;
}

a img{
border:0px;
}

/* Search header style */ 
form#searchform2{
	display: block;
	float:right;
	padding-right:80px;
}

form#searchform{
	display: block;
}

#search .searchinput{
	height:16px;
    width: 140px;
	background-color:#FFFFFF;
	border:2px groove #996600 ; 
	padding:3px;
	-moz-border-radius:4px;
	border-radius:4px;
	font: 12px "Verdana", sans serif;
	color: #B2900A;
}

.search_button{
	background: #c7b070;
	font:bold 12px "Verdana", sans serif;
	color:#ffffff;
	border:2px groove #996600 ; 
	padding:3px;
	-moz-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
}


/* Design of the horizontal navigation bar, Home/contacts, etc. */
#tabs{
	width: 850px;
	height: auto;
	text-align:left;
	margin-left:120px;	
}

#tabs ul{
	margin: 0;
	padding:3px 0;
	list-style-type:none;
}

#tabs ul li{
	display:inline;
}

#tabs ul li a:link, a:visited {
	font: 10px  "Verdana",sans-serif;
	padding:1px 3px 1px 3px;
	color: #B2900A;
	font-weight : bold;
	text-decoration:none;
	text-align:left;
}

#tabs ul li a:hover, a:active{
	color: #c7b070;
}	


/*main*/	
#content{
	text-align:justify;
	margin-left:120px;
	width:580px;
}	

#main {
	width: 560px; 
	float:left;
	margin:0;
	padding: 5px 10px 10px 0;
	overflow:hidden;
	border-right:1px solid #B2900A;
}


/*  Date and month box Settings  */
#date{
	background: url('images/date_bg.png') no-repeat;
	height:60px;
	width:68px;
	padding:6px;
	float:left;
	text-align:left;
}

#date .month{
	margin : 9px 0 8px 14px;
	font-size:14px;
	color:#663300;
	font-weight:bold;
}

#date .nr{
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	margin-top:6px;
	margin-left:12px;
}

#sectiontitle{
	background-image:url(images/categories-bg.png);
	background-repeat:no-repeat;
	background-position: left;
	height:58px;
	text-indent:19px;
	font: italic bold 24px "Times New Roman", Times, serif;	
	line-height: 60px;
}

/* Post settings */
.post{
	margin: 40px 0 2px 0;
	padding: 0 5px 5px 5px;
}

.post h2 a{
	color: #996600;
	text-decoration:underline;
	font-size:20px;
	font-style:italic;
}

.post h2 a:hover{
	text-decoration:underline;
	color: #B2900A;
}

.postmetadata{/*post category*/
	padding: 1px 8px 1px 5px;
	margin: 0;
}

.postmetadata p{
	line-height: 18px;
	padding: 0;
	margin: 2px 0;
	border-top: 1px solid #CCB866;
	border-bottom: 1px solid #CCB866;
}

.postmetadata2{
	padding: 1px 8px 1px 5px;
	margin-bottom: 20px;
	border-top: 1px solid #CCB866;
	border-bottom: 1px solid #CCB866;
}

#navigation{
	padding: 5px 15px;
}

#navigation div.fleft{
	float:left;
}

#navigation div.fright{ 
	float:right;
}

	
/*sidebar settings*/
#sidebar {
	padding-left: 20px;
	margin: 10px 0 0 580px;
}

#subscribe {/*rss subscribe*/
	width:150px;
	height:40px;
}

/*menu settings*/
.menu{/*sidebar column*/
	width:180px;
}

.menu a{
	text-decoration:none;
}

.menu ul{
	margin:0;
	padding:0;
}

.menu ul li.widget{/*settings for one widget*/
	margin-top:34px;
	list-style-type: none;
}

.menu ul li.widget ul{ /*contents links of each widget*/
	margin-top:-9px;;
	padding: 0;
	list-style-type: disc;
}

.menu ul li.widget h3{/*widget title*/
	text-align:center;
	padding-top:9px;
	color:#996600;
	background-image:url(images/widget-bg.png);
	background-repeat:no-repeat;
	height:24px;
	font:italic bold 17px "Verdana", sans-serif;
	line-height:14px;
}

.menu ul li h3 a{
	width :180px;
}

td{
	vertical-align:top;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   	text-align: center;
   	background-color: #ffffff;
   	padding: 4px;
  	margin: 10px;
   	border-radius: 3px;
	border:2px groove #996600 ; /*CCB866*/
	margin-bottom:3px;
	border-width :1px 2px 2px 1px;
	border-color:#999999;
	border-style:solid;
}

.wp-caption img {
	border:2px groove #996600 ; /*CCB866*/
	margin:3px;
	background-color: transparent;
	background-image: none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 14px;
   padding: 0 4px ;
   margin: 0;
}

/*footer*/
#footer {
	width:936px;
	height:158px;;
	text-align:center;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-position: bottom;
	margin: 0px auto -54px auto;
}
.footer-txt{
	padding-top:76px;
	padding-left:90px;
}
#footer p {
	font-size:9px;
}
#footer a{
	font-size:10px;
}

