@import url('reset.css');
@import url('text.css');
@import url('960.css');
@import url('sifr.css');

/* @group General Styling */

body {
background:#00080a;
color: #8c8c8c;
padding-top: 40px;
}

.topfade
{
		width: 100%;
		height: 70px;
		position: fixed;
		/* background: url(../img/top_bg.png) repeat-x;*/
		top: 0;
}

.bottomfade
{
		width: 940px;
		height: 70px;
		position: fixed;
		background: url(../img/bottom_bg.png) repeat-x;
	    bottom: 0;
}

a {
display: block;
color: #bab9ae;
text-decoration: none;
}


a:hover {
text-decoration: underline;
color: #ff6405;
}

#sidebar {
	position: fixed;
	top:0;
	width: 140px;
}

/* Site Logo */
h1.logo {
position:relative;
z-index:0 !important;
left:-244px;
background: url(../img/sg-logo.png) no-repeat;
height: 360px;
width: 683px;
}

/* Site Logo Link Styling*/
h1.logo a {
height: 84px;
width: 140px;
display: block;
text-indent: -9999px;
}

img {
margin-bottom: 0px;
}

img:hover {
opacity: 0.75;
}


#map{
	margin-top: 20px;
	border: 1px solid #bab9ae;
	width:300px;
	height:300px
}

/* Class for Titles of portfolio pieces, that are not links (eg printed items) */

.title {
color: #404a47;
margin-bottom: 10px;
display: block;
}

/* Portfolio Project Title Links */
a.project {
margin-bottom: 10px;
}

/* @end */


/* @group Navigation */

/* Navigation Buttons */
.navigation {
	position:relative;
	z-index:10;
	top:-250px;
}

ul.navigation li a:active {
opacity: 0.50;
}

ul.navigation li a {
color:#fff;
}

ul.navigation li a:hover {
color:#a0a600;
text-decoration:none;
}

/* @end */

/* @group UL for Portfolio Description */

/* Unordered List for portfolio piece features */
ul {
list-style-type: none;
margin-top: 10px;
margin-bottom: 20px;

}

ul li.ux {
background: url(../img/desc_icons.png) no-repeat 0 3px;
padding-left: 12px;
height: 12px;
margin-bottom: 5px;
}

ul li.frontend {
background: url(../img/desc_icons.png) no-repeat 0 -10px;
padding-left: 12px;
margin-bottom: 5px;
height: 12px;
}

ul li.html {
background: url(../img/desc_icons.png) no-repeat 0 -23px;
padding-left: 12px;
height: 12px;
margin-bottom: 5px;
}

ul li.tick {
background: url(../img/desc_icons.png) no-repeat 0 -35px;
padding-left: 12px;
height: 12px;
margin-bottom: 5px;
}

ul.contact {
margin-top: 23px;
}

ul.contact li {
margin-top: 20px;
}
/* @end */

/* @group Footer */

.footer {
    border-top:1px #ccc solid;
   text-align:right;
   width:890px;
   margin:30px;
   padding-top:10px;
   color:#ccc;
}

.footerleft {
padding-left: 20px;
color: #fff;
padding-bottom: 12px;
background: url(../img/footer_bg.png) no-repeat;
padding-top: 2px;
width: 310px;
float: left;
text-shadow: none;
}

.footerleft a {
display: inline;
color: #fff;
}

.footerright a {
display: inline;
color: #fff;
}

.footerright {
padding-right: 20px;
color: #fff;
padding-bottom: 12px;
background: url(../img/footer_bg.png) no-repeat -330px 0;
width: 270px;
float: right;
text-align: right;
padding-top: 2px;
text-shadow: none;
}

/* @end */

/* @group Form Styling */

/* Form Button */
.button {
width: 140px;
height: 24px;
display: block;
background:#ff6405;
color: #fff;
padding-left: 30px;
padding-bottom:3px;
margin-bottom: 20px;
text-shadow: none;
border-style: none;
text-align: left;
}

/* Form Button Hover State */
.button:hover {
background:#ff6405 ;
text-decoration: none;
color: #fff;
}

.contact { width:640px; }

.contact-1 {
	position:relative;z-index:12;
	width:310px;
	float:left;
	padding-right:20px;
}

.contact-2 {
	position:relative;z-index:12;
	width:310px;
	float:left;
}

/* Form Input Styling */
input {
border-style: none;
margin-bottom: 15px;
color: #b2b2b2;
display: block;
padding-left: 20px;
height: 20px;
width: 120px;
padding-top: 1px;
}

.name {
background: url(../img/form-elements.png) no-repeat;
margin-top: 20px;
}

.email {
background: url(../img/form-elements.png) no-repeat 0 -20px;
}

.company {
background: url(../img/form-elements.png) no-repeat 0 -40px;
}

.address {
background: url(../img/form-elements.png) no-repeat 0 -80px;
}

.address2 {
background: url(../img/form-elements.png) no-repeat 0 -100px;
}

.phone {
background: url(../img/form-elements.png) no-repeat 0 -60px;
}

.name:focus {
background: url(../img/form-elements.png) no-repeat -140px 0;
}

.email:focus {
background: url(../img/form-elements.png) no-repeat -140px -20px;
}

.company:focus {
background: url(../img/form-elements.png) no-repeat -140px -40px;
}

.address:focus {
background: url(../img/form-elements.png) no-repeat -140px -80px;
}

.address2:focus {
background: url(../img/form-elements.png) no-repeat -140px -100px;
}

.phone:focus {
background: url(../img/form-elements.png) no-repeat -140px -60px;
}

.message {
background: url(../img/textarea.png) no-repeat;
border-style: none;
color: #b2b2b2;
display: block;
padding-left: 20px;
width: 280px;
height: 77px;
margin-bottom: 15px;
padding-top: 3px;
overflow: auto;
resize: none;
}

.message:focus {
background: url(../img/textarea.png) no-repeat -300px 0;
}


#slideshow {
    position:relative;
/*	border:#a0a600 7px solid; 
    height:400px;*/
	width:640px;
    height:360px;
	overflow:hidden;
}

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

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

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

/* @end */

.home-images { margin-top:80px; }
