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

/* @group General Styling */

body {
background: url(../img/background.jpg) no-repeat #000;
background-attachment:fixed;
color: #000000;
padding-top: 40px;
/*text-shadow: #e8e8e8 1px 1px 0;*/
}


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

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

#sidebar {
	position: fixed;
	width: 140px;
	overflow:visible;
	
}

/* Site Logo */
h1.logo {
background:url(../img/logo.png);
height: 168px;
width: 140px;
}

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

/* Site Logo Hover Effect*/



img {
margin-bottom: 0px;
}



#pic{
	margin-top: 80px;
	background: url(../img/sarah.jpg) no-repeat;
	border: 1px solid #000;
	width:229px;
	height:270px
}

#pic2{
	margin-top: 55px;
	background: url(../img/simon.jpg) no-repeat;
	border: 1px solid #000;
	width:229px;
	height:270px
	
}

/* 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 */
ul.navigation li a:active {
opacity: 0.50;

}


.button_home {
width: 180px;
height: 50px;
display: block;
background: url(../img/nav_bg.png) no-repeat;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
text-shadow: none;
text-indent: -5000px;
}

.button_contact {
width: 230px;
height: 52px;
display: block;
background: url(../img/nav_bg.png) no-repeat 0 -208px;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
text-shadow: none;
text-indent: -5000px;
}

.button_about {
width: 230px;
height: 52px;
display: block;
background: url(../img/nav_bg.png) no-repeat 0 -100px;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
text-shadow: none;
text-indent: -5000px;
}




.button_top {
width: 110px;
height: 40px;
display: inline-block;
background: url(../img/nav_bg.png) no-repeat 0 -340px;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
text-shadow: none;
font-size:0px;
}


.button_next {
width: 110px;
height: 40px;
display: inline-block;
background: url(../img/nav_bg.png) no-repeat 0 -162px;
padding-left: 30px;
color: #fff;
padding-top: 2px;
margin-bottom: 10px;
text-shadow: none;
}

/* Navigation Hover State */
.button_home:hover {
background: url(../img/nav_bg.png) no-repeat 0px -50px;
text-decoration: none;
color: #fff;
}

.button_contact:hover {
background: url(../img/nav_bg.png) no-repeat 0 -260px;
text-decoration: none;
color: #fff;
}

.button_about:hover {
background: url(../img/nav_bg.png) no-repeat 0 -155px;
text-decoration: none;
color: #fff;
}



.button_top:hover {
background: url(../img/nav_bg.png) no-repeat -140px -340px;
text-decoration: none;
color: #fff;
}

.button_next:hover {
background: url(../img/nav_bg.png) no-repeat -140px -120px;
text-decoration: none;
color: #fff;
}

/* @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 */

/* @divider */

/*.divider {
padding-bottom: 15px;
background: url(../img/footer_bg.png) no-repeat;
padding-top: 2px;
padding-left:280px;

}*/

/* @group Footer */

.footerleft {
padding-left: 20px;
color: #000;
padding-bottom: 15px;
padding-top: 2px;
width: 310px;
float: left;
text-shadow: none;
}

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

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


.footerright {
padding-right: 20px;
color: #000;
padding-bottom: 15px;

width: 270px;
float: right;
text-align: right;
padding-top: 2px;
text-shadow: none;
}

/* @end */

/* @group Form Styling */

/* Form Button */
.button {
width: 140px;
height: 40px;
display: block;
background: url(../img/nav_bg.png) no-repeat 0 -380px;
color: #fff;
padding-left: 30px;
margin-bottom: 20px;
text-shadow: none;
border-style: none;
text-align: left;
font-size:0px;
}

/* Form Button Hover State */
.button:hover {
background: url(../img/nav_bg.png) no-repeat -140px -380px;
text-decoration: none;
color: #fff;
}

/* Form Input Styling */
input {
border-style: none;
margin-bottom: 15px;
color: #000;
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: #000;
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;
}

/* @end */
