/* Between The Worlds Are Pearls Around Your Lily White Neck */

/* COLOURS
   ------
   Outer Grey Background: #F0F0F0
   Links:                 #CCCCCC
   Thumbnail borders:     #A1A1A1
   
   --------------------------------------------------------------------------*/

/* HEADINGS
   --------
   Clearfix
   Main Divs
   Project Menu
   Gallery
   Misc Classes
   
   --------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 15px;
}
body {
	text-align: centre; 
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: #F0F0F0;
}

/*  ------------------------------ LINKS --------------------------------- */

a {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #A1A1A1;
	text-decoration: none;
}
a:active, a:focus { 
	outline: 0; 
}
a img {
	margin: 0; 
	padding: 0; 
	background: none;
	border: 3px solid #A1A1A1;
}
a:hover img {
	margin: 0; 
	padding: 0; 
	background: none;
	border: 3px solid gray;
}

.menuThumb1 a img, .menuThumb1 a:hover img, #contact a img, #contact a:hover img {
	border: 0;
	padding: 0;
	background: none;
	margin: 0;
}

/*  ------------------------------ CLEARFIX ------------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*  ------------------------------ MAIN DIVS ------------------------------ */

#outer {
	margin: 0 auto; 
	width: 960px; 
	padding: 10px 0px; 
	height: auto;
	min-height: 300px;
}
*html #outer {
	height: 300px;
}
#container {
	width: 924px; 
	padding: 0 18px; 
	height: auto;
	min-height: 300px;
}
*html #container {
	height: 300px;
}
#contact {
	width: 210px;
	float: right;
	margin-right: 0px;		
	padding: 0 10px;
	padding-top: 7px; 
	height: 80px;
	min-height: 80px;
	background: #DFDFDE;
}
#contact .line2a {
	width: 195px; 
	margin-top: 6px;
	float: left; 
}
#contact .line2b {
	width: 43px;
	margin-top: 2px;
	float: right; 
}
#contact .line2c {
	width: 167px;
	margin-top: 2px;
	float: right;
}
#content {
	width: 904px;
	padding-left: 20px;
	float: left;
	height: auto;
	min-height: 100px;
	background: #FFFFFF;
}
*html #content {
	height: 100px;
}
#footer {
	width: 884px;
	float: left;
	background: #FFFFFF;
	color: #CCCCCC;
	margin-bottom: 10px;
	padding: 0;
}
#footerText {
	padding: 0;
	float: left;
	font-size: 11px;
}


/*  ------------------------------ PROJECT MENU --------------------------- */

#projectMenu {
	width: 884px; 
	float: left;
	background: #FFFFFF;
	padding: 20px;
}
.menuThumb, .menuThumb1, .menuThumb2 {
	width: 89px; 
	height: 89px; 
	background: white; 
	float: left; 
	margin: 0 10px; 
	overflow: hidden;
}
.menuThumb1 {
	margin-left: 0px;
	border: none;
}
.menuThumb2 {
	margin-right: 0;
}
.emptyThumb, .emptyThumb1 {
	width: 89px; 
	height: 89px; 
	min-height: 89px; 
	margin-bottom: 20px;							
	background: #DFDFDE;
							
}
.emptyThumb1 {
	margin-bottom: 0;
}
#menuStrip {	
	height: 89px; 
	min-height: 89px; 						
    background: #FFFFFF;
}
#menuThumbBG {
	float: left; 
    background: #DFDFDE;
}

/*  ------------------------------ GALLERY --------------------------------- */

#galleryOuter {
	width: 884px; 
	float: left; 
	padding: 0 0 20px 0;
}
#galleryThumbs {
	width: 89px; 
	float: left; 
	padding-right: 20px;
	background: #FFFFFF;
}
.galleryPic, .galleryPic2 {	
	height: 89px; 
	width: 89px; 	
	background: white;
	margin-bottom: 20px;
	overflow:hidden;
}
.galleryPic2 {
	margin-bottom: 0;
}
.thumb {
	height: 83px;
	width: 83px;
}

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

#galleryMain {
	width: 414px; 
	float: left; 
	padding: 0; 
	border: 1px solid gray; 
}
#galleryMainHome {
	width: 416px; 
	float: left; 
	padding: 0; 
	border: 0; 
}
.galleryMainPic, .galleryMainPicHome {
	height: 414px; 
	width: 414px; 
	overflow:hidden;
}
.galleryMainPicHome {
	height: 416px; 
	width: 416px; 
}

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

#break {
	width: 89px;
	height: 414px;
	float: left;	
	margin: 0 20px;										
}

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

#galleryProject {
	width: 230px; 
	float: left;
	padding: 0; 
	background: #FFFFFF;
	height: auto;
	min-height: 416px; /* inc 2 x 1px border */								 
}
*html #galleryProject {
	height: 348px;
}
#profile, #galleryProjectText {
	width: 210px;	
	padding: 10px; 
	height: auto;
	min-height: 396px;					
	background: #DFDFDE;
}
#galleryProjectText {
	height: auto;
}
*html #profile, *html #galleryProjectText {
	height: 396px;

/*  ------------------------------ MISC CLASSES --------------------------- */
