/* --- WIREFRAME LAYOUT ---- */
body {
  	margin: 0;
  	padding: 0;
	background-color:#EEEEEE;
	font: 12px verdana, geneva, arial, sans-serif;
	color:#606060;
  	}
img	{
	border: 0;
	}
#content {
	margin: 0 auto;
	width:700px;
	padding:1px 0 3px 0;
	background-color:#ffffff;
	border: 1px solid #DDDDDD;
	}
#header {
	padding: 7px;
	margin: 7px;
	background: #ffffff bottom repeat-x url(../images/v3/header_back.gif);
    border: 1px solid #cDcDcD;
	}
.post {
    padding: 7px;
	margin: 7px;
	border: 1px solid #E7E7E7;
	background-color:#fdfdfd;
	}
#content img {
	margin:1em;
	padding:.8em;
	border: 1px solid #DDDDDD;
	}
#header img{
	margin:.5em;
	padding:0;
	border: none;
	}
.project_photo{
	float:right;
	}
#styles {
	float:right;
	width:20px;
	}
.styleicon {
	background-color:#CCCCCC;
	}
.styleicon:hover {
	background-color:#aaaaaa;
	}
	
/* ---- Typography ----- */


#content ul { 
 	list-style-image: url(../images/bullet.gif); 
	padding-left:1em;
	margin-left:1em;
	}
#content li { 
	padding-bottom: .3em;
	}
a {
	color:#003300;
	text-decoration:none;
	}
.post a.img {
	border-bottom:none;
	}
#main_content a img:hover {
	border: 1px solid #666666;
	} 
.post a {
	color:#003300;
	text-decoration:none;
	border-bottom: 1px dashed #999999;
	}
acronym, abbr {
	text-decoration:none;
	border-bottom: 1px dotted #909090;
	}
#main_content a:hover {
	color:#111111;
	border-bottom: 1px solid #000000;
	}
h1 {
	font-size: 2.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:0;
	text-align:center;
	}
h1 a {
	font-size: 2.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-align:center;
	padding-bottom:0;
	color:#444444;
	margin-bottom: 0;
	}
h2.subtitle {
	font-size: 1.5em;
	text-align:center;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:5px;	
	border-bottom:none;
	}
h3 {
	font-size: 1.2em;
	margin: 0em 0em 1em 0em;
	padding:0 0 3px 0;
	font-weight: bold;
	border-bottom:1px solid #E7E7E7;
	}
h4, h5, h6 {
	font-size: 1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
dd {
	padding-bottom:1em;
	margin:0;	
	}
dt, dl {
	padding:0;
	margin:0;
	}
.date {
	float: right;
	font-size:.8em;
	background:url(../images/v3/date_back.gif) no-repeat right;
	padding: 3px 12px 0 3px;
	height:16px;
	}
p {
	line-height: 1.8em;
	margin: 0em 0em 1.2em 0em;
	padding-top:0em;
	}
address {
	font-size:.9em;
	text-align:right;
	padding-top: 1em;
	font-style:italic;
	}
sup {
	font-size:.7em;
	}


/* --- Navigation Code ---*/
#nav {
	height:35px;
	margin: 7px;
	text-align:center;
	background-color:#EEEEEE;
	border: 1px solid #cDcDcD;
	}
#nav ul {
	padding: 10px 0 0 0;
	margin: 0;
	list-style:none;
	}
#nav li {
	display:inline;
	margin:0;
	padding:0;
	}
#nav a {
	padding:10px 5px 12px 5px;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
	font-size:1.1em;
	}
#nav a:hover {
	color:#505050;
	background:url(../images/v3/nav_hover_2.gif) center top no-repeat;
	border-bottom:none;
	}
	
