/* --- WIREFRAME LAYOUT ---- */
body {
  	margin: 0;
  	padding: 0;
	background-color:#EEEEEE;
	font: 11px verdana, geneva, arial, sans-serif;
	color:#666666;
	background-image:url(../images/backgrounds/honeycomb.gif);
  	}
img	{
	border: 0;
	}
#content {
	margin: 0 auto;
	width:600px;
	padding:1px 0 3px 0;
	background-color:#ffffff;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	}
#header {
	background: bottom repeat-x #fdfdfd url(../images/v3/header_back.gif);
    padding: 7px;
	margin: 7px;
	border: 1px solid #E7E7E7;
	}
.post {
    padding: 7px;
	margin: 7px;
	border: 1px solid #E7E7E7;
	background-color:#fdfdfd;
	}
#content img {
	margin:1em;
	padding:.8em;
	border: 1px solid #DDDDDD;
	}
#content #header img{
	margin:0;
	padding:0 1em 0 0;
	border: none;
	float:right;
	}
	
	
	
/* ---- Typography ----- */


#content ul { 
 	list-style-image: url(../images/bullet.gif); 
	margin-left:1em;
	}
#content li { 
	padding-bottom: .3em;
	}
a {
	color:#003300;
	text-decoration:none;
	}
.post a.img {
	border-bottom:none;
	}
#content a img:hover {
	border: 1px solid #666666;
	} 
.post a {
	color:#003300;
	text-decoration:none;
	border-bottom: 1px dashed #999999;
	}
acronym {
	text-decoration:none;
	border-bottom: 1px dotted #909090;
	}
a:hover {
	color:#111111;
	border-bottom: 1px solid #000000;
	}
h1 a {
	font-size: 2.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0;
	border-bottom: none;
	}
h2.subtitle {
	font-size: 1.2em;
	font-weight: bold;
	margin-top:13px;
	clear:both;
	border-bottom:none;
	}
h2 {
	font-size: 1em;
	margin: 0em 0em 1em 0em;
	padding:0 0 3px 0;
	font-weight: bold;
	border-bottom:1px solid #E7E7E7;
	}
dd {
	padding-bottom:1em;
	margin:0;	
	}
dt, dl {
	padding:0;
	margin:0;
	}
.date {
	float: right;
	font-size:.8em;
	background-image:url(../images/v3/date_back.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding: 0 12px 0 3px;
	height:16px;
	}
h3, h4, h5, h6 {
	font-size: 1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
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;
	}
	


/* --- Navigation Code ---*/
#navigation {
	height:35px;
	margin: 7px;
	text-align:center;
	background-color:#EEEEEE;
	border-bottom: 1px solid #cDcDcD;
	border-top: 1px solid #cDcDcD;
	border-left: 1px solid #cDcDcD;
	border-right: 1px solid #cDcDcD;
	}
#navigation ul {
	padding: 10px 0 0 0;
	margin: 0;
	list-style:none;
	}
#navigation li {
	display:inline;
	margin:0;
	padding:0;
	}
#navigation li#selected {
	background-repeat:no-repeat;
	background-position: right;
	}
#navigation a {
	padding:10px 5px 12px 5px;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
	}
body #content #navigation a:hover {
	color:#505050;
	background-image:url(../images/nav_back_select.gif);
	background-position:center top;
	background-repeat:no-repeat;
	border-bottom:none;
	}
	
