/*
Theme Name: Benjamin Folke Thomas
Description: A custom theme designed for www.benjaminfolkethomas.com by www.juliankrispel.com
Author: Julian Krispel
Author URI: http://www.juliankrispel.com
*/

*{
padding:0;
margin:0;
}

html{
background-image: url(images/tile.jpg);

}

body { color:#936e58; background: url(images/header.jpg) no-repeat top center; font-family: Arial;
position:relative; 

}

a{
color:#d56c2b;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

h1{ font-family:Impact; }
#logo h1{font-size:72px;text-transform:uppercase;line-height:66px; font}

#logo{
padding-top:70px;
}

#wrapper{
position:relative;
width:800px;
margin:auto;
}

#header{
position:fixed;
top:0;
z-index:100;
background: url(images/tile.jpg);
height:50px;
width:800px;
border-bottom: 1px solid #39261c;
}

#menu{
list-style-type:none;
font-size:12px;
text-align:left;
letter-spacing:1px;
padding:17px 0 0 0;
}

#menu a{
color:#936e58;
}

#menu a:hover{
color:#d56c2b;

text-decoration:none;
}

.section{


margin-bottom:500px;
}

.section p{
font-size:14px;
line-height:24px;
color:#936e58;
}

.section h1{
padding-top:50px;
border-bottom: 1px solid #39261c;
margin-left:-300px;
color:#d56c2b;
font-size:72px;
}

.section h2{
margin:5px 0 5px 0;
padding: 0 0 5px 0;
border-bottom: 1px solid #39261c;
}

#menu li{
margin-right:20px;
float:left;
}

#content{
position:relative;
width:500px;
margin-top:600px;
margin-left:300px;
background:none;
}

#player{
position:relative;
float:right;
margin-top:0px;
z-index:9999999999999;
}

.full img{
margin:8px;
}

a img{
margin:8px;
border:0;
}

.date{
margin-top:5px;
padding-top:5px;
border-top: 1px solid #39261c;
}

.full{
margin-bottom:100px;
}

#footer{
font-size:12px;
margin-bottom:40px;
}

