/* General CSS --------------------------------------------------- */
* { margin: 0; padding: 0; }

body {
	font-family:"Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
	background-image: url(/images/2010/bg_2010.jpg);
	position: relative;
	line-height: 1.6em;
}
/* Nav CSS --------------------------------------------------- */
#bioImage {
	width: 800px;
	height: 400px;
	background-image: url(/images/2010/me/me_1.jpg);
}
#containerAll {
	position: absolute;
	height: 100%;
	width: 100%;
}
#navigationWhole {
	width: 225px;
	position: fixed;
	left: 0px;
	float: left;
}
#logo {
	background-image: url(/images/2010/indexLogo.gif);
	width: 225px;
	height: 190px;
	position: absolute;
	left: 0px;
	float: left;
}
#navigation {
	width: 225px;
	position: absolute;
	top: 205px;
	left: 0px;
	float: left;
	text-indent: 80px;
}
#content {
	/*background-color:#9DDDF9;*/
	background-image: url(/images/2010/bodyBG.gif);
	width: 800px;
	position: absolute;
	left: 225px;
	float: left;
}
#icons {
	margin-left: 80px;
}
/* Begin Images --------------------------------------------------- */
a img {
	border-width: 0px;
	background-color: transparent;
}
p img {
	padding: 0;
	max-width: 100%;
	}
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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* Begin List control --------------------------------------------------- */

#navigation ul{
	list-style-type: none;
	list-style-image: none;
	margin: 6px 0;
	}
#navigation ul li h2{
	/*background-color:#9DDDF9;*/
	background-image: url(/images/2010/navBG_1.gif);
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.4em;
	}
#navigation ul li h3{
	/*background-color:#DDF3FD;*/
	background-image: url(/images/2010/navBG_2.gif);
	font-size: 0.9em;
	color: #999999;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 2.4em;
	}
#navigation ul li ul li a:link {
	font-size: 0.9em;
	text-decoration: none;
	color: #B0B0B0;
	text-transform: uppercase;
	}
#navigation ul li ul li a:visited {
	font-size: 0.9em;
	text-decoration: none;
	color: #B0B0B0;
	text-transform: uppercase;
	}
#navigation ul li ul li a:hover {
	font-size: 0.9em;
	text-decoration:underline;
	color: #999999;
	text-transform: uppercase;
	}
#navigation ul li ul li a:active {
	font-size: 0.9em;
	text-decoration:underline;
	color: #999999;
	text-transform: uppercase;
	}
/* Begin Post CSS --------------------------------------------------- */
#post h2 {
	margin: 35px 25px 3px;
	font-size: 2.4em;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
}
#post h3 {
	margin: 8px 25px;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
	letter-spacing:.05em;
}
#entryText {
	width: 600px;
	margin: 15px 25px;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: lighter;
	line-height:1.6em;
}
#entryText a:link {
	text-decoration: underline;
	color: #FFFFFF;
	text-transform: lowercase;
	font-weight: lighter;
}
#entryText a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	text-transform: lowercase;
	font-weight: lighter;
}
#entryText a:hover {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: lowercase;
	font-weight: lighter;
}
#entryText a:active {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: lowercase;
	font-weight: lighter;
}
/*
<date><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></date>
*/
