/*
Theme Name: Full Color Custom Theme
Theme URI: http://fullcolorcustom.com/
Description: First iteration of the Full Color Custom website.
Version: 1.0
Author: Andy Stratton
Design by Christian Brennan || http://smartmediaweb.com
Modifications by Andy Stratton || http://blueskymultimedia.net
*/
body {
	background: url("images/background.jpg") top left repeat-x #260129;
	padding: 0 0 10em;
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, Serif;
	text-align: center;
	margin: 0;
}

.clearleft { clear: left; }
.clearright { clear: right; }
.clear { clear: both; }

.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

.white { color: #fff; }

/* Header, Login, Contact Us - Top Links */

#header {
	position: relative;
	width: 779px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff;
	height: 205px;
	background: url("images/header_bg.jpg") top left no-repeat #fff;
}

	#header h1 {
		margin: 0;
		padding: 0;
		position: absolute;
		right: 35px;
		bottom: 23px;
		overflow: hidden;
		height: 160px;
	}
	
		#header h1 a {
			display: block;
			padding: 160px 0 0;
			margin: 0;
		}
		
	#header ul {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
		left: 120px;
		font-size: 14px;
	}
	
		#header ul li {
			float: left;
		}
		
			#header ul li a {
				color: #fff;
				display: block;
				padding: .25em 1em;
			}
			
		#header ul li.first {
			border: none;
			border-right: 1px solid #fff;
		}
		
/* End Header */

/* Subheader Elements */

#subhead {
	width: 779px;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

	/* Main Navigation */
	#nav { 
		margin: 0 10px;
		padding: 0;
		list-style: none;
		font-size: 14px;
		height: 44px;
		overflow: hidden;
		border-top: 4px solid #4c1451;
		background: url("images/main_nav_bg.gif") top left repeat-x;
	}
	
		#nav li {
			float: left;
			background: url("images/menu_bar.gif") top left no-repeat;
		}
		
		#nav li.first {
			background: transparent;
		}
		
		#nav li a {
			display: block;
			color: #fff;
			padding: 14px 40px 13px;
			margin: 0;
			text-decoration: none;
			font-weight: bold;
		}
		
		#nav li a:hover, #nav li.active a {
			color: #ffff5e;
			background: url("images/nav_arrow.gif") bottom center no-repeat;
		}
		
	/* End Main Navigation */
	
	/* Steps for Uploading Artwork (Home Page sub-callout) */
	#steps {
		margin: 0 10px;
		padding: 0;
		list-style: none;
		background: #dad9da url("images/three_steps_bg.gif") top left repeat-x;
		height: 70px;
		border-bottom: 4px solid #4c1451;
		position: relative;
		overflow: hidden;
	}
	
		#steps li {
			position: absolute;
			color: #4c1451;
			font-size: 11px;
			line-height: 16px;
			height: 70px;
			top: 0;
			width: 215px;
		}
		
		#steps li.home {
			background: url("images/steps_house.gif") top left no-repeat;
			left: 27px; 
		}
		
		#steps li.upload {
			background: url("images/steps_box.gif") top left no-repeat;
			left: 261px;
			width: 230px; 
		}
		
		#steps li.time {
			background: url("images/steps_clock.gif") top left no-repeat;
			right: 27px; 
		}
		
			#steps li span {
				display: block;
				padding: 20px 0 0 70px;
				margin: 0;
			}
		 
	/* End Steps */
	
/* End Subhead */

#page {
	width: 779px;
	margin: 0 auto;
	padding: 0;
	background: #fff url("images/page_bg.gif") top left repeat-y;
	text-align: left;
	font-size: 11px;
}

#content {
	float: left;
	width: 460px;
	margin: 0 0 0 37px;
	color: #7a7979;
	line-height: 1.5em;
	padding: 2em 0;
	font-size: 14px;
}
	
	#content h2 {
		margin: 0;
		font-size: 22px;
		letter-spacing: -.04em;
		color: #5b1e60;
		font-weight: normal;
	}
	
	#content h3 {
		margin: 1em 0 0 0;
		color: #a36c16;
		font-size: 1.25em;
		font-weight: normal;
	}
	
	#content h3 + p {
		margin: 0;
	}
	
	#content span.highlight {
		font-weight: bold;
		color: #a36c16;
	}	
	
#sidebar {
	width: 247px;
	margin: 0 0 0 522px;
	background: url("images/sidebar_home_bg.jpg") 0 -3px no-repeat;
	padding: 0 0 100px;
}

html body #page .sidebar-interior {
	background: url("images/sidebar_interior_bg.jpg") top left no-repeat;
	padding-bottom: 350px;
}

	#sidebar a {
		color: #fff;
	}

	#sidebar h3 {
		margin: 0;
		font-size: 1.5em;
		font-weight: normal;
		color: #fff;
		padding: 274px 54px 0 54px;
	}
	
	html body #page .sidebar-interior h3 {
		padding: 32px 48px 0;
		font-size: 1.5em;
		color: #f9a219;
	}
	
	#sidebar p {
		padding: 0 48px 0 48px;
		color: #fff;
	}
	
#footer {
	clear: both;
	background: url("images/footer_bg.gif") bottom left no-repeat;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}

	#footer a { 
		color: #4c1451;
	}

	#footer p {
		background: #f9a219;
		margin: 0 10px;
		padding: 1em;
		text-align: center;
		border-top: 4px solid #4c1451;
		color: #4c1451;
	}
	
#portfolio {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

	#portfolio li {
		float: left;
		padding: 0 1.5em 1.5em 0;
	}
	
		#portfolio li a img {
			border: 1px solid #ccc;
			padding: .3em;
		}
		
#contact {

}
		
	#contact label {
		clear: left;
		float: left;
		display: block;
		width: 200px;
		cursor: pointer;
		color: #613364;
		font-weight: bold;
	}

	#contact input, #contact textarea {
		font-size: 1em;
		font-family: Georgia, "Times New Roman", Serif;
		color: #666;
	}
	
	#contact input.button {
		font-size: 1.25em;
		letter-spacing: -.03em;
		padding: .5em;
	}
	
	#contact .note {
		display: block;
		padding: 0 1em 0 0;
		color: #815C83;
		font-size: .75em;
		line-height: 1.5em;
		font-weight: normal;
	}
	
ul.errors {
	color: #E94A13;
}
