

/*************************/
/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;padding: 0;	font-size: 100%; vertical-align: baseline; border: 0;	outline: 0;	background: transparent; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
table {	border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none; }
img { border: 0; }
h1, h2, h3, h4 { font-weight: normal; }



/*************************/
/* colour and images     */
/*************************/

body {
	background: #FFF;
	color: #333;
	font-family: Helvetica, Verdana, Arial;
	font-size: 14px;
}

#header h1 a {
	width: 800px;
	height: 47px;
	background: transparent url(http://marchodgesphotography.com/v2-7/files/images/title.png) no-repeat top left;
}

#header #nav li.nav-portfolio a {
	background: transparent url(http://marchodgesphotography.com/v2-7/files/images/nav_portfolio.png) no-repeat 0 0;
}

#header #nav li.nav-gallery a {
	background: transparent url(http://marchodgesphotography.com/v2-7/files/images/nav_gallery.png) no-repeat 0 0;
}

#header #nav li.nav-about a {
	background: transparent url(http://marchodgesphotography.com/v2-7/files/images/nav_about.png) no-repeat 0 0;
}


/*************************/
/* structure             */
/*************************/


/*************************/
/* basics */

.content {
	text-align: center;
	clear: both;
}

.wrap {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

background {}

//#main-content {
	display:none;
}


/*************************/
/* header */


#header {
	padding-top: 10px;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	text-align: center;
}


/*************************/
/* main-window */

#main-content .wrap {
	padding: 30px 0 15px 0 ;
}

.panel img.dontSteal {
	position:absolute;
	top:0px;
	left:0px;
	border:none;
	/*background:red; opacity:0.5;*/
	width: 900px;
	height: 810px;
}


/* page-about */

#page-about {
	background: transparent url(http://marchodgesphotography.com/v2-7/files/images/me_sq.jpg) no-repeat 0 0;
	padding: 0 0 0 420px;
	display: block;
	width: 100%;
	height: 400px;
}

/*************************/
/* pw form */

form#pw-form {
	width: 420px;
	margin: 0 auto;
	border: 2px solid #AAA;
	padding: 30px;
	margin: 30px auto;
	text-align: center;
}

form#pw-form p{
	padding: 0 0 20px 0;
}

form#pw-form input#pw {
	padding: 2px;
	margin: 0 5px;
	color: #AAA;
	border: 1px solid #AAA;
	background-color: transparent;
}

form#pw-form input.button {
	text-align: center;
	padding: 2px;
}

/*************************/
/* footer */

#footer .wrap {
	text-align: center;
	color: #BBB;
	font-size: 10px;
	padding: 20px 0 20px 0;

}

/*************************/
/* slider */

		.slider-wrap,
		.slider-wrap .csw,
		.slider-wrap .csw .panelContainer{
			overflow: hidden;
			bacground-color: #000;
		}

		.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: 460px; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			/*border: 5px solid red;*/ /* this is the border. should have the same value for the links */
			margin: auto;
			width: 740px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 760px;
			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: 740px; /* Also specified in  .stripViewer  above */
			text-align: center;
			color: #AAA;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav {
			display: none;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.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 a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url(http://marchodgesphotography.com/v2-7/files/images/scroll_left.png) no-repeat center;
		}
		
		.stripNavR {
			background: url(http://marchodgesphotography.com/v2-7/files/images/scroll_right.png) no-repeat center;
		}

.csw p.loading {
	background: url(http://marchodgesphotography.com/v2-7/files/images/loading.gif) no-repeat bottom center;
	padding: 0 0 20px 0;
}

.csw p.loading img {
	display: none;
}


