/* Stuff from the header tutorial 
---------------------------------------------------------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table { border-collapse:collapse; border-spacing:0 }
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li {
	list-style:none;
	margin-top: 0px;
}
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a { text-decoration:none }

a:link {
	color: #8D5E07;
	text-decoration: none;
}
a:visited {
	color: #8D5E07;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #961518;
}
a:active {
	text-decoration: none;
	color: #961518;
}




/* Main layout blocks */
body {
	background:#000000;
	font:14px/110% Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-bottom: 10px;
	}

div.header {
	width:1276px;
	height:385px;
	background-image:url(../images/wp-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	}
	
div.header div {
	width:956px;
	height:385px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}

#container {
	width:1276px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	}
	
#education {
	height:0px;
	width:1276px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	}

#wrapper {
	width:956px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	}


div.footer {
	width:1276px;
	height:22.1em;
	background-image:url(../images/wp-bg_footer2.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	}

div.footer div {
	width:956px;
	margin-right: auto;
	margin-left: auto;
	height: 22.1em;
	}

/* Homepage */

#tooltip{
	position:absolute;
	border:3px solid #8d5e07;
	background:#e6e3b2;
	padding:5px 8px;
	color:#333;
	display:none;
	}

.contentmain {
	margin-top: 15px;
	width:956px;
	height:447px;
	display:block;
	background-image: url(../images/shelf_home_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
	}
	
.contentright {
	width:322px;
	display:block;
	float: left;
	position: relative;
	}
	
.contentrighthead {
	width:322px;
	height:25px;
	float: left;
	}
	
.contentright img{
	float: left;
	margin-right: 17px;
	margin-top: 19px;
	border: 4px solid #533601;
	}
	
.contentleft {
	width:544px;
	height:376px;
	margin-left: 27px;
	margin-right: 32px;
	display:block;
	background-image: url(../images/main_content_top.gif);
	background-repeat: repeat-x;
	background-color:#533601;
	line-height: 1.2em;
	float: left;
	padding-left: 19px;
	}
	
.featuredholder img{
	padding: 1px;
	margin-top: 25px;
	border: 1px solid #895b05;
	}
	
p.homestatement {
	font-size:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-top: 50px;
	padding-left: 16px;
	padding-right: 50px;
	line-height: 1.5em;
	}
	
div.homecontact {
	padding-top: 34px;
	padding-left: 14px;
	}
	
div.homecontact img {
	float: left;
	}
	
p.contacthometext {
	display:block;
	width:150px;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height: 1.5em;
	padding-top: 35px;
	padding-left: 13px;
	float: left;
	}

p.featuredcopy {
	display:block;
	width:263px;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height: 1.5em;
	padding-top: 40px;
	padding-left: 0px;
	}
	
.style1 {
	color: #FFFF00;
	font-weight: bold;
}

.homespeech {
	width:44px;
	height:75px;
	clear: both;
	padding-top: 40px;
	background-image: url(../images/home_speech_bubble.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
	
.homecontact a{
	color:#fff000;
	border-bottom: 1px solid #fff000;
	}
	
.homecontact a:visited {
	color:#fff000;
	}
	
.homecontact a:hover { 
	color:#961518;
	border-bottom: 1px solid #961518;
	}
	
.homecontact a:active { 
	color:#961518; 
	} 


/* CV */	

#contentcv {
	position: relative;
	margin-top: 15px;
	width:956px;
	background-image: url(../images/shelf_home_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	padding-bottom: 71px;
	}
	
.contentleftcv {
	width:544px;
	margin-left: 27px;
	margin-right: 32px;
	display:block;
	background-image: url(../images/main_content_top.gif);
	background-repeat: repeat-x;
	background-color:#533601;
	line-height: 1.2em;
	float: left;
	padding-left: 19px;
	}
	
p.cvmaincopy {
	display:block;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	padding: 10px 20px 20px 20px;
	line-height: 1.5em;
	background-color: #e6e3b2;
	margin: 25px 20px 20px 0px;
	}
	
.style2 {
	font-size:1.4em;
	color: #8d5e07;
	font-weight: bold;
}

.style3 {
	font-size:1.4em;
	color: #ffffff;
	font-weight: bold;
}

.downloadcv {
	background-image: url(../images/home_cv.png);
	display: block;
	height: 50px;
	padding: 40px 0px 20px 70px;
	background-repeat: no-repeat;
	}
	
.downloadcv a{
	font-size:1.4em;
	font-weight: bold;
	color:#961518;
	border-bottom: 1px solid #961518;
	}
	
.downloadcv a:visited {
	color:#961518;
	}
	
.downloadcv a:hover { 
	color:#ffffff;
	background-color: #961518;
	border-bottom: 1px solid #961518;
	}
	
.downloadcv a:active {
	color:#961518;
	}
	

/* Porfolio */


.contentportfolio {
	margin-top: 15px;
	width:956px;
	background-image: url(../images/shelf_portfolio_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	padding-bottom: 71px;
	}
	
.contentportfolio2 {
	margin-top: 35px;
	width:956px;
	background-image: url(../images/shelf_portfolio_back2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	padding-bottom: 71px;
	}
	
.portfolioshelf {
	width:918px;
	height:163px;
	margin: 0 0 0 38px;
	position:relative;
	}
	
.portfolioshelf2 {
	width:918px;
	margin: 0 0 0 58px;
	position:relative;
	}

.portfolioheader {
	height:31px;
	margin: 0 0 17px;
	position:relative;
	width: 837px;
	}

.portfolioweblink a {
	display: block;
	height:31px;
	width:126px;
	background:  url(../images/visit_webbut_off.gif) top;
	margin: 0 17px 0 0;
	position: relative;
	float: right;
	}
	
.portfolioweblink a:hover {   
    background:  url(../images/visit_webbut_off.gif) no-repeat bottom;   
	}

.portfolioprojectlink a {
	display: block;
	height:31px;
	width:126px;
	background:  url(../images/visit_projectbut_off.gif) top;
	margin: 0 17px 0 0;
	position: relative;
	float: right;
	}
	
.portfolioprojectlink a:hover {   
    background:  url(../images/visit_projectbut_off.gif) no-repeat bottom;   
	}


.portfolioicons {
	height:31px;
	width:196px;
	position: relative;
	float: right;
	}

.portfolioimage {
	clear:both;
	height:586px;
	width:831px;
	border: 3px solid #5c3c01;
	position:relative;
}


ul.photo-list {
	list-style:none;
	position:relative;
	}
	
ul.photo-list li {
	float:left;
	margin: 45px 157px 0 18px;
	}

ul.photo-list li a {
	display:block;
	position:relative;
	}
	
ul.photo-list li a img {
	position:absolute;
	border: 4px solid #533601;
	z-index:1;
	}

ul.photo-list li span {
	display:block;
	height: 90px;
	width: 136px;
	position:absolute;
	z-index:2;
	}



/* Contact */

ul.iconlist li a{
	color:#ffffff;
	}
ul.iconlist li a:visited { 
	color:#ffffff; 
	}
ul.iconlist li a:hover { 
	color:#961518; 
	}
ul.iconlist li a:active { 
	color:#961518; 
	}
	
.iconlist {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height: 1.7em
	}

li.facebookicon	{
	background-image: url(../images/facebook_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 1px 0 1px 25px;
	}

li.twittericon {
	background-image: url(../images/twitter_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 1px 0 1px 25px;
	}

li.linkedinicon	{
	background-image: url(../images/linkedin_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 1px 0 1px 25px;
	}

li.kontainicon {
	background-image: url(../images/kontain_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 1px 0 1px 25px;
	}
	
p.contactmaincopy {
	display:block;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	padding: 10px 20px 10px 20px;
	line-height: 1.5em;
	background-color: #e6e3b2;
	margin: 25px 20px 0px 0px;
	}
	
p.contactmessage {
	display:block;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	padding: 10px 20px 200px 20px;
	line-height: 1.5em;
	background-color: #e6e3b2;
	margin: 25px 20px 0px 0px;
	}
	
.contactdetails {
	display:block;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	padding: 10px 20px 20px 20px;
	line-height: 1.5em;
	background-color: #e6e3b2;
	margin: 0px 20px 20px 0px;
	}
	
.required {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:66%;
	display: block;
	padding-bottom: 5px;
	}
	
input {
	padding: 5px;
	font-size: 1.4em;
	border: 1px solid #8d5e07; 
	color: #000000; 
	background:	#e6e3b2;
	background-image: url(../images/form_back.gif);
	}
	
input#formsubmit {  
		background-image: url(../images/form_but.gif);
		border: 1px solid #8d5e07;
		font-size: 1.1em;
		color: #ffffff;
		background-color: #e6e3b2;
		padding: 5px;
		margin: 15px 0px 5px 0px;
	}
	
	fieldset ol {  
		padding: 10px 10px 0 10px;  
	}
	
	fieldset li {  
		line-height: 2.5em;
	}
	
	label {
		margin: 15px 0px 5px 5px;
		line-height: 2.5em;
		font-weight: bold;
	}
	
textarea {
	font-size: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #8d5e07; 
	color: #000000; 
	background:	#e6e3b2;
	background-image: url(../images/textform_back.gif);
	}


/* Footer */

.linkedin li {
	position: relative;
	float:left;
	text-align: center;
}

.linkedin li a{
	outline: 0;
	text-indent: -9999px;
	margin-top: 80px;
	display:block;
	width:150px;
	height:210px;
	background-image: url(../images/transparent.gif);
	background-repeat: repeat;
	}
	
.linkedin li em {
	background-image: url(../images/social_rollover_tab.png);
	width: 120px;
	height: 50px;
	position: absolute;
	top: 5px;
	left: 7px;
	text-align: center;
	padding: 13px 10px 10px 10px;
	font-style: normal;
	color:#ffffff;
	z-index: 2;
	display: none;
}
	
	

#footerfav {
	width:170px;
	margin-top: 80px;
	margin-left: 35px;
	float: left;
	height: auto;
	}
	
#footerinsp {
	width:170px;
	margin-top: 80px;
	float: left;
	height: auto;
	}

ul.favourites li {
	font:14px Arial, Helvetica, sans-serif;
	padding: 13px 0px 0px 0px;
	}
	
ul.favourites li a{
	color:#ffffff;
	}
ul.favourites li a:visited { 
	color:#ffffff; 
	}
ul.favourites li a:hover { 
	color:#961518; 
	}
ul.favourites li a:active { 
	color:#961518; 
	}


/* Header Logo and strapline */

h1 {
	text-indent:-9999px; 
	width:240px; 
	height:107px; 
	position:absolute; 
	background-image:url(../images/sweet_logo.png); 
	display:block;
	}

h2 {
	font-size:100%;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	position:relative;
	top:65px;
	left:245px;
	width: 400px;
	}
	
h3 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-top: 5px;
	}

h4 {
	font:20px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding: 0 0 0 0px; 
	
	}

/* Main navigation */

ul.nav {
	position:absolute;
	text-align:center;
	right: 0px;
	top: 50px;
	display: block;
	padding: 8px 6px 8px 6px;
	border: 5px solid #8d5e07;
	background-color: #e6e3b2;
	background-image:url(../images/main_nav_background.gif);
}

ul.nav li {
	font:16px Arial, Helvetica, sans-serif;
	display:inline;
	padding:0px 6px 0px 6px;
	font-weight: bold;
	}
	
ul.nav li a{
	color:#8d5e07;
	}
ul.nav li a:visited { 
	color:#8d5e07; 
	}
ul.nav li a:hover { 
	color:#961518; 
	}
ul.nav li a:active { 
	color:#961518; 
	}
#current {
	color: #961518;
}
