/* ArtFolio ThemeForest Template
 * 
 * @author			scott@scottwills.co.uk
 * @authorURI		http://www.scottwills.co.uk
 * @date			01/12/2009
**/

body {
	background: #666 url('../images/background.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.0em;
}

p {
	font-family: Arial;
	font-size: 0.8em;
	color: #666;
	padding: 15px 20px 20px 20px;
	margin: 0;
	line-height: 220%;
}



h3 {
	font-family: Arial;
	font-size: 1.0em;		
	color: #666;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
}


a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #888;
	color: #888;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #888;
	color: #888;
	background-color: #333;
}

.textHighlight {
	padding: 5px;
	background-color: #999;
	color: #eee;
}

#container {
/* IE hack min-height issue */
    min-height: 100px;
	height: auto !important;
	height: 100%;
	/* end of hack */
	margin: auto;
	padding: 10px;
	width: 960px;
	border: none; 
	background: #eaeaea;

}


/* header */

#header {
	margin: 10px 0 0 0;
}

#logo {
	background: #eaeaea url('../images/logo.jpg') no-repeat;
	margin: 0;
	padding: 0px;
	width: 960px;
	height: 161px;

}

/* navigation */


#navigation {
	margin: 0;
	background: #eaeaea url('../images/navBackgroundDark.jpg') no-repeat;
	height: 51px;
	width: 960px;
	padding: 0 0 8px 0;
}

#navigationItems {
	text-decoration: none;
	color: #333;
	font-size: 1.0em;
	padding: 5px;
	line-height: 2.5em;
	text-align: center;
}

#navigation ul {
	margin: 20px 0 0 0;
	padding: 15px 0 0 0;
}

#navigation li {
	display: inline;
	padding: 0 46px;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #aaa;
	font-size: 1.1em;
	padding: 5px;
	line-height: 50%;
	margin: 0 40px 0 40px;
	border: none;
}

#navigation a:hover {
	text-decoration: none;
	color: #eee;
	font-size: 1.1em;
	background-color: #666;
	padding: 5px; 
	border: none;
}

.sectionHeader {
	background: url('../images/colHeader.jpg') no-repeat;
	margin: 0;
	padding: 0 0 5px 0;
	width: 455px;
	height: 45px;
}

/* features */

#features {
	width: 960px;
	padding: 0; 
	margin: 0px 0 75px 0;
	font-size: 0.8em;
	/* IE hack min-height issue */
    min-height: 130px;
	height: auto !important;
	height: 100%; 
	/* end of hack */
	background: url('../images/sectionBackground.jpg') no-repeat;
}

#features p {
	padding: 50px 0 0 0;
	font-size: 1.0em;
	color: #666;
}

.featureIcon {
	width: 7%;
	float: left;
	margin: 20px 0px 10px 15px;
	height: 100%;
}

.featureLeft {
	width: 200px;
	float: left;
	margin: 20px 0px 10px 15px;
	/* IE hack min-height issue */
    min-height: 100px;
	height: auto !important;
	height: 100%; 
	/* end of hack */
}


.featureCenter {
	width: 200px;
	float: left;
	margin: 20px 0px 10px 15px;
	/* IE hack min-height issue */
    min-height: 100px;
	height: auto !important;
	height: 100%; 
	/* end of hack */
}


.featureRight {
	width: 200px;
	float: left;
	margin: 20px 0px 10px 15px;
	/* IE hack min-height issue */
    min-height: 100px;
	height: auto !important;
	height: 100%; 
	/* end of hack */
}

.featureHeadline {
	float: left;
}

/* content */

.dividerLine {
	background: url('../images/dividerLine.gif') no-repeat;
	width: 960px;
	height: 2px;
	margin: 0;
	padding: 0;
}

#photoSection {
	width: 960px;
	background: url('../images/sectionBackground.jpg') no-repeat;
	margin: 0 0 20px 0;

}

.photoHolder {
	padding: 10px 10px 10px 10px;
	margin: 10px 20px 0 20px;
}

/* home page 2 column */


#twoColContainer {
	width: 960px; 
	margin: 15px 0 100px 0;
	padding: 0; /* 0px 0 75px 0 */
	font-size: 0.8em;
	/* IE hack min-height issue */
    min-height: 250px;
	height: auto !important;
	height: 100%;
	/* end of hack */

}

#colLeft {
	background: url('../images/bottomBackgroundLeft.jpg') no-repeat;
	height: 100%;
	margin: 0px 0px 10px 0;
	width: 645px; /* 66% */
	float: left;
	font-size: 1.3em;
	padding: 15px;
}

#colRight {
	background: url('../images/bottomBackgroundRight.jpg') repeat-x;
	height: 100%;
	margin: 0px 0px 10px 0;
	width: 265px; /* 26% */
	float: right;
	padding: 15px 0 0 0;
}

#colRight p {
	font-size: 1.0em;
}


.photoHolderLarge {
	float: right;
	padding: 0 0 0 15px;
}

.readMore {
	padding: 0 0 0 20px;
	border: none;
	float: left;
}


#footer {
	padding: 10px 10px 10px 10px;
	margin: 25px 0 0px 0;
	color: #777;
	background-color: #C5C5C5;
	font-size: 0.75em;
	/* IE hack min-height issue */
    min-height: 16px;
	height: auto !important;
	height: 100%;
	/* end of hack */
}

#footer a, #footer visited {
	color: #777;
}

#footer a:hover {
	background-color: #eee;
}


/* about page */

#pageContent {
	width: 960px;
	background: url('../images/sectionBackground.jpg') no-repeat;
	margin: 0 0 20px 0;
	/* IE hack min-height issue */
    min-height: 400px;
	height: auto !important;
	height: 100%;
	/* end of hack */
	padding: 0; 
}

#pageContent h3 {
	padding: 15px 0 0 15px;
}

#pageContent p {
	padding: 15px 350px 15px 15px;
}

.photoHolderAbout {
	float: right;
	margin: 25px 25px 0 15px;
}


/* portfolio page */

.portfolioStrip {
	width: 960px;
	background: url('../images/sectionBackground.jpg') no-repeat;
	margin: 0 0 20px 0;
	/* IE hack min-height issue */
    min-height: 200px;
	height: auto !important;
	height: 100%;
	/* end of hack */
	padding: 0;
}

.portfolioImage {
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
}

.portfolioColLeft {
	height: 100%;
	width: 480px;
	float: left;
	margin: 15px 0 0 15px;
}

.portfolioColRight {
	/* IE hack min-height issue */
	height: 100%;
	width: 450px;
	float: left;
	padding: 15px 0 0 0;

}

.portfolioColRight h3 {
	margin: 0 0 0 20px;
	padding: 0;
}

/* form */

.formHolder {
	padding: 15px 15px 15px 15px;
	margin: 15px;
	border: 1px #ccc solid;
	background-color: #e0e0e0;
	width: 450px;
}


.formInput {
	border: 1px solid #aaa;
	padding: 10px;
}

.formTextArea {
	border: 1px solid #aaa;
	padding: 10px;

}

.formFieldName {
	font-size: 1.0em;
	color: #666;
	margin: 0px 0 0 0;
	padding: 0;
}

.submitButton {
	padding: 5px;
	border: 1px solid #aaa;
	background-color: #666;
	color: #ccc;
}


