/* STANDARD STYLES */

html, body {
	font-family: Arial, Verdana;
	font-size: 100%;
}

#home {
	background: url("/images/main-background.jpg") #fff repeat-x;
}

#subpage {
	background: url("/images/main-background2.jpg") #fff repeat-x;
}

h1 {
	font-size: 2em;
	color: #696962;
	padding-bottom: 15px;
}

h2 {
	font-size: 1.5em;
	color: #696962;
	padding-bottom: 15px;
}

h3 {
	font-size: 1.4em;
	color: #696962;
}

p {
	font-size: 1em;
}

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

/* FONTS */

#footer-top-main h3 {
	font-size: 1.1em;
	color: #fff;
	text-shadow: 1px 2px 1px #272727;
	padding-bottom: 25px;
	background: url("/images/divider.jpg") 0px 25px no-repeat;
}

.boxcaption h2 {
	font-size: 1.1em;
	color: #fff;
	text-shadow: 0px 2px 1px #000;
	padding: 10px;
	padding-bottom: 2px;
}

.boxcaption h3 {
	font-size: 0.7em;
	color: #fff;
	text-shadow: 0px 2px 1px #272727;
	padding-left: 10px;
	padding-bottom: 5px;
	font-style: italic;
}

.boxcaption p {
	color: #fff;
	text-shadow: 0px 2px 1px #272727;
	padding: 10px;
}

#footer-bottom-main p {
	color: #fff;
	font-size: 0.8em;
	text-shadow: 0px 1px 1px #000;
}

#main p {
	line-height: 1.5em;
	padding-bottom: 10px;
	color: #696962;
}

#main-right ul {
    list-style-image: url("/images/icons/tick.png");
}

#main-right li {
	font-size: 1em;
	color: #696962;
	padding-bottom: 15px;
	margin-left: 40px;
	padding-left: 5px;
}

#footer-box-1 ul {
    list-style-image: url("/images/icons/arrow.png");
}

#footer-box-1 li {
	font-size: 1em;
	margin-left: 30px;
	padding-left: 5px;
	padding-bottom: 5px;
}

ul#interests {
    list-style-image: url("/images/icons/heart.png");
}

li#interests {
	font-size: 1em;
	color: #696962;
	padding-bottom: 15px;
	margin-left: 40px;
	padding-left: 5px;
}

#holder {
	background: url("/images/smudge-background.jpg") 0px 61px no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 436px;
}

#holder2 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 125px;
}

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

/* HEADER */

#header {
	position: relative;
	width: 960px;
	height: 125px;
}

#logo {
	position: relative;
	width: 445px;
	height: 125px;
	float: left;
	text-indent: -9000px;
}

#logo a { 
	outline: none;
	display: block;
	background: url('/images/logo.jpg') top left no-repeat;
	height: 125px;
}

#logo a.logo {background-position: 0px 0px;}
#logo a.logo:hover {background-position: 0px -125px;}

	/* SUBPAGE LOGO */
	#logo2 {
	position: relative;
	width: 445px;
	height: 125px;
	float: left;
	text-indent: -9000px;
	}
	
	#logo2 a { 
		outline: none;
		display: block;
		background: url('/images/logo.jpg') top left no-repeat;
		height: 125px;
	}
	
	#logo2 a.logo2 {background-position: 0px -250px;}
	#logo2 a.logo2:hover {background-position: 0px -375px;}

#nav {
	position: relative;
	width: 515px;
	height: 125px;
	float: right;
	text-indent: -9000px;
}

#nav ul {
	position: absolute;
	top: 8px;
	right: 0px;
	width: 422px;
	list-style-type: none
}

#nav li {
	float: left
}

#nav a { 
	outline: none;
	display: block;
	background: url('/images/navigation.jpg') top left no-repeat;
	height: 48px;
}

#nav a.home {width: 92px; background-position: 0px 0px;}
#nav a.home:hover {background-position: 0px -48px;}
#nav a.homeselected {width: 92px; background-position: 0px -96px;}

#nav a.about {width: 100px; background-position: -92px 0px;}
#nav a.about:hover {background-position: -92px -48px;}
#nav a.aboutselected {width: 100px; background-position: -92px -96px;}

#nav a.portfolio {width: 125px; background-position: -192px 0px;}
#nav a.portfolio:hover {background-position: -192px -48px;}
#nav a.portfolioselected {width: 125px; background-position: -192px -96px;}

#nav a.contact {width: 105px; background-position: -317px 0px;}	
#nav a.contact:hover {background-position: -317px -48px;}
#nav a.contactselected {width: 105px; background-position: -317px -96px;}

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

/* HEADLINE */

#headline-welcome {
	position: relative;
	float: left;
	width: 504px;
	height: 311px;
}

#headline-recent-work {
	position: relative;
	float: right;
	width: 456px;
	height: 311px;
}

#btn-view-work {
	position: absolute;
	bottom: 35px;
}

.boxgrid{  
	position: absolute;
	right: 0;
	top: 25px;
	width: 439px;  
	height: 243px;  
	background: #161613;  
	border: solid 5px #fff;  
	overflow: hidden;    
}  

.boxcaption{  
	float: left;  
	position: absolute;  
	background: #000;  
	height: 300px;  
	width: 100%;  
	opacity: .8;  
	/* For IE 5-7 */  
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  
	/* For IE 8 */  
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  
} 

.captionfull .boxcaption {  
	top: 439px;  
	left: 0;  
}  
.caption .boxcaption {  
	top: 439px;  
	left: 0;  
}    

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

/* BODY */

#main-container {
	clear: both;
	position: relative;
	background: url("/images/content-background.jpg") repeat;
	width: 100%;
	height: auto;
}

#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: auto;
	padding-top: 20px;
}

#main-left {
	position: relative;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 600px;
	height: auto;
	float: left;
}

#main-right {
	position: relative;
	padding: 10px;
	width: 320px;
	height: auto;
	float: right;
}

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

/* FOOTER */

#footer-top-wrap {
	position: relative;
	background: url("/images/footer-background-top.jpg") repeat;
	width: 100%;
	height: auto;
}
#footer-top-main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: auto;
}

#footer-box-1 {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	width: 310px;
	height: auto;
}

#footer-box-2 {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	width: 320px;
	height: auto;
}

#footer-box-3 {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	float: right;
	width: 330px;
	height: auto;
}

#footer-bottom-wrap {
	position: relative;
	background: url("/images/footer-background-bottom.jpg") repeat;
	width: 100%;
	height: 35px;
}

#footer-bottom-main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 23px;
	padding-top: 12px;
}

#footer-bottom-box-1 {
	position: relative;
	float: left;
	width: 620px;
	height: 23px;
}

#footer-bottom-box-2 {
	position: relative;
	float: left;
	width: 240px;
	height: 23px;
}

#footer-bottom-box-3 {
	position: relative;
	float: right;
	width: 100px;
	height: 23px;
}

#footer-nav {
	list-style-type: none;
}

#footer-nav li {
	float: left;	
	font-size: 0.8em;
	color: #fff; 
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #fff;
	text-shadow: 0px 1px 1px #000;
}

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

/* LINKS */

#footer-box-1 a {
	color: #c5c5c5;
	text-shadow: 0px 1px 1px #272727;
}

#main-left a {
	color: #696962;
}

.boxcaption a, #footer-nav li a, #footer-bottom-box-3 a {
	color: #fff;
}

#footer-box-1 a:link {text-decoration: none;}
#footer-box-1 a:visited {text-decoration: none;}	
#footer-box-1 a:hover {text-decoration: none; color: #fff;}
#footer-box-1 a:active {text-decoration: none;}

#main-left a:link {text-decoration: none; border-bottom: 1px dotted #696962;}
#main-left a:visited {text-decoration: none; border-bottom: 1px dotted #696962;}	
#main-left a:hover {text-decoration: none; border-bottom: 1px dotted #696962; color: #313131;}
#main-left a:active {text-decoration: none; border-bottom: 1px dotted #696962;}

.boxcaption a:link, #twitter_update_list a:link, #footer-nav a:link, #footer-bottom-box-3 a:link {text-decoration: none;}
.boxcaption a:visited, #twitter_update_list a:visited, #footer-nav a:visited, #footer-bottom-box-3 a:visited {text-decoration: none;}	
.boxcaption a:hover, #twitter_update_list a:hover, #footer-nav a:hover, #footer-bottom-box-3 a:hover {text-decoration: none; border-bottom: 1px dotted #c3c3c3;}
.boxcaption a:active, #twitter_update_list a:active, #footer-nav a:active, #footer-bottom-box-3 a:active {text-decoration: none;}

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

/* MISC */

.clear {
	clear: both;
}

#footer-bottom-box-3 img {
	vertical-align: middle;
}

.boxcaption img {
	vertical-align: top;
}

#twitter_update_list li {
	list-style-type: none;
	padding-bottom: 10px;
}

#twitter_update_list span {
	color: #fff;
	font-family: Arial, Verdana;
	text-shadow: 0px 1px 1px #272727;
	font-size: 0.9em;
}

#twitter_update_list a {
	display: inline;
	color: #c3c3c3;
	font-style: italic;
	text-shadow: 0px 1px 1px #272727;
	text-decoration: none;
	font-size: 0.8em;
}

#about-me {
	float: left;
	padding-right: 10px;
}

#flickr img {
	margin-right: 15px;
	margin-bottom: 15px;
	border: 2px solid #fff;
}