body {
background: #DAE0DA url(images/curtains_mast.jpg) top left repeat-x;
font-family: Georgia, Times, serif;
font-size: 9pt;
line-height: 140%;
color: #455759;
margin: 0;
padding:0;
font-size: 76%;
}

	

/*-------------- Layout -----------------*/


.container {
	width:100%;
	background-color: #fff;
	padding: 0;
	margin: 0;
	border-bottom: 10px solid #DAE0DA;
	overflow:hidden;
}


.sidebar {
	width: 190px;
	margin: 30px 20px 30px 0;
	float: left;
	display: inline;
}

.content {
	width: 450px;
	float: left;
	margin: 30px 50px 30px 20px;
	display: inline;
}
.wide {
  width:640px;
}
.event {
	margin-bottom: 15px;
}
.entry {
  margin-bottom: 30px;
}

.top, .topEmpty {
	height: 200px;
	padding: 0;
	position:relative;
	z-index:450;
	width:100%;
	display:block;
	background: transparent url(images/curtains_mast_title.jpg) bottom left no-repeat;
}

.footer {
  clear:both;
  padding:0 20px 10px 20px;
}
.footer p {
  font-family:Helvetica, Arial, sans-serif;
  font-size:11px;
  margin:0;
}

.top p {	padding: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	line-height: 160%;
	color: #fff;
	float: left;
	width: 450px;
	margin-right: 20px;
}



/*----------------Text sizes------------------------*/

h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 8px 0;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0 0 9px 0;
	}
	
h3 {
	font-size: 1.7em;
	font-weight: normal;
	margin: 0 0 12px 0;
	}
.sidebar h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 1px 0;
	}

h4 {
	font-size: 1.0em;
	margin: 0 0 3px 0;
	font-weight: normal;
	}
h4 a {
  font-weight:bold;
}
h5 {
	font-size: 0.9em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {
	font-size: 1.0em;
	}
p {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 0;
	}
li > p {
	}


.sidebar p {
	font-size: 12px;
	line-height:150%;
	}
	
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

.small {
	font-size: 0.9em;
}




/*-------------- Sidebar -----------------*/

.sidebar {
	font-family: myriad, sans-serif;
	line-height: 140%;
	color:#666;
}

.sidebar div.chunk {
	border-left: 1px solid #444;
	color: #444;
	padding-left: 10px;
	margin: 0 0 30px 0;
}

.sidebar ul {
	/*list-style-type: none;*/
	padding: 0 17px;
	margin: 0 0 15px 0;
}
	
.highlight-box {
	padding: 0 10px;
	color: #770000;
	border-left: 1px solid #770000;
	margin: 0 0 30px;
}


.highlight-box p {
	border: none;
	padding: none;
}
	


/*-------------- Links -----------------*/


a {
color: #445599;
text-decoration: none;
}


.sidebar a {
text-decoration: none;
}


/*-------------- Navigation -----------------*/


.nav ul { 
background-color: #DAE0DA;
padding: 10px 0;
padding-left: 20px;
font-family: helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
margin: 0px 0 15px 0;
}


.nav ul li { 
display: inline; 
padding: 0 20px 0 0;
text-transform: uppercase;
}

.nav ul li a {
color: #455759;
text-decoration: none;
}

.nav ul li a:hover, .nav ul li a.active {
color: #000;
}

ul.blogArchive {
margin: 0;
padding: 0;
}

ul.blogArchive li {
list-style-type: none;
font-size: 12px;
line-height: 130%;
margin: 0 0 5px 0;
}


/*-------------- Images -----------------*/

.top img {
float: left;
margin: 0 0px 0 10px;
}

div.snapshot {
  display:block;
  height:175px;
  width:175px;
  background:url(/static/images/caroline3.jpg) no-repeat;
  left:517px;
  top:12px;
  z-index:500;
  position:absolute;
}

/*-----------------------------------------------------
                     >> Gallery <<
-----------------------------------------------------*/

/* intros for galleries page */

.galleryIntro {
  overflow:hidden;
  width:100%;
  padding-top:4px;
  margin-bottom:40px;
}
.galleryIntro h3, .gallery h1 {
  border-bottom:1px solid #dae0da;
  padding-bottom:6px;
  margin-bottom:10px;
}
.galleryIntro img {
  float:left;
  width:200px;
  margin-right:10px;
}
.galleryIntro p {
  float:left;
  width:280px;
  line-height:130%;
  font-size:12px;
  margin-top:7px;
}


div.gallery .slideshowMain {
  background: url(/static/images/slideshow_loader.gif) center center no-repeat;
  float:left;
  width:444px;
}

div.gallery .slideshowMain img, div.gallery .image img {
  width:432px;
}

.slideshowThumbs {
  width:190px;
  float:left;
}

.slideshowThumbs img {
  width:82px;
  float:left;
  cursor:pointer;
  margin:0 11px 11px 0;
}

div.gallery .caption, div.gallery .imageInfo {
  font-family:"Gill Sans", helvetica, arial, sans-serif ! important;
  text-align:left;
  margin-top:12px;
  line-height:130%;
}

div.gallery .slideshowMain p.caption {
  height:50px;
}



/*-----------------------------------------------------
                  >> Contact Form <<
-----------------------------------------------------*/

form {
  width:90%;
  padding:0;
}

fieldset {
  padding:0;
  border:none;
}

label {
  display:block;
  color:#003153;
  font-size:70% ! important;
  text-transform:uppercase;
}

fieldset input {
  width:85%;
  font-size:15px;
  margin-bottom:10px;
  font-family:"Gill Sans", helvetica, arial, sans-serif ! important;

}

fieldset textarea {
  width:100%;
  font-size:15px;
  line-height:130%;
  font-family:"Gill Sans", helvetica, arial, sans-serif ! important;
}

p.submit {
  text-align:center;
  margin-top:10px;
  width:100%;
  overflow:hidden;
}

.submit input {
  font-size:16px;
}



/*-------------- Hackery -----------------*/


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
