#headercontainer {
	width: 100%;
	background: url(../images/bg-header.jpg) repeat-x;
}

	#header {
		width: 909px;
		margin: 0 auto;
		padding: 30px 25px 0 26px;
		min-height: 52px;
	}
	
	* html #header {
		height: 52px;
	}
	
		#header h1 a {
			width: 196px;
			height: 0px;
			padding: 29px 0 0;
			overflow: hidden;
			display: block;
			float: left;
			background: url(../images/chadscira.jpg) no-repeat;
		}
		
		#navigation {
			float: right;
			list-style-type: none;
			font-size: 1.2em;
			color: #eae7e7;
			margin: 2px 0 0;
		}
		
			#navigation li {
				height: 27px;
				float: left;
				background: url(../images/rounded-corners-left.gif) no-repeat;
				padding-left: 6px;
				margin-right: 10px;
			}
			
				#navigation li div {
					height: 21px;
					padding: 2px 10px 4px 1px;
					background: #373737 url(../images/rounded-corners-right.gif) no-repeat 100% 0;
					display: block;
					float: left;
					color: #fff;
					text-decoration: none;
					cursor: default;
				}
					#navigation li div a {
						color: #fff;
						text-decoration: none;
					}

#content {
	clear: both;
	width: 100%;
	background: url(../images/bg-work.jpg) repeat-x;	
}

	#work {
		width: 960px;
		margin: 0 auto;
		padding: 5px 0 0;
		min-height: 512px;
	}
	
	* html #work {
		height: 512px;
	}
	
	#work:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
		#work .previous {
			float: left;
			width: 17px;
			height: 43px;
			background: url(../images/arrow-left.gif) no-repeat;
			margin: 202px 42px 0 0;
			cursor: pointer;
		}
		
		#work .next {			
			width: 17px;
			height: 43px;
			background: url(../images/arrow-right.gif) no-repeat;
			margin: 202px 0 0 42px;
			float: left;
			cursor: pointer;
			position: relative;
		}
		
		#work #work-pages {
			clear: both;
			list-style-type: none;
			width: 150px;
			position: relative;
			padding: 0 0 0 802px;
		}
		
			#work #work-pages li {
				width: 20px;
				height: 18px;
				padding: 2px 0 0;
				background: #000;
				float: left;
				margin: 0 0 0 5px;
				color: #fff;
				font-size: 1.2em;
				color: #999;
				font-weight: bold;
				text-align: center;
				cursor: pointer;
				display: inline;
			}
			
				#work #work-pages li.current {
					background: #444;
					color: #fff;
				}
		#work #skillscontainer {
			padding-bottom: 5px;
			width: 845px;
			margin: 0px auto;
		}
			#work #skillscontainer ul.skills {
				overflow: hidden;
				list-style: none;
			}
				#work #skillscontainer ul.skills li {
					float: left;
				}
					#work #skillscontainer ul.skills li a {
						display: block;
						border: 1px solid #ffffff;
						padding: 5px;
						margin: 2px;
						background-color: #212121;
						color: #ffffff;
						text-decoration: none;
					}
					#work #skillscontainer ul.skills li a:hover {
						color: #0D7CDF;
						border-color: #0D7CDF;
						text-decoration: underlined;
					}
		#work #workcontainer {
			width: 842px;
			overflow: hidden;
			float: left;
			height: 462px;
			position: relative;
		}
		#work #workcontainer ul#allwork {
			width: 900px;
			list-style-type: none;
			float: left;
			position: absolute;
		}
		
			#work #workcontainer ul#allwork li.experience,
			#work #workcontainer ul#allwork li.active {
				float: left;
				border: 2px solid #fff;
				background: #111;
				width: 246px;
				height: 196px;
				margin: 0 8px 8px 0;
				position: relative;
				overflow: hidden;
				display: block;
			}
			
				#work #workcontainer ul#allwork li.experience img { 
					display: block;
				}
				
				#work #workcontainer ul#allwork li.experience p.title {
					font-size: 1.2em;
					color: #c2c2c2;
					padding: 0 10px 0;
					font-weight: bold;
				}
				
					#work #workcontainer ul#allwork li.experience p.title.first {
						margin: 10px 0 0;
					}
				#work #workcontainer ul#allwork li.experience ul.skills-used {
					list-style: none;
					overflow: hidden;
					padding: 0 10px 10px;
					
				}
					#work #workcontainer ul#allwork li.experience ul.skills-used li.skill {
						float: left;
						padding-right: 5px;
					}
						#work #workcontainer ul#allwork li.experience ul.skills-used li.skill a {
							color: #0D7CDF;
						}
				
				#work #workcontainer ul#allwork li.experience p {
					color: #aeabab;
					font-size: 1.2em;
					padding: 0 10px 10px 10px;
				}
				
					#work #workcontainer ul#allwork li.experience p a {
						color: #fed26a;
						text-decoration: underline;
					}
					
						#work #workcontainer ul#allwork li.experience p a:hover {
							color: #fff;
						}
				
				#work #workcontainer ul#allwork li.experience .cover {
					position: absolute;
					top: 0;
					left: 0;
				}
				
				#work #workcontainer ul#allwork li.active {
					border: 2px solid #fed26a;					
				}
	
	#personal {
		clear: both;
		width: 100%;
		padding: 25px 0;
		min-height: 200px;
		background: #212121;
		overflow:hidden;
	}
	
		#personal ul.skills {
			list-style: none;
			overflow: hidden;
		}
			#personal ul.skills li {
				font-size: 10px;
			}
			
				#personal ul.skills li a {
					color: #ffffff;
					padding: 0px 4px;
					text-decoration: none;
				}
				#personal ul.skills li a:hover {
					color: #0D7CDF;
				}
	
	* html #personal {
		height: 200px;
	}
	
		#personal ul {
			width: 960px;
			list-style-type: none;
			margin: 0 auto;
		}
		
			#personal li {
				width: 270px;
				float: left;
				margin: 0 0 0 30px;
				padding: 15px;
				min-height: 170px;
				background: #111;
			}
			
			* html #personal li {
				height: 170px;
			}
			
				#personal li.listfirst {
					margin-left: 0px;
				}
				
				#personal li h2,
				#personal li h3 {
					color: #fed26a;
					font-size: 1.7em;
					margin: 0 0 0.5em;
				}
				
				#personal li ul.locations {
				
				}
					#personal li ul.locations li.location {
						padding-bottom:10px;
					}
						#personal li ul.locations li.location span.city {
							display:block;
							font-weight:bold;
						}
				
				#personal li p {
					color: #777;
					font-size: 1.2em;
				}
				
					#personal li p.care {
						padding: 1em 0 0;
					}
				
				#personal ul ul {
					width: auto;
					margin: 15px 0 0;
				}
				
					#personal ul ul li {
						width: auto;
						height: auto;
						display: block;
						float: none;
						margin: 0;
						padding: 0;
						min-height: 0;
						background: none;
						font-size: 1.2em;
						color: #999;
					}
					
						#personal ul ul li a { 
							color: #999; 
							text-decoration: none;
						}
		#personal dl {
			color: #777777;
		}
			#personal dl dt {
				color: #ffffff;
			}
			#personal dl dd {
				padding-top: 2px;
				padding-bottom: 2px;
				padding-left: 5px;
			}
	
#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	font-size: 1.1em;
	padding: 1em 0;
	overflow: auto;
}

	#footer .copyright {
		color: #999;
		float: right;
	}

