* html{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	background-color:#E8F2F4;
}

.clear{
	clear:both;
}
.clearfix:after{
	clear:both;
	content:"";
	display:block;
	/*visibility:hidden;
	height:0px;*/
}
img{border:none;}
a{outline-style:none;}

#main{
	width:900px;
	margin:45px auto;
}

#headerimg{
	width:900px;
	margin:0;
	padding:0;
}
	#headerimg h1{
		width:900px;
		height:114px;
		margin:0;
		padding:0;
	}
		#headerimg h1 a{
			width:900px;
			height:114px;
			margin:0;
			padding:0;
			float:left;
			background: url(images/logo.png) no-repeat;
			text-indent:-1000000em;
		}


#container{
	margin:20px 0 0 0;
}
		
#sidebar{
	width:175px;
	min-height:500px;
	float:left;
	border-right:1px solid #CCCCCC;
	padding:0 15px 0 0;
}
	#sidebar ul{
		margin:0 0 0 40px;
		padding:0;
		list-style:none;
	}
		#sidebar ul a{
			font:17px/24px Verdana;
			color:#000;
			text-decoration:none;
		}
		#sidebar ul a:hover, .current_page_item a{
			color:#828CAB !important;
		}

#content{
	/*float:right;*/
	float:left;
	width:680px;
	border-top:1px solid #CCCCCC;
	margin:19px 0 0 -30px;
	padding:10px 0 0 50px;
}
	#content ul{
		list-style:none;
		margin:0;
		padding:0;
	}
		#content ul a{
			font:14px verdana;
			color:#7785A9;
			text-decoration:none;
			font-weight:bold;
		}
		#content ul a:hover{
			font:14px verdana;
			color:#265264;			
			font-weight:bold;
		}

#home-menu a{
	display:block;
	text-indent:-10000em;
}

a#home-img{
	width:170px;
	height:129px;
	background: url(images/img-home.jpg) no-repeat;
}
a#about-img{
	width:171px;
	height:129px;
	background: url(images/img-about.jpg) left no-repeat;
}
a#experience-img{
	width:171px;
	height:129px;
	background: url(images/img-experience.jpg) left no-repeat;
}
a#clips-img{
	width:170px;
	height:128px;
	background: url(images/img-clips.jpg) left no-repeat;
}
a#photographs-img{
	width:170px;
	height:128px;
	background: url(images/img-photographs.jpg) left no-repeat;
}
a#contact-img{
	width:170px;
	height:129px;
	background: url(images/img-contact.jpg) left no-repeat;
}

#home-menu a:hover{
	background-position:right;
}

.nocomments{
	display:none;
}

.entry{
	/*font:12px verdana;*/
	/*color:#683F88;*/
	color:#343434;
	font:13.5px verdana;
}
	.entry a{
		font:13.5px verdana;
		color:#2482D6;
		text-decoration:none;
	}

.smallitalic{
	color:#000000;
	font:10px verdana;
        font-style:italic
}



.ngg-album-compact a{
	font:14px verdana;
	color:#828CAB;
	text-decoration:none;
}
.ngg-album-compact a:hover{
	color:#5134D4;
}


/*<style type="text/css">*/
#info {position:relative; z-index:10;}
a, a:visited, a:hover, a:active {}
#gallery {width:680px; position:relative; margin:10px 0 0 0;}
#gallery .default {/*position:absolute;*/ left:89px; top:53px; border:1px solid #888; z-index:-1;}
#gallery ul {list-style:none; padding:0; margin:0; width:180px; float:right;}
#gallery ul li {display:inline; width:60px; height:60px; float:left;}

#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; padding:4px; border:1px solid #fff;}
#gallery ul li a img {width:50px; height:50px; border:0;}

#gallery ul li a b {position:absolute; left:-9999px; display:block; width:470px; height:360px; /*background:#fff;*/}

#gallery ul li a:hover,
#gallery ul li a:active,
#gallery ul li a:focus {white-space:normal; border-color:#000; outline:0;}

#gallery ul li a:hover b {position:absolute; left:0; top:0px; z-index:100;}
#gallery ul li a:active b,
#gallery ul li a:focus b {position:absolute; left:0; top:0px;}


#gallery ul li a b i {display:block; width:470px; height:360px; /*text-align:center;*/ /*display:table-cell; vertical-align:middle;*/}
#gallery ul li a b i img {width:auto; height:auto; border:1px solid #888;}


/*</style>*/

#gallery-name{
	font:14px verdana;
	color:#828CAB;
}
	#gallery-name a{
		margin:0 0 0 5px;
		text-decoration:none;
		color:#5468CD;
		font-weight:bold;
	}
	#gallery-name a:hover{
		text-decoration:none;
		color:#87A5CA;
	}
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

#footer{
	text-align:center;
	font:14px verdana;
	color:#94689B;
	margin:10px 0 0 0;
}

p.wp-caption-text{
        font-size:10px !important;
        text-align:center;
}

a.back-link{
	text-decoration:none;
	color:#000000;
	font:17px/24px Verdana;
}
a.back-link:hover{
	text-decoration:underline;
	color:#828CAB !important;
	font:17px/24px Verdana;
}