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

body{
	background:#00b1e6 url('../active-images/bg_repeat-words.gif');
	background-repeat:repeat-x;
	background-position:top centre;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#77787b;
	font-size:95%;
}

h1{
	color:#77787b;
	font-size:1.85em;
	line-height:1.25;
}

p{
	margin-bottom:1.25em;
}

ul{
	list-style-type:none;
	margin:0;
}

a, a:hover{
	color:#77787b;
	text-decoration:none;
}

hr{
	height:1px;
	margin:10px 0px;
}

.blue{
	color:#00b1e6;
}
.green{
	color:#b0c204;
}

.orange{
	color:#ee7f01;
}

.grey{
	color:#77787b;
}

.whitebg{
	background-color:#FFF;
}

#header{
	margin-top:85px;
}

#main{
	width:800px;
	padding:45px 75px 15px 75px;
}

#lowerwrapper{
	background:url('../active-images/footer-repeat.gif');
	background-repeat:repeat-x;
	height:895px;
}

#footer{
	background:url('../active-images/footer-image.gif');
	background-repeat:no-repeat;
	height:860px;
	color:#fff;
	padding-top:35px;
}

#footer a, #footer a:hover{
	color:#fff;
}

#nav-footer{
	width:280px;
	margin-right:40px;
}

#technical-footer{
	width:280px;
}

/** NAVIGATION **/ 

#navigation{
	width:875px;
	height:34px;
	padding-top:60px;
	padding-left:75px;
}

#nav{
	list-style:none;
	display:inline;
	overflow:hidden;
}

#nav li{
	display:inline;
	list-style-type:none;
	text-indent:-9999px;
}
		
#nav a{
	float:left;
	padding:0px; height:34px;
	overflow:hidden;
}
	
#nav a:hover{
	background-position:0 -34px;
}	
		
#nav a:active{
	background-position:0 -34px;
}
		
#home a{
	width:162px; height:34px;
	background:url(../active-images/home.gif) top left no-repeat;
}

#about a{
	width:162px; height:34px;
	background: url(../active-images/about.gif) top left no-repeat;
}
	
#portfolio a{
	width:162px; height:34px;
	background:url(../active-images/portfolio.gif) top left no-repeat;
}
	
#extras a{
	width:162px; height:34px;
	background:url(../active-images/extras.gif) top left no-repeat;
}
		
#contact a{
	width:162px;
	background:url(../active-images/contact.gif) top left no-repeat;
}

/* SLIDESHOW */

#slideshow {
	position:relative;
    height:215px;
}

#slideshow IMG {
    position:absolute;
    top:25px;
    left:75px;
    z-index:8;
    opacity:0.0;
}

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

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

/* TWITTER FEED */

#twitter-footer{
	width:310px;
	margin-right:40px;
}

ul#twitter_update_list{ 
	list-style: none;
}

ul#twitter_update_list li{ 
	border-bottom:1px #fff solid;
	margin-bottom:10px;
	padding-bottom:10px;
}

ul#twitter_update_list li a{
	font-weight:bold;
}

/* GALLERY */

ul.gallery{
	display:block;
	padding:0px; margin:0px;
	list-style:none;
}

ul.gallery li{
	display:inline;
	margin:0px 33px 20px 0px;
	width:80px; height:80px;
	border:3px #77787b solid;
	float:left;
}

ul.gallery li:hover{
	list-style:none;
	text-align:center;
	border:3px #b0c204 solid;
	width:80px; height:80px;
}

