/*  
Theme Name: Jam Donaldson
Theme URI: http://www.jamdonaldson.com
Description: 
Version: 1
Author: zillz
Author URI: http://www.zillasays.com/

The CSS, XHTML and design is designed specifically for JamDonaldson.com
No re-distribution or duplication is allowed.


*/
* {
border:0;
margin:0;
padding:0;
}
body {
background:#fff url(img/body.jpg) top left repeat-x;
font:normal normal .8em tahoma,arial,helvetica,serif;
}
a {
font-weight:bold;
color:#900;
text-decoration:underline;
}
a:hover {text-decoration:underline;}
a img {border:0;}
#container {
background:#fff url(img/container0.jpg) top right no-repeat;
margin:0 auto;
width:700px;
border-top:0px solid #933;
}
#content {
padding-bottom:15px;
}
#footer {
padding-top:15px;
border-top:1px dotted #ccc;
text-align:center;
}
#header {
background:#fff url(img/header.jpg) top right no-repeat;
padding-top:205px;
padding-bottom:30px;
width:100%;
}
#main {
background:transparent url(img/main.png) top right repeat-y;
_background:#ebebeb url(img/main.gif) top right no-repeat;
width:385px;
padding:5px;
border-bottom:3px solid #900;
}
#main img {
background:#933;
padding:2px 0;
border-top:1px dotted #b8431d;
border-bottom:1px dotted #b8431d;
text-align:center;
margin:5px 5px 5px auto;
}
#nav {
background:#000;
margin:0 auto;
width:700px;
border-bottom:5px solid #900;
text-align:center;
clear: both;
overflow:hidden;
padding-left:90px;
}
#nav a {
color:#eee;
text-decoration:none;
}
#nav a:hover {
color:#FED9A5;
}
#nav ul {
float:left;
list-style:none;
}
#nav ul li {
background:#000;
float:left;
list-style-type:none;
padding:9px;
color:#eee;
font-weight:bold;
font-size:.8em;
border-left:1px solid #000;
border-right:1px solid #000;
}
#nav ul li:hover {
background:#900 url(img/menu.jpg) top left repeat-x;
border-left:1px solid #c00;
border-right:1px solid #c00;
}

#sidebar {
width:200px;
position:absolute;
top:650px;
margin-left:450px;
}
#sidebar img {
padding:3px;
border:1px solid #ddd;
margin:2px;
}
#space {
height:400px;
}
#wrap {
margin:0 auto;
}
.quote {
font-size:1.1em;
}
.quote p {
font-weight:bold;
text-align:right;
}