/*
-----------------------------------------------
Style Sheet for www.pkettle.com
By Sonya Boggs 
http://www.sonyaboggs.com/
sboggs@gmail.com 
----------------------------------------------- */

body {
	margin: 0; 
	padding: 0; 
	text-align: center;
	font: 1.0em Arial, Helvetica, sans-serif;
	color: #333333;
	}

#share {
	margin: 1em 1em 0 0;
	text-align: right;
	}

#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	}

p {
	font: .8em Arial, Helvetica, sans-serif;
	line-height: 130%;
	margin: 0;
	padding: 1em 0 0 0; 
	}

address {
	font: .8em Arial, Helvetica, sans-serif;
	line-height: 130%;
	margin: 0;
	padding: 1em; 
	}
	
h1 {
	float: left;
	display:inline;
	margin: 0;
	padding: 1em 0 0 0;
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	}

.lite {
	color: #999999;
	}

h2 {
	font: .8em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC9900;
	margin: 0;
	padding: .5em 0 0 0;
	line-height: 120%;
	text-align: left;
	}
	
h3 {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 120%;
	text-align: center;
	font: .8em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC9900;
	}

 h3 a:link {
	color: #CC9900;
	text-decoration: none;
	border: none;	
	}
	
 h3 a:visited {
	color: #CC9900;
	text-decoration: none;
	border: none;	
	}

 h3 a:hover {
	color: #999999;
	text-decoration: none;
	border: none;	
	}
	 
 h3 a:active {
	color: #000000;
	text-decoration: none;
	border: none;	
	}
	
.run-in {
	display: inline;
	}

.run-in-container {
	margin: 0;
	padding: 1em 1em 0 1em;
	text-align: left;
	}
		
#brand {
	margin: 1em 0 0 0;
	padding: 0 0 0 2em;  
	width: 100%;
	text-align: center;
	height: 34px;
	background: #FFCC00 url(images/brand.gif) repeat-x; 
	}
 
#brand #box {
	margin: 0;
	padding: 0;  
	width: 90%;
	text-align: center;
	}
	
#content {
	width: 670px;
	text-align: center;
	margin: 0 auto;
	padding: 1em 2em;
	}
	
#content p {
	text-align: left;
	}
		
#content a:link {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #CC99OO; 
	}

#content a:visited {
	color: #996600;
	text-decoration: none;
	border-bottom: 0;
	}

#content a:hover {
	color: #CC9900;
	text-decoration: none;
	border-bottom: 1px solid #0000OO;
	}

#content a:active {
	color: #999999;
	text-decoration: none;
	border-bottom: 0; 
	}
	
#content ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: inside square;
	font: .8em Arial, Helvetica, sans-serif;
	color: #333333;
 	} 
	
#content ul li {
	margin: 0;
	padding: 0;
	line-height: 130%;
	}

#content_r img {
	margin: 0;
	padding: 0;
	float: right;
	}

#content_img2 img {
	margin: 0;
	padding: 0;
	float: left;
	}
	
#content_c img {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
.portrait {
	margin: 0 0 0 1em;
	padding: 0;
	border: 2px solid #CC9900;
	float: right;
	}

#footer {
	clear: both;
	width: 100%;
	}
	
#footer ul {
	font: .7em Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0;
	padding: 1em 6em;
	}

#footer  ul a:link, a:visited, a:active {
	text-decoration: none; 
	color: #333333; 
	}
	
#footer ul a:hover {
	text-decoration: underline;
	color: #CC9900; 
	}

#contact_details {
	margin: 0 auto;
	padding: 0;
	width: 570px;
	height: 410px;
	text-align: center;
	background: url(images/contact.jpg) no-repeat;
	}
	
#contact_details p {
	text-align: center;
	margin: 0;
	padding: 3em 0 0 0;
	}
	
#nav ul {
	margin: 0;
	padding: 1.5em 0 0 0;
	list-style-type: none; 
	font: normal .7em Arial, Helvetica, sans-serif;
	color: #333333;
	}						

#nav ul li {
	margin: 0;
	padding: 0 .1em;
	float: right; 
	}

#nav ul a:link {
	display: block;
	width: 8em;
	color: #999999;
	text-decoration: none;
	text-align: center;	
	}
	
#nav ul a:visited {
	display: block;
	width: 8em;
	color: #999999;
	text-decoration: none;
	text-align: center;	
}

#nav ul a:hover {
	display: block;
	width: 8em;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	text-align: center;	
	border-bottom: 3px solid #CC9900;
}

#nav ul a:active {
	display: block;
	width: 8em;
	color: #CC9900; 
	text-decoration: none;	
	text-align: center;
}

#home #nav .home a,
#projects #nav .projects a,
#bio #nav .bio a,
#clients #nav .clients a,
#login #nav .login a,
#contact #nav .contact a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0;
	cursor: default;
	} 
