/*
Theme Name: WordPress Theme Generator 
Theme URI: http://www.yvoschaap.com/wpthemegen/
Description: WordPress Custom Theme for DrumStar Blog created with the <a href="http://www.yvoschaap.com/wpthemegen/">WordPress Theme Generator</a>.
Version: 05 Nov, 23:51
Author: W.P. Gen
Author URI: http://www.yvoschaap.com/

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
  padding-top: 10px;
  padding-bottom: 2px;
}
h1 { font-size: 150%; }
h2 { font-size: 120%; color: #c00000; text-align: left} /*#09738a; }*/
h3 { font-size: 100%; color: #c00000; text-align: left}
h4 { font-size: 110%; text-align: left}
h5 { font-size: 100%; }
p { padding: 10px; font-size: 90%;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1.1;
	color: black;
	background: #ffffff;
}


#contentwrapper{
  clear: left;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #f0f0f0;
  min-height: 900px;
}

.contentbox {
  margin: 10px;
  margin-right: 10px;
  margin-left: 5px;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
}


.contentleft {
  margin: 10px;
  margin-right: 0px;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
}



ol, ul {
	list-style: circle;
  font-size: 90%;
  line-height: 1.2;
  padding: 5px;
}

.bullet {
  list-style: circle;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.centered {
  text-align: center;
}

.captiontext {
  text-align: center;
  font-size: 70%; 
  padding: 0px;
  margin: 0px;
}

image{display: block; padding-bottom: 10px;}



#maincontainer{
  margin-top: 20px;
  width: 980px; /*Width of main container*/
  margin: 0 auto; /*Center container on page*/
  border-left: 3px solid #d0d0d0;
  border-right: 3px solid #d0d0d0;
  
/*  border: solid 1px #496b9a; */
}

#topsection{
  padding: 0;
  background-image: url('http://www.drumstarhome.com/images/gradient.JPG');
  background-repeat: repeat-x
  min-height: 85px;
  height: 85px; /*Height of top section*/
}

#topsection h1{
  padding: 10px;
  padding-top: 25px;
  color: #d0d0d0;
  text-align: center;
}

.leftcontent{
  float: left;
  margin-top: 0;
  margin-bottom:0;
  width: 400px; /*Width of left column*/
  margin-left: 0px; /*Set left margin to -(MainContainerWidth)*/
  text-align: left;
}

.rightcontent{
  margin-left: 400px;
  margin-right: 20px;
  text-align: left;
}

#floatlogo {
  top: 0;
  left: 0;
  float: left;
  width: 160px;
  background: #092b5a;
}



#contentcolumn{
  margin-left: 165px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
  float: left;
  margin-top: 0;
  margin-bottom:0;
  width: 160px; /*Width of left column*/
  margin-left: -980px; /*Set left margin to -(MainContainerWidth)*/
}

#leftcolumn ul {
  list-style: circle;
}

#leftcolumn h4 {text-align: left; font-size: 100%; color: #c00000;}

#leftcolumn p {
  padding: 0px;
  margin: 0px;
  font-size: 75%;
}

#footer{
  font-size: 70%;
  clear: left;
  width: 100%;
  background: #000000;
  color: #f0f0f0;
  text-align: center;
  padding: 4px 0;
}

#footer a{color: #FFFF80;}

.innertube{
  margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.innertubeleft{
  margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
  font-size: 80%;
}

.innertube ul {
  margin-left: 10px;
}

.innertubeleft ul {
  margin-left: 20px;
}


.centeredImage
    {
    padding-top: 10px;
    text-align: center;
    display:block;
    }

#navlist { 
top:              0px;
left:             0px;
padding: 0px;
background-color: #d0d0d0; /* Color for breaks */
border-bottom: 1px solid #707070;
}

#navlist ul
{
margin-left: 0;
margin-top: 0;
padding-left: 0;
padding-top: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navlist br
{
line-height: 6px;
}

#navlist a
{
display: block;
padding: 5px;
width: 147px;
background-color: #ffffff;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}

#navlist a:link, #navlist a:visited
{
color: #000000;
text-decoration: none;
}

#navlist a#currentlist, #navlist a:hover
{
  background-color: #f8f8f8;
  color: #807800;
}


p.navnext {
  text-align: center;
}

.rightfloat { 
  clear: right;
  float: right;  
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 5px;
}
.rightfloat p {
  width: 160px;
  padding: 0px;
  margin: 0px;
}

.leftfloat {
  clear: left;
  float: left;
  margin-right: 10px;
  margin-left: 20px;
  margin-top: 5px;
}  





.metadata {
 font-size: 70%;
 padding-top: 20px;
 text-align: center;
}

.chronodata {
  font-size: 70%;
  text-align: center;
}

input
{
  color: #000000;
  background: #ffffff;
  border: 2px solid #d0d0d0;
}

.submit input
{
  color: #000000;
  background: #ffffff;
  border: 2px outset #d0d0d0
} 

textarea
{
  color: #000000;
  background: #ffffff;
}




