/* --- WIREFRAME LAYOUT ---- */
body{
	background-color:#EDF3FE;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	}
img{border: 0;}
#column {
	margin: 0 auto;  	
	padding: 0;
	width:700px;
	background-color:#ffffff;
	border: 1px solid #cDcDcD;
	color:#606060;
  	}
#header {
	padding:0;
	margin: 7px;
	background: #ffffff bottom repeat-x url(../images/v10/header_back.gif);
	border: 1px solid #cDcDcD;
	}
#body_column #main_content{
	margin:0 200px 0 0;
	border-right:1px solid #eee;
	}
.post {
    padding: 0 7px 0 7px;
	margin: 7px;
	border-top: 1px solid #cDcDcD;
	}
#sidebar{
	width: 170px;
	float:right;
    padding: 0 7px 7px 7px;
    margin: 7px;
	}
#main_content img {
	margin:1em;
	padding:.8em;
	border: 1px solid #DDDDDD;
	}
.project_photo{
	float:right;
	}

	

/* -------------------------- TYPE-------------------------- */


a {
	color:#003300;
	text-decoration:none;
	}
a#previous, a#next{
	font-size:2em;
	color:#667285;
	letter-spacing:-2px;
	}
a#next{
	float:right;
	}
.post p a{
	color:#003300;
	text-decoration:none;
	background-color:#F7FAFF;
	border-bottom: 1px solid #aDaDaD;
	}
.post p a:hover{
	color:#111111;
	border-bottom: 1px solid #000000;
	}
		
abbr {
	text-decoration:none;
	border-bottom: 1px dotted #909090;
	}
.post address{
	font-size:.9em;
	padding: 0 .5em 0 0;
	text-align:right;
	font-style:italic;
	}
dd{
	padding-bottom:1em;
	margin:0;	
	}
dl, dt{
	padding:0;
	margin:0;
	}
.date {
	float: right;
	font-size:.8em;
	background:url(../images/v3/date_back.gif) no-repeat right 10px;
	padding: 10px 12px 0 3px;
	height:16px;
	}
.post p {
	line-height: 1.8em;
	margin: 0em 0em 1.2em 0em;
	padding-top:0em;
	}
sup {
	font-size:.7em;
	}
ul{}

	#main_content ul { 
		list-style-image: url(../images/bullet.gif); 
		padding-left:1em;
		margin-left:1em;
		}
	#main_content li { 
		padding-bottom: .3em;
		}


/* -------------------------- HEADERS-------------------------- */

h1 {
	font-size: 2.5em;
	font-weight:normal;
	padding:20px 0 0px 0;
	margin:0;
	text-align:center;
	letter-spacing:-2px;
	}
h1 a {
	font-size: 2.5em;
	font-weight:normal;
	text-align:center;
	padding-bottom:0;
	padding-left:250px;
	color:#fff  ;
	margin-bottom: 0;
	}
h2.subtitle {
	font-size: 1.4em;
	text-align:center;
	font-weight: bold;
	border-bottom:none;
	padding: 0;
	color:#fff;
	padding-left:250px;
	margin:0 0 20px 0;
	}
h3 {
	font-size: 1.3em;
	margin: 0 -7px 7px -7px;
	padding:5px 5px 2px 9px;
	background: #FEF8ED;
	border-bottom:1px solid #E7E7E7;
	}
h3 a{
	color:#667285;
	cursor:default;
	}
h3 a:hover{
	color:#566275;
	}
h5 a{
	color:#667285;
	border-bottom:1px solid #666;
	}
h4, h5, h6 {
	color:#667285;
	font-size: 1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

	
/* -------------------------- COMMENT-------------------------- */

.comment_tab{
	float:left;
	}
.post ul.comments{
	width:600px;
	}
.post .comments li{
	list-style-type:none;
	clear:both;
	list-style-image:none;
	}
.post .comment_author{
	background: #EDF3FE;
	margin: 0 -1em 7px -1em;
	padding: 3px 1em 4px 1em;
	border-top: 2px solid #cDcDcD;
	}
.post .comment_number{
	font-size:3em;
	float:right;
	}
.post .comments .date {
	background:url(../images/v10/comment_date_back.gif) no-repeat right 10px;
	}
	
/* -------------------------- NAVIGATION-------------------------- */

.styleicon {
	margin:0 0 -2px 0;
	background-color:#CCCCCC;
	}
.styleicon:hover {
	background-color:#667285  ;
	}
ul#nav {
	padding:7px 0 8px 0;
	margin:0;
	list-style:none;
	text-align:center;
	border-top: 1px solid #cDcDcD;
	border-bottom: 1px solid #cDcDcD;
	background: #FEF8ED;
	}
#nav li {
	display:inline;
	margin:0;
	padding:0;
	}
#nav a {
	padding:8px 6px 8px 6px;
	margin:0;
	text-decoration:none;
	font-weight:bold;
	color:#667285  ;
	font-size:1.1em;
	background:url(../images/v10/bottom_tab.gif) center 30px no-repeat;
	}
#nav a#selected {
	background:url(../images/v10/bottom_tab.gif) center 26px no-repeat;
	}
#nav a:hover, #nav a#selected:hover {
	color:#505050;
	background:url(../images/v3/nav_hover_2.gif) center top no-repeat;
	border-bottom:none;
	}
	
