/* CSS Document */


html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	min-width: 970px;
}
a img {
	border:0px;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */


/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
}

#content {
  	width:750px;
	padding:0px 55px 35px 65px;
}

#content_resume {
  	width:450px;
	padding:0px 55px 35px 65px;
}
#content_work {
  	width:650px;
	padding:0px 55px 35px 65px;
}
#content_work span {
	color:#0474b5;
}
#content_work .off {
	background-color:#ececec;
	font-size:12px;
	text-align:center;
	color:#666666;
}
#content_work .on {
	background-color:#cccccc;
	font-size:12px;
	text-align:center;
	color:#666666;
}
#content_work .on a, .content_work .off a {
	color:#666666;
	text-decoration:none;
}
#content_work .on a:hover, .content_work .off a:hover {
	color:#0474b5;
	text-decoration: underline;
}
#content_work #work {
	padding-top:20px;
}
#content_work #work img {
	border:10px solid #e1e1e1;
}
#content_blog {
  	width:650px;
	padding:0px 55px 35px 65px;
}
#content_blog a img {
	border:10px solid #ececec;
}
#content_blog a:hover img {
	border:10px solid #e1e1e1;
}
#content_blog a {
	text-decoration:underline;
}

/* -- GLOBAL TYPOGRAPHY ----------------------------------------- */

h1 {
	font: normal 40px Arial, Helvetica, Verdana, sans;
	color: #999;
	line-height: 170%;
}
p {
	font: normal 12px Arial, Helvetica, Verdana, sans;
	color: #666;
	margin-top:5px;
	margin-bottom:15px;
}
#content_blog p {
	font: normal 12px Arial, Helvetica, Verdana, sans;
	color: #666;
	margin-top:5px;
	margin-bottom:15px;
}
h1 {
	margin-top: 35px;
}
h1 b {
	color: #555;
}
h3 {
	margin-top: 20px;
	font-size: 22px;
}
h4 {
	font: normal 22px Arial, Helvetica, Verdana, sans;
	color: #999;
    margin-top: 10px;
	margin-bottom:0px;
}
h4.resume {
	color:#b42024;
	font: normal 22px Arial, Helvetica, Verdana, sans;
    margin-top: 10px;
	margin-bottom:0px;
}
h4.work {
	color:#0474b5;
	font: normal 22px Arial, Helvetica, Verdana, sans;
    margin-top: 10px;
	margin-bottom:0px;
}
#content_blog h4.blog {
	color:#cccccc;
	font: normal 22px Arial, Helvetica, Verdana, sans;
    margin-top: 10px;
	margin-bottom:0px;
}

#content_blog h4.blog a {
	color:#eda920;
	font: normal 22px Arial, Helvetica, Verdana, sans;
    margin-top: 10px;
	margin-bottom:0px;
	text-decoration:none;
}
#content_blog h4.blog a:hover {
	color:#eda920;
	padding-bottom:1px;
	border-bottom:2px solid #eda920;
}
#link_1 {
	color:#b42024;
	text-decoration:none;
}

#link_2 {
	color:#4eb548;
	text-decoration:none;
}

#link_3 {
	color:#0474b5;
	text-decoration:none;
}

#link_3_work {
	color:#0474b5;
	text-decoration:none;
}

#link_4 {
	color:#eda920;
	text-decoration:none;
}
#link_5 {
	color:#e41e26;
	text-decoration:none;
}
#link_6 {
	color: #003366;
	text-decoration:none;
}

#link_1:hover, #link_2:hover, #link_3:hover, #link_4:hover, #link_5:hover, #link_6:hover {
	color:#555;
	padding-bottom:1px;
	border-bottom:2px solid #555;
}

#link_3_work:hover {
	color:#555;
	padding-bottom:1px;
	border-bottom:1px solid #555;
}

/* Slider */
.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: 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 371px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: 0;
			width: 623px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 525px;
			clear: both;
			background: #fff;
		}
		
		.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: 623px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
			margin:0px;
		}
		
		.stripViewer .panelContainer .panel .wrapper img {
			border:10px solid #ececec; /* this is the border. should have the same value for the links */
		}
		
		.stripViewer .panelContainer .panel p {
			padding-top:10px;
			width:423px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin:0px;
			padding:0px;
			float:left;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			margin-left:-40px;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			display:block;
			font-size:14px;
			margin:0px;
			//width:17px;
			//height:17px;
			background-color:#cccccc;
			color:#666666;
			//text-align:center;
			padding:1px 5px;
		}
		.stripNav a:hover {
			color:#FFF;
			background:#0474b5;
			text-decoration:none;
		}
		.stripNav li a.current {
			background: #ececec;
			color:#666666;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			display:none;
		}
		
		.stripNavL a, .stripNavR a {
			display:none;
		}

