@charset "utf-8";
/* CSS Document */

/* reset */

body, html, p, h1, h2, h3, h4, h5, img, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	}
		
	
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #322d1d;
	}
	
p {
	font-size: 12px;
	}
	
a {
	color: #7F2306;
	}

fieldset {
	border: none;
	margin, padding: 0;
	margin-left: -3px;
}

legend {
	color: #fff;	
}

/* main stuff */

#mainHeader {
	width: 100%;
	background: url(images/header-bg.jpg) top center repeat-x;
	height: 86px;
	float: left;
	clear: both;
	}
	
#innerHeader {
	margin: 0 auto;
	width: 960px;
	}
	
#innerHeader h2 {
	position: relative;
	top: 56px;
	text-indent: -9999px;
	background: url(images/header-h2.gif) no-repeat;
	width: 343px;
	height: 26px;
	}
	
	
#mainBody {
	width: 100%;
	background: #f1ecd9 url(images/main-bg.jpg) top center repeat-x;
	min-height: 500px;
	float: left;
	clear: both;
	padding-bottom: 20px;
	}
	
#innerBody {
	margin: 0 auto;
	width: 960px;
	}	

#introText {
	float: left;
	width: 895px;
	padding: 25px 25px 10px 25px;
	}
	
#introText h2 {
	text-indent: -9999px;
	background: url(images/robin-parker_web-designer.gif) no-repeat;
	margin-bottom: 15px;
	width: 272px;
	height: 19px;
	}
	
#introText p {
	margin-bottom: 1em;
	margin-top: 1em;
	font-size: 14px;
	line-height: 1.3em;
	color: #4D4541;
	font-weight: bold;
	}

#introText a {
	color: #7F2306;
	}
	
#photoByIzzy {
	float: left;
	width: 212px;
	margin-top: 25px;
	margin-bottom: 20px;
	position: relative;
	}
	
#photoByIzzy p {
	margin-top: 10px;
	font-size: 11px;
	}
	
.imgMask {
	position: absolute;
  	top: 0;
  	left: 0;
	margin-left: -6px;
	margin-top: -5px;
	}	
	
.hRule {
	clear: both;
	margin: 0 auto;
	width: 910px;
	background: #c5c2b3;
	height: 2px;
	}
	
#recentWork, #latestActivities {
	width: 920px;
	margin-left: 22px;
	float: left;
	clear: both;
	position: relative;
	display: inline;
	}	
	
#latestActivities {
	height: 260px;
	overflow: hidden;
	}	
	
#recentWork h3 {
	width: 112px;
	height: 13px !important;
	height: 3px;
	text-indent: -9999px;
	background: url(images/recent-work-h3.gif);
	margin-left: 5px;
	margin-top: 20px;
	display: block;
	margin-bottom: 15px;
	}
	
#latestActivities h3 {
	width: 138px;
	height: 14px;
	text-indent: -9999px;
	background: url(images/latest-activities-h3.gif);
	margin-left: 5px;
	margin-top: 20px;
	display: block;
	margin-bottom: 15px;
	}	
	
#recentWork h5, #latestActivities h5 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}	
	
.workBox {
	width: 224px;
	float: left;
	position: relative;
	margin-left: 6px;
	margin-bottom: 15px;
	display: inline;
	}	
	
.firstBox {

	}	
	
#outerFooter {
	width: 100%;
	background: #331D10 url(images/footer-bg.jpg) top center repeat-x;
	border-top: 4px solid #2f1d12;
	float: left;
	clear: both;
	padding-bottom: 50px;
	}		
	
#innerFooter {
	margin: 0 auto;
	width: 938px;
	overflow: hidden;
	padding-left: 22px;
	margin-top: 15px;
	}
	
.footerColumn {
	width: 224px;
	float: left;
	clear: none;
	position: relative;
	display: inline;
	margin-left: 6px;
	color: #fff;
	font-size: 12px;
	}
	
.footerColumn ul {
	list-style: none;
	}
	
.footerColumn ul li a {
	color: #fff;
	text-decoration: none;
	}
	
.footerColumn ul li a:hover {
	text-decoration: underline;
	}		
	
#friends {
	line-height: 1.8em;
	}
	
#follow {
	line-height: 22px;
	}
	
#follow li {
	margin-bottom: 6px;
	padding-left: 28px;
	}
	
#follow #facebook {
	background: url(images/facebook-icon.gif) no-repeat;
	}
	
#follow #twitter {
	background: url(images/twitter-icon.gif) no-repeat;
	}	
	
#follow #lastfm {
	background: url(images/lastfm-icon.gif) no-repeat;
	}
	
#follow #flickr {
	background: url(images/flickr-icon.gif) no-repeat;
	}
	
#follow #dribbble {
	background: url(images/dribbble-icon.gif) no-repeat;
	}	
	
#follow #delicious {
	background: url(images/delicious-icon.gif) no-repeat;
	}									
	
.footerColumn h4 {
	width: 212px;
	border-bottom: 1px dotted #fff;
	display: block;
	margin-bottom: 10px;
	text-indent: -9999px;
	height: 20px;	
	}	
	
.footerColumn #contactMe {
		background: url(images/contact-me-h4.gif) left top no-repeat;
	}
	
.footerColumn #followMe {
		background: url(images/follow-me-h4.gif) left top no-repeat;
	}	
	
.footerColumn #meetMyFriends {
		background: url(images/meet-my-friends-h4.gif) left top no-repeat;
	}
	
.footerColumn #recognition {
		background: url(images/recognition-h4.gif) left top no-repeat;
		margin-top: 0;
	}	
	
#recognitionList li {
	background: url(images/recognition-li-bg.gif) center bottom no-repeat;
	text-align: center;
	padding: 10px 0;
	}					
	
	
/* Code slider stuff */

		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 415px; overflow: hidden;}
		.csw .loading {margin: 80px 0 90px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 920px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 210px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 920px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			
		}
		
		#recentWork .stripNav { /* This is the div to hold your nav (the UL generated at run time) */
		position: absolute;
		left: 138px;
		top: 22px;
		}
		
		#latestActivities .stripNav { /* This is the div to hold your nav (the UL generated at run time) */
		position: absolute;
		left: 166px;
		top: 22px;
		}		
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav li a { /* The nav links */
			width: 11px;
			height: 11px;
			background: url(images/panel_not-selected.gif) no-repeat;
			text-indent: -9999px;
			display: block;
		}

		
		.stripNav li a:hover {
		}
		
		.stripNav li a.current {
			background: url(images/panel_selected.gif) no-repeat;
		}
		
@media screen and (-webkit-min-device-pixel-ratio:0){ /* stuff for Safari only */
.stripNav {display: none;}
}		
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 20px;
			text-indent: -9999px;
		}			
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 14px;
			width: 11px;
		}
		
		
		#recentWork .stripNavL {
			left: 200px;
		}
		
		#recentWork .stripNavR {
			left: 220px;
		}
		
		#latestActivities .stripNavL {
			left: 228px;
		}
		
		#latestActivities .stripNavR {
			left: 248px;
		}		
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
		
@media screen and (-webkit-min-device-pixel-ratio:0){ /* stuff for Safari only */
.stripNavL, .stripNavR {display: none;}
}		
		
/* end of Coda slider stuff */		

#loading {
	margin-top: 50px;
	text-align: center;
	}	
	
/* ------------------- */	

.fancyboxContent {
	display: none;
	}
	
.workImg {
	float: left;
	width: 580px;
	margin-right: 10px;
	clear: both;
	}	
	
.workDescription {
	float: left;
	clear: none;
	width: 275px;
	}	
	
.workDescription h5 {
	font-size: 14px;
	}
	
.workDescription h6 {
	font-size: 12px;
	margin: 1em 0 0.5em 0;
	}
	
.workDescription ul {
	list-style: none;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
	}
	
.workDescription ul li {
	padding-left: 16px;
	background: url(images/check.gif) no-repeat left center;
	}
	
.workDescription p {
	margin: 1em 0;
	}
	
/* ------------------ contact form --------------------- */

#contactMe legend {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 3px;
	}
	
.contactInputField {
	width: 200px;
	height: 17px;
	background: url(images/contactInputField-bg.jpg) no-repeat;
	border: 1px solid #fff;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 3px 0 0 3px;
	}
	
.contactTextArea {
	width: 200px;
	height: 77px;
	background: url(images/contactTextArea-bg.jpg) left top no-repeat;
	border: 1px solid #fff;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 0 0 3px;
	font-size: 12px;
	}
	
.contactSubmit {
	width: 65px;
	height: 22px;
	text-indent: -9999px;
	background: url(images/contactSubmit-a.gif) no-repeat;
	border: none;
	margin-left: 140px;
	}
	
.contactSubmit:hover {
	cursor: pointer;
	background: url(images/contactSubmit-b.gif) no-repeat;
	}				
		
#emailerror {
	width: 88%;
	padding: 2% 3%;
	border: 1px solid #fff;
	background: #211209;
	margin-top: 10px;
	}
	
#emailerror h6 {
	font-size: 12px;
	margin: 5px 0;
	}
	
#emailerror li {
	background: url(images/error-star.gif) no-repeat left center;
	padding-left: 15px;
	margin: 6px 0;
	}							
