/*
Theme Name: Aevon
Theme URI: http://www.aevon.eu/
Description: Aevon theme
Version: 1.00
Author: Razorimages
Author: http://www.razorimages.com/
*/

@import url('style-basics.css'); /* general body styles */
@import url('style-header.css'); /* header styles i.e. h1, menu, and search */
@import url('style-typography.css'); /* content typography styles */
@import url('style-sidebar.css'); /* general sidebar styles */
@import url('style-widgets.css'); /* sidebar widgets */
@import url('style-comments.css'); /* comments template */

#container{
	float: left;
	margin: 0 0px;
	width: 960px;
	background: #ffffff;
	display: inline;
}

#slides{
	float: right;
	margin: 0px 0px 0px 0px;
	width: 789px;
	height: 378px;
	background: #ffffff url(images/slidebg.jpg) no-repeat;
	display: inline;
}


#content{
	float: right;
	margin: 0 0px;
	width: 789px;
	display: inline;
}



.post{
	width: 789px;
	overflow: hidden;
}

.post h2{
	padding: 5px 20px 5px;
	font: 22px bold arial, helvetica, verdana, sans-serif;
	
	text-transform : uppercase;
	background: url(images/bg-post-title.gif) repeat-x;
}

.entry-meta{
	padding: 2px 20px;
	font-size: 12px;
	
	background: #e2e983;
	color: #222;
}

.entry-meta a{
	color: #ccc;
}

.entry-foot{
	border-top: 1px solid #181818;
	padding: 13px 20px 12px;
	font-size: 12px;
	line-height: 24px;
}

.entry-content{
	padding: 1px 1px;
	border-top: 1px solid #181818;

	background: #ffffff ;
}

.entry-content h2{font-size: 12px; font-weight: bold; line-height: 12px; font-family: arial, helvetica, sans-serif; padding: 5; background-image: url(images/template-h2.jpg) no-repeat;}
.entry-content h3{font-size: 13px; font-weight: bold; line-height: 12px; font-family: arial, helvetica, sans-serif;  background: url(images/template-h2.jpg) no-repeat;}
.entry-content h4{font-size: 11px; font-weight: normal; line-height: 11px; padding: 10px 20px 5px; border-top:  1px dotted #181818;}
.entry-content h5{font-size: 11px; line-height: 16px;}
.entry-content h6{
font-size: 18px;
text-transform : uppercase;
background: #e2e983;
line-height: 14px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h5, .entry-content h6{
	padding: 15px 15px 25px 15px;
}

.ads-468x60 img{
	margin: 0 0 0 20px;
}


.navigation{
	float: left;
	margin: 13px 0 0;
	width: 520px;
	line-height: 24px;
}

.navigation span.nav-previous{
	margin: 0 0 0 20px;
	padding: 0 0 0 24px;
	background: url(images/bg-older-posts.gif) no-repeat 0 5px;
}

.navigation span.nav-next{
	margin: 0 20px 0;
	padding: 0 24px 0;
	background: url(images/bg-newer-posts.gif) no-repeat right 5px;
}

#featured-bands{
	float: left;
	margin: 0 0 0 0;
	width: 920px;
	background: #000 url(images/bg-featured-bands.gif) no-repeat;
	display: inline;
}

#featured-bands .gallery{
	float: left;
	margin: 0 20px;
	width: 880px;
	padding: 0 0 20px;
	border-bottom: 1px solid #181818;
	display: inline;
}

.band{
	float: left;
	margin: 20px 0 0 20px;
	width: 410px;
	height: 205px;
	display: inline;
	position: relative;
}

.band .band-name{
	position: absolute;
	top: 156px;
	left: 20px;
	padding: 7px 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: #000;
}

.band .band-name a{
	color: #ccc;
}

#footer{
	float: left;
	margin: 0px 0px 0px;
  width: 960px;
	background: #ffffff url(images/bg-footer.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	display: inline;
}

#footer p{
	padding: 0px 120px;
		margin: 25px;
} 


