/*  
Theme Name: DRP
Theme URI: http://www.bandzilla.net/
Description: DRP Theme
Version: 1.0
Author: <a href="http://www.bandzilla.net/">Bandzilla.net</a>
Author URI: http://www.bandzilla.net/

*/
html {
	background: #fff;
}

body {
	background: #fff url(images/bg.gif) repeat-x;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	color: #000;
}

h1 {
  font-size:182%;
  font-weight:bold;
  margin-top:20px;
}
th,td { border:none;}

a {
	color: #ff0000;
}

a:hover {
	color: #ccc;
}

#hd {
}

#bd {
  padding:0 0 0 20px;
  background: #fff;
  border-left: #999 solid 2px;
border-right: #999 solid 2px;
border-bottom: #999 solid 2px;
}

#ft{font-size:77%;text-align:center;
}

#logo{
 width:832px;
 display: block;
 margin-left:auto;
 margin-right:auto;
}

.name,.description{display:none;}


#nav {
    margin: -23px auto 7px auto;
    text-align:center;
}

#nav li {
	display:inline;
	list-style-type: none;
        margin:0 15px 0 0;
}
#nav a {
	color: #ccc;
	text-decoration: none;
    font-weight:bold;
}
#nav a:hover {
	color: #fff;
	text-decoration: none;
}

#nav-footer li {
	display:inline;
	list-style-type: none;
    margin:0 10px 0 0;
}

#nav-footer a {
    color: #ccc;
	text-decoration: none;
}
#nav-footer a:hover {
    color: #fff;
	text-decoration: underline;
}


.linklove { display:none}

/* Wordpress Sidebar Styles */
#sidebar h2 {font-size:1em;padding:0 .2em;margin:1em 0 0;}

#sidebar {
 margin:10px 0 10px 0 ;
}

#sidebar ul {
 margin:0 10px 10px 10px;
 padding:1px 0 1px 0;

}

#sidebar li {list-style-type:none;}						

#sidebar a {text-decoration:none;}


/* Wordpress Caption Styles */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Wordpress General Styles */
blockquote,q{font-style:italic;}
#searchform{margin:10px 0;}
h1,h1 a,.post h2,.post h2 a,h3,h3 a,h4,h4 a {text-decoration:none;}
textarea#comment {width:400px;}
.post{padding:0 10px 10px 0;margin:0 0 10px 0;}
.postmetadata {
  font-size:77%;
}

