/**
* CSS
* 
* @version 2.0
* @author James Dodd
*/

@font-face{
	font-family: "jamesdodd";	
	src: url('GraublauWeb.otf');	
}


* {
	margin: 0;padding: 0; border;0;font-weight: 100; list-style:none;
}

body {
	font-size: 10px;
	font-size: 0.8em;
	font-family: helvetica, arial;
	background: #fff;
	color: #555; 
}


a, p a, a:link { text-decoration: none; color: #559999;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #559999; }
a:hover { text-decoration: underline;  }

a img { border: none; }

#header{
	position: fixed;
	top: 4px;
	left: 13px;	
}

h1#title{
}
	#header span{
		display: none;	
	}
	h1#title a{
		position: absolute;
		background: url(logo.png) -3px 5px;
		height: 70px;
		width: 200px;
	}

#menu {
    positio: fixed;
	width: 225px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background: #000;
	z-index: +999;
	padding-top: 80px;
}

#menu ul {
	font-size: 100%;
	padding:0;
	margin:0;
	padding-bottom: 10px;
}
#menu ul li{
	list-style: none;	
}
.section-title {
	text-transform: uppercase;
  font-family: "jamesdodd", "helvetica neue", helvetica, aria, sans serif;
  font-size: 15px;
}

#menu ul a{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 100%;
	padding-left: 10px;
	color: #ddd;
	text-decoration: none;	
}

#menu .section-title{
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 10px;
	border-bottom: 1px dotted #333;
	color: #559999;
} #menu .section-title a{color: #559999;}

#menu .active a{
	text-decoration: line-through;
}
#content {
    height: 100%;
    margin: 0 0 0 225px;
    top: 0;
    padding-left: 10px;
}

#content{
	padding-top: 42px;	
}

#footer{
	position: fixed;
	left: 30px;
	top: 515px;
	width: 210px;
	font-size: 80%;	
	text-align: left;
}

	#footer p{
		color: #333;		
	}

.container {
    padding: 5px 5px 25px 5px;
}

.one-box.content{
	float: left;
	height: 500px;
	overflow: hidden;
	width: 400px;
	margin-right: 10px;
	margin-right: 50px;
	z-index: 0;
}
	.one-box.content.sub{
		padding-top: 32px;
		height: 443px;
	}

.one-box.picture{
	height: 500px;
	position: relative;
	margin-left: 3px;	
}


ul, p {
	line-height: 130%;
    margin: 3px 0 15px 0;
}


h1, h2, h3, h4,
h1 a, h2 a, h3 a, h4 a,
h1 a span, h2 a span, h3 a span, h4 a span{
	font-family: "jamesdodd", "helvetica neue", helvetica, aria, sans serif;
	text-transform: uppercase;
	color: #559999;
}

h4 a span{
	color: #559999;	
}

h1 { font-size: 32px; }
h2 { font-size: 28px; margin-bottom: 10px; margin-top:-3px;}
h3 { font-size: 24px; margin: 20px 0 10px 0;}
h4 { font-size: 22px; }


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

	.one-box.picture a:hover .caption-box{
		position: absolute;
		bottom: 0;
		left: 0;	
		background: url(back_dark.png);
		height: 50px;
		width: 100%;
		display: block;
		color: #fff;
	}
	
	.one-box.picture .caption-box .title,
	.one-box.picture .caption-box .caption{
		color: #fff;
	}
	
	
	.one-box.picture .caption-box span{
		position: absolute;
		left: 5px;
		top: 5px;	
		color: #fff;
	}
	.one-box.picture .caption-box{
		
		display: none;	
	}

.gallery_summary .sys-{
	height: 80px;	
}




#sidebox{
	position: fixed;
	top: 50px;
	right: 20px;
	margin-top: -20px;
	z-index:0;
	text-align: right;
	height: 100%;
}
	#sidebox h3{
		z-index: 1;	
	}




#blog_content{
	margin-right: 150px;	
	max-width: 900px;
}

.blogpost.content{
	position: relative;
	float:left;
	width: 360px;
	margin:0;
	margin-bottom: 30px;
	height: 200px;
	background: #efefef;
	padding: 10px;
}
	.blogpost.content.odd{
		margin-right: 30px;
	}

	.storytitle a{
		color: #559999;
		padding:0;
		margin:0;
	}
	.blogpost .storytitle{
		margin:0;	
	}
	.blogdate{
		margin:0;
		font-size: 150%;
		margin-bottom: 10px;
	}
	
	
#comments{
	font-size: 90%;
	padding-top: 20px; margin-top: 20px;
	clear:both;
	border-top: 1px dotted #ccc;	
}
#content #commentlist{
	margin-bottom: 10px;
}

#commentlist,
#commentlist li{
	list-style: none;
	padding:0;
	margin:0;	
}
	
	.comment{
	}
	
	div.comment_content{
		padding: 25px;
		margin-top: 10px;
		margin-bottom: 10px;
		position: relative;
		padding-bottom: 40px;
		padding-left: 120px;
	}

	.comment.even .comment_content{
		background: #efefef;	
	}	
	.comment_content .date{
		position: absolute;
		bottom: 20px;	
		left: 120px;
		font-style: italic;
	}
		.comment_content .date a{
			color: #aaa;	
		}
	.comment.odd .comment_content{
		background: #fcfcfc;	
	}	
		.author{
			font-size: 125%;
			font-weight: bold;
		}
		.number{
			position: absolute;
			left: 20px;
			top: 20px;
			border: 1px solid #cdcdcd;
			font-weight: bold;
			font-size: 140%;
			text-align: center;
			padding: 5px 10px;
			background: #fff;
			color: #555;
			width: 50px;	
		}
		.details{
			padding-bottom: 10px;	
		}

.blogpost .meta{
	position: absolute;
	bottom:0;
	right:0;
	font-size: 75%;
}

	.blogpost .meta span,
	.blogpost .meta a{
		float: right;
		margin-left:-1px;
		color: #aaa;	
	}
	.blogpost .meta span{
		padding: 0 3px;
	}

	#home .one-box.content{
		height: 400px;
		margin:0;
	}
	
		.gallery_summary div{
			padding-bottom: 10px;	
		}
		
		.blog_nav{
			clear: both;	
		}
		
		#home{
			width: 775px	
		}
		#home .gallery_summary{
			width: 360px;
			float: right;
			margin: 0px;
		}
			#home .gallery_summary img{
				width: 70px;
				height: 70px;
			}
		#home .blogpost{
			position: relative;
			background: #efefef;
			padding: 10px;
			height: 114px;
			width: 360px;
			margin-bottom: 10px;
			padding-bottom: 17px;
		}
		
	#comments textarea,
	#comments input{
    font-family: helvetica, arial;
		width: 550px;
		border: 1px solid #ccc;
		padding: 3px;
		color: #555;
		font-size: 12px;
	}
	#comments #submit{
		width: 557.5px;	
	}
	
	.alignright{
		float: right;
		margin:0 0 20px 20px;	
	}