/*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, html5 support added------------------------------*/
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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, header, footer, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

article, aside, nav, section, dialog, figure, header, footer, hgroup { 
    display:block;
}

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;restore if there are links*/
}
	
a:hover {
}	

/*=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------------------------------------
--------------------------------------------*/
.main {
	width:  100%;
	margin-top:  60px;
	padding-bottom:  3em;
	overflow:  hidden;
	text-align:  left;
	padding-bottom: 3em;
	border-bottom: 1px solid #b9b9b9;
}

/*=main content-----------------------
------------------------------------*/
#portfolio, #lowerwrap {
	float: right;
	width: 60%;
}

/*=left side of main sections-----------------------
------------------------------------*/
#intro, #contact {
	float: left;
	width: 32%;
}

#intro p, #contact 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;
	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;
}

/*bottom area-------------------------------*/
section.main:nth-child(2) {
	margin-top: 15px;
	padding-top: 30px;
}

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

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

/* photo slideshow */
#slideshow {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;  
    height: 378px; 
   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: 10px;
	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;
} 	

.boxshadow #slideshow img {
	border: none;
}

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

#caption h4 {
	margin: 0;
}

/*pager-------------------------*/
#sel { 
	text-align: left; 
	margin-bottom: 4px;
	}
  
/*#sel a { 
	background: #c9c9c9;
	font-size: 12px;
	text-align: center;
	text-decoration: none; 
	margin: 0 4px 0 0; 
	padding: 2px 5px;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 4px 4px 0 0;
	behavior: url(../pie/PIE.htc);
}*/

#sel a { 
	width: 20px;
	background: #c9c9c9;
	font-size: 11px;
	text-align: center;
	text-decoration: none; 
	margin: 0 4px 0 0; 
	border-bottom: 0;
	padding: 2px 6px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(../pie/PIE.htc);
}

#sel a:nth-child(10)  {
	padding: 2px 3px;
}

#sel a:hover {
	font-weight: bold;
	color: #fff; 
	background: #969696;
}

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

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

#faq p {
	padding: 0;
}

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

#faq ul h3 {
	padding: 0.5em 0.5em 0.5em 1em;
	font-size: 130%;
	color: #fff;
	background: #969696; 
	background: -moz-linear-gradient(top, #969696, #b9b9b9 100%);
  	background: -webkit-gradient(linear, 0 0, 0 100%, from(#969696), to(#b9b9b9));
	border-radius: 5px;	
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
}

#faq ul h3:hover {
	cursor: pointer;
	background: #b9b9b9;
	background: -moz-linear-gradient(top, #f1eded, #b9b9b9 100%);
  	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1eded), to(#b9b9b9));
}

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

#accordion {
	margin-top: 2.5em;
}

#accordion h3 {
	padding: 0.5em 0.5em 0.5em 1em;
	font-size: 130%;
	padding: 0.5em 0.5em 0.5em 1em;
	background: #969696; 
	background: -moz-linear-gradient(top, #969696, #b9b9b9 100%);
  	background: -webkit-gradient(linear, 0 0, 0 100%, from(#969696), to(#b9b9b9));
	border-radius: 5px;	
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
}

#accordion h3 a {
	color: #fff;
}

#accordion h3:hover {
	cursor: pointer;
	background: #b9b9b9;
	background: -moz-linear-gradient(top, #f1eded, #b9b9b9 100%);
  	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1eded), to(#b9b9b9));
}

#accordion div {
	background: #fff;
}

#accordion div 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;
}	

#contact 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;
	background: -moz-linear-gradient(top, #b9b9b9, #f1eded 30%);
  	background: -webkit-gradient(linear, 0 0, 0 30%, from(#b9b9b9), to(#f1eded));
	border: none;
	border-radius: 5px;	
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	behavior: url(../pie/PIE.htc);
}	

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;
	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;
	behavior: url(../pie/PIE.htc);
}

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;
}	
