@charset "UTF-8";
/* CSS Document */

body {
	background: #cfcfcf;
	font-family: Georgia, Times New Roman, Serif; /* OVERRIDDEN BY MUSEO.CSS */
	font-size: 62.5%;
	color: #333333;
	margin: 0; padding: 0;
	position: relative;
}

HTML, BODY {
	height: 100%; width: 100%;
}

A:LINK, A:VISITED {
	outline: none;
	border: none;

color: #19222a;
}

A:HOVER {
	color: #595e63;
}

H1, H2, H3, H4, H5, H6 {
	margin: 0 0 0.25em 0;
	line-height: 1.1em;
	font-weight: normal;
}

h1 {
	font-size: 480%;
	color: #0f1727;
}

h2 {
	font-size: 360%;
	color: #0f1727;
}


h3 {
	font-size: 200%;
	color: #0f1727;
	line-height: 1.5em;
	margin: 0 0 0.2em 0;
}




P {
	font-size: 160%; 
	line-height: 1.6em;
	margin: 0 0 1.2em 0;
	color: #484848; 
}





/* CLEARFIX */

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */





/* SITE NAVIGATION 
==================================== */

#navi {
	position: absolute;
	top: 0; 
	width: 100%;
	height: 75px;
	background: url(../images/navi-bg.png) top repeat-x;
	z-index: 100;
	color: white;
}

#navi-inner {
	 height : 75px;
	 width: 960px;
	 margin: 0 auto; 
}

#navi UL {
	list-style: none outside;
	margin: 0 7px 0 0; padding: 0;
	float: right;
}

#navi UL LI {
	display: inline;
	margin: 0; padding: 0;
}

#navi UL LI A {
	display: block;
	padding: 0;
	margin-left: 3px;
	background: none;
	float: left;
	height: 75px;
	text-indent: -9001px;
	
}

#navi UL LI#but-work A {
	width: 154px;
	background: url(../images/nav-but-work.png) top center no-repeat;
}

#navi UL LI#but-about A {
	width: 147px;
	background: url(../images/nav-but-about.png) top center no-repeat;
}

#navi UL LI#but-work A:HOVER,
#navi UL LI#but-about A:HOVER {
	background-position: center center;	
}

#navi UL LI#but-work A.selected,
#navi UL LI#but-about A.selected {
	background-position: bottom center;	
}


#navi A:HOVER {
	color: #ffffff;
}

#navi A.selected {
	background: #000000;
	color: white;
}

#navi #logo a {
	text-indent: -9001px;
	display: block;
	float: left;
	height: 75px;
	width: 450px;
	margin-left: 20px;
	background: url(../images/nav-logo.png)
}


/* INFO */ 

#contact {
	padding: 20px 0 0 0;
	float: left;
	margin-left: 27px;
}

#contact P {
	margin: 0;
	font-size: 140%;
	line-height: 1.37em;	
	color: #ffffff;
}

#contact A:LINK, #contact A:VISITED {
	color: white;	
}

#contact A:HOVER {
	color: #b414bc;
}


/* CONTENT AND HEADER STYLES */



#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;
	background-color:#ccc;
	overflow: auto; /* Can be AUTO or HIDDEN to show or hide scroll bars */
}

/* SITE PANELS 
==================================== */

#mask {
	 /* Set one of these to the number of panels x 100% (4 panels = 400%) 
	 You only set ONE: The larger determines if it scrolls vertically or horizontally */
	width: 100%; 
	height: 2484px; /* The total of all 4 panels */
}

.panel {
	width: 100%;
	height: 800px; /* This is a default : Fixed Height or 100% */
	background: #dadada;
	overflow: hidden;
}

.inner-panel {
	width: 960px;
	height: 800px; /* DEFAULT */
	margin: 92px auto 0 auto;
	background: none;
	padding: 0;
	overflow: hidden; /* Can be AUTO OR HIDDEN */
}

.inner-panel-content {
	margin-left: 28px;	
}

/* SET UP EACH PANEL'S BACKGROUND AND ANY STATIC HEIGHTS */

#pane1 { 	background: url(../images/panel1-bkd.png) top center repeat-x; 
			height: 775px; '
		}
	
#pane2 { 	background: white url(../images/panel2-bkd.png) top center repeat-x; 
			height: 800px; 
		}
			

#pane3 { 	background: #e7e8e9 url(../images/panel3-bkd.png) bottom center repeat-x; 
			height: 660px;
			}

#pane4 {	background: #0f1727 url(../images/footer-bkd.png) top center repeat-x; 
			height: 450px;  }


/* HOME PANEL - PANE1 */



#pane1 .inner-panel {  	height: 480px; 
						background: url(../images/home-innerbkd.png) top left no-repeat; 
						padding-top: 40px;
						padding-left: 28px;
						padding-right: 352px;
						width: 580px;
						position: relative;
						overflow: visible;
					} 
					

#dad-pic {
	width: 363px;
	height: 394px;	
	background: url(../images/paul-lindsay.png) top left no-repeat;
	position: absolute;
	top: 2px; right: 0px;
}

#car-pic {
	width: 400px;
	height: 225px;	
	background: url(../images/car.jpg) top left no-repeat;
	position: absolute;
	top: 430px; right: 535px;
}

#quote-pic {
	width: 393px;
	height: 218px;	
	background: url(../images/quote.png) top left no-repeat;
	aligh: left;
	top: 1275px; left:165px; 
}



					
#pane1 #home-boxes {
	position: absolute;
	top: 270px; left: 26px;	
}

#home-boxes DIV {
	float: left;
	width: 264px;
	margin-right: 37px;	
}

#home-boxes IMG { float: left; margin-right: 20px; }

#home-boxes DIV P {
	margin: 28px 0 0 0px; 
	line-height: 1.25em;
}



/* WORK PANEL - PANE2 */

#pane2 .inner-panel-content {
	margin-top: 30px;
}

#pane2 .leftcol { float: left; width: 50%; }


#experience {
	height: 600px; /* SUGGESTED MAX HEIGHT FOR THIS AREA */
	/* TEMPORARY STYLES */
	
	display: block;
	
}

/* ABOUT - PANE 3 */

#pane3 .inner-panel-content {
	margin-top: 45px;
}

#pane3 .sidepanel {
	float: right;
	height: 450px;
	width: 425px;
	background: url(../images/about-side-bg.png) top right no-repeat;
	margin: 35px 0 0 30px; 
}

#pane3 .sidepanel-content {
	padding: 55px 0 0 58px;	

}

#pane3 .sidepanel h2 {
		font-size: 240%;
		color: #69026e;
		margin-bottom: 14px;
}

#pane3 .moveright {
	display: block;
	float: right;
	margin-right: 58px;	
}

#pane3 .sidepanel P {
		font-size: 160%;
		margin-left: 35px; line-height: 46px;
}
#pane3 .leftcol { float: left; width: 50%; }

/* FOOTER - PANE 4 */

#pane4 .inner-panel {
	color: white; 
	margin-top: 20px;
}

#pane4 .leftcol { float: left; width: 50%; }

#pane4 .rightcol { float: right; width: 50%; padding-left: 60px; background:url(../images/footer-skull.png) top left no-repeat; }

#pane4 P {
	color: white;	
	font-size: 110%;
}

#pane4 A:LINK, #pane4 A:VISITED { color: white; }
#pane4 A:HOVER {
	color: #b414bc;	
}