/* SpoonGraphics - Copyrignt Chris Spooner */

/* Colour Key 

Brown - #75523f

Beige - #d8bd9b

Dark Brown: #291502

*/


body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

html { height: 100%; margin-bottom: 1px; }

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #75523f;
	background: #fef5e4 url(body-bg.jpg) repeat-x;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 145px;
	background: url(content-bottom.png) no-repeat bottom;
}

#header {
	width: 960px;
}
	.home-header {
		height: 334px;
		background: url(home-header.jpg) no-repeat bottom;
	}
	.page-header {
		height: 200px;
		background: url(page-header.jpg) no-repeat bottom;
	}
	
	#header .logo {
		float: left;
	}	
	#header .tagline {
		float: left;
		margin-top: 35px;
	}
	
	ul.navigation {
		display: block;
		height: 44px;
		float: right;
		list-style: none;
		margin-top: 44px;
	}
		ul.navigation li {
			float: left;
			margin-left: 2px;
			/*text-indent: -9999px;*/
			text-align:center;
			padding-top:15px;
		}
			ul.navigation li a {
				display: block;
				background-position: top;
				height: 44px;
				color:#fff;
				font-weight:bold;
			}
			
			ul.navigation li a:hover{color:#000;}
			
			
				ul.navigation li a.home-btn {
					width: 72px;
					/*background-image: url(btn-home.png);*/
				}
				ul.navigation li a.about-btn {
					width: 69px;
					/*background-image: url(btn-about.png);*/
				}
				ul.navigation li a.print-btn {
					width: 62px;
					/*background-image: url(btn-print.png);*/
				}
				ul.navigation li a.web-btn {
					width: 60px;
					/*background-image: url(btn-web.png);*/
				}
				ul.navigation li a.portfolio-btn {
					width: 93px;
					/*background-image: url(btn-portfolio.png);*/
				}
				ul.navigation li a.contact-btn {
					width: 83px;
					/*background-image: url(btn-contact.png);*/
				}
			ul.navigation li a:hover, ul.navigation li a:focus {
				background-position: center;
			}
			ul.navigation li a.active {
				background-position: bottom;
			}
			
	#header h2 {
		clear: both;
		color: #eecca6;
		font-size: 28px;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 30px;
		padding: 40px 0 0 49px;
	}
	
	ul.buttons {
		display: block;
		height: 31px;
		list-style: none;
		margin: 35px 0 0 49px;
	}
		ul.buttons li {
			float: left;
			margin-right: 20px;
		}
			ul.buttons li a {
				display: block;
				width: 112px;
				height: 23px;
				background: #654233 url(header-button-bg.png) no-repeat;
				color: #fef5e4;
				text-decoration: none;
				font-size: 16px;
				text-transform: lowercase;
				text-align: center;
				padding: 4px;
			}
			ul.buttons li a:hover, ul.buttons li a:focus {
				color: #d8bd9b;
			}


#content {
	width: 862px;
	background: url(content-top.png) no-repeat top;
	clear: both;
	min-height: 350px;
	padding: 25px 49px 0 49px;
}
	#content.page-content {
		background: url(page-content-top.png) no-repeat top;
	}

	#content h2 {
		color: #75523f;
		font-size: 28px;
		font-weight: normal;
		letter-spacing: -1px;
		text-transform: lowercase;
		margin-bottom: 15px;
		clear: both;
	}
	
	#content h3 {
		clear: both;
		color: #75523f;
		font-size: 22px;
		font-weight: normal;
		letter-spacing: -1px;
		text-transform: lowercase;
		margin-bottom: 15px;
	}
	
	#content p {
		margin-bottom: 10px;
		line-height: 20px;
	}
	
#content p a:link, #content p a:visited {
	color: #cc9762;
	text-decoration: none;
}
#content p a:hover, #content p a:active, #content p a:focus {
	color: #291502;
}
	
#footer {
	width: 930px;
	height: 20px;
	margin: -37px auto;
	margin-bottom: 40px;
	clear: both;
}

	#footer p {
		color: #75523f;
		font-size: 11px;
	}
		#footer p.copyright {
			float: left;
			margin-left: 65px;
		}

#footer a {
	font-size: 11px;
	color: #75523f;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
}

#footer ul {
	display: block;
	/*width: 270px;
	float: left;*/
	margin-left: 65px;
	list-style: none;
}
	#footer ul li {
		float: left;
		padding-left: 4px;
	}
	
#footer p.client-login {
	float: right;
	background: url(client-login.png) no-repeat left;
	padding-left: 13px;
}

#footer p.back-top {
	float: right;
	margin: 0 25px 0 15px;
	background: url(arrow-up.png) no-repeat left;
	padding-left: 13px;
}

a { outline: none; }

.clear { clear: both; }

/* Homepage */

.home-left {
	width: 506px;
	float: left;
	padding-right: 25px;
}

.home-right {
	width: 303px;
	float: left;
	padding-left: 28px;
	margin-bottom: -8px;
	background: url(large-box-bg.png) no-repeat bottom left;
}

.blog-image {
	float: left;
	border: 3px solid #d8bd9b;
	margin: 0 10px 10px 0;
}

ul.blog-feed {
	list-style: none;
	margin-bottom: 47px;
}
	ul.blog-feed li {
		margin-bottom: 18px;
		padding-left: 18px;
		font-size: 12px;
		background: url(bullet-icon.gif) no-repeat left;
	}
	ul.blog-feed li a {
		color: #75523f;
		text-decoration: none;
	}
	ul.blog-feed li a:hover, ul.blog-feed li a:focus {
		color: #291502;
	}
	
.services-box {
	width: 230px;
	float: left;
	margin-bottom: 20px;
	background: url(small-box-bg.png) no-repeat bottom left;
}
	.services-box h3.design-print {
		/*background: url(print-icon.png) no-repeat left;*/
		padding:  6px 0 8px 60px;
		margin-left: 20px;
	}
	.services-box h3.design-web {
		/*background: url(web-icon.png) no-repeat left;*/
		padding:  6px 0 8px 50px;
		margin-left: 27px;
	}
.services-box.right {
	margin-right: 22px;
}
	
.services-box ul {
	list-style: none;
	margin: 0 0 30px 30px;
}
	.services-box ul li {
		margin-bottom: 10px;
		padding-left: 23px;
		background: url(tick-icon.png) no-repeat left;
	}
	.services-box ul li a {
		color: #75523f;
		text-decoration: none;
	}
	.services-box ul li a:hover, .services-box ul li a:focus {
		color: #291502;
	}
	
.portfolio-thumbs {
	float: left;
	margin-right: 30px;
	border: 4px solid #d8bd9b;
}
	.portfolio-thumbs.see-more {
		margin-right: 0px;
	}


/* About */

a.profile-image {
	display: block;
	width: 107px;
	height: 155px;
	float: right;
	background: url(chris-spooner-pic.jpg) no-repeat;
	background-position: top;
	text-indent: -9999px;
	margin-left: 10px;
}
	a.profile-image:hover {
		background-position: bottom;
	}
	
/* Print */

.services-description {
	width: 370px;
	float: left;
	padding: 0 30px;
	margin-bottom: 30px;
	background: url(small-box-bg.png) no-repeat bottom left;
}
	
ul.services {
	display: block;
	float: left;
	width: 210px;
	list-style: none;
	margin:  0 0 15px 20px;

}
	ul.services li {
		margin-bottom: 10px;
		padding-left: 23px;
		background: url(tick-icon.png) no-repeat left;
	}
	ul.services li.findoutmore {
		background: url(arrow-icon.png) no-repeat left;
	}
ul.services li a {
	color: #75523f;
	text-decoration: none;
}
ul.services li a:hover, ul.services li a:focus {
	color: #291502;
}

h3.logo-design { background: url(logo-design-icon.png) no-repeat left; padding: 6px 0 6px 60px; }
h3.stationery-design {	background: url(stationery-icon.png) no-repeat left; padding: 6px 0 6px 60px; }
h3.flyer-design {	background: url(flyer-icon.png) no-repeat left; padding: 6px 0 6px 60px; }
h3.magazine-ads {	background: url(magazine-icon.png) no-repeat left; padding: 6px 0 6px 60px; }

/* Web */

h3.website-design { background: url(web-design-icon.png) no-repeat left; padding: 6px 0 6px 50px; }
h3.blog-design {	background: url(blog-icon.png) no-repeat left; padding: 6px 0 6px 50px; }
h3.seo {	background: url(seo-icon.png) no-repeat left; padding: 6px 0 6px 50px; }
h3.micro-websites {	background: url(micro-icon.png) no-repeat left; padding: 6px 0 6px 50px; }

	
/* Portfolio */

.portfolio {
	margin-left: 20px;
}

.portfolio .portfolio-thumbs {
	float: left;
	margin: 0 20px 20px 0;
	border: 4px solid #d8bd9b;
}

/* Contact */

.contactleft {
	width: 431px;
	float: left;
}
.contactright {
	width: 371px;
	float: left;
	padding: 0 30px;
	margin-top: 20px;
	background: url(small-box-bg.png) no-repeat bottom left;
}

form#contactform label {
	display: block;
	font-weight: bold;
	margin: 10px 0 3px 0;
}

form#contactform input, form#contactform textarea {
	width: 380px;
	background: #f8f0e3;
	border: 1px solid #e7dfcf;
	padding: 3px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
} 
	form#contactform textarea {
		height: 135px;
		background: #f8f0e3 url(form-bg.png) no-repeat bottom right;
	}

form#contactform input.submit {
	width: 119px;
	background: none;
	border: none;
	display: block;
	margin: 10px 0 0 -3px;
}

form#contactform label span {
	color: red;
	margin-left: 3px;
}

form#contactform label.form-error {
	display: block;
	width: 388px;
	background: #feb8ab;
	border-top: 1px dotted red;
	border-bottom: 1px dotted red;
	margin-top: 3px;
}
	form#contactform label.form-error span {
		display: block;
		margin: 5px;
	}
	
ul.homelist {
	width: 185px;
	float: left;
	list-style: none;
	margin-bottom: 30px;
}
	ul.homelist li {
		margin-bottom: 5px;
		padding: 2px 0 2px 23px;
		font-size: 12px;
	}
		ul.homelist li.blogsg { background: url(blogspoongraphics.gif) no-repeat left; }
		ul.homelist li.chrisspooner { background: url(chrisspooner.gif) no-repeat left; }
		ul.homelist li.twitter { background: url(twitter.gif) no-repeat left; }
		ul.homelist li.stumbleupon { background: url(stumbleupon.gif) no-repeat left; }
		ul.homelist li.designfloat { background: url(designfloat.gif) no-repeat left; }
		ul.homelist li.digg { background: url(digg.gif) no-repeat left; }
		ul.homelist li.lastfm { background: url(lastfm.gif) no-repeat left; }
		ul.homelist li.flickr { background: url(flickr.gif) no-repeat left; }
	ul.homelist li a {
		color: #75523f;
		text-decoration: none;
	}
	ul.homelist li a:hover, ul.homelist li a:focus {
		color: #291502;
	}
.perpage{}
.perpage a {color:#75523F}
