@import "reset.css";

/*HTML*/

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color:#f3f3e2;
	background-image:url(images/background.gif);
	background-position:center;
	background-repeat:repeat-y;
	
	text-align:center;
	margin:0 auto;
	line-height:17px;
	margin-top:15px;
}

a{
	color:#000;
}


h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	background-color:#a90432;
	padding:5px;
	line-height:20px;
	margin-bottom:20px;
	text-transform:uppercase;
}

h1 a{
	color:#a90432;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#a90432;
	text-transform:uppercase;
	line-height:16px;
}

h2 a{
	color:#a90432;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#a90432;
	font-weight:bold;
	margin-bottom:10px;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#a90432;
	font-weight:normal;
	margin-bottom:10px;
	color:#978e00;
}

#sidebar h1{
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}

#sidebar ul{
	
}

#sidebar .widget{
	margin-bottom:35px;
}

small{
	font-size:10px;
}

p{
	margin-bottom:15px;
}

strong{
	font-weight:bold;
}


/*ID*/

#header{
	background-image:url(images/background-header.gif);
	background-repeat:repeat-x;
	height:102px;
	margin-bottom:20px;	

}

#headerlogo{
	padding-top:15px;
	float:left;
}

#headerlogo img{
	border:none;
}

#headertext{
	float:right;
	padding-top:80px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
}


#page{
	width:905px;
	margin:auto;
	text-align:left;

}

#content{
	width:680px;
	float:right;
	margin-bottom:70px;
}


#sidebar{
	float:left;
	width:205px;
	text-decoration:none;
}

#sidebar a{
	text-decoration:none;
}

#sidebar .menu{
	width:175px;
	height:17px;
	background-color:#978e00;
	margin-bottom:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-align:right;
	padding-right:7px;
	padding-top:2px;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
}

#sidebar .menu_2{
	width:175px;
	height:17px;
	background-color:#a90432;
	margin-bottom:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*font-weight:bold;*/
	color:#FFF;
	text-align:right;
	padding-right:7px;
	padding-top:2px;
	text-transform:uppercase;
	/*margin-left:10px;*/
	text-decoration:none;
	cursor:pointer;
}

#footer{
	background-image:url(images/background-header.gif);
	background-repeat:repeat-x;;
background-position:bottom; 
	clear:both;
	padding-top:10px;
	text-align:center;
	
}
/*CLASS*/

.hentry  {
margin-bottom:30px;
}
.post{
	border-bottom:solid #e9e6c8 10px;
	margin-bottom:25px;
	clear:both;
}

.post-img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	
}

.post-txt{
	
}

.post-txt-child{


}


.postmetadata{
	border-top:solid 1px #FFCC00;
	border-bottom:solid 1px #FFCC00;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:15px;
	margin-bottom:15px;
}

.date{
	font-size:10px;
	font-weight:bold;
}

.commentlist{
	list-style:none;
	margin-bottom:20px;
}

.comment{
	margin-bottom:20px;
}

.comment-text{
	background-color:#ddd8d8;
	padding:10px;
}

.comment-meta{
	margin-top:5px;
	font-size:10px;
}

/*NAVIGATION*/

.navigation{
	margin-bottom:30px;
}

.alignleft{
	float:left;
}

.alignright{
	float:right;
}


#newsletter{

	text-align:left;
	margin-bottom:50px;

}

/*GALLERY*/

.gallery{
	width:100px;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}

.gallery-title{
	font-weight:bold;
}

.gallery-txt{
	font-size:40px;
}
