/*  Desktop */

#header {
	height:416px;}
.box {
	width:1000px;
	position:relative;
	margin: 0 auto 0 auto;}	
#logo {
	position:absolute;
	left:35px; top:0px;}
#tagline {
	position:absolute;
	left:50%; top:202px; margin-left:-448px;
	display:block;
	height:164px; width:896px;
	background:url(../images/tagline.png) no-repeat top left;
	text-indent:-9999px;}

/*======= Contact Icons ======*/
#contact-icons {
	display:none;
	float:left;
	list-style:none;
	margin: 0 0 0 -87px; padding:0 0 0 50%;}

/*======= Headings ======*/

#webdesign {
	background:url(../images/heading-webDesign.png) no-repeat bottom left;
	height:26px; width:182px;
	display:block;
	text-indent:-9999px;
	margin-left:37px; margin-bottom:25px;
	padding-top:50px;
	}
#userexperiencedesign {
	background:url(../images/heading-userExperienceDesign.png) no-repeat bottom left;
	height:26px; width:342px;
	display:block;
	text-indent:-9999px;
	margin-left:37px; margin-bottom:25px;
	padding-top:150px;
	}
#creativework {
	background:url(../images/heading-creativeWork.png) no-repeat bottom left;
	height:26px; width:229px;
	display:block;
	text-indent:-9999px;
	margin-left:37px; margin-bottom:25px;
	padding-top:150px;
	}
#aboutme h2 {
	background:url(../images/heading-aboutMe.png) no-repeat bottom left;
	height:26px; width:148px;
	display:block;
	text-indent:-9999px;
	margin-left:37px; margin-bottom:20px;
	padding-top:75px;
	}
#contactme h2 {
	background:url(../images/heading-contactMe.png) no-repeat bottom left;
	height:26px; width:189px;
	display:block;
	text-indent:-9999px;
	margin-left:37px; margin-bottom:20px;
	padding-top:100px;
	}
#findme h2 {
	background:url(../images/heading-findMe.png) no-repeat bottom left;
	height:26px; width:115px;
	display:block;
	text-indent:-9999px;
	margin-left:37px; margin-bottom:20px;
	padding-top:100px;
	}

#aboutme {
	width:460px;}
#aboutme p {
	margin-bottom:10px;}
	

#contactme {
	width:475px;
	position:absolute;
	display:block;
	right:0; top:0;
	margin-top:-25px;}


/*======= Contact Form ======*/

#messageform {
	margin-left:38px;}
.formsmall {
	background:url(../images/form-small.png) no-repeat top left;
	height:47px; width:401px;
	border:0;
	padding:13px 0 0 10px;}
.formlarge {
	background:url(../images/form-large.png) no-repeat top left;
	height:181px; width:404px;
	border:0;
	padding:11px 0 0 10px;}
#sendbutton {
	background:url(../images/send.png) no-repeat top left;
	height:42px; width:93px;
	border:0;
	text-indent:-9999px;}

form, form fieldset input, form fieldset textarea, form label {
	font-family: Helvetica, Arial;
	font-size: 14pt;
}
form p { position: relative; margin: 0;}
form p label { position: absolute; top: 0; left: 0;}
form p br {display: none;}


form fieldset p input,
form fieldset p textarea {
	display: block;
	padding: 4px;
	width: 400px;
	margin: 0;
}

form fieldset p label {
	width: 380px;
	display: block;
	margin: 11px 5px 5px 11px;
	padding: 0;
	text-shadow:none;
}

form fieldset p textarea {
	padding: 2px;
	width: 404px;
}

form fieldset p textarea,
form fieldset p input {
	border: solid 1px #ccc;
}
form fieldset p label {
	color: #777;
}



/*======= Social Media ======*/

#facebook {
	background:url(../images/social-facebook.png) no-repeat top left;
	height:42px; width:42px;
	display:block;
	text-indent:-9999px;}
#twitter {
	background:url(../images/social-twitter.png) no-repeat top left;
	height:42px; width:42px;
	display:block;
	text-indent:-9999px;}
#linkedin {
	background:url(../images/social-linkedin.png) no-repeat top left;
	height:42px; width:42px;
	display:block;
	text-indent:-9999px;}
#daysofdesign {
	background:url(../images/social-rss.png) no-repeat top left;
	height:42px; width:42px;
	display:block;
	text-indent:-9999px;}
#social-networks {
	float:left;
	list-style:none;
	margin: 0 0 0 35px; padding:0;}
#social-networks li {
	float:left;
	margin: 0 10px 0 0; padding:0;
	display:block;}
#info {
	display:block;
	clear:both;
	padding-top:20px;}
	
#info p a {
	color:#000;
	text-decoration:none;}

p {
	margin-left:40px;
	color:#1f1f1f;
	text-shadow: 0px 1px 0px #8D8D8D;}


/*======= Content ======*/

#content ul { overflow: hidden; margin-left:34px}
#content ul > li {
    position: relative;
    float: left;
    list-style: none;
    font-size: 14px;
	margin:10px 58px 41px 0;
}
#content ul a { text-decoration: none; display: block; cursor:default;}

#content ul li img { display: block; position: relative; z-index: -1; } /* IE8 fix, background colour appears behind img for uknown reason set negative z-index */
#content ul li:not([class=na]) img { position: static; } /* Reset relative position, as this plays havoc with good browsers */



#content ul a:hover:after,
#content ul a:focus:after
{
    content: attr(title);
    color: #000;
    position: absolute;
    bottom: 0;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    width: 432px;
	margin:	0 0 10px 10px;;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.7);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7), rgba(204,204,204,0.7)); /* Firefox 3.6+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.7)), to(rgba(204,204,204,0.7))); /* Safari */
    display: block;
    text-shadow: 1px 1px 1px #fff;
}

.screen {
	background:url(../images/screen-bkg.png) no-repeat top left;
		padding:10px 12px 14px 12px;
}
	
#content .rightside {margin-right:0;}