/* layout and setup */
a {
	color:#6E6C6C;
}
a:visited {
	color:#6E6C6C;
}
a:hover {
	text-decoration: none;
}
body {
	color:#6E6C6C;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	background-image: url(../images/2009-05-04/clipboard.jpg);
}
#page {
	background-color: white;
	width:740px;
	padding:20px;
	margin:auto;
	/*margin-top:20px;*/
}
#leftcol {
	width:116px;
	padding-top:200px;
	margin-right:15px;
}
#rightcol {
	width:600px;
}
.col {
	float:left;
}
#nav li a {
	display:block;
	height:35px;
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0;
}
#nav_home {
	background-image: url(../images/2009-05-04/nav/home.png);
	width:115px;
	height:36px;
}
#nav_about {
	background-image: url(../images/2009-05-04/nav/aboutme.png);
	width:111px;
	height:35px;

}
#nav_photo {
	background-image: url(../images/2009-05-04/nav/photography.png);
	width:116px;
	height:35px;
}
#header {
	background-image: url(../images/2009-05-04/header.png);
	width:600px;
	height:197px;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#contentcontainer {
	background-image: url(../images/2009-05-04/content_bg.png);
	background-repeat: no-repeat;
	width:600px;
	/* height:532px; */
	padding-top:30px;
}
#content {
	width:510px;
	/* height:470px; */
	margin-top:30px;
	margin:auto;
	overflow: hidden;
	overflow-y: auto;
	padding-right:1em;
}
#posts {
    margin-top:1em;
}
#nextprev {
	width:100px;
	margin:auto;
	margin-top:2em;
}
#nextprev a {
	text-decoration: none;
}
#nextprev a:hover {
	text-decoration: underline;
}
#footercontainer {
	background-image: url(../images/2009-05-04/footer.png);
	width:600px;
	padding-top:20px;
	height:36px;
}
#footer {
	margin:auto;
	width:200px;				
}

.sectionheader {
    font-weight: bold;
    text-align: center;
    margin-top:20px;
}

/* font styles */
.date {
	font-size: .8em;
	letter-spacing: 1pt;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.5em;
	text-align: center;
	margin:.5em;
}

h3 {
	margin-top:.5em;
}

h4 {
    clear:both;
    margin-top:10px;
    margin-bottom: 10px;
}

p {
	text-indent: 2em;
	text-align: justify;
	margin-top:.5em;
}

.right {
	float:right;
}

img.right {
	margin-left:1em;
	margin-bottom:1em;
}

img {
	border:2px solid black;
	margin:.8em;
}

img[width="1"] {
    border:0;
}

strong {
    font-size: .9em;
}

.postcontent a {
    text-decoration: underline;
}

.postcontent a:hover {
    text-decoration: none;
}