/*Styles for the WWA & CS Pages*/

/* CS */
.csLeft {float: left; clear: left; width: 525px;}
.csRight {float: right; clear: right; width: 250px; padding-top: 250px;}

.csLeft h2, .csRight h2 {color: gray; font-size: 2.4em; padding: 20px 0 0;}

.csLeft h3, .csRight h3, .csLeft h3 a, .csRight h3 a {font-size: 1.2em; color: #a2a2a2; font-weight: normal; border-bottom: none; padding-bottom: 10px;}
.csLeft h3 a:hover {color: #494949; background-color: white;}

.floatImg {
	float: right;
	clear: right;
	padding: 0 10px 10px;
}


/* WWA & GENERAL */

div.bio img {
	float: right;
	clear: right;
	padding: 0 10px 10px;
}

h2.wwa {font-size: 2em;}
h3.wwa {font-size: 1.3em; font-weight: normal; border-bottom-style: none; margin-bottom: 15px;}
h3.wwaS {font-size: 1.2em; color: gray; padding-top: 20px; padding-left: 27px;}

#wwaDescription {
	width: 840px;
	margin: 20px 20px 40px 20px;
	float: left;
	clear: both;
	z-index: 100;
}

.panel-navigation {clear: both;}
.image-navigation {clear: both; text-align: center;}

.bio {float: left; clear: left; width: 550px;}
.skills {float: right; clear: right; width: 235px; background: url("../img/wwabox.gif") no-repeat top right}

.imgWrapper {
	width: 696px;
	float: left;
	margin: 0 52px 0 52px;
}


ul.skills-list {
	width: auto;
	text-align: left;
	padding: 5px 0 10px 20px;
}
ul.skills-list li {
	text-align: left;
	font: 1.1em/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	white-space: normal;
	padding: 0;
	width: 190px;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;

}
	
p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
p.middle {text-align: center;}

noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

a:focus { outline:none }

.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%;
	height: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: hidden}
.csw .loading {margin: 200px 0 300px 0; text-align: center}


.stripViewer { /* This is the viewing window */
	margin: auto;
	position: relative;
	overflow: hidden; 
	width: 840px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 550px;
	clear: both;
	background: url("../img/sliderbg.gif") no-repeat top center;
}

.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%;
	height: 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: 840px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .panelwrapper { /* panelwrapper to give some padding in the panels, without messing with existing panel width */
	padding: 20px;
	height: 20px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	width: inherit;
	margin: auto;
	height: 100%;
}

.stripNav ul { /* The auto-generated set of links */
	float: left;
	width: auto;
	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 */
}

/*Selection States*/
.stripNav li a {color: gray; height: 11px; background: url(../img/wwa-tabs.jpg) 0 0; border-bottom-style: none;}
.stripNav li a:hover {color: black; background: url(../img/wwa-tabs.jpg) 0 -56px;}
.stripNav li a.current {color: white; background: url(../img/wwa-tabs.jpg) 0 -112px;}
.stripNav a { /* The nav links */
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 20px 15px;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
