/* CSS Document */
/*  
Theme Name: Denny's Drums
Theme URI: http://silentwish.net/wilson/denny
Description: Simple theme, with pictures of Dennis Wilson. Picture credit from: Google images, and TheBeachBoys.com
Author: Feah
Author URI: http://hushabye.org
*/

body {
background-color: #C5C5B9; 
background-repeat: repeat-y;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 75%;
text-align: justify;
}

#container {
position:relative; 
width:557px; 
margin: 0 auto; 
background-color: #E3E3E3; 
bottom: 0px;
top: 0px;
padding-top: 10px;
}

#header {
background-color: #FFFFFF;
background-image: url(http://silentwish.net/wilson/denny/img/denny.jpg);
background-repeat: no-repeat;
padding: 0px;
width: 550px;
height: 150px;
margin-right: 4px;
margin-left: 4px;
margin-top: 0px;
}

#footer {
clear:both;
text-align: center;
font-size: 7pt;
padding: 5px;
margin-top: 50px;
background-color: #B8C8CC;
}

#wrap {
background-color: #EFEFEF;
border: 0px;
margin: 0px;
padding: 0px;
width: 554px;
}

#primary {
background-color: #E9E9E9;
color: #333333;
font-size: 96%;
width: 340px;
margin-top: 5px;
padding-left: 5px;
padding-right: 4px;
float: left;
margin: 5px;
}

#secondary {
border: 1px;
color: #333333;
font-size: 96%;
width: 185px;
margin-top: 5px;
padding: 2px;
float: right;
text-align: justify;
margin-right: 4px;
}

.sub a {
color: #9D5F5F;
text-decoration: none;
}

.sub a:hover {
color: #9D5F5F;
text-decoration: none;
}

#navigation {
   margin: 0px;
   padding: 0px;
   list-style-type: none;
}

#navigation ul {
   margin: 0px;
   padding: 0px;
   list-style-type: none;
}
#navigation li {
   margin-bottom: 0px;
   list-style-type: none;
}
#navigation a {
   background: #B9C4C5;
   color: #313F57;
   display: block;
   width: 175px;
   border-left: 0px;
   padding-left: 10px;
   text-decoration: none;
   border-bottom: 1px #E4E5DD solid;
}
#navigation a:hover {
   background: #E0D3C8;
   color: maroon;
   text-decoration: none;
   border-left: 0px
}

h1, h2, h3, h4 {
color: #829899;
font-family: bookman old style, times new roman, verdana, arial, tahoma;
margin: 2px;
}

textarea, input, select {
font-family: trebuchet ms, arial;
font-size : 12px;
background-color: #EDD6C1;
border: 1px #D1B49B solid;
padding: 3px;
}

.content {
padding: 5px;
}

.sub {
padding: 5px;
background-color: #EBD5C3;
border-left: 1px solid #E0E7DF;
border-bottom: 1px solid #E0E7DF;
}

#primary a {
color: #705656;
text-decoration: none;
}

#primary a:hover {
color: #000000;
text-decoration: underline;
}

#primary img {
border: 10px #CAD0D1 solid;
padding: 0px;
margin-right: 5px;
} 

#primary img:hover {
border: 10px #E5D7CC solid;
padding: 0px;
margin-right: 5px;
} 

#footer a {
color: #333333; 
text-decoration: none;
}

#footer a:hover {
color: #666666;
text-decoration: underline;
}