/*

	Site Name: PageScroller
	Site URI: http://www.dairien.com
	Author: Dairien Boyd
	

*/

/*---------- 1. DOCUMENT STYLES [start] ----------*/

html{
	height: 100%;
}

body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, table, a, img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

body{
	height: 100%;
	font-family: 'Open Sans', 'Helvetica Neue', Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background: #eee;
}

ol, ul{
	display: block;
	list-style: none;
}

a, a:focus, input, textarea{
	outline: none;
}

a, a:link, a:visited{
	color: lightgrey;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*---------- DOCUMENT STYLES [end] ----------*/

/*---------- 2. PAGE STRUCTURE [start] ----------*/

#wrapper{
	position:relative;
    width:100%;
	overflow: hidden;
    min-height: 100%
}

* html #wrapper{
	height: 100%;
}

#main{
	width: 800px;
	position: relative;
	overflow: visible;
	margin: 0 auto;
	padding: 0;
}





.iconNav{
    position: fixed !important;
	overflow: visible;
	top:405px;
	left: auto;
	margin-top: -250px;
	padding: 5px;
}

.iconNav ul{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 50px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
}

.iconNav.left{
	margin-left: -75px;
}

.iconNav.right{
	margin-left: 810px;
}

.iconNav li a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 50px;
	height: 0;
	line-height: 55px;
	padding: 50px 0 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.iconNav li.link_1,
.iconNav li.link_1 a{
	border:none !important;
	-webkit-border-top-left-radius: 7px !important;
	-webkit-border-top-right-radius: 7px !important;
	-moz-border-radius-topleft: 7px !important;
	-moz-border-radius-topright: 7px !important;
	border-top-left-radius: 7px !important;
	border-top-right-radius: 7px !important;
}

.iconNav li.link_last,
.iconNav li.link_last a{
	border-bottom:none !important;
	-webkit-border-bottom-left-radius: 7px !important;
	-webkit-border-bottom-right-radius: 7px !important;
	-moz-border-radius-bottomleft: 7px !important;
	-moz-border-radius-bottomright: 7px !important;
	border-bottom-left-radius: 7px !important;
	border-bottom-right-radius: 7px !important;
}

.iconNavLink_1 a{ background-image: url('../images/menu_icons/home.png'); }
.iconNavLink_2 a{ background-image: url('../images/menu_icons/about.png'); }
.iconNavLink_3 a{ background-image: url('../images/menu_icons/info.png'); }
.iconNavLink_4 a{ background-image: url('../images/menu_icons/email.png'); }

/* Light Styles */

.iconNav.light ul,
.iconNav ul{
	border: 7px solid #fff;
	background: #fff;
}

.iconNav li,
.iconNav.light li{
	background: #eee;
}

.iconNav li.active,
.iconNav.light li.active{
	background: #fff;
}

.iconNav li a,
.iconNav.light li a{
	color: #666;
	border-top: 1px solid #f3f3f3;
}

.iconNav li,
.iconNav.light li{
	border-top: 1px solid #ddd;
}

.iconNav li.active a,
.iconNav li.active a:hover{
	filter: none;
	background-position: 0 -50px;
}

.iconNav li a:hover{
	background-position: 0 -100px;
}
/*:::::::::: [ ICON NAV STYLES ] - END ::::::::::*/


.pageScroll{
	position: fixed !important;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	width: 167px;
	border: 7px solid #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
}

.pageScroll.left{
	margin-left: -680px;
}

.pageScroll.right{
	margin-left: 500px;
}

.scrollNav a{
	display: block;
	color: #666;
	font-weight: normal;
	padding: 8px 10px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(top,  #f9f9f9 0%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #fcfcfc;
}

.scrollNav{
	border-top: 1px solid #ebeded;
}

.scrollNav_1,
.scrollNav_1 a{
	border:none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.scrollNav a:hover{
	color: #444;
	text-decoration: none;
}

li.scrollNav.active a{
	background: #fff;
	color: #333;
	font-weight: bold;
}

#controls{
	position: fixed;
	z-index: 999;
	height: 94%;
	top: 3%;
	right: 5%;
	width: 20px;
	text-align: center;
}

#controls a{
	display: block;
	position: absolute;
	padding: 12px 10px 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
}

#controls.light a{
	border: 7px solid #fff;
	background: #f8f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8f6f6 0%, #e8e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f6f6), color-stop(100%,#e8e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8f6f6 0%,#e8e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8f6f6 0%,#e8e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8f6f6 0%,#e8e7e7 100%); /* IE10+ */
	background: linear-gradient(top,  #f8f6f6 0%,#e8e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f6f6', endColorstr='#e8e7e7',GradientType=0 ); /* IE6-9 */
}

#controls.dark a{
	border: 7px solid #1c1c1c;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .3);
	background: #f8f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #3f3f3f 0%, #292929 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#292929)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3f3f3f 0%,#292929 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3f3f3f 0%,#292929 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3f3f3f 0%,#292929 100%); /* IE10+ */
	background: linear-gradient(top,  #3f3f3f 0%,#292929 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#292929',GradientType=0 ); /* IE6-9 */
}

#controls a:hover{
	text-decoration: none;
	color: #fff;
}

#controls a.next{
	bottom: 0;
}

#controls a.prev{
	bottom: 80px;
}

/*---------- PAGE STRUCTURE [end] ----------*/