@charset "utf-8";
/************************************************
*	Information									*
*************************************************
Stylesheet used on Ben Andertons 
portfolio (http://benanderton.co.uk)
Author: Ben Anderton
Email: ben.anderton@gmail.com - Remove the period 
between ben and anderton
Website: Portfolio
************************************************/

/************************************************
*	HTML TAGS									*
************************************************/
body,
html {
	font: 0.9em "Trebuchet MS", Tahoma, Arial;
	line-height: 1.6em;
	color: #444;
	margin:0 auto;
	padding:0;
	background-color: #080502;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border: 0px;
	color: #fc5b00;
}
	

body {
	min-width:792px;
}

h1 {
	font-family: Verdana, sans-serif;
	margin-bottom: -5px;
	padding: 0px;
	
	font-size: 1.8em;
}

.marg-bottom {
	margin-bottom: 20px;
}

h2 {
	font: 1.5em "Trebuchet MS", Tahoma, Arial;
	margin: 5px 0px 10px 0px;
	line-height: 1.6em;
}
h3 {
	font: 1.1em "Trebuchet MS", Tahoma, Arial;
	margin-left: 25px;
	margin-bottom: 25px;
}

h4 {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

hr {
	color: #eae9e9;
	background-color: #eae9e9;
	border: 1px dotted #bebebe;
	height: 1px;
}

ul {
	margin: 20px 0px 20px -20px;
}

.top-margin {
	margin: 5px 0px 15px 0px;
	padding-left: 15px;
}

.numbered {
	list-style: decimal;
	background: none;
	padding: 0px;
	margin-left: 10px;
}

li {
	list-style: none;
	background: url(../siteimages/li.png) no-repeat 0% 50%;
	padding-left: 15px;
	margin: 3px 0px 0px 0px;
}

p	{	padding-left: 10px;	}

/************************************************
*	MAIN BLOCK ELEMENTS							*
************************************************/
#bg1 {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 476px;
	width: 438px;
	background-image: url(../siteimages/bg2.png);
	background-repeat: no-repeat;
}

#bg2 {
	position: fixed;
	bottom: 0px;
	right: 0px;
	height: 476px;
	width: 438px;
	background-image: url(../siteimages/bg3.png);
	background-repeat: no-repeat;
}

#wrap {
	position: relative;
	margin:0 auto;
	width:792px;
	border-bottom: 0px;
}

#header {
	position: relative;
	background: url(../siteimages/header.png) no-repeat;
	height: 185px;
	width: 792px;
}

#content, #about-content, #portfolio-content, #testimonials-content, #contact-content{
	clear: both;
	background: url(../siteimages/content-bg.png) repeat-y;
	width:792px;
	text-align: left;
	padding: 20px 3px 3px 20px;
}

#footer {
	clear: both;
	height: 30px;
	padding: 7px 5px 10px 5px;
	background: url(../siteimages/footer.png) no-repeat 0% 0%;
	text-align: center;
	margin:0px 0px 3px 0px;
}

#footer a:hover {	color: #6f3100;	}


/************************************************
*	NAVIGATION									*
************************************************/

#nav {
	background: url(../siteimages/nav.png) repeat-y;
	font: 1.2em "Trebuchet MS", Tahoma, Arial;
	height: 28px;
	padding-top: 7px;
	color: #fc5b00;
}

#nav ul {
	position: absolute;
	right: 50px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li {
	float: left;
	height: 28px;
	background: url(../siteimages/off-right.png) no-repeat right top;
	margin: 0px;
	padding: 0px;
}

#nav a {
	text-decoration: none;
	display: block;
	background: url(../siteimages/off-left.png) no-repeat left top;
	padding: 7px 15px;
}

/* Commented Backslash Hack
 hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */

#nav li:hover {
	background-image: url(../siteimages/on-right.png);
}

#nav a:hover {
	background-image:url(../siteimages/on-left.png);
	padding-top: 5px;
	color: #6f3100;
}

#nav #active {
	background-image: url(../siteimages/on-right.png);
}

#nav #active a {
	background-image: url(../siteimages/on-left.png);
	padding-top: 5px;
}

.listlink ul, li {
	margin: 0px;
	padding-left: 12px;
}

.listlink li:hover {
	margin-left: 5px;
}


/************************************************
*	INDEX PAGE									*
************************************************/
#content #bottomleftblock, #bottomrightblock {
	float: left;
	padding: 5px 5px 5px 0px;
	width: 43%;
	margin-left: 10px;
}

#content #bottomrightblock {
	margin-left: 30px;
}

#content #bottomrightblock img {
	border: 1px solid #c5c5c5;
	padding: 1px;
	margin: 2px;
}

#content #bottomrightblock p {
	text-align: center;
}

#content #bottomleftblock p {
	font-size: 0.9em;
}

#content #topblock {
	background: url(../siteimages/3d.png) no-repeat 90% 80%;
	margin-left: 10px;
	margin-bottom: 20px;
}

#content #topblock p {
	width: 63%;
}

.name	{	font-style: italic;	}

/************************************************
*	ABOUT PAGE									*
************************************************/
#about-content #bottomleftblock{
	float: left;
	width: 60%;
	padding: 5px 5px 5px 0px;
	margin-left: 10px;
}

#about-content #bottomrightblock {
	float: left;
	width: 25%;
	padding: 5px 5px 5px 0px;
}

#about-content hr {
	margin: 20px 0px 20px 0px;
	border: 0px;
	background-color: #c5c5c5;
}

/************************************************
*	PORTFOLIO PAGE								*
************************************************/
#portfolio-content #bottomleftblock {
	float: left;
	width: 60%;
	padding: 5px 5px 5px 0px;
	margin-left: 10px;
}

#portfolio-content #bottomrightblock {
	float: left;
	width: 25%;
	padding: 5px 5px 5px 0px;
	margin-left: 10px;
}

#portfolio-content img {
	border: 2px solid #c5c5c5;
	margin-left: 10px;
	padding: 1px;
}

#portfolio-content h2 {
	margin-bottom: 10px;
}

#portfolio-content .gallery {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}

#portfolio-content .slideshow {
	width: 557px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	text-align: center;
}

.backlink {
	font-weight: 800;
	display: block;
	width: 75px;
	padding: 20px 20px 5px 0px;
	margin-top: -30px;
}


/************************************************
*	CONTACT PAGE								*
************************************************/
	
#testimonials-content .testimonial {
	font-size: 0.9em;
}	

#testimonials-content #bottomleftblock {
	width: 700px;
	float: left;
	padding: 5px 5px 5px 0px;
	margin-left: 10px;	
	
}

#contact-content #bottomleftblock {
	float: left;
	width: 60%;
	padding: 5px 5px 5px 0px;
	margin-left: 10px;
}

#contact-content #bottomrightblock {
	float: left;
	width: 35%;
	padding: 5px 5px 5px 0px;
	margin-left: 0px;
}


#contact-content input {
	border: 1px solid #c5c5c5;
	width: 200px;
}

#contact-content textarea {
	border: 1px solid #c5c5c5;
}

#contact-content textarea:focus {
	background-color: #fbeedd;
}

#contact-content input:focus {
	background-color: #fbeedd;
}

#contact-content .submit {
	position: absolute;
	display: block;
	width: auto;
	margin-left: 160px;
	background-color: #f78d00;
	cursor: pointer;
}

#contact-content span {
	font-size: 0.9em;
}

#contact-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#contact-content li {
	background: none;
	list-style: none;
	padding: 0;
	margin: 0;
}


/************************************************
*	ICONS										*
************************************************/
h1.icon, h2.icon {
	padding-left: 40px;
	background-position: left center;
	background-repeat: no-repeat;
}

h3.icon {
	margin-left: 10px;
	padding: 5px 0px 5px 40px;
	background-position: left center;
	background-repeat: no-repeat;
}

span.icon {
	padding-left: 20px;
	margin-left: 10px;
	background-position: left center;
	background-repeat: no-repeat;
}

.jigsaw	{	background: url(../siteimages/jigsaw.png) no-repeat;	}
.star	{	background: url(../siteimages/star.png) no-repeat;	}
.paper	{	background: url(../siteimages/paper.png) no-repeat;	}
.man	{	background: url(../siteimages/man.png) no-repeat;	}
.arrow	{	background: url(../siteimages/arrow.png) no-repeat;	}
.speech	{	background: url(../siteimages/speechbubble.png) no-repeat;	}
.nut	{	background: url(../siteimages/nut.png) no-repeat;	}
.access	{	background: url(../siteimages/access.png) no-repeat;	}
.magnify{	background: url(../siteimages/magnify.png) no-repeat;	}
.portrait{	background: url(../siteimages/portrait.png) no-repeat;	}
.artboard{	background: url(../siteimages/artboard.png) no-repeat;	}
.cross	{	background: url(../siteimages/cross.png) no-repeat;	}
.folder	{	background: url(../siteimages/folder.png) no-repeat;	}
.magnifys{	background: url(../siteimages/magnifys.png) no-repeat;	}
.easel	{	background: url(../siteimages/easel.png) no-repeat;	}
.clock	{	background: url(../siteimages/clock.png) no-repeat;	}
.book	{	background: url(../siteimages/book.png) no-repeat;	}
.box	{	background: url(../siteimages/box.png) no-repeat;	}
.mail	{	background: url(../siteimages/mail.png) no-repeat;	}

.speechmark { padding: 0px 3px 0px 3px; }

/************************************************
*	INDEX PAGE SLIDER 							*
************************************************/
#slide-controller span{
cursor:pointer;
}

#jFlowSlide{
text-align: center;
}

#slide-controller span.jFlowSelected {
	/*active style*/
}

#slide-controller {
	margin: 0px 0px 0px 50px;
	width: 222px;
	text-align: center;
}

#portfolio-content #slide-controller {
	margin-left: 58px;
	width: 399px;
	padding: 0px 5px 0px 5px;
	background-color: #c5c5c5;
}

.jFlowPrev, .jFlowNext{
	cursor:pointer;
	padding: 0px 0px 0px 0px;	
}

.jFlowPrev {
	float: left;
	margin-left: 0px;
}

.jFlowNext {
	float: right;
	margin-right: 0px;
}


