
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background-color: #73a0c5;
	}

#header h1{
	color: #663300;
	padding-left: 5px;
	}

#header h2{
	color: #663300;
	padding-left: 5px;
	line-height:15pt;
	background-color:#FFFFFF;
	}
	
#content {
	font-size: 1.2em
	}

.narrowcolumn img {
	float:left;
	border:1px solid black;
	margin: 5px 5px 5px 5px;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.graybox {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
	}


#footer {
	background-color: #eee;
	}

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

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

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

h2 {
	font-size: 1.6em;
	}
	
.box h2 {
	font-size: 1.4em;
}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h4 {
	font-size: 1.0em;
	font-style:italic;
	color:#663300;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .slogan{
	text-decoration: none;
	color: white;
	}
.slogan {
	text-align: center;
	font-size: 1.2em;
}

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

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;
	}

.entry p a:visited {
	color: #b85b5a;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
.calendar table {
	font-size: small;
}

.calendar a {
	text-decoration: none;
	}

.calendar caption {
	font: bold small 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}
.calendar caption a {
	display: inline;
}

.calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 5px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #73a0c5;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	margin-left:230px;
	padding: 5px 0 5px 5px;
	width: 450px;
	}
	
.node {
	margin: 0 0 40px;
	text-align: justify;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
	
#footer {
	padding: 20px 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	}
/* End Structure */

/* Begin Image Gallery */

div.spacer {
  clear: right;
  }

div.container {
  border: 2px dashed #333;
  background-color: #ffe;
  }

div.float {
  float: left;
  clear:all;
  width:100%;
  }
  
div.float p {
   text-align: center;
   }

/* End Image Gallery */


/*	Begin Headers */
h1 {
	color:#FFFFFF;
	text-shadow:Black;
	text-align:center;
	margin: 0;
	}

h2 {
	color:#FFFFFF;
	text-shadow:Black;
	text-align:center;
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	color:#00CC00;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
#title {
	margin-left:375px;
	margin-top:15px;
	width:350px;
	background-color:#FFFFFF;
	border: 3px solid black;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img.floatright {
	padding: 4px;
	float:right;
	border: 3px solid black;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */

/* Begin Sidebar */
#sidebar {
	padding: 5px 0px 0px 5px;
	float:left;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Navigation */


#navi {
	background-color:#0000FF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	margin-left: 2px;
	margin-right: 17px;
	margin-top: 5px;

	}

#navi  a {
	text-transform: uppercase;
	padding: 4px 4px; 
	height: 16px; 
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #FFFFFF;
		}

#navi a:hover {
	color:#00FFFF;
	border-left: 3px solid #FFFFFF;
/*	background: #ffffff url(images/navibg2.gif) no-repeat -6px -14px; */
		}

#navi ul
	{
	margin: 0;
	padding: 0;
	}

#navi li
	{
	display: inline;
	padding: 0px;
	margin-left: 4px;
	background: #cccccc;
	list-style-type: none;
	}

#navi .selected {
	background: #ffffff  no-repeat -6px -16px;
	color: #42769f;
	}


/* End Navigation */

/* End Various Tags & Classes*/

/* Images */
	#header 	{ background: url(/images/header.jpg) no-repeat bottom center; }
			
			
/*	Because the template is slightly different, size-wise, with images, this needs to be set here
	If you don't want to use the template's images, you can also delete the following two lines. */
			
	#header 	{ margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; }
	#headerimg 	{ margin: 7px 9px 0; height: 192px; width: 740px; } 
/* END IMAGE CSS */
