/*
Theme Name: Case Files
Description: My new theme
Author: Myself
Author URI: http://creativescapism.com/
Tags: blue, custom header, fixed width, two columns, widgets

	
*/

body {
background-image: url(img/bg1.gif);
background-color: #000;
margin: 0px;
padding: 0px;
text-align: center;
}

div.container {
position:absolute;
top:50%;
left:50%;
margin-top:-325px;
margin-left:-500px;
background-image: url(img/background1.jpg);
width: 1000px;
height: 650px;
border: 3px solid #000;
}


div.body {
float: right;
padding: 15px;
margin-top: 135px;
margin-right: 70px;
text-align: left;
font: 9pt/13pt verdana, arial;
color: #082123;
width: 380px;
height: 430px;
overflow: auto;
}

div.sidebar {
float: left;
width: 280px;
padding: 10px;
margin-top: 130px;
margin-left: 210px;
text-align: left;
}

div.footer {
text-align: center;
margin-top: 630px;
font: 8pt verdana, arial;
}

div.nav a {
position: absolute;
height: 80px;
width: 35px;
text-decoration: none;
}

div.nav a i { visibility: hidden; }

a#home {
top: 147px;
left: 97px;
}

a#about {
top: 315px;
left: 935px;
}
a#email {
top: 393px;
left: 940px;
}
a#gbook {
top: 490px;
left: 938px;
}

a#home:hover { background-image: url(img/circle.png); }

a#about:hover { background-image: url(img/circle.png); }

a#email:hover { background-image: url(img/circle.png); }

a#gbook:hover { background-image: url(img/circle.png); }


h2 {
font: 13pt bold verdana,arial;
color: #5b4420; 
background-image: url(img/skull.png);
background-repeat: no-repeat;
background-position: left bottom;
padding-left: 30px;
padding-top: 5px;
}


ul {
padding: 0;
margin: 0;
}

li {
padding: 0;
margin: 0;

}

a:link {
color: #5b4420; 
}

a:visited {
color: #000;
}

a:hover {
padding-bottom: 2px;
white-space: nowrap; 
color: #192628; 
background-image: url(img/line.png); 
background-repeat: repeat-x;
background-position: 100% 100%;
text-decoration: none;
}

a:active {
font-style: italic;
color: #5b4420;
}


input
{
color: #000;
background: #d1c373;
border: 1px solid #000;
}

textarea
{
color: #000;
background: #d1c373;
border: 1px solid #000;
}

ol.commentlist li {
border: 1px solid #000;
list-style-type: none;
margin-left: -25px;
}

div.comm {
border-bottom: 1px solid #192628; 
padding: 5px 10px 3px;
background: #d1c373;
}

div.commtext {
padding: 0 5px 0 5px;
}

div.preview img {
border: 1px solid #fff;
margin: 10px;
}


div.center {
margin-left: auto;
margin-right: auto;
width: 400px;

}

div.post {
border-bottom: 2px dotted #633;
}

p {
text-indent: 15px;
}
