
/* elements */

html, body {
   margin: 0px;
   padding: 0px; 
   }  
body {
   background-image: url(/images/bg_page.jpg);
   background-repeat: no-repeat;
   }
body, input, textarea {
	font-size: 15px;
	color: #333333; 
	font-family: Georgia, "Lucida Bright", "Times New Roman", serif;
   }  
a {
   color: #5095BE;
   }
h1, h2, h3, h4 { font-weight: normal; font-family: Georgia, "Lucida Bright", "Times New Roman", serif; }
h1 { margin: 0px 0px 10px 0px; font-size: 24px; color: #5095BE; }
h2 { margin: 40px 0px 0px 0px; font-size: 22px; color: #5095BE; }
h3 { margin: 40px 0px 10px 0px; font-size: 18px; color: #5095BE; }
h4 { margin: 20px 0px 0px 0px; font-size: 15px; text-transform: uppercase; letter-spacing: 0.05em; color: #666666; }
img.border {
   border: solid 1px #999999;
   padding: 1px;
   }
p, li, ul {
   margin: 0px 0px 8px 0px;
   }
ul {
   list-style-type: square;
}  


/* class IDs */

#holder {
   padding-left: 96px;
   }  
#nav {
   margin: 82px 0px 0px 0px;
   height: 57px;
   background-image: url(/images/bg_band.gif);
   background-repeat: repeat-x;
   line-height: 58px;
   font-size: 20px;
   }
#navRider {
   text-align: right;
   width: 800px;
   height: 20px;
   font-size: 11px; text-transform: uppercase; letter-spacing: 0.05em; color: #666666;
   color: #f08000; 
	line-height: 1.5em;
   }
#contentHolder {
   margin: 90px 0px 50px 0px;
   width: 700px;
   min-height: 150px;
	line-height: 1.5em;
   }
#sidebar {
   position: absolute;
   top: 272px;
   left: 826px;
   border-left: solid 1px #eeeeee;
   padding: 10px 0px 50px 20px;
   width: 130px;
   font-size: 12px; color: #666666;
	line-height: 1.5em;
   }
#footer {
   margin: 100px 0px 50px 0px;
   width: 60%;
   border-top: solid 1px #cccccc;
   font-size: 11px; color: #999999; 
   }

/* elements with IDs */

#nav ul, #nav li {
   list-style-type: none;
}
#nav li {
   display: block;
   float: left;
   height: 56px;
   margin: 0px;
   padding: 0px 20px 0px 10px;
}
#nav a, #nav a:hover {
	font: 16px Georgia, "Lucida Bright", "Times New Roman", serif;
	letter-spacing: 0.02em;
   text-decoration: none;
	color: #333333;
   line-height: 40px;
}
#nav a:hover {
   color: #5095BE;
   }
#sidebar h2 { 
   margin: 30px 0px 5px 0px; 
   border-bottom: dotted 1px #cccccc;
   font-size: 11px; color: #666666;
   font-weight: bold;
   }
#sidebar ul {
   margin: 0px 0px 0px 10px;
   padding: 0px 0px 0px 10px;
}


/* WordPress style */

small {
	font-size: 15px;
	font-style: italic;
   color: #666666;
}
p.postmetadata {
   border-top: dotted 1px #cccccc;
	font-size: 12px;
   color: #cccccc;
}
#respond {
   margin-top: 60px;
   border-top: dotted 1px #cccccc;
}
#s {
   width: 140px; 
   }
