@charset "UTF-8";
/* CSS Document */

body { background: url(../imgs/color.png) no-repeat top center, url(../imgs/paper.jpg) repeat top center; margin-top:-5px; font-family:Arial, Helvetica, sans-serif; }

/*---Header---*/

#header { margin-left: auto; margin-right: auto; margin-bottom: -80px; width: 960px; }

/*---Navigation---*/

#nav { font-family: 'Open Sans', Helvetica, Arial, sans-serif; color: #dedede; font-size: 22px; margin: auto; padding-top: 40px; padding-left: 150px; }
#nav ul { list-style: none; list-style-position: outside; }
#nav li { line-height: 18px; float: left; padding-right: 50px; }
#nav a { text-decoration: none; }
#nav a:hover { text-decoration: underline; color: #999999; text-shadow: 0px 2px 2px #333333; }
#nav a:visted { text-decoration: none; }

/*----Container----*/
#container { margin-left: auto; margin-right: auto; min-height: 100px; width: 980px; }

/*---Footer---*/
#footer { background: url(../imgs/footer-bg.png) no-repeat bottom center; margin-left: auto; margin-right: auto; min-height: 150px; width: 960px; padding-bottom: 20px; }
#footer p { border: none; text-align: center; color: #474747; font-size: 15px; }
#footer a { text-decoration: none; color: #7a242c; }
#footer a:hover { text-decoration: underline; color: #7a242c; }
#footer hr { color: #c2c2c2; width: 92%; }


/*---Typography---*/
font-family: 'PT Serif', serif;
font-family: 'Open Sans', sans-serif;


/*---HOME PAGE CONTENT---*/


/*--Featured Image--*/
.featured { margin-left: auto; margin-right: auto; }
.featured_about { margin-top: -10px; background: url(../imgs/featured_about.png) no-repeat center top; min-height: 100px; }

.featured_about h1 { font-family: 'Pt Serif', Georgia, serif; font-style: italic; font-size: 24px; color: #3d3d3d; text-align: left; padding-top: 10px; padding-left: 60px; left; float: left; text-shadow: 0px 2px 2px #eeeeee; }
.featured_about p { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #212121; border:none; padding-top: 33px; padding-right: 110px; text-align: right; }

/*---Content Box left---*/

.content_left { padding-left: 20px; }
.content_left h3 { font-family: 'Pt Serif', Georgia, serif; font-size: 20px; color: #2b2b2b; }
.content_left p { border: none; font-size: 14px; line-height: 20px; color: #666666; }
.content_left a { text-decoration: none; color: #7a242c; }
.content_left a:hover { text-decoration: underline; color: #7a242c; }

/*---Content Box middle---*/

.content_middle { padding-left: 11px; max-width: 280px; }
.content_middle h3 { font-family: 'Pt Serif', Georgia, serif; font-size: 20px; color: #2b2b2b; }
.content_middle p { border: none; font-size: 14px; line-height: 20px; color: #666666; }
.content_middle a { text-decoration: none; color: #7a242c; }
.content_middle a:hover { text-decoration: underline; color: #7a242c; }

/*---Content Box right---*/

.content_right { max-width: 280px; }
.content_right h3 { font-family: 'Pt Serif', Georgia, serif; font-size: 20px; color: #2b2b2b; }
.content_right p { border: none; font-size: 14px; line-height: 20px; color: #666666;}
.content_right a { text-decoration: none; color: #7a242c; }
.content_right a:hover { text-decoration: underline; color: #7a242c; }


/*---Blockquote---*/

.blockquote {
	margin: 1em 3em;
	padding: .5em;
	padding-left: 30px;
	padding-bottom: 20px;
	border-left: 2px dashed #bab9a5;
	background-color: #eaeae4; }
.blockquote p {
	margin: 0; border: none; font-size: 20px; color: #9a9a9a;  }
.blockquote p:before {
	content: '"'; font-family: 'Pt Serif', Georgia, Times, serif; font-size: 45px; color: #d2d2cd; }
.blockquote p:after {
	content: '"'; font-family: 'Pt Serif', Georgia, Times, serif; font-size: 45px; color: #d2d2cd; }
	
	
/*--About--*/

.about { padding-left: 30px; padding-right: 30px; }

.about p { margin: 0 0 5px 0; border: none; font-size: 14px; line-height: 18px; }

.about img { float: left; padding-right: 20px; }

.about a { text-decoration: none; color: #7a242c; }

.about a:hover { text-decoration: underline; color: #7a242c; }


/*---Gallery---*/

.gallery { margin-left: 35px; }

.gallery h1 { font-family: "Pt Serif", Georgia, Times, serif; }

.gallery h2 {font-family: "Pt Serif", Georgia, Times, serif; }

.gallery h3 { font-family: "Pt Serif", Georgia, Times, serif; }

.gallery h3 a { font-family: "Pt Serif", Georgia, Times, serif; text-decoration: none; color: #7a242c }

.gallery h3 a:hover { font-family: "Pt Serif", Georgia, Times, serif; text-decoration: underline; color: #7a242c }

.gallery hr { margin-right: 40px; color: #c2c2c2; }

.thumbnail { float: left; width: 160px; margin: 0 18px 15px 0; }

.thumbnail p { font-family: Arial, Helvetica, sans-serif; font-size: 14px; border: none; color: #666666; }
