/*
Author: Kyle Boyd
Project: Ian Patterson
Date:
*/


/* 
# CSS contents ###################
* 1 Reset defaults
* 2 Layout
* 3 Nav
* 4 Headings
* 5 Lists
* 6 Images
* 7 Links
* 8 Forms
* 9 Tables
* 10 Typography 
* 11 Other
*/


/* 
# Colour reference ###################


*/
 
/*
# Reset defaults ################### 
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; } /* Reset margins and padding */

a:link, a:visited{text-decoration:none;outline:none; color: #8e8e8e;} /* Reset link styles */
a:hover {color: black; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: black ; padding-bottom: 4px;}

html {overflow: -moz-scrollbars-vertical;} /* Mozilla scrollbar fix */

#skipto{position:absolute;left:-9999px;top:-9999px;} /* Hides the skip to link - useful for screen readers */

.group:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;} /* Automatically clears after any element with this class */

img {
	text-decoration: none;
}

/*
# Layout ################### 
*/

body{font:75%/1.5  "Helvetica Neue", Helvetica, Arial, sans-serif;color:#222;background:white;}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	padding-top: 20px;
	
}

.main {
	width: 774px;
	height: 620px;
	float: right;
	
}

.innerContainerHome {
padding-top: 380px;
}

.innerContainer {
padding-top: 10px;
}

.leftBlock {
	width: 492px;
	text-align: justify;
}

.rightBlock {
	width: 492px;
	text-align: justify;
	float: right;
	padding-top: 10px;
}

.projects {
	float: left;
	width: 230px;
	height: 600px;
	text-align: justify;
	padding-top: 20px;
	padding-right: 10px;
}

.projects li {
	list-style: none;
}

.projectsInfo {
	width: 774px;
	padding-top: 20px;
	text-align: justify;

	
}

.rollover { width: 774px; height: 600px;}



#contact {
	padding-top: 0px;
}

#footer {
	padding-top: 20px;
	clear: both;

}

 #copyright li {
	display: inline;
	color: 8e8e8e;
}

.socialmedia li  {
	display: inline;
	border: none;
}

.socialmedia a  {border: none;}

/*
# Nav ################### 
*/



#header li {
	display: inline;
	padding-right: 45px;
}

#nav {
	padding-bottom: 20px;
}

#nav ul {
	padding-top: 10px;

}


/*
# Headings ################### 
*/

h1{}

h2{padding-bottom: 10px; color: #333333;}

h3{}

h4{}

#logo{width:300px; height:36px;background: url(../images/LogoP.png) no-repeat; float: right; }
#logo a{display:block;height:100%;width:100%; border: none;}
#logo a span{position:absolute;left:-9999px;top:-9999px;}

/*
# Lists ################### 
*/

.address li {list-style: none; text-align: left;}
.projectList {list-style: none; text-align: left;}

.address p {text-align: left; padding-top: 10px;}


/*
# Images ################### 
*/

img{border:none;}
img.left{margin:0 10px 10px 0;}
img.right{margin:0 0 10px 10px;}

/*
# Links ################### 
*/

a{}
a:hover{}

/*
# Forms ################### 
*/



/*
# Tables ################### 
*/



/*
# Typography ################### 
*/

p{margin:0 0 1.5em; }


/*
# Other ################### 
*/

.right{float:right;}
.left{float:left;}
.clear{clear:both;}
.alignleft{text-align: left;}
.alignright{text-align: right;}
.aligncenter{text-align: center;}


/*
# Image Fade Slide Show Home ################### 
*/
#slideshow {
    position:relative;
 
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 270px;
    background-color: #FFF;
    
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    display: block;
    border: 0;
    margin-bottom: 10px;
} 

/*
# Scroll Pane ################### 
*/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


.scroll-pane {
	overflow: auto;
	float: left;
	width: 492px;
	height: 280px;
	text-align: justify;
	padding-right: 10px;
}

#pane1 {
	margin-top: 10px;
}

/* Slider Projects */

/* Easy Slider */
	
	#slider {
	

}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:774px;
		height:370px;
		overflow:hidden;
}

	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;
		float: right;	
		}
	ol#controls li{
		margin:0 0px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:0px solid #ccc;
		background:#ffffff;
		color:#000000;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#ffffff;
		color:#888888;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/*
Author: Kyle Boyd
Project: Ian Patterson
Date:
*/


/* 
# CSS contents ###################
* 1 Reset defaults
* 2 Layout
* 3 Nav
* 4 Headings
* 5 Lists
* 6 Images
* 7 Links
* 8 Forms
* 9 Tables
* 10 Typography 
* 11 Other
*/


/* 
# Colour reference ###################


*/
 
/*
# Reset defaults ################### 
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; } /* Reset margins and padding */

a:link, a:visited{text-decoration:none;outline:none; color: #8e8e8e;} /* Reset link styles */
a:hover {color: black; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: black ; padding-bottom: 4px;}

html {overflow: -moz-scrollbars-vertical;} /* Mozilla scrollbar fix */

#skipto{position:absolute;left:-9999px;top:-9999px;} /* Hides the skip to link - useful for screen readers */

.group:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;} /* Automatically clears after any element with this class */

img {
	text-decoration: none;
}

/*
# Layout ################### 
*/

body{font:75%/1.5  "Helvetica Neue", Helvetica, Arial, sans-serif;color:#222;background:white;}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	padding-top: 20px;
	
}

.main {
	width: 774px;
	height: 620px;
	float: right;
	
}

.leftBlock {
	width: 492px;
	text-align: justify;
}

.rightBlock {
	width: 492px;
	text-align: justify;
	float: right;
	padding-top: 0px;
}

.rightBlockHome {
	width: 492px;
	text-align: justify;
	float: right;
	padding-top: 30px;
}

.projects {
	float: left;
	width: 230px;
	height: 600px;
	text-align: justify;
	padding-top: 20px;
	padding-right: 10px;
}

.projects li {
	list-style: none;
}

.projectsInfo {
	width: 774px;
	padding-top: 20px;
	text-align: justify;

	
}

.rollover { width: 774px; height: 600px;}



#contact {
	padding-top: 0px;
}

#footer {
	padding-top: 20px;
	clear: both;

}

 #copyright li {
	display: inline;
	color: 8e8e8e;
}

.socialmedia li  {
	display: inline;
	border: none;
}

.socialmedia a  {border: none;}

/*
# Nav ################### 
*/



#header li {
	display: inline;
	padding-right: 45px;
}

#nav {
	padding-bottom: 20px;
}

#nav ul {
	padding-top: 10px;

}


/*
# Headings ################### 
*/

h1{}

h2{padding-bottom: 10px; color: #333333;}

h3{}

h4{}

#logo{width:300px; height:36px;background: url(../images/LogoP.png) no-repeat; float: right; }
#logo a{display:block;height:100%;width:100%; border: none;}
#logo a span{position:absolute;left:-9999px;top:-9999px;}

/*
# Lists ################### 
*/

.address li {list-style: none; text-align: left;}
.projectList {list-style: none; text-align: left;}

.address p {text-align: left; padding-top: 10px;}


/*
# Images ################### 
*/

img{border:none;}
img.left{margin:0 10px 10px 0;}
img.right{margin:0 0 10px 10px;}

/*
# Links ################### 
*/

a{}
a:hover{}

/*
# Forms ################### 
*/



/*
# Tables ################### 
*/



/*
# Typography ################### 
*/

p{margin:0 0 1.5em; }


/*
# Other ################### 
*/

.right{float:right;}
.left{float:left;}
.clear{clear:both;}
.alignleft{text-align: left;}
.alignright{text-align: right;}
.aligncenter{text-align: center;}


/*
# Image Fade Slide Show Home ################### 
*/
#slideshow {
    position:relative;
 
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 270px;
    background-color: #FFF;
    
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    display: block;
    border: 0;
    margin-bottom: 10px;
} 

/*
# Scroll Pane ################### 
*/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


.scroll-pane {
	overflow: auto;
	float: left;
	width: 492px;
	height: 280px;
	text-align: justify;
	padding-right: 10px;
}

#pane1 {
	margin-top: 10px;
}

/* Slider Projects */

/* Easy Slider */
	
	#slider {
	

}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:774px;
		height:370px;
		overflow:hidden;
}

	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;
		float: right;	
		}
	ol#controls li{
		margin:0 0px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:0px solid #ccc;
		background:#ffffff;
		color:#000000;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#ffffff;
		color:#888888;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}



