/*
Theme Name: HumanFlesh.se
Author URI: http://www.humanflesh.se/


/*	##################################
   	GENERAL
	################################## */
	
body {
	margin-left: 24px;
	margin-top: -3px;
	padding: 0px;
    background-color:#232323;
	background-image:url(img/bg-body.gif);
	background-repeat:repeat-x;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
}

a {
	color: #6e7073;
	outline: none;
}

p {
	margin: 0 0 0 0;
	color: #666666;
}

ul, ol {
	margin-bottom: 0;
}


/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 940px;
	margin: 0 auto 0 auto;
}


#first {
color:white;
padding-left: 20px;
font-weight: bold;
}
	
#header {
	position: relative;
	height: 200px;
	background-color:black;
}

h1 {position: absolute;
z-index: 1;
right: 0;
font-size: 36px;
bottom: 50px;
text-align:left;
color: #ffcc00;
left: 400px;
text-transform:capitalize;
}

div#keywords {
position: absolute;
font-size: 14px;
bottom: 78px;
text-align:center;
color: #ffcc00;
right: 0;
font-style:italic;
z-index:2;
}
div#keywords ul {
font-size:11px;
text-align: left;
list-style-type:none;
}
div#keywords ul li {
margin-left: 20px;
line-height: 20px;
}


#subHeader {position: absolute;
position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #cccccc;
    font-weight: bold;
}

.topImageMembers {
width:940px;
height: 155px;
float: left;

}
.bottomImageMembers {
width:940px;
height: 155px;
float: left;
}

#content {
	padding: 0 0 0 0;
	background-color:black;
}

#article-text{
	width: 940px;
}

#left-middle-pic {
width: 235px;
float:left;
}

#middle-text {
width: 430px !important; width: 427px;
float:left;
padding: 20px;
}

#middle-text h3 {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	text-transform: capitalize;
	color: #6D97BF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#middle-text h4 {
font-size: 14px;
margin: 0 0 10px 0;
color: #FFcc00;
font-weight: normal;
}

#middle-text p {
margin-bottom: 10px;
color: white;
font-size: 12px;
margin: 0 0  10px 0;
}

#middle-text p:first-letter {
font-size:16px;
font-weight: bold;
color: #aaaaaa;
margin-right: 1px;
}

#middle-text table td {
vertical-align:middle;
}

#middle-text a {
color: #6D97BF
}


/*	##################################
   	HEADINGS
	################################## */
	
#bandName {
	position: absolute;
	bottom: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-size: 24px;
	font-weight: normal;
	color: #990000;
}


h1 a {
	color: #990000;
	text-decoration: none;
}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	text-decoration: none;
	}
	
h2 {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #cccccc;
    font-weight: bold;
}


h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
}

/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav a {color:white;}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}


/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
	margin: 0 0 0 0;
	
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 940px;
	color: white;
	height: 20px;
	padding: 0 0 30px 120px;
	background-color:#232323;
	background-image: url(img/bottom.jpg);
	background-repeat:no-repeat;
}

#footer p {
	margin: 0 0 10px 0;
}
#footer a {color: white;
}


/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}
