/* Ewens website CSS file. Built by Ewens
http://www.ewencom.com 2008 */

/* @group General */
h2 {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 150%;
}
/* @end */

/* @group Layout */
#container {
	width: 720px;
	float: left;
}
/* @end */

/* @group Slider */
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;
}

.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 0 20px 0;
	position: relative;
	width: 100%;
	float: left;
}

/* These 2 lines specify style applied while slider is loading */

.csw {
	width: 100%;
	height: 460px;
	background: transparent;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 95%;
}
.csw .loading {
	margin: 100px 0 300px 0;
	text-align: center;
}
.csw .loading img {
	display: block;
	margin-left: 250px;
	margin-top: 30px;
}
.stripViewer {
/* This is the viewing window */
	position: relative;
	overflow: hidden;
	background: transparent;
	margin: auto;
	width: 600px;
	clear: both;
	/*float: left;*/
}

.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: 700px;

}

.stripViewer .panelContainer .panel .wrapper {


/* Wrapper to give some padding in the panels, without messing with existing panel width */
			/*padding: 20px;*/
}

/* @group Nav */

.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;
	width: 100%;
	margin: 0;
	padding: 0;
	display: none;
}
.stripNav ul li {
	float: left;
	margin-right: 2px;
	list-style: none;
	font-size: 130%;
/* I

f 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: 130%;
	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;
}

/* @end */

/* @group left & right arrows */

.stripNavL, .stripNavR {


/* The left and right arrows */
	position: absolute;
	top: 170px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 20px;
}

.stripNavR {
	right: 20px;
}

.stripNavL {
	background: url("../images/arrow-left.gif") no-repeat center;
}

.stripNavR {
	background: url("../images/arrow-right.gif") no-repeat center;
}

/* @end */

/* @end */

/* @group Ewens  */

/* @group General */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
.hide {
	position: absolute;
	left: -5000px;
}
/* end reset styles */
/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles..................*/
hr {display: none;}
:focus
/* remember to define focus styles! */
{outline: 0;}
input,textarea{	font-family: Arial, Verdana, Helvetica, sans-serif;}
ul{/*list-style:disc;margin-left:16px;*/}
p,h1,h2,h3,h4,h5,h6,ul {margin-bottom:.7em}
a img,img{border:none;display:block;}
a{cursor:pointer!important;text-decoration:none}
a:link{color:#250c2a}
a:visited{color:#857c7a}
a:hover{color:#857c7a}
a:active{color:#857c7a}
h1,h2,h3,h4,h5,h6{
	font-size:167%;
	color:#250c2a;
	color: #1F160D;
	font-weight:normal;
}
h2{font-size:114%}
h3,h4,h5,h6{font-size:100%;}
html,body{height:100%}
body{
	color:#8E8E91;
	text-align:center;/* for ie5.+*/
	background:#906A4A;
	background: #654D30 url(../images/bg.jpg) 0 0 repeat-x;
	font: 13px "Gill Sans", Arial,Verdana, Helvetica, sans-serif;
	padding-top: 50px;
}
/* @end */
/* @group Nav */
ul#nav{
	width:200px;
	font-size:120%;
	text-transform:lowercase;
	margin:0;
}
ul#nav li{
	margin:0 0 13px 0;
}
ul#nav li a, ul#main-nav li a{color:#8E8E91}
ul#nav li.current a {
	color: #291E12;
}
ul#nav li a:hover,
ul#nav strong, ul#main-nav li a:hover, ul#main-nav strong{color:#61472A;  font-weight: normal;}
ul#main-nav {
	float: right;
	font-size: 108%;
	margin: 20px 20px 50px 0;
	text-transform: lowercase;
}
ul#main-nav li {
	display: inline;
}
ul#main-nav li a:hover {
	text-decoration: underline;
}
ul#main-nav li.current a {
	color: #291E12;
}
ul#main-nav li.current a:hover {
	text-decoration: none;
	color: #291E12;
}
.basetext{
	margin:120px 0 0 0;
	width:170px;	
	line-height:1.2em;
}
.basetext p{font-size:100%;}
.basetext h2{
	font-size:92%;
	margin:0;
	text-transform:uppercase;
	letter-spacing:.1em;
	padding:0 0 2px 0;
	color: #291E12;
	font-weight: bold;
}
/* @end */

/* @group Layout */
#outer{
	width:972px;
	text-align:left;
	margin:0 auto;
	position:relative;
	background:transparent;
	min-height:100%;
}
#shadow {
	width: 972px;
	background: url(../images/main-shadow.png) 50% 0 no-repeat;
	position: relative;
	padding: 9px 0 0 0;
}
#footer-shadow {
	width: 972px;
	background: url(../images/main-shadow-bottom.png) 50% 0 no-repeat;
	height: 9px;
}
#inner {
	background: #fff url(../images/top-shadow.jpg) 0 0 repeat-x;
	position: relative;
	width: 954px;
	margin: 0 auto;
}
div#base-grad {
	display: block;
	height: 24px;
	background: #fff url(../images/bottom-shadow.jpg) bottom left repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
body#page #inner {
	min-height: 550px;
}
body#home h1, p#skip {
	position: absolute;
	left: -5000px;
}
#col1{
	float:left;
	width:180px;
	padding:0 0 0 20px;
	clear: both;
}
.col2{
	width:390px;
	float:left;
	padding:0;
}
body#page .col2 {
	width: 500px;
	line-height: 1.5em;
	margin-left: 30px;
}
p.main-pic {
	width:333px;
	height:470px;
	margin:0;
}
p.multi {
	margin-left: 22px;
}
p.single {
	width: 600px;
}
p.single img {
	vertical-align: middle;
	margin: 0 auto;
}
.col3{
	float:left;
	width:196px;
	padding:0;
	margin-left:10px;
}
ul.pics{
	width:179px;
	margin:0 0 0 3px;
	list-style: none;
}
.stripViewer .panelContainer .panel ul.pics {
	margin: 0;
}
ul.pics li,
ul.pics li a{
	width:179px;
	/*height:128px;*/
}
ul.pics li a{
	width:177px;
	/*height:126px;*/
	display:block;
	padding:7px 1px 1px 14px;
}
/*ul.pics li a:hover{padding:6px 0 0 13px;}
ul.pics li a:hover img {
	width: 154px;
}*/
ul.pics li{margin:0 0 10px 0}

#footer{
	clear:both;
	width:100%;
	color:#fff;
	padding:10px 0 0;
	margin-top: 5px;
	background: transparent url(../images/e.png) 20px 10px no-repeat;
	min-height: 57px;
}
#footer h3{
	margin:10px 10px .1em 0;
	text-transform: lowercase;
	color: #fff;
	background: url(../images/ewens.png) 100% 0 no-repeat;
	width: 107px; height: 22px;
	text-indent: -5000px;
	float: right;
}
#footer p{font-size:95%; margin-right: 30px;display: none;}
/* @end */

/* @group Testimonials */
cite {
	display: block;
	font-style: italic;
	margin-top: .6em;
}
blockquote strong {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-size: 95%;
	margin-top: -.2em;
}
ul#testimonials li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.5em;
}
/* @end */
img#home-text {
	margin: 20px 0 100px 150px;
}
/* @end */
