/* CSS Document */
body { 	background-color:white ;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:black;
}

a:hover { font-family:Verdana, Arial, Helvetica, sans-serif;
color:purple;
background-color: white}

h1 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:36px}

h2 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:30px}

h3 { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px}

#sitemenu { width: 800px;
			margin-left: auto ;
 			margin-right: auto ;}
			
#bandcamp { width: 800px;
			margin-left: auto ;
 			margin-right: auto ;}
			
#blog {     width: 800px;
			margin-left: auto ;
 			margin-right: auto ;
			border: none;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			padding: 20px;}


		    	

#twitter_div {	border: #000000 thin groove; 
				width: 600px;
				margin-left: auto ;
 				margin-right: auto ;
}



div#twitter_div 
  {
  font-size: 12px; /* use this to change the font size of the Twitter updates */
  font-weight: bold; /* I made the Twitter updates font bold to make it easier to read */
  border-style: solid; /* makes the border around the Twitter block solid */
  border-width: 2px; /* sets the width of the border around the Twitter block */
  border-color: #000000; /* sets the color of the border around the Twitter block */
  text-align: justify; /* makes the Twitter updates text justified */
  background-color: #ffffff; /* sets the background color of the Twitter block */
   }
 
  #twitter_div ul 
  {
  margin: 0px 10px 0px 10px; /* positions the Twitter update text 10 pixels from the right and 10 pixels from the bottom.  This makes the text line up properly in the Twitter block. */
  padding: 0px 0px 10px 0px; /* sets the padding of the Twitter update text to 10 pixels from the bottom */
   }
 
  #twitter_update_list li 
  {
  margin: 10px 0px 0px 0px; /* separates the Twitter updates with a 10 pixel margin at the top between each of the updates */
  padding: 0px 0px 10px 0px; /* gives a 10 pixel padding between each of the Twitter updates on the bottom */
  list-style-type: none; /* gets rid of the bullet point next to each of the Twitter updates */
  border-bottom: 2px solid #C5C295; /* separates each of the Twitter updates with a 2 pixel border at the bottom and gives it a color */
  color: #000000; /* sets the font color for the Twitter updates */
   }
 
  .twitter-title
  {
  font-size: 20px; /* sets the Twitter title font to 20 pixels */
  font-weight: normal; /* sets the title font weight to normal */
  color: #444444; /* sets the title font color */
  text-align: center; /* centers the title within the Twitter block */
  background-color: #7D9C1F;  /* sets the green background color for the title */
  }