/*

Title:      shawnrgrimes.com v1 stylesheet
Author:     Shawn R. Grimes
Revised:	September 22, 2009

*/

/* CSS Reset */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px;
}

body {
	background: #263347;
	color: #cedceb;
	font-family: geneva, helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

a {
	outline: none;
}

em {
	color: #d35d5d;
	font-style: normal;
	font-weight: bold;
}

small {
	font-size: 10px;
}

span {
	color: #C5D88F;
}

div.hr {
	background-color: #1f2939;
	border-top: 1px solid #2d3d54;
	border-bottom: 1px solid #2d3d54;
	height: 5px;
	width: 960px;
}

div.hr hr {
	display: none;
}

#container {
	margin: 0 auto;
	width: 960px;
}

#header {
	height: 150px;
	width: 960px;	
}

	.logo {
		margin-top: 50px;
		width: 380px;
	}
	
	#nav ul {
		list-style: none;
		margin-left: 625px;
		margin-bottom: -68px;
		width: 342px;
	}
	
		#nav ul li {
			float: left;
		}
		
			#nav li a {
				display: block;
				height: 98px;
				text-indent:-9999px;
				border:0;
				overflow:hidden;
			}
			
			#nav li a:hover, #nav li a:focus {
				background-position:0 -98px;
				border:0;
			}
			
				a.section_1 {
					width: 112px;
					background: url(../_img/portfolio_tab.png) no-repeat 0 0;
				}
				
				a.section_2 {
					width: 112px;
					background: url(../_img/about_tab.png) no-repeat 0 0;
				}
				
				a.section_3 {
					width: 112px;
					background: url(../_img/contact_tab.png) no-repeat 0 0;
				}

#portfolio {
	margin: 0 0 40px 0;
}

	#portfolio h1 {
		font-size: 22px;
		margin: 15px 0;
	}
	
	
		.port_item_left {
			float: left;
			padding: 10px 10px 5px;
			margin: 15px 0;
			background: #3f4c5f;
			border-radius: 10px; 
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
		
		.port_item_right {
			float: right;
			padding: 10px 10px 5px;
			margin: 15px 0;
			background: #3f4c5f;
			border-radius: 10px; 
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}

#about {
	margin: 0 0 40px 0;
}

	#about h1 {
		font-size: 22px;
		margin: 15px 0;
	}
	
		#about p {
			width: 455px;
		}
		
		#about .left {
			float: left;
		}
		
		#about .right {
			float: right;
		}
		
			#about ul {
				margin: 10px 0 0 30px;	
			}
			
			#about ul li a {
				color: #d35d5d;
				text-decoration: none;
			}
			
			#about ul li a:hover, #about ul li a:focus {
				text-decoration: underline;
			}
		

#contact-wrapper {
	width:960px;
}

	#contact-wrapper h1 {
		font-size: 22px;
		margin: 15px 0;
	}
		
		#contact-wrapper .right {
			float: right;
			margin-top: 35px;
			width: 455px;
		}
		
		#contact-wrapper p {
			margin-bottom: 20px;
		}
		
		#form {
			float: left;
			margin: 10px 0 30px;
		}
		
		#form label {
			display:block;
			font-size:14px;
			padding: 5px 0;
			width: auto;
		}
		
		#form input {
			padding:5px;
			font-size: 14px;
			color:#333;
			width: auto;
		}
		
		#form textarea {
			font-family:Arial, Tahoma, Helvetica, sans-serif;
			font-size:14px;
			padding:0.6em 0.5em 0.7em;
			width: 445px;
		}
		
		#button {
			margin-top: 10px;
		}
		
		#contact-wrapper a {
			color: #d35d5d;
			text-decoration: none;
		}
		
		#contact-wrapper a:hover, #contact-wrapper a:focus {
			text-decoration: underline;
		}
		
#footer {
	font-size: 12px;
	height: 50px;
}

	p.copy {
		float: left;
		margin-top: 8px;
		width: 920px;
	}

	a.top {
		background: url(../_img/to_top.png) no-repeat;
		display: block;
		text-indent: -9999px;
		width: 36px;
		height: 32px;
		float: right;
	}
		
		
.clear:after {
	content: "";
	display: block; visibility: hidden; clear: both;
}
	.clear { zoom: 1; } /* Clearfix IE fix */
