/*-----------------------------------------------------------------------------
	shared styles and utilities
-----------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
	border:0;
}

a:link, a:visited {
	color:#b70300;
	text-decoration:none;
}

a:visited {
	color:#852524;
}

a:hover {
	text-decoration:underline;
	color:#4c120a;
}

a img {
	border:0;
}

h1, h2, h3, h4 {
	overflow:hidden;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}



/*-----------------------------------------------------------------------------
	basic layout
-----------------------------------------------------------------------------*/

body {
	text-align:center;
	font:0.8em arial, verdana, helvetica, sans-serif;
	color:#333;
	background:#f9f8f5;
}

#ur {
	width:741px;
	position:relative;
	margin:12px auto;
	padding:19px 20px 15px 24px;
	text-align:left;
	background:url(../images/template/background.jpg) left top no-repeat #faeec6;
}

#header {
	position:absolute;
	top:19px;
	right:20px;
	width:569px;
	height:140px;
	border-bottom:4px solid #827c5d;
}

#header h1 {
	text-indent:-9999px;
	width:270px;
	height:108px;
	margin-left:150px;
	border-bottom:4px solid #827c5d;
	background:url(../images/template/logo.gif) left top no-repeat;
}

#header h1 a {
	display:block;
	width:270px;
	height:108px;	
}

#footer {
	position:absolute;
	width:785px;
	bottom:0;
	left:0;
	height:30px;
	padding-left:90px;
	font-size:.9em;
	text-align:center;
	background:url('../images/template/bottom_cap.jpg') left bottom no-repeat;
}



/*-----------------------------------------------------------------------------
	navigation
-----------------------------------------------------------------------------*/

#primarynav {
	position:absolute;
	top:0;
	right:0;
	width:130px;
	height:74px;
	border-left:4px solid #827c5d;
	list-style:none;
	background:url('../images/nav/nav_background.gif') 9px 21px no-repeat;
	padding-top:68px;
}

#primarynav li a {
	display:block;
	height:16px;
	width:122px;
	margin:0 0 6px 10px;
	text-indent:-9999px;
	background-position:left 0;
	overflow:hidden;
}

#primarynav li a:hover {
	background-position:left -16px;
}

#primarynav li a.current, #primarynav li a.current:hover {
	background-position:left -32px;
}

#navhome {
	background:url('../images/nav/home.gif');
}

#navportfolio {
	background:url('../images/nav/portfolio.gif');
}

#navstatement {
	background:url('../images/nav/statement.gif');
}

#navresume {
	background:url('../images/nav/resume.gif');
}


/*-----------------------------------------------------------------------------
	homepage specifics
-----------------------------------------------------------------------------*/

#home #ur {
	background:url(../images/home/background_home.jpg) left top no-repeat #faeec6;
}

#home #header {
	width:434px;
	height:286px;
	border-left:4px solid #827c5d;
}

#home #header h1 {
	margin-left:15px;
}

#home #primarynav {
	height:73px;
	padding-top:213px;
	background-position:9px 160px;
}

#featured {
	float:left;
}

#news {
	width:410px;
	padding:340px 0 30px 15px;
	margin:0 0 20px 303px;
	border-left:4px solid #827c5d;
	min-height:300px;
}

#news h2 {
	width:123px;
	height:21px;
	margin-bottom:15px;
	text-indent:-9999px;
	background:url('../images/home/news.gif') left top no-repeat;
}

#news p {
	margin-bottom:10px;
}

#home #footer {
	padding:0;
}


/*-----------------------------------------------------------------------------
	portfolio specifics
-----------------------------------------------------------------------------*/

#gallerynav {
	width:168px;
	height:768px;
	margin-bottom:15px;
	border-right:4px solid #827c5d;
}

#gallerynav ul {
	list-style:none;
	padding:0;	
}

#gallerynav li {
	float:left;
}

#gallerynav li img {
	width:65px;
	height:45px;
}

#gallerynav li a {
	display:block;
	text-align:center;
	overflow:hidden;
	width:65px;
	height:45px;
	margin:4px 11px 4px 4px;
}

#gallerynav li a:hover {
	margin:0 7px 0 0;
	border:4px solid #444;
}

#gallerynav li a.current {
	margin:0 7px 0 0;
	border:4px solid #222;
}

#navblocker {
	height:741px;
	width:145px;
	position:absolute;
	top:43px;
	left:27px;
	z-index:100;
	display:none;	
	background:url(../images/nav/navblocker.png);
}

#gallerynav h3 {
	height:20px;
	width:153px;
	font-size:.75em;
	text-indent:-9999px;
	clear:left;
}

#cosmonaut h3 {
	background:url('../images/nav/cosmonaut.gif') left top no-repeat;
}

#other h3 {
	background:url('../images/nav/other.gif') left 10px no-repeat;
	padding-top:10px;
}

#academic h3 {
	background:url('../images/nav/academic.gif') left 10px no-repeat;
	padding-top:10px;
}


/*-----------------------------------------------------------------------------
	slideshow info and nav
-----------------------------------------------------------------------------*/

#portfolio #content {
	position:absolute;
	top:162px;
	left:194px;
	width:585px;
}

#paintinginfo {
	position:absolute;
	top:-143px;
	left:11px;
	width:122px;
	height:140px;
	border-right:4px solid #827c5d;
	color:#a11210;
}

#infopositioner {
	position:absolute;
	padding-right:8px;
	bottom:8px;
}

#title {
	margin-bottom:5px;
	font-weight:bold;
	color:#610606;
}

#paintinginfo span {
	display:block;
}

#secondarynav {
	padding:0 15px;
}

#prevbutton {
	float:left;
	background-image:url('../images/nav/prevbutton.png');
}

#nextbutton {
	float:right;
	background-image:url('../images/nav/nextbutton.png');
}

.navbutton {
	display:block;
	width:31px;
	height:33px;
	text-indent:-9999px;
	margin-top:6px;
	overflow:hidden;
	background-position:left -33px;
	background-repeat:no-repeat;
}

.navbutton:hover {
	background-position:left top;
}

.navbutton:active {
	background-position:left -99px;
}

.disabledbutton, .disabledbutton:hover {
	background-position:left -66px;
}


/*-----------------------------------------------------------------------------
	slideshow
-----------------------------------------------------------------------------*/

#imagepane {
	clear:both;
	margin:0 auto;
}

#container {
	margin:0 auto;
	position:relative;
	width:450px;
	height:400px;
	overflow:hidden;
	background:#fff;
	border:4px solid #827c5d;
}

#loadcontainer {
	height:25%;
	width:50%;
	position:absolute;
	top:40%;
	left:25%;
	text-align:center;
	z-index:1;
}

#photocontainer {
	visibility:hidden;
}

#linkcontainer {
	display:none;
	position:absolute;
	top:0;left:0;
	height:200px;
	width:200px;
	z-index:100;
	background:url(../images/slideshow/start.gif) 50% 50% no-repeat;
}

#prevlink, #nextlink {
	text-indent:-9999px;
	z-index:100;
	position:absolute;
	top:0%;
	height:50px;
	width:50%;
	display:block;
}

#prevlink {
	left:-1px;
}

#nextlink {
	right:-2px;
}

#prevlink:hover, #nextlink:hover {
	text-decoration:none;
}

#prevlink:hover {
	background:transparent url(../images/slideshow/prevbutton.png) left 50% no-repeat;
}

#nextlink:hover {
	background:transparent url(../images/slideshow/nextbutton.png) right 50% no-repeat;
}


/*-----------------------------------------------------------------------------
	resume
-----------------------------------------------------------------------------*/

#resume #header {
	width:744px;
}

#resume #header h1 {
	margin-left:325px;
}

#resume #teaser {
	position:absolute;
	left:17px;
	top:19px;
	display:block;
	width:308px;
	height:141px;
	border-right:4px solid #827c5d;
}

#resume #teaser img {
	position:relative;
	top:-3px;
}

#resume #content {
	margin:170px 0 50px 0;
	min-height:250px;
}

#resume #content span {
	display:block;
}

#resume #content h3 {
	margin-top:20px;
}

#resume #footer {
	padding:0;
}

#resume #content p {
	margin-top:25px;
}