@charset "UTF-8";
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 9, 2012 10:42:00 AM America/New_York */
@font-face {
    font-family: 'RosarioRegular';
    src: url('../fonts/Rosario-Regular-webfont.eot');
    src: url('../fonts/Rosario-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rosario-Regular-webfont.woff') format('woff'),
         url('../fonts/Rosario-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Rosario-Regular-webfont.svg#RosarioRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RosarioItalic';
    src: url('../fonts/Rosario-Italic-webfont.eot');
    src: url('../fonts/Rosario-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rosario-Italic-webfont.woff') format('woff'),
         url('../fonts/Rosario-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Rosario-Italic-webfont.svg#RosarioItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RosarioBold';
    src: url('../fonts/Rosario-Bold-webfont.eot');
    src: url('../fonts/Rosario-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rosario-Bold-webfont.woff') format('woff'),
         url('../fonts/Rosario-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Rosario-Bold-webfont.svg#RosarioBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RosarioBoldItalic';
    src: url('../fonts/Rosario-BoldItalic-webfont.eot');
    src: url('../fonts/Rosario-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Rosario-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/Rosario-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/Rosario-BoldItalic-webfont.svg#RosarioBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: "RosarioRegular", Verdana, Arial, Helvetica, sans-serif;
	background-color: #bec4b1;
	margin: 0;
	padding: 0;
	color: #1e1a0e;
	background-image: url(../images/lgrey039green2.jpg);
	background-repeat: repeat;
	/* background texture from http://www.grsites.com */
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
.biography ul, ol, dl {
	margin-left: 40px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"RosarioBold", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
p {
	font-family: "RosarioRegular", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-size: 16px;
}
ul + h2 {
	margin-top: 20px;
	margin-bottom: 8px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #1a1e0e;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #1e0e1a;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	-moz-box-shadow: 0 0 10px rgba(30, 26, 14, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(30, 26, 14, 0.5);
	box-shadow: 0 0 10px rgba(30, 26, 14, 0.5);
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	margin-top:20px;
	height:110px;
}

.logo {
	margin: 10px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100px;
}


/* Main navigation */
#nav {
	font-family: "RosarioBold", Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding: 0;
	font-size: 18px;
}
#nav li {
	float: left;
	margin: 0;
}
#nav li a {
	display: block;
	width: auto;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #1e1a0e;
	padding-top: 5px;
	padding-right: 44px;
	padding-bottom: 5px;
	padding-left: 44px;
	margin-top: 40px;
}
#nav a:hover, #nav a:active, #nav a:focus {
	background-color:#DB9D69;
	color: #1e1a0e;
}


/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding: 10px 0;
}
/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	text-align: center;

}
.footer p {
	font-family: "RosarioRegular", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 10px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 15px;
	height: 300px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	height: 300px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.recaptcha_error_box {
	border:thin solid #C33;
	background-color: rgba(255,159,159,.3);
	padding:5px;
	margin:15px;
}

/* this contains the styles for the jQuery Cycle plugin on the index page */

.indexcycle .slideshow {
	height: 410px;
	width: 950px;
	margin: auto;
}
.indexcycle .slideshow img {
	border: 0px;
	width: 950px;
	height: auto;
	-moz-box-shadow: 0 0 10px rgba(30, 26, 14, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(30, 26, 14, 0.5);
	box-shadow: 0 0 10px rgba(30, 26, 14, 0.5);
	
}
/* end Cycle styles*/



/*Gallerific styles */

div.pcontent {
	/* The display of pcontent is enabled using jQuery so that the slideshow pcontent won't display unless javascript is enabled. */
	display: none;
	float: right;
	padding-left:20px;
	padding-right:20px;
	width: 550px;
}
div.pcontent a, div.navigation a {
	text-decoration: none;
}
div.pcontent a:focus, div.pcontent a:hover, div.pcontent a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 730px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 730px; /* This should be set to be at least the height of the largest image in the slideshow */ 
}
div.slideshow {
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 730px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 730px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: top;
	border: 1px solid #ccc;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 125px;
	margin-bottom: 10px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 3px;
	text-align: center;
	margin-bottom: 3px;
}
div.image-desc p {
	margin-bottom: 0.2em;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 35px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
ul.thumbs img{
		width: 72px;
		height: auto;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
	margin-left: 15px;
}
div.navigation div.bottom {
	margin-top: 12px;
	margin-left: 15px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
/* end Gallerific styles */
.contactform {
	margin-left: 55px;
}
.hidden {
	display:none;
}