/* CSS Document */
html, body, div, span, applet, object, iframe,h1, h2,

h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 

address, big, cite, code,del, dfn, em, font, img, ins,

kbd, q, s, samp, small, strike, strong, sub, sup, tt, 

var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-weight: inherit;

	font-style: inherit;

	font-size: 11px;

	font-family: Arial, Helvetica, sans-serif;	

	vertical-align: baseline;

}

/* remember to define focus styles! */

:focus {

	outline: 0;

}

body {

	line-height: 1;

	color: #fff;

	background:#000;

}

a{font-weight:bold;text-decoration:none;}

ol,ul {

	list-style: none;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: separate;

	border-spacing: 0;

}

caption, th, td {

	text-align: left;

	font-weight: normal;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}

/*------------- Applied Style-Global -------------*/
body{
	background:#fff;	
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#000;
	color:#fff
}

img{
	border:none; 
	margin:0;	
}
/*------------- ID's -------------*/
#frame{
	background:#ccc59a;
	width:900px;
	margin:0 auto;
	text-align:left;
}
#header{
	height:192px;
	position:relative;
	background: url(img/bg_header.jpg) no-repeat;
	border-bottom:10px solid #a49c69;	
}

#header h1 span{
	display:none;	
}

#topmenu{
	position:absolute;
	top:157px;
	left:67px;
	margin:0;
	height:28px;		
}

#topmenu div{	
}
#topmenu ul{	
	height:28px;	
}
#topmenu ul li#pannel-first{
}
#topmenu ul li{
	float:left;
	list-style:none;	
	height:28px;
	border-right:1px solid #392119
}
#topmenu ul li#pannel-last {
	border:none;
}

#topmenu ul li a{
	text-decoration:none;
	line-height:25px;
	font-family:"Gabrielle","Courier New", Courier, mono;
	color:#fff;
	font-size:15pt;
	padding:5px 0;
	text-align:center;	
}
#topmenu images{
	border:none;
}


#content{
	padding:10px 40px;
	position:relative;
	height:100%; 
}

#archives {
	display:block; 
	width:243px;
	float:right;			
}

#archives div{
	padding:10px 0;
	margin-left:10px;
} 

#maincontent{
	height:100%;
	margin-right:243px;
}

#blog-content{
	width:556px;
	background: #47291f url(img/bg_content.jpg) bottom left no-repeat;	
}
#previous-entries{
	padding:0 10px
}


#footer {
	background:url(img/bg_footer.jpg);
	height:45px;
	text-align:center;
	padding:30px 0;
	border-top:10px solid #a49c69;	
}


/*------------ classes ----------*/
.clear{
	clear:both;
	padding:0;
	margin:0
		
}
.active a{
	color:#000
}

.box{
	background:url(img/archive.jpg) no-repeat;
	width:222px;
	height:177px;
	line-height:15px;	
}

.box ul {
	list-style:url(img/list_style.jpg) inside;	
}
.box a {
	color:white;
}
.box h1{
	font-size:14px;
	font-weight:bold
	
}
.top{
	background:url(img/content_top.jpg) top left no-repeat;
	height:10px;	
}

.subtitle{
	background:url(img/bg_subtitle.jpg) top left no-repeat;
	height:64px;
	position:relative
}

.date {
	position:absolute;	
	text-align:center;
	top:10px;
	left:4%;
}
.date li{
	text-align:center;
	padding:1px;
}

.bolder {
	font-weight:bolder;
	font-size:15px;
}

.title{
	font-size:20px;
	color:#fff
}

.info{
	position:absolute;
	left:70px;
	top:15px;
	line-height:20px;		
}

.text {
	padding:20px;
	line-height:20px;
}

.signature {
	font-family:Gabrielle,Georgia, "Times New Roman", Times, serif;
	font-size:20px;
}

.pagetitle{
	font-size:17px; 
	line-height:30px;
	color:white;
	font-weight:bold;
	text-align:center
}

form p{
	line-height:27px;
}
form p textarea{
	width:480px;
}
/*--------calendar----------------*/
#wp-calendar {
 width: 90%;
}
#wp-calendar {
	list-style: none;
}