/*
Theme Name:Humanfiles
Description:This WordPress theme is one with a minimal, clean looking design and has full CSS widgetization.Version:1.2.0
Tags:white, red, fixed-width, two-columns, right-sidebar

	"Humanfiles" by http://humanfiles.com/

	The CSS, XHTML and design is released under the GPL.

*/

html {
	margin:0;
   	padding:0;
}

body {
	margin:0;
	padding:0;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 20px;
  }
  
  html, body, #wrapper {height: 100%;}
  
  body > #wrapper {height: auto; min-height: 100%;}
  
a {
	text-decoration:none;
	color:#333;
	font-weight:600;
}
a:hover {
	color:#CCC;
}
hr {
margin-top:35px;
border:0;
width:500px;
color:#fff;
clear:both;
}

.post img {
	-webkit-box-shadow: 0x 0px 5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 1); 
} 

#logo {
	width:960px;
	height:70px;
	margin:auto;
	background-position: bottom;
}

#search {
	width:200px;
	height:40px;
	float:left;
}

#logotype {
	width:400px;
	height:40px;
	float:right;
	margin-top: 30px;
	margin-right: 60px;
	background-position: right bottom;
	position:absolute;
	left: 590px;
	top: 10px;
	}

#wrapper {
	background-image: url(images/dark-screen.png);
	background-repeat:repeat-y;
	width:990px;
	min-height:100%;
	position:relative;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	background-position: center;
	padding-bottom: 150px;
}
#boxout {
	width:960px;
	height:50px;
	background-color: #404040;
	position: absolute;
	bottom: 40px;
	background-image: url(images/navshadowbottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#navwrapper {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:60px;
	max-width: 100%;
	background-image: url(images/nav-top.png);
	background-repeat: repeat-x;
}
#navshadow {
	background-image: url(images/navshadow.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:10px;
	width:960px;
}

#nav {
	width:900px;
	margin:auto;
}
#topleft ul {
	height:50px;
	float:left;
	margin-left: 10px;
	margin-top: 5px;
	width: 400px;
}
#topleft li {
text-align:center;
float:left;
display:inline;
width:auto;
}
#topleft li a {
	font-size:11px;
	font-weight:400;
	display:block;
	padding:10px;
	border-bottom:none;
	color: #888;
}
#topleft li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
	color:#CCC;
}

#topright ul {
	height:50px;
	float:right;
	margin-right: 10px;
	margin-top: 5px;
	width: 200px;
}
#topright li {
text-align:center;
float:right;
display:inline;
width:auto;
}
#topright li a {
	font-size:11px;
	font-weight:400;
	display:block;
	padding:10px;
	border-bottom:none;
	color: #888;
}
#topright li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
	color:#CCC;
}

#header {
	background-repeat:no-repeat;
	background-position:center top;
	padding: 0px;
	height: 240px;
	background-repeat: no-repeat;
	margin-left: 50px;
}

#content {
	width:550px;
	float:left;
	min-height:420px;
	padding-top: 0;
	padding-right: 0;
	overflow:auto;
	padding-bottom: 50px;
}

#content-wide {
	width:700px;
	float:left;
	min-height:420px;
	padding-top: 0;
	margin-right: 40px;
	overflow:auto;
	padding-bottom: 50px;
	margin-left: 20px;
	padding-left: 20px;
}

#content-music {
	width:470px;
	float:left;
	min-height:420px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 50px;
}

#message {
	width:840px;
	height:50px;
	padding-top: 0;
	padding-right: 0;
	position: absolute;
	left: 70px;
	top: 520px;
	color: #CEBB9F;
}

#message a {
	color:#CEBB9F;
	}
	
#message a:hover {
	color:#FFF;
}

#content-background {
	width:840px;
	min-height:420px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 70px;
	margin-left: 50px;
	overflow:auto;
	padding-bottom: 50px;
	background-image: url(images/content.png);
	background-repeat: repeat-y;
}

#content-homepage {
	width:840px;
	min-height:420px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 70px;
	margin-left: 35px;
	overflow:auto;
	padding-bottom: 50px;
	background-image: url(wp-content/themes/Bowles/images/home-shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#contentcap {
	background-image: url(images/content-bottom.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top: 0;
	padding-right: 0;
	margin-left: 10px;
	width:960px;
	height:25px;
	float:left;
}
.navigation {
	width:520px;
	height:20px;
	padding-top: 10px;
}

.post {
	padding-top: 19px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 10px;
}

.postpage {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}


.post p {
margin:10px 0 20px 0;
}
.post em{
font-style:italic;
}
.post h2 {
font-family:Georgia;
font-size:24px;
margin:25px 0 10px 0;
font-weight:normal;
}
.post h1, .post h1 a{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
	font-size:12px;
	margin:0px 0 10px 0;
	font-weight:bold;
	line-height:32px;
	text-transform: uppercase;
}
.post h3, .post h4 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
	font-size:12px;
	margin:15px 0 10px 0;
	font-weight:bold;
	text-transform: uppercase;
}
.post h4 {
font-size:18px;
}
.post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover {
	color:#900;
}
.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small {
font-size:11px;
}
.post small a {
font-weight:normal;
}
.navigation .alignright {
float:right;
margin-left:10px;
}
.navigation .alignleft {
float:left;
margin-right:10px;
}
.post .aligncenter {
margin:0 auto;
display:block;
}
.post abbr {
font-weight:normal;
}
.post ul{
list-style:circle;
margin:0 0 0 25px;
}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
.post .wp-caption {
background:#f7f7f7;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
color:#777;
border-left:5px solid #F63;
margin:15px 30px 0 10px;
padding-left:20px;
}
.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}
#comments h3, #comments h4{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#462D00;
	font-size:15px;
	margin:35px 0 5px;
	font-weight:normal;
}
#comments h4{
font-size:28px;
}
#comments cite{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#462D00;
	font-size:13px;
	font-weight:normal;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist li {
margin-top:20px;
border-right:0;
padding:10px 5px 20px 10px;
min-height:110px;
}
#comments p {
	width:auto;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 10px;
}
#comments span {
display:block;
color:#462D00;
font-family:Georgia;
font-size:30px;
font-weight:normal;
float:right;
padding-top:0px;
}
#comments ul.formlist {
width:400px;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
text-align:left;
}
#comments input {
font-family:Arial;
color:#462D00;
width:300px;
font-size:10px;
font-weight:normal;
text-transform: uppercase;
padding-top: 5px;
padding-bottom: 5px;
}
#comments textarea {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#462D00;
	width:500px;
	height:100px;
	font-size:12px;
	font-weight:normal;
	background-image: url(wp-content/themes/Bowles/images/gig.png);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #663;
	padding: 10px;
}
#comments li.submitbutton input {
	text-align:center;
	background:#fff;
	border:1px solid #aaa;
	color:#462D00;
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	width:150px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(wp-content/themes/Bowles/images/gig.png);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #663;
}
#comments .center {
text-align:left;
}
#sidebar {
	width:150px;
	float:left;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 10px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
#sidebar .music {
	width:300px;
}
#sidebar h3 {
	padding:0 0 3px 0;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
#sidebar .block ul {
}
#sidebar .block ul .children{
border:0;
padding: 0 0 0 8px;
}
#sidebar .block li {
}
#sidebar .block li a {
font-size:11px;
font-weight:normal;
padding:2px 0 2px 0;
display:block;
border-bottom:none;
}
#sidebar .block li a:hover {
	
}
#sidebar .widget_search label {
display:block;
padding:25px 0 3px 0;
font-size:18px;
margin:0 0 5px;
}
#sidebar .widget_recent_comments li {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
padding:2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover{
background:none;
text-decoration:none;
color:#000;
font-weight:600;
}
#sidebar .widget_recent_comments li a:hover {
color:#e12000;
background-color:#f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
margin:0 0 8px;
}
#sidebar .widget_text h3 , #sidebar .calendar h3{
}
#sidebar .calendar h3{
display:none;
}
#sidebar #wp-calendar {
width:95%;
text-align:center;
}
#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th{
text-align:center;
}
#sidebar #wp-calendar caption {
font-size:18px;
padding:25px 0 3px 0;
}
#sidebar #wp-calendar th {
font-weight: bold; 
}
#sidebar #wp-calendar tfoot td{
}


#footershadow {
	background-image: url(images/navshadowbottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	width:100%;
	height:10px;
	float:right;
	text-align:center;
}


#footer {
	position:relative;
	bottom:0;
	height:50px;
	width:100%;
	float:right;
	text-align:center;
	font-size: 11px;
	padding-top: 30px;
	padding-bottom: 40px;
	clear: both;
	margin-top: -50px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	color: #666;
}

#footer-base {
	position:relative;
	bottom:0;
	height:100px;
	width:100%;
	background-color: #000;
}

#footer a {
	text-decoration:none;
	color:#666;
	font-weight:600;
}
#footer a:hover {
	color:#CCC;
}

#about {
	background-image: url(wp-content/themes/Bowles/images/about.png);
	background-repeat: no-repeat;
}

#apDiv2 {
	position:absolute;
	width:210px;
	height:210px;
	z-index:1;
	left: 70px;
	top: 80px;
}
#apDiv3 {
	position:absolute;
	width:210px;
	height:210px;
	z-index:2;
	left: 70px;
	top: 290px;
	background-color: #CCC;

}
#apDiv4 {
	position:absolute;
	width:210px;
	height:210px;
	z-index:3;
	left: 280px;
	top: 80px;
	background-color: #CCC;
}
#apDiv5 {
	position:absolute;
	width:210px;
	height:210px;
	z-index:4;
	left: 280px;
	top: 290px;
	background-color: #CCC;

}
#apDiv6 {
	position:absolute;
	width:420px;
	height:420px;
	z-index:5;
	left: 490px;
	top: 80px;
	background-color: #000;
}

#apDiv8 {
	position:absolute;
	width:100px;
	height:20px;
	z-index:1;
	left: 760px;
	top: 0px;
	vertical-align: middle;
}

#apDiv8 img {
	margin-right: 5px;
	margin-left: 5px;	
}
div .block {
	margin-bottom: 30px;
}
