/* (c) 2008 Martin Bell

martin@backhandmedia.com

*/



/*globals*/

* {
	margin: 0;
	padding:0;
	font-family:  Arial, Helvetica, sans-serif;
	color: #c0c0b6;
	text-transform: lowercase;
	}

div, ul {
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
body {
	background-color: #000;
	}

a {
	text-decoration: none;
	color: #fff;
	}

a:hover {
	text-decoration: underline;
	color: #ffa142;
	}

h1, h2, address {
	display: inline;
	margin-right: 15px;
	margin-left: 10px;
	}

h1 {
	color: #fff;
	}

h2 {
	font-size: 0.8em;
	color: #c1c1b7;
	}

h3 {
	padding-left: 50px;
	height: 50px;
	clear: both;
	margin-bottom: 20px;
	}
	
h3.one {
	background: transparent url(images/red-stab_32.gif) no-repeat;
		}
		
h3.two {
	background: transparent url(images/red-unsheathe_32.gif) no-repeat;
		}
	
h3.three {
	background: transparent url(images/red-attack_32.gif) no-repeat;
	}

address {
	font-style: normal;
	font-size: 0.8em;
	font-weight: bold;
		}
		
ul {
	border-top: 1px solid #666;
	margin: 0 4px;
	}
	
ul li p {
	font-size: 0.8em;
	}
	
img {
	padding: 0 30px;
	}

/*structure*/


#container {
	width: 980px;
	margin: 10px auto;
	background-color: #2c2c29;
	}
	
#header {
	background: #000 url(images/header.jpg) no-repeat top left;
	padding: 10px;
		}
	
#breadcrumbs {
	padding: 20px;
	font-size: 0.9em;
	text-align: center;
		}
		
#portfolio {
	clear: both;
	}
	
#resume {
	background: #2c2c29 url(images/ulBg.jpg) repeat-x top left;
	padding: 20px 40px;
	border-top: 1px solid #666;
		}
		
#footer {
	clear: both;
	font-size: 0.8em;
	background: transparent url(images/footer.jpg) no-repeat top left;
	width: 980px;
	height: 50px;
		}


/*header*/

a#feed {
	text-indent: -9999px;
	width: 32px;
	height: 32px;
	margin-right: 20px;
	padding: 0;
	float: right;
	background: transparent url(images/feed-icon-32x32.gif) no-repeat 0 0;
			}
	
a:hover#feed  {
	background: transparent url(images/feed-icon-32x32.gif) no-repeat 0 -32px;
	}

/*breadcrumbs*/

#breadcrumbs p {
	display: inline;
	margin: 20px;
	padding: 20px 40px;
		}

p.resume {
	background: transparent url(images/kunai_32.png) no-repeat 0 50%;
	}
			
p.contactMe {
	background: transparent url(images/smoke-bomb_32.png) no-repeat 0 50%;
		}
	
/*resume*/
	
#resume h2 {
	display: block;
	font-size: 1.5em;
	color: #fff;
	margin: 20px;
	}
	
#resume h3 {
	margin-top: 40px;
	}

#resume h4 {
	margin: 0 0 5px 350px;
	border-bottom: 1px solid #666;
	}
	
#resume p {
	margin-left: 350px;
	line-height: 125%;
	font-size:0.9em;
	padding-bottom: 40px;
			}
	
#objective strong {
	line-height: 200%;
	font-weight: normal;
	font-style:oblique;
	color: #ccc;
	}
	
#resume ul {
	float: left;
	background: transparent;
	display: block;
	list-style: none;
	width: 240px;
	text-align: left;
	padding: 5px 10px 5px 0;
	margin-left: 50px;
					}
				
#resume ul.secondList {
	margin-left: 30px;
	}
	
#resume ul li {
	margin: 0;
	padding: 5px 0;
	}
	
#resume address {
	display: block;
	text-align: center;
	clear: both;
	}
		
/*footer */
#footer p {
	padding-right: 60px;
	font-style:oblique;
	line-height: 50px;
	display: inline;
	}
	
#footer h4 {
	display: inline;
	padding-right: 350px;
	margin-left: 20px;
		}


/*portfolio*/

#portfolio h4 {
	font-size: 0.8em;
	padding-right: 0;
	color: #ffa142;
	}
	
#portfolio ul {
	width: 25%;
	padding: 30px;
	float: left;
	background: #2c2c29 url(images/ulBg.jpg) repeat-x top left;
	}

#portfolio ul li {
	margin-left: 50px;
	padding: 10px;
		}


