/*
	CSS Styles Sheet for NathanHackley.com
	Developed by Nathan Hackley
	10/5/2010
*/


/* ------------------------ BASIC STYLES ------------------------*/


body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#eee;
	text-align:center;
	background:url(images/footer_bg.jpg) repeat;
}

img {
	border:0;
}

#wrapper {
	width:900px;
	margin:auto;
	text-align:left;
}

	#wrapper p.secondNav{
		text-align:right;
		color:#08638b;
		margin:0 0 2px 0;
		padding-top:6px;
	}
		
		#wrapper p.secondNav a {
			color:#08638b;
		}
	
	#wrapper #nav {
		width:590px;
		float:right;
		text-align:right;
		padding-top:37px;
	}
	
		#wrapper #nav a:hover {
			text-decoration:none;
		}
		
		#wrapper #nav img {
			border:0;
		}
		
		#wrapper #nav img.link {
			margin-bottom:5px;
		}
		

#clear {
	clear:both;
}

#header {
	width:100%;
	height:154px;
	background:url(images/header_bg.png) repeat-x;
	margin:0 0 -7px 0;
	position:relative;
	z-index:100;
}

	img.logo {
		width:134px;
		height:118px;
		float:left;
		border:0;
	}

#content {
	width:100&;
	background:url(images/body_bg_lgrey.jpg) repeat;
	margin:0;
	padding:10px 0;
}

#footer {
	width:100%;
	margin:0;
}

	#footer_shadow {
		width:100%;
		height:9px;
		background:url(images/footer_shadow.jpg) repeat-x;
		margin:0;
	}
	
	#footer #wrapper #footer {
		height:60px;
		position:relative;
	}
	
		#social_media {
			width:100%;
			text-align:right;
		}
	
	
	
/* ------------------------ TEXT STYLES ------------------------*/

a {
	color:#12a5e6;
	text-decoration:none;
}

	a:hover {
		text-decoration:underline;
	}

p {
	font-size:12px;
	line-height:18px;
	text-align:left;
	margin-top:8px;
}

p.grey {
	color:#c9c9c9;
}

h1 {
	font-size:36px;
	color:#fff;
	font-weight:bold;
	margin-bottom:0;
}

	h1 strong {
		color:#12a5e6;
	}
	
	h1 em {
		color:#232529;
		font-style:normal;
	}

h2 {
	font-size:24px;
	color:#fff;
	font-weight:bold;
}

	h2 strong {
		color:#12a5e6;
	}
	
	h2.alt {
		margin:0 0 -8px 0;
	}
	
h3 {
	font-size:18px;
	color:#c9c9c9;
	font-weight:bold;
	margin:30px 0 2px 0;
	padding-bottom:2px;
}

	h3 strong {
		color:#12a5e6;
	}

	
h4 {
	font-size:13px;
	color:#c9c9c9;
	font-weight:bold;
}

h5 {
	font-size:60px;
	color:#232529;
	font-weight:bold;
	text-transform:uppercase;
}

	h5 strong {
		color:#43484d;
	}

.underline {
	background:url(images/line.jpg) bottom center repeat-x;
	display:block;
}
	
p.footer {
	font-size:11px;
	line-height:14px;
	text-align:left;
	color:#7b7b7b;
}

	p.footer a {
		color:#7b7b7b;
	}
	
	
/* ------------------------ GENERAL CONTENT STYLES ------------------------*/

#c1of3 {
	width:280px;
	margin:0 30px 0 0;
	float:left;
}

#c2of3 {
	width:280px;
	margin:0 30px 0 0;
	float:left;
}

#c3of3 {
	width:280px;
	margin:0;
	float:right;
}

#c12of3 {
	width:590px;
	margin:0 30px 0 0;
	float:left;
}

#c23of3 {
	width:589;
	margin:0;
	float:right;
}

#c1of2 {
	width:435px;
	margin:0 30px 0 0;
	float:left;
}

#c2of2 {
	width:435px;
	margin:0;
	float:right;
}

#bucket {
	width:240px;
	min-height:240px;
	border:10px solid #fff;
	background:url(images/footer_bg.jpg) repeat;
	padding:10px;
}
	
	.square {
		height:240px;
	}

#spacer20 {
	width:100%;
	height:20px;
}

#spacer30 {
	width:100%;
	height:30px;
}

#spacer40 {
	width:100%;
	height:40px;
}

#spacer50 {
	width:100%;
	height:50px;
}


/* ------------------------ FORM STYLES ------------------------*/

input {
	width:240px;
	background:none;
	border:#2e2d2e 1px solid;
	height:25px;
	color:#fff;
	padding:0 6px;
}

textarea {
	width:240px;
	background:none;
	border:#2e2d2e 1px solid;
	height:228px;
	color:#fff;
	padding:6px;
	overflow: auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

input.submit {
	width:58px;
	height:25px;
	margin-right:0;
	background:#0188c3;
	border:1px solid #fff;
	float:right;
}

input.submit:hover {
	background:#046e9c;
	cursor:hand;
}


/* ------------------------ PAGE SPECIFIC STYLES ------------------------*/

#me_quote {
	width:584;
	height:300px;
	background:url(images/me_photo.png) no-repeat;
	padding-top:5px;
	margin:-10px 0;
	position:relative;
}


#me_quote h1 {
	margin:65px 0 0 278px;
}

#c23of3 #portfolio_img {
	margin-top:50px;
}

#portfolio_piece_info {
	margin-top:40px;
}
