@import url("reset.css");
@import url("typography.css");
@import url("forms.css");

/* Overide Styles */
a {
	outline: none;
}

body {
	color: #333;
	margin-top: 40px;
}

#container {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

#accessibility-links {
	display: none;
}

h2 {
	font-size: 24px;
	color: #003876;
}

h3 {
	font-size: 18px;
	color: #003876;
}

h4 {
	color: #666;
}

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

a:hover { 
	color: #9e005d;
	text-decoration: none;
}


/* navigation */

#navigation ul {
	list-style: none;
	margin: 6px 0 6px 0;
	padding: 0 20px;
	overflow: hidden;
	font-size: 0.95em;
}

#navigation ul li {
	float: left;
	margin-right: 30px;
}

#about-page #navigation #about a {
	color: #bcbdc0;
}

#skills-page #navigation #skills a {
	color: #bcbdc0;
}

#portfolio-page #navigation #portfolio a {
	color: #bcbdc0;
}

#clients-page #navigation #clients a {
	color: #bcbdc0;
}

#contact-page #navigation #contact a {
	color: #bcbdc0;
}

div.slideNav {
	width: 34px;
	float: right;
	padding-top: 10px;
}

	div.slideNav a {
		text-indent: -9999px;
		width: 5px;
		height: 9px;
		display: block;
		overflow: hidden;
		float: left;
		margin: 0 6px 0 0;
	}
	
	div.slideNav #prev {
		background: url(../images/raspberry-buttons.gif) no-repeat left top;
	}
	
		div.slideNav #prev:hover {
			background: url(../images/raspberry-buttons.gif) no-repeat left bottom;
		}
		
	div.slideNav #next {
		background: url(../images/raspberry-buttons.gif) no-repeat -6px top;
	}
	
		div.slideNav #next:hover {
			background: url(../images/raspberry-buttons.gif) no-repeat -6px bottom;
		}
		
	div.slideNav a.resume {
		background: url(../images/raspberry-buttons.gif) no-repeat -12px top;
	}
	
		div.slideNav a.resume:hover {
			background: url(../images/raspberry-buttons.gif) no-repeat -12px bottom;
		}
	
	div.slideNav a.pause {
		background: url(../images/raspberry-buttons.gif) no-repeat -18px top;
	}
	
		div.slideNav a.pause:hover {
			background: url(../images/raspberry-buttons.gif) no-repeat -18px bottom;
		}
		

/* content */

#content-box {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: visible;
	font-size: 19px;
	color: #a8a8a8;
}

#content-box li {
	width: 564px;
	height: 576px;
	padding: 12px 18px;
}

#content-box li.portfolio {
	padding: 0;
	width: 600px;
	height: 600px;
	display: none;
}

#content-box li.image {
	background: url(../images/raspberry-central.gif) no-repeat 0 0;
}

#content-box li.main {
	background: url(../images/raspberry-bottom.gif) no-repeat 0 0;
	font-size: 22px;
}

#content-box li.main img {
	display: block;
	margin: 60px auto;
}

#content-box strong {
	color: #9e005d;
	font-weight: normal;
}

#content-box em {
	color: #818285;
	font-style: normal;
}

#about-page #content-box li.big-text {
	font-size: 64px;
	background: #9e005d;
	color: #ddacc2;
}

#about-page #content-box li.big-text em {
	color: #FFF;
	font-style: normal;
}

#portfolio-page #content-box, #clients-page #content-box {
	background: none;
}

#contact-page  a {
	color: #a8a8a8;
}

#contact-page  a:hover {
	color: #9e005d;
}

#portfolio-page #content-box {
	font-size: 16px;
}

/* sidebar */

#sidebar {
	width: 277px;
	margin-right: 127px;
	float: right;
}
					


