/*

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 url(../_img/body-bg.png) repeat top left;
	color: #cedceb;
	font-family: geneva, helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

a {
	outline: none;
}

a,
a:visited {
	color: #C5D88F;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

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

small {
	font-size: 10px;
}

strong.highlight {
	color: #C5D88F;
}

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

div.hr hr {
	display: none;
}

.error { color: #D35D5D; }

.about_pic {
	background: #1F2939;
	border-radius: 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
}

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

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

	.logo {
		margin-top: 50px;
		width: 307px;
	}
	
	#nav ul {
		list-style: none;
		margin-left: 625px;
		margin-bottom: -80px;
		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: #1F2939;
			border-radius: 10px; 
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			text-align: center;
			opacity: 0.5;
		}
		
		.port_item_right {
			float: right;
			padding: 10px 10px 5px;
			margin: 15px 0;
			background: #1F2939;
			border-radius: 10px; 
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			text-align: center;
			opacity: 0.5;
		}
		
		.port_item_right:hover,
		.port_item_left:hover { opacity: 1; }

#about {
	margin: 20px 0;
}

	#about h1 {
		font-size: 22px;
		margin: 15px 0;
	}
	
		#about p {
			width: 455px;
			margin-bottom: 1.5em;
		}
		
		#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;
			}
			
			ul#social {
			  margin: 50px 0;
			}
			
			ul#social li {
			  display: inline;			
			  list-style: none;
			  margin: 0 2px;
			}
			
			ul#social li a img { 
		        opacity: .3;    
		        -webkit-transition: all .4s ease;
		        -moz-transition: all .4s ease;
		        -o-transition: all .4s ease;
		        transition: all .4s ease;
      }

      ul#social li a:hover img,
      ul#social li a:focus img {   
        opacity: .5;    
      }
		

#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;
		}
		
		#contact-wrapper p.woot {
			margin-top: 10px;
		}
		
		#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: 435px;
		}
		
		#form textarea {
			font-family:Arial, Tahoma, Helvetica, sans-serif;
			font-size:14px;
			padding:0.6em 0.5em 0.7em;
			width: 435px;
		}
		
		#form button {
      background: #5C697B; 
      display: inline-block;
      margin-top: 10px;
      padding: 0.5em 1.0em 0.5em; 
      color: #fff;
      font-family: geneva, helvetica, arial, sans-serif;
      font-size: 14px;
      font-weight: normal;
  
      border: 1px solid rgba(0,0,0,0.25);
      border-width: 0 0 1px;
  
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; 
      border-radius: 5px;
      
      -webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease;
    }

    #form button:hover,
    #form button:focus { background: #D35D5D; cursor: pointer; }
		
		#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 */

