/*
Theme Name: Astronomy Cast
Theme URI: http://www.astronomycast.com
Description: A three column home for Astronomy
Author: Pamela L. Gay w/ Fraser Cain
author URI: N/A
Version: 1.0
*/      
        
/* ----------------------------- Body and Page Layout ----------------------------- */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #CCCCFF;
	color: #fff;
	text-align: center;
}

#masthead {
	font-family: geneva, helvetica, sans-serif;
	width: 800px;
	background: #000;
	color: #000;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
}

#header {
	font-size: 10px;
  text-align: right;
}

#main {
	width: 800px;
  height: auto;
  background: #fff;
  color: #000;
  margin: 0 auto;
  font-size: 12px;
  text-align: left;
}

#main .footer ul {
   list-style: none;
   margin: 15px 0px 0px -40px;
}

#main .footer ul li {
   display: inline;
   list-style:none;
   color:#666666;
}

#main .footer  ul li  a {
   text-decoration:none;
   color:#9b9996;
} 

#main .footer ul li.shownotes {
   background-repeat: no-repeat;
   background-position: 0px 2px;
   padding:3px 0 3px 15px;
   background-image: url(images/Notes.gif);
}

#main .footer ul li.comments {
   background-repeat: no-repeat;
   background-position: 0px 2px;
   padding:3px 0 3px 15px;
   background-image: url(images/a36.gif);
}

#main .footer ul li.review {
   background-repeat: no-repeat;
   background-position: 0px 2px;
   padding:3px 0 3px 15px;
   background-image: url(images/star.gif);
}



#singlemain {
  width: 790px;
  background: #fff;
  color: #000;
  margin: 0 auto;
  padding: 5px;
  font-size: 12px;
  text-align: left;
}

#page {
  width: 790px;
  background: #fff;
  color: #000;
  margin: 0 auto;
  padding: 5px;
  font-size: 12px;
  text-align: left;
}

#menu { 
	float: left;
  width: 125px; 
  height: 770px auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 14px;
}

#rmenu { 
	float: right;
  width: 170px; 
  height: 770px auto;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 14px;
}

#footer {
  font-size: 12px;
  text-align: center;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.5em;
}

.navigation {
	display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* ----------------------------- General Fonts ----------------------------- */


a {
	color: #667799;
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 1.6em;
  text-align: center;
}

h2 {
	font-size: 1.4em;
	margin: 0;
}

h3 {
	font-size: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
  color: #fff;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

h2 a:link {text-decoration: underline; color: #667799}

#masthead h3 {
	color: #fff;
	margin: 0;
	}

#transcript p {
	text-indent: -50px;
}

/* ----------------------------- Side Bars ----------------------------- */

#masthead .bar {
	width: 800px;
  background: #66CCFF;
  color: #FFFFFF;
  margin: 0 auto;
}

#footer .bar {
  width: 800px;
  background: #000000;
  color: #66CCff;
}


.barleft  {
	width: 800px;
  background: #000000;
  color: #FFFFFF;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
}

.barleft a {
  color: #FFFFFF;
  text-decoration: none;
}

img {
	border: 0px; /* This is the one stylistic change I made to your CSS. */
	margin: 3px;
}

/* ----------------------------- Masthead fonts --------------------------- */
#masthead a {
  color: #000;
  text-decoration: none;

}
