#scold { display: none;}

/* ------------------------------ */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
	color: #333;

	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	background-attachment: fixed;
	}

body#about {
	font-size: 11px;
}

a {
	color: #56B8D6;
	outline: none;
	text-decoration: underline;
	}

	a:hover {
		text-decoration: underline;
		color: #333;
		}

strong { font-weight: bold; }
em { font-style: italic; }

hr {
	background: none;
	border: none;
	border-bottom: 1px dotted #56B8D6;
	margin: 0;
	clear: both;
	}

.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	}

#plain {
	width: 500px;
	margin: 0 auto;
}

#plain h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #56B8D6;
	margin-bottom: 4px;
}

#plain p,
#plain ul,
#plain ol {
	margin-bottom: 12px;
	}
	
	#plain ul {
		list-style-type: disc;
		padding-left: 1.5em;
	}


/* ------------------------------ */




#container {
	text-align: left;
	width: 735px;
	margin: 0 auto 0 auto;
	position: relative;
	}




#content {
	clear: both;
	padding-top: 10px;
	}

	#content #pageheader {
		margin-top: -5px;
		margin-bottom: 20px;
		background: url(/img/header_blog.jpg) no-repeat;
		height: 60px;
		}
		
		body#about #content #pageheader {
			margin-bottom: 0;
			}

		#content #pageheader h1 {
			color: #fff;
			font-size: 36px;
			margin: 0 auto 0 auto;
			padding-top: 24px;
			text-align: center;
			}
			
			#content #pageheader h1 a {
				color: #fff;
			}
	
		#content #pageheader h2 {
			color: #fff;
			font-size: 20px;
			margin: 0 auto 0 auto;
			padding-top: 18px;
			text-align: center;
			}


#header {
	clear: both;
	z-index: 2;
	
	margin-top: 50px;
	
	text-align: left;
	}
	
	h1#logo a {
		display: block;
		z-index: 2;
		
		width: 176px;
		height: 51px;
		margin: 0 auto;
		padding: 0;
		
		background: url(/img/logo.gif) no-repeat;

		text-indent: -9999px;
		text-align: center;		
		}

	#tag {
		z-index: 2;
		
		margin: 5px auto;
		
		color: #56B8D6;
		font-size: 12px;
		text-align: center;
		}
	

#navcontainer {
	clear: both;
	float: left;
	overflow: hidden;
	
	width: 100%;
	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px 0;
	}

ul.nav {
	float: left;
	position: relative; 

	left: 50%;

	text-align: center;
	list-style-type: none;
	}

	ul.nav li {
		float: left;
		position: relative;

		right: 50%;
		
		margin: 0 0 0 0;
		
		font-weight: bold;
		}

		ul.nav li a {
			display: block;

			width: auto;
			
			padding: 2px 8px 3px 9px;
			
			text-decoration: none;
			font-size: 15px;
			color: #666;
			margin-left: -3px;
			}
	
			ul.nav li a:hover,
			ul.nav li a.selected {
				background: #efefef;
				color: #56B8D6;
				}



#footer {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding: 5px 0;
	text-align: center;

	}

	#footer .nav {
		clear: both;
		margin-bottom: 0;
		}
		
		#footer .nav li {
			margin-right: 0;
		}
		
		#footer .nav li a {
			font-size: 13px;
			padding-left: 6px;
			padding-right: 6px;
			margin: 0;
			}

	#footer form {
		margin-bottom: 0;
		padding: 0 0 5px 0;
		}

		#footer form p {
			color: #56B8D6;
			font-weight: bold;
			margin-bottom: 3px;
			}
		
		#footer .submit {
			position: relative;
			top: 7px;
			left: -5px;
		}

	#footer p {
		padding: 0;
		clear: both;
		}

		#footer input.email {
			width: 138px;
			height: 18px;
			padding: 0 2px 0 2px;
			border: 1px #ccc solid;
			margin-right: 5px;
			color: #666;
			font-size: 11px;
			}




/* ------------------------------ */

body#home hr {
	margin: 12px 0;
}

body#home td {
	vertical-align: top;
}

body#home td h2 {
	font-weight: normal;
	font-size: 18px;
	color: #56B8D6;
	margin-bottom: 4px;
}

body#home blockquote {
	font-size: 18px;
	padding: 0 8px;
	margin-bottom: 8px;
}

body#home cite {
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	color: #56B8D6;
	}

body#home .slides {
	position: relative;
	width: 486px;
	height: 300px;
	}

body#home .latest p {
	font-size: 11px;
	}
	
	body#home .latest p a {
		text-decoration: none;
		}

body#home .latest ul {
	list-style-type: circle;
	padding-left: 1.6em;
	}
	
	body#home .latest li {
		margin-bottom: 4px;
		font-size: 11px;
		}
		
		body#home .latest li a {
			text-decoration: none;
			font-weight: bold;
			font-style: italic;
			}
		
		body#home .latest li span {
			color: #666;
			font-weight: normal;
			}


/* ------------------------------ */


body#about #content td {
	vertical-align: top;
	padding: 8px 0 0 0;
	text-align: justify;
}

body#about #content p {
	margin-bottom: 12px;
}

body#about #content ol {
	list-style-type: decimal;
	padding-left: 1.8em;
}

body#about #content li {
	margin-bottom: 6px;
}

body#about #content h3 {
	text-align: center;
	font-size: 18px;
	color: #56B8D6;
	margin-bottom: 4px;
	text-transform: uppercase;
}

body#about #content h4 {
	text-align: center;
	font-size: 14px;
	color: #56B8D6;
	margin-bottom: 0;
	margin-top: 4px;
	text-transform: uppercase;
	}

body#about #content h5 {
	font-style: italic;
	margin-bottom: 10px;
	color: #666;
	text-align: center;
	}



/* ------------------------------ */

	

#blognav {
	font-size: 12px;
	float: left;
	width: 175px;
}

	#blognav h4 {
		font-size: 15px;
		margin-bottom: 6px;
	}
	
	#blognav ul {
		margin-bottom: 12px;
		list-style-type: circle;
		padding-left: 1.5em;
	}


body#blog .entry {
	margin-bottom: 48px;
	font-size: 12px;
	}
	
	.entry .date {
		font-weight: bold;
		font-size: 15px;
		color: #454545;
		margin-bottom: 0;
		}

	.entry h1 {
		font-size: 24px; 
		color: #56B8D6; 
		font-weight: bold;
		margin-bottom: 10px;
		}
		
		.entry h1 a {
			text-decoration: none;
			}
			
			.entry h1 a:hover {
				color: #666;
				}

	.entry h2 {
		font-size: 18px;
		padding: 2px;
		padding-left: 0px;
		margin:0px;
		margin-bottom: 2px;
		font-family: Arial, Helvetica, sans-serif;
		}

	.entry p {
		margin-bottom: 12px;
		line-height: 1.4em;
		}
	
	.entry .fullimage {
		background: #efefef;
		padding: 5px;
		font-size: 11px;
		border: 1px #ccc solid;
		}
		
		.entry .fullimage img {
			margin-bottom: 3px;
			}
		
		.entry .mediumimage {
			float: right;margin: 0 0 12px 12px;
		}

	.entry .posted {
		font-size: 11px;
		border-top: 1px #ccc solid;
		clear: both;
		padding: 6px;
		background: #fff;
		}

	.paginate {
		text-align: center;
		font-size: 18px;
		color: #666;
		}
		
		.paginate a {
			padding: 0 7px 5px 7px;
			}
			
			.paginate a:hover {
				background: #333;
				color: #fff;
				}

h3.title {
	font-size: 16px;
	color: #666;
	margin-bottom: 8px;
}

.comment {
	clear: both;
	font-size: 12px;
	line-height: 150%;
	}

.comment dl {
	float: left;
	margin-left: 0;
	margin-bottom: 1em;
	margin-right: 10px;
	width: 190px;
	}

	.comment dt {
		float: left;
		margin-right: 8px;
		}
		
		.comment dt img {
			border: 1px #999 solid;
			}

.comment p {
	margin-bottom: 12px;
	float: right;
	width: 350px;
	}


.commentform {
	clear: both;
	font-size: 12px;
	margin-top: 12px;
	}
	
	.commentform .info {
		width: 190px;
		float: left;
		margin-right: 10px;
		color: #787878;
		}
		
		.commentform .info p {
			margin-bottom: 8px;
			}
	
	.commentform input {
		padding: 3px;
		border: 1px #ccc solid;
	}
	
	.commentform .textarea {
		float: left;
		margin-bottom: 4px;
		}
	
		.commentform .textarea textarea {
			width: 340px;
			border: 1px #ccc solid;
			padding: 3px;
			}
		
		.commentform .submit {
			margin-top: 4px;
		}
		
			.commentform .submit input {
				border: 1px #ccc solid;
				padding: 5px 8px;
				background: #56B8D6;
			}


/* ------------------------------ */


.workInfo {
	float: left;
	width: 175px;
	font-size: 11px;
	}
	
	.workInfo h2,
	h2.thanks {
		font-size: 24px;
		color: #56B8D6;
		margin-bottom: 10px;
		}
		
		h2.thanks {
			text-align: center;
			color: #333;
			margin-bottom: 0;
			}

	.workInfo p,
	.workInfo ul {
		margin-bottom: 12px;
		}
		
		.workInfo ul {
			list-style-type: circle;
			padding-left: 1.6em;
			}
			
			.workInfo ul li {
				margin-bottom: 4px;
				}

.imageViewerMask {
	width: 550px;
	margin: 0 0 0 auto;
	position: relative;
	}

	.imageViewer {
		width: 550px;
		}

		.imageViewer ul li {
			margin: 0px;
			padding: 0px;
			height: 440px;
			}
			
			.imageViewer ul li.index {
				width: 550px;
				height: 455px;
				overflow: auto;
				position: relative;
				z-index: 600;
				}
			
			.imageViewer ul li .cyclethumbs {
				z-index:3000;
				position: absolute;
				right: 0;
				bottom: 14px;
				padding: 5px;
				}
			
				.imageViewer ul li .cyclethumbs a {
					display: block;
					width: 12px;
					height: 12px;
					float: left;
					margin: 0 3px 3px 0;
					border: 1px #fff solid;
					text-align: center;
					background: #56B8D6;
					color: #fff;
					text-decoration: none;
					}
				
					.imageViewer ul li .cyclethumbs a:hover,
					.imageViewer ul li .cyclethumbs a.activeSlide {
						background: #333;
						}
					
					.imageViewer ul li .cyclethumbs a span {
						display: none;
						}

	.back {
		float: left;
		}
	
	.prevnext {
		text-align: right;
		}

		.back a,
		.prevnext a {
			color: #999;
			text-decoration: none;
			padding: 3px 5px 2px;
			}

			.back a:hover,
			.prevnext a:hover {
				background: #efefef;
				}


	.quicknav .prev a , 
	.quicknav .next a {
		display: none;
		position: absolute;
		top: 0;
		left: 1px;
		width: 200px;
		height: 425px;
		text-indent: -9999px;
		z-index: 500;
		float: left;
		margin: 0 0 -425px 0;
		padding: 0;
		background-repeat: no-repeat;
		opacity: 0;
		}

		.quicknav .prev a {
			background-image: url(../img/quickclick_blank_prev.png);
			}

		.quicknav .next a {
			left: 349px;
			background-image: url(../img/quickclick_blank.png);
			}

		.quicknav .prev a:hover, 
		.quicknav .next a:hover {
			cursor: pointer;
			opacity: .9;
			}