/*CSS Stylesheet for annie@anndarnton.com by Ann Darnton
swatches--------------------------------------------
666 - gray (h2)
333 - gray (h1, h3)
b9b9b9 - lt gray (borders)
cb1616 - red (border under links)
5bb32f - green (nav)
ebdda1 - gold (nav hover)
-----------------------------------------------------*/
/*baseline styles, based on Eric Meyer's reset styles------------------------------*/
html, body, div, span, iframe, p,
blockquote, a, abbr, acronym, address, cite, del, dfn, em, font, img, strong, sub, sup, q,
h1, h2, h3, h4, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, ul, li {
	list-style:  none;
}

blockquote * { quotes: none; }

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong { font-weight: bold; }	

em { font-style: italic; }	

img { display: block; } /*removes unwanted space from under image in ff*/

/*--------------------------------------------------*/
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
} 

/*=element selectors---------------------------------
----------------------------------------------------*/	
h1, h2, h3, h4 {
	font-weight:  normal;
	letter-spacing:  0.025em;
}

h1 {
	font-size:  250%;
	color: #333;
	margin-bottom: 0.5em;
}

h2 {
	font-size:  150%;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color:  #666;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #b9b9b9;
	margin-bottom: 0.8em;
}

h3 {
	font-size:  200%;
	color: #333;
	margin-bottom: 0.25em;
}	

h4 {
	font-size: 100%;
}
			
p {
	margin-bottom:  1em;
	font-size: 130%;
	line-height:  1.6;
}	
	
a, img a {
	text-decoration:  none;
	border: 0;
}	
	
/*=links--------------------------------------------
--------------------------------------------------*/	
a:link, a:visited {
	font-weight:  normal;
	color:  #000;
	border-bottom:  1px dotted #cb1616;
}
	
a:hover {
	background-color:  #666;
	color:  #fff;
}	

/*=major divs------------------------------------------
------------------------------------------------------*/
#wrap {
	margin:  0 auto;
	width:  96em;
	overflow: hidden;
}

/*=header------------------------------------------
------------------------------------------------------*/
#header	{
	height: 180px;
	position: relative;
	background: #fff url(../images/bw_skyline.gif) 0% 0% no-repeat;
	/*background: #b9b9b9 url(../images/skyline2.jpg) -100px 0% no-repeat;*/
	border-bottom: 20px solid #b9b9b9;
}

#header img {
	position: absolute;
	top: 0;
	right: 70px;
}

/*=navigation----------------------------------
--------------------------------------------*/
#nav ul {			
	width: 100%;
	padding: 0.3em 0;
	background: #b9b9b9;
	color: #232227;
	font: bold 125% Arial, Helvetica, sans-serif;
	letter-spacing: 0.08em;
	text-align: center;
}

#nav li { 
	display: inline;
	padding: 0.3em 0;
	border-right: 1px solid #fff;
}

#nav ul li:first-child {
	border-left: 1px solid #fff; /*supported in ie--be careful no element precedes it*/
}

#nav li a {
	text-decoration: none;
	background: transparent;
	color: #000;
	padding: 0.3em 1.5em;
	border: 0;
}

#nav li a:hover {
	color: #fff;	
	background: #666; 
}

/*=content------------------------------------
--------------------------------------------*/
#content, #content2 {
	width:  100%;
	margin-top:  60px;
	padding-bottom:  3em;
	overflow:  hidden;
	text-align:  left;
	padding-bottom: 3em;
	border-bottom: 1px solid #b9b9b9;
}

/*=main content-----------------------
------------------------------------*/
.main {
	float: right;
	width: 60%;
}

/*=sub content-----------------------
------------------------------------*/
.sub {
	float: left;
	width: 32%;
}

.sub p {
	line-height: 1.6;
	font-size: 150%;
}

/*=footer-----------------------------
------------------------------------*/
#footer {
	margin-top: 1em;
	padding-top: 0.5em;
	width: 100%;
	clear:  both;
}	
					  			
#footer p {
	font-size:  110%;
	color: #999;    
	text-align: center;
}

/*top area------------------------------*/
/*thumbnail area for fancybox---------*/
ul.thumbs {
	float: left;
	margin: 0;
}

ul.thumbs li {
	display: inline;
	float: left;
	margin: 6px 6px 0 0;
}

ul.thumbs li a {
	display: block;
	width: 180px;
	border: 0;
}

.thumbs a img {
	margin: 0 6px 0 0;
}

.thumbs a:hover {
	background:  transparent;
}

.boxgrid { 
	width: 180px; 
	height: 110px; 
	float:left; 
	overflow: hidden; 
	position: relative; 
	background: #333;
	
}

.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
}

.boxgrid p {
	line-height: 1;
	margin: 0.5em 0 0 0;
	text-align: right;
	padding: 0 0.3em;
}

.boxgrid p a:link, .boxgrid p a:visited {
	color: #fff;
	1font-weight: bold;
	text-transform: uppercase;
	font-size: 85%;
	width: auto;
	padding-bottom: 0.3em;
	border-bottom: 1px dotted #fff;
}	

.boxgrid p a:hover {
	color: #ebdda1;
	border-bottom: 1px dotted #ebdda1;
}

/*sprites------------------*/
ul.sprites {
	float: left;
	margin: 0;
	width: 600px;
	height: 230px;
}

ul.sprites li {
	display: inline;
	float: left;
	width: 180px;
	height: 110px;
	margin: 6px 6px 0 0;
}

ul.sprites li:hover {
	background-image: url(../images/thumbs_sprite.jpg);	
}

a.th_spr {
display: block;
width: 180px;
height: 110px;
background-image: url(../images/thumbs_sprite.jpg);
margin: 0 6px 0 0;
float: left;
border: 0;
}

/*.darnton { background-position: 0px 330px; }
.callisto { background-position: -180px 330px; }
.jsholmes { background-position: -360px 330px; }
.darntonhersh { background-position: 0px 220px; }
.medina { background-position: -180px 220px; }
.stringinstr { background-position: -360px 220px; }
.darnton:hover { background-position: 0px 0px; }
.callisto:hover { background-position: -180px 0px; }
.jsholmes:hover { background-position: -360px 0px; }
.darntonhersh:hover { background-position: 0px 110px; }
.medina:hover { background-position: -180px 110px; }
.stringinstr:hover { background-position: -360px 110px; }*/

/*end sprites------------------------------------*/

/*bottom area-------------------------------*/
#content2 {
	margin-top: 15px;
	padding-top: 30px;
}

#mainmain {
	float: left;
	width: 52%;
	overflow: hidden;
	border-right: 1px solid #b9b9b9;
}

#mainmain p {
	margin: 1em 0 1.5em 0;
	line-height: 1.3;
}

/* photo slideshow */
#slideshow {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;  
    height: 400px; 
   z-index: 5;
    -moz-box-shadow: 3px 3px 2px #333;
	-webkit-box-shadow: 3px 3px 2px #333;
	box-shadow: 3px 3px 2px #333;
}

#slideshow img { 
	padding: 9px;
	background: #f1eded;
	border: 1px solid #b9b9b9;
	-moz-box-shadow: 3px 3px 2px #666;
	-webkit-box-shadow: 3px 3px 2px #666;
	box-shadow: 3px 3px 2px #666;
} 	

#caption {
	float: left;
	clear: left;
	margin-top: 1em;
	font-size: 90%;
	width: 100%;
}

#caption h4 {
	margin: 0;
}

/*pager-------------------------*/
#sel { text-align: left; }
  
#sel a { 
	background: #eee7d1;
	font-size: 110%;
	text-decoration: none; 
	margin: 0 3px 0 0; 
	padding: 3px 5px;
}

#sel a:hover {
	font-weight: bold; 
	background: #ccc;
}

#sel a.activeSlide { 
	font-weight: bold; 
	background: #ccc;
	}
	
#sel a:focus { outline: none; }

/*accordion area--------------*/
#mainsub {
	margin-left: 55%;
}

#mainsub p {
	padding: 0;
}

ul#faq {
	margin-top: 2.5em;
}

ul#faq h3 {
	padding: 0.5em 0.5em 0.5em 1em;
	font-size: 130%;
	color: #616b6a;
	1font-weight: bold;
	background: #f1eded;
	border-radius: 5px;	
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
}

ul#faq h3:hover {
	cursor: pointer;
	color: #fff;
	background: #d3d0d0;
}

#faq p {
	margin-left: 1em;
}

/*=form area--------------------------
------------------------------------*/
form	{
	width: 100%;
	margin-top: 0.5em;
}
		
fieldset {
	float: left;  /*ensures it wraps its children*/
	clear:both;  /*ensures it stays below any floated elements*/
	width: 98%;  
	margin: 0 0 1.5em 0;
	padding: 0; /*no padding on sides*/
	color: #616b6a;
}
	
legend {
	margin-left: 0;
	padding: 0 0.5em;
	font-weight: normal;
	font-size: 200%;
	color: #333;
}	

.sub fieldset p {
	font-size: 110%;
	margin: 0.8em 0 1em 7.8em;
}

fieldset ol {
	float: left;
}

fieldset li {  /*if label text wraps, make sure it is all contained by li*/
	float: left;  
	clear: left;  
	width: 100%;  
	padding: 0 0 1.15em 0;
}

label	{
	float: left;
	position: relative;
	margin-right: 0.15em;
	width: 7.5em;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.5;  /*use line-height to align properly with input*/
}

/*indicates required field*/
fieldset abbr {
	color: #da4450;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	padding: 0 1px;
}

fieldset label abbr {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}

input, select, textarea {
	font-family: inherit;
}

input, textarea {
	width: 68%;
	padding: 5px;
	font-size: 130%;
	color: #183637;
	background: #f1eded;
	border: none;
	border-radius: 5px;	
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
}	

textarea {
	height: 6em;
	overflow:  auto;
}

/*jquery validate*/
input.error, textarea.error { 
	display: inline;
	width: 68%;
	border: 1px solid #aa1407; 
	text-align: left;
	padding: 5px;
	font-size: 130%;
}	

em.error {
	display: block;
	color: #aa1407;
	font: 100% Verdana, Arial, sans-serif;
	width: auto;
	padding-left: 8.5em;
}

.valid {
	display: inline;
	color: green;
	font-weight: bold;
}

span.counter {
	display: block;
	font-size: 110%;
	margin-left: 8em;
}

/*=submit area-----------------------------------------
------------------------------------------------------*/	
.submit {
	float: none;
	width: auto;
	margin: 1.3em 0 0 6.3em;
	padding:  3px;
	font-size:  130%;
	font-weight:  bold;
	text-shadow: 1px 1px 1px #000;
	-moz-box-shadow: 2px 2px 2px #333;
	-webkit-box-shadow: 2px 2px 2px #333;
	box-shadow: 2px 2px 2px #333;
	color: #fff;
	background: #42c341; /*for IE*/
	background: rgba(51,153,51,0.80);
	border: 0;
	border-radius: 5px;	
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
}

p.submit {
	display: inline;
	width: auto;
	text-align: center;
	margin: 0;
	padding: 3px;
}

p.submit  a {
	color: #fff;
	border: none;
}

p.submit  a:hover {
	background: inherit;
}

.submit:hover {
	cursor: pointer;
	background: #339933; /*for IE*/
	background: rgba(51,153,51,1);
}

.clear {
	clear:  both;
}	