/* CSS Document */

* {
padding: 0;
margin: 0;
}

body {
background: #666;
text-align:left;
font:0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
color: #fff;
}

#container {
	width:750px;
	background: #525D77 url(images/global/container_bg.gif) repeat-y;
	border: 3px solid #fff;
	margin: 20px auto 20px auto;
	padding-bottom:20px;
	}

#header {
float:left;
margin-bottom: 10px;
margin-right:100px;
}

#header img {
	border: 3px solid #fff;
	border-left:none;
	border-top:none;
	border-bottom: none;
	float:left;
	width:247px;
	height:247px;
	}
#cornerimage {
	border: 3px solid #fff;
	border-left:none;
	border-top:none;
	border-bottom: none;
	background: #fff;
	width:247px;
	height:247px;
	float:left;
}
#header dl dt img {
	height:auto;
	width: auto;
	border: none;
	}
#header dl {
	background-color: #7F879A;
	height: 180px;
	width: 500px;
	display:block;
	float:left;
	margin-left:250px;
	}
#header dl dd {
	margin-top: 10px;
	margin-left:160px;
	margin-right:10px;
	}
#title {
	background: #525D77 url(images/global/title.gif) no-repeat;
	height: 250px;
	width: 550px;
	
	}

/* repeated code per header */ 
#title, #title span { 
	height: 250px;
	width: 350px;
 background: #525D77 url(images/global/title.gif) no-repeat;

} 
 /* This is what moves the text under the span */ 
#title span { margin-bottom: -75px; } 
/* code for all styled headers */ 

#header h1 span { 
 display: block; 
 /* place the span on top */ 
 position: relative; 
 z-index: 1; 
}

/* IE5 Mac Hack \*/ 
#header h1 { overflow: hidden; padding: 0; margin: 0; } 
/*/ 
#header h1 { text-indent: -100em; } 
/* End Hack */

/* Main content */

.img_right {
	float:right;
	margin: 0 0 10px 10px;
	border: none;
	}

.book_img_right {
	float:right;
	margin: 0 0 10px 10px;
	padding:10px;
	background-color:#FFFFFF;
	}

#main {
margin: 0 20px 0 270px;
padding-bottom: 20px;
}

#main p {
	margin: 20px 10px;
	line-height: 150%;
	}
#main p a {
	color:#FFFF00;
	}
#main p a:visited {
	color: #ccc;
	}
#main p a:hover {
	background-color:#FFFF00;
	color:#336699;
	}
#main h1 {
	margin: 10px 0 20px 10px;
	font-size: 1.8em;
	text-decoration:none;
	letter-spacing: .02em;
	text-transform:lowercase;
	font-weight:300;
	}
#main h2 {
	margin: 0 0 0 10px;
	font-size: 1em;
	text-decoration:none;
	letter-spacing: 1px;
	line-height:normal;
	font-weight:300;
	}
#main h3 {
	margin: 10px 0 0 10px;
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 1.5 em;
	text-decoration:none;
	letter-spacing: 2px;
	font-weight:300;
	clear:right;
	}
#main dl {
	margin: 0 10px;
	line-height:normal;
	}
#main dl dt {
	margin:15px 0 3px 0;
	font-size:14px;
	font-weight:bold;
	clear:right;
	}
#main dl dd.date {
	letter-spacing: 1px;
	text-transform:uppercase;
	}
#main dl dd.medium {
	letter-spacing: 1px;
	text-transform:lowercase;
	}
#main dl dd.pub {
	font-size: 10px;
	line-height:normal;
	margin-top:10px;
	}
#main dl dd.pub a {
	background-image:none;
	padding: 0;
	}
#main dl dd a, #main ul li a {
	background: url(images/global/dl_arrow.gif) no-repeat left center;
	padding-left:16px;
	color: #99cc33;
	text-decoration:none;
	display:block;
	margin-top: 3px;
	}
#main ul {
	list-style-type:none;
}
#main dl dd a:hover {
	text-decoration:underline;
	}
#main dl dd a:visited {
	background: url(images/global/dl_arrow_visited.gif) no-repeat left center;
	padding-left:16px;
	color: #99cc33;
	}

/*Side menu */
#sidenav {
float:left;
clear:left;
width: 250px;
text-align:center;
}

#sidenav ul {
list-style-type:none;
}

#sidenav li {
padding: 10px 3px 10px 0;
}
#sidenav li a {
color: #fff;
font-size: 1.8em;
text-decoration:none;
letter-spacing: .02em;
text-transform:lowercase;
padding-right: 25px;
padding-bottom:5px;
}

body#writing #t-writing a, body#home #t-home a, body#bio #t-bio a, body#news #t-news a, body#blog #t-blog a, body#links #t-links a {
	background: #99cc33 url(images/global/current_arrow.gif) no-repeat right center;
	color: #000;
	}
 body#writing #t-writing a:hover, #sidenav li a:hover {
	 background: #99cc33 url(images/global/hover_arrow.gif) no-repeat right center;
 	color:#666666;
 	}
 /* FoR Blogger */

 .blog ul {
 	border-top: 1px solid #fff;
 	}
.blog h2 {
	font-weight:200;
	text-align:left;
	color:#333333;
	text-transform:uppercase;
	font-size:90%;
	padding-left: 10px;
	}
#sidenav .blog ul li a {
	font-size: 90%;
	}
#sidenav .blog li {
	padding: 0;
	}
.blog img {
	border: none;
	margin-top:10px;
	}