/************** CSS for matt-miles.com **************/

/********** Text Formatting ***********/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
}

/**** Footer Text Links ****/

a.footer:link {
    color: #FFFFFF; text-decoration: none;
}

a.footer:visited {
    color: #999999; text-decoration: none;
}

a.footer:hover {
	color: #BCE418;
	text-decoration: none;
}
.photobodycopy {
	line-height: 15px;
	text-align: left;
	color: #666666;
}

a.footer:active {
    color: #FFFFFF;
}

/**** Body Text Links ****/

a.body:link {
    color: #0098BF; text-decoration: none;
}

a.body:visited {
    color: #0098BF; text-decoration: none;
}

a.body:hover {
	color: #0098BF;
	background-color: #B0DCE7;
}

a.body:active {
    color: #666666;
}

/********** ALL PAGES - PAGE ELEMENTS ***********/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
}

#container {
	position: relative;
	background-color: #FFFFFF;
	width: 850px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	top-margin: 15px;
	background-image: url(images/navigation/nav_drop_shadow.jpg);
	background-repeat: repeat-x;
	background-position: 0px 300px;
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color:#FFFFFF;
}
#maincta {
	width: 100%;
	height: auto;
	padding: 0px;
	text-align: center;
}
#navigation {
	position: absolute;
	height: 50px;
	width: 100%;
	left: 0px;
	top: 250px;
	background-color: #3F3F3F;
	text-align: center;
}
#breaker {
	position: absolute;
	width: 820px;
	top: 350px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-left: 15px;
}

/* #footer {
	position: absolute;
	height: 15px;
	width: 840px;
	left: 0;
	bottom: 0;
	background-color: #666666;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	font-family: arial;
	font-size: 12px;
	color: #CCCCCC;
}*/

#contenttitle {
	position: absolute;
	width: 300px;
	top: 300px;
	margin-left: 15px;
	float: left;
	height: 30px;
	margin-top: 0px;
}
/********** END - ALL PAGES - PAGE ELEMENTS ***********/

/********** HOME PAGE SPECIFIC ***********/

/********** Right Content Box ***********/
#rightcontent {
    border: #FFFFFF 1px solid;-moz-border-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E2E2E2;
	float: right;
	height: auto;
	width: 240px;
	margin-right: 30px;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	top: 380px;
	right: 0px;
	padding-bottom: 20px;
	padding-top: 10px;
	background-image: url(images/home_right_grad.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.boldgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}
#phtotthumbcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 260px;
	width: 180px;
	text-align: left;
	line-height: 14px;
	top: 0px;
	float: left;
	clear: left;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
#rightcontentimg {
	height: 150px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 15px;
}
#rightcontenttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
}
#Photomaincaption {
	text-align: center;
	width: 100%;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 20px;
}
.rightcontentpara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	width: 220px;
	height: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/********** Left Content Box ***********/
#leftcontent {
	width: 500px;
	height: auto;
	float: left;
	position: absolute;
	top: 380px;
	left: 0px;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
.maincta {
	margin: 10px;
}

/********** END - HOME PAGE SPECIFIC ***********/

/********** PHOTOS PAGE ***********/

#photothumbscontent {
	height: auto;
	width: 850px;
	top: 380px;
	position: absolute;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
.photothumb {
	height: 120px;
	width: 180px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}


/********** LIGHTBOX ATTRIBUTES - DO NOT TOUCH ***********/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/********** END - LIGHTBOX ATTRIBUTES - DO NOT TOUCH ***********/

/********** CONTACT PAGE ***********/
#conactleftcontent {
	width: 287px;
	height: 343px;
	float: left;
	position: absolute;
	top: 380px;
	left: 0px;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
#contactrightimage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	height: 360px;
	width: 480px;
	margin-right: 30px;
	position: absolute;
	top: 380px;
	right: 0px;
	text-align: right;
}
#contactdnloadcv {
	width: 100%;
	height: auto;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.download {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
}

/********** END - CONTACT PAGE ***********/

/********** PROJECT PAGE ***********/

.projectimage {
	text-align: center;
}

#projectcontent {
	height: auto;
	width: 850px;
	top: 380px;
	position: absolute;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
.projectdivide {
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #999999;
	font-size: 14px;
	padding-top: 5px;
	width: 820px;
	margin-left: 15px;
	color: #666666;
}
.projecttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

/********** Project Page Containers - each to have their own BG image ***********/

#Project_container_1 {
	font-size: 14px;
	padding-top: 5px;
	width: 820px;
	margin-left: 15px;
	background-color: #99CCCC;
	height: 400px;
	position: relative;
}

#Project_container_2 {
	font-size: 14px;
	padding-top: 5px;
	width: 820px;
	margin-left: 15px;
	background-color: #CCCCCC;
	height: 400px;
	position: relative;
}

/********** END - Project Page Containers - each to have their own BG image ***********/



.projects_copy_para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	top: 25px;
}
.projects_copy {
	background-color: #E2E2E2;
	position: absolute;
	width: 190px;
	top: 10px;
	right: 20px;
	border: thin solid #FFFFFF;
	background-image: url(images/home_right_grad.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.ProjectThumb {
	float: left;
	padding-left: 2px;
	padding-right: 2px;
}
#Project_container_Balf {
	font-size: 14px;
	padding-top: 5px;
	width: 820px;
	margin-left: 15px;
	height: 400px;
	position: relative;
	background-image: url(images/projects/Version2/24_7Saftey.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.sub_content_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
}
.sub_content_thumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	text-align: center;
	padding-bottom: 10px;
}
#Project_container_PES {
	font-size: 14px;
	padding-top: 5px;
	width: 820px;
	margin-left: 15px;
	height: 400px;
	position: relative;
	background-image: url(images/projects/Version2/ParityEcoSolutions.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#Project_container_Portable {
	font-size: 14px;
	padding-top: 5px;
	width: 820px;
	margin-left: 15px;
	height: 400px;
	position: relative;
	background-image: url(images/projects/Version2/PortablePhotography.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#Project_container_Point {
	font-size: 14px;
	padding-top: 5px;
	width: 820px;
	margin-left: 15px;
	height: 500px;
	position: relative;
	background-image: url(images/projects/PointProperties.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#Project_container_WeClean {
	font-size: 14px;
	padding-top: 5px;
	width: 820px;
	margin-left: 15px;
	height: 500px;
	position: relative;
	background-image: url(images/projects/WeCleanForYou.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#Project_container_RamRods {
	font-size: 14px;
	padding-top: 5px;
	width: 820px;
	margin-left: 15px;
	height: 500px;
	position: relative;
	background-image: url(images/projects/RamRods.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#Project_container_Connex {
	font-size: 14px;
	padding-top: 5px;
	width: 820px;
	margin-left: 15px;
	height: 400px;
	position: relative;
	background-image: url(images/projects/Version2/Connexions.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#Project_container_LH {
	font-size: 14px;
	padding-top: 5px;
	width: 820px;
	margin-left: 15px;
	height: 400px;
	position: relative;
	background-image: url(images/projects/Version2/Lockhouse.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#Project_container_PP {
	font-size: 14px;
	padding-top: 5px;
	width: 820px;
	margin-left: 15px;
	height: 400px;
	position: relative;
	background-image: url(images/projects/Version2/ParityProjects.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
