/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body{
	background: #0c0c0c;
	font-size: 14px;
	font-family: arial,helvetica,verdana,sans-serif;
	
}
a {
	color: #c92f2b;
	text-decoration: none;
}
p {
	color: #938887;
	line-height: 18px;
	margin: 5px 0 10px 0;
}
h3 {
	color: #b8b8b8;
	font-size: 18px;
	font-weight: normal;
	margin: 25px 0 20px 0;
}
h4 {
	color: #b8b8b8;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0 0 0;
}
h5 {
	color: #555555;
	font-size: 11px;
	margin: 0 0 10px 0;
}
.hr hr {
	display: none;
}
.hr {
	background: url(/images/dots.gif) repeat-x;
	height: 1px;
}
#header {
	height: 213px;
	position: relative;
	left: 0;
	top: 0;
	background: #000 url(/images/header_bg.gif) repeat-x 0 6px;
	z-index: 2;
}
.container {
	width: 882px;
	margin: 0 auto;
	position: relative;
	left: 0;
	top: 0;
}
#header h1 {
	width: 384px;
	height: 207px;
	background: url(/images/logo.gif) no-repeat;
	left: 0;
	top: 6px;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
}
#header h1 a {
	width: 384px;
	height: 207px;
	display: block;
}
#header .container p.rss {
	width: 98px;
	height: 29px;
	background: #000;
	float: right;
	margin-right: 23px;
}
#header .container p.rss a {
	display: block;
	background: url(/images/rss_icon.gif) no-repeat 67px 4px;
	font-size: 11px;
	color: #938887;
	width: 98px;
	height: 29px;
	text-indent: 15px;
	padding-top: 3px;
}
#header .container .photos {
	width: 374px;
	height: 255px;
	position: absolute;
	left: 494px;
	top: 54px;
	background: url(/images/photos.jpg) no-repeat;
	z-index: 4;
}
#header .container p.view {
	background: url(/images/view_more_photos.gif) no-repeat;
	position: absolute;
	right: 23px;
	top: 248px;
	width: 141px;
	height: 142px;
	z-index: 5;
}
#header .container p.view a {
	width: 141px;
	height: 142px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#nav {
	background: url(/images/nav.gif) repeat-x;
	height: 63px;
}
#nav .container,#content .container,#footer .container {
	width: 796px;
}
#nav .container li {
	list-style: none;
	float: left;
	margin-right: 25px;
	padding-top: 29px;
	padding-bottom: 18px;
	width: 43px;
}
#nav .container li a {
	color: #e5151e;
	padding-bottom: 18px;
}
#nav .container li a.selected {
	font-weight: bold;
	background: url(/images/nav_arrow.gif) no-repeat center bottom;
}
#content {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
}
/*
#content h2 {
	margin: 27px 0 22px 0;
	text-indent: -9999px;
	overflow: hidden;
}
*/
#cdindex #content h2 {
	margin: 27px 0 22px 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 620px;
	height: 48px;
	background:  url(/images/h2_code.gif) no-repeat;
}
#home #content h2 {
	margin: 27px 0 22px 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 649px;
	height: 78px;
	background:  url(/images/h2_welcome.gif) no-repeat;
}
#photos #content h2 {
	margin: 27px 0 22px 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 620px;
	height: 48px;
	background:  url(/images/h2_photo.gif) no-repeat;
}
#family #content h2 {
	margin: 27px 0 22px 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 620px;
	height: 48px;
	background:  url(/images/h2_family.gif) no-repeat;
}
#cv #content h2 {
	margin: 27px 0 22px 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 620px;
	height: 48px;
	background:  url(/images/h2_adamcv.gif) no-repeat;
}
#cv #content #emmaheader h2 {
	margin: 27px 0 22px 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 620px;
	height: 48px;
	background:  url(/images/h2_emmacv.gif) no-repeat;
}
#photos #content h3 {
	margin-bottom: 10px;
}
#content {
	padding-bottom: 50px;
	color: #b8b8b8;
	background: #232323;	
	border: 1px solid #232323;
}
}
#content .container {
	position: relative;
	left: 0;
	top: 0;
}
#content .leftcol,#content .rightcol {
	width: 376px;
}
#content .leftcol {
	float: left;
}
#content .rightcol {
	float: right;
}
#photos #content .leftcol img,#photos #content .rightcol img {
	float: left;
	margin: 0 10px 0 0;
} 
#photos #content .leftcol p,#photos #content .rightcol p {
	width: 373px;
	background: url(/images/arrow.gif) no-repeat right 20px;
	line-height: 50px;
	margin: 5px 0;
}
#content .rightcol .links {
	margin-top: 15px;
}
#content .rightcol .links p {
	color: #938887;
	line-height: 18px;
	background: url(/images/arrow.gif) no-repeat right 15px;
	padding: 10px 15px 5px 0;
}

#cdindex #content .leftcol .links {
	margin-top: 15px;
}
#cdindex #content .leftcol .links p {
	color: #938887;
	line-height: 18px;
	background: url(/images/arrow.gif) no-repeat right 15px;
	padding: 10px 15px 5px 0;
}

#footer {
	height: 71px;
	font-size: 11px;
	color: #938887;
	line-height: 71px;
}
.clear {
	clear: both;
}
.breadcrumbs {
	font-size: 11px;
	margin: 25px 0;
}
