/* Jerome Village :: main stylesheet
// Copyright 2010
=========================================================================== */

/* main ------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Georgia, serif;
	background: #f9f1df;
}


/* containers ------------------------------------------------------------- */

#pagecontainer { /* main page container */
	width: 960px;
	margin: 0 auto;
}

#maincontent { /* adds thread background */
	background: #FFF url(../img/thread_bkgd-full.jpg) no-repeat 0 0;
	width: 850px;
	min-height: 740px;
	padding: 0px 0 0 110px;
}

#sidelogo { /* floats jerome village logo */
	float: left;
	margin: 0 0 0 14px;
}

#sidebar {
	margin: 36px 20px 80px 20px;
	padding: 0 20px 0 0;
	float: right;
	awidth: 190px;
}

.page, .postWrapper {
	margin:40px 0px 40px 40px;
}

.post {
	position:relative;
}

.pagefull {
	margin:40px 0px 40px 40px;
}

#pagehome {
	width:760px;
}

.homeintro {
	background: #FFF url(../img/home-bkgd.jpg) no-repeat;
	height:344px;
	width:745px;
	margin:0 0 0 20px;
	position:relative;
}

	#hometext {
		position:absolute;
		width:310px;
		margin:0;
		padding:0;
		top:140px;
		left:8px;
	}
	
	#homelinks {
		margin:20px 0 20px 45px;
		width:695px;
		min-height:100px;
		
	}

#fullwidth .page, #fullwidth .post {
	margin: 40px 0px 40px 40px;
}

.slider_wrap, .slider_wrap dl {
	width:778px;
	margin:0;
	padding:0;
	overflow:hidden;
}

.footer {
	clear: both;
	margin: 0 0 0 40px;
	padding: 0;
	width: 778px;
}

	.footer #request-brochure {
		margin: 0;
		padding: 0;
		float: right;
	}

#pagebottom {
	background: url(../img/pagebtm.jpg) no-repeat 0 0;
	clear: both;
	height: 36px;
	margin: 0;
	padding: 0;
}

/* text ------------------------------------------------------------------- */

h1, h2, h3 {
	font-family: Georgia, serif;
	font-weight: normal;
}

#maincontent p {
	margin: 13px 0 8px 0;
	line-height: 160%;
	font-size: 12px; 
	color: #222;
}

	#maincontent .page p {
		width: 505px;
	}
	
	#maincontent .post p {
		margin: 0 0 10px 0;
	}

	.post td, .post li {
		color:#222;
		font-size:12px;
	}
	

#maincontent h1 {
	margin: 0 0 25px 0;
	padding: 0;
	color: #663;
	font-size: 22px;
}

#maincontent h1.postTitle {
	margin: 0 0 10px 0;
}

#maincontent h2 {
	color:#bd712d;
	font-style:italic;
}

#maincontent .pullquote h2 {
	border-top: 1px solid #d5c296;
	border-bottom: 1px solid #d5c296;
	margin: 15px 0 15px 0;
	padding: 15px 0 15px 10px;
	color: #bd712d;
	font-size: 18px;
	font-style:normal;
	line-height: 1.3em;
	text-indent: -.4em;
	width: 495px;
}


#maincontent .searchresult h3 {
	margin: 20px 0 0 0;
}

.searchresult p {
	margin: 0 0 10px 0;
}

#hometext p {
	font-size:13px;
	padding:0 20px 0 20px;
	line-height:150%;
}

#homelinks ul {
	margin:0;
	padding:0;
	min-height:100px;
}

	#homelinks li {
		margin:0 25px 0 0;
		padding:0;
		color:#98012e;
		display:block;
		float:left;
		width:205px;
		list-style:none;
		font-size:16px;
		font-family:Sabon, Georgia, serif;
		text-align:left;
	}
	
		#homelinks li span {
			font-variant:small-caps;
			font-size:15px;
			text-decoration:underline;
		}

#pagehome hr {
	background:url(../img/divider-home.png) repeat-x 0 0;
	margin:10px 0 10px 20px;
	padding:0;
	border:0;
	height:8px;
}

.footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 11px;
}

.footer hr {
	background: url(../img/footer-line.png) repeat-x 0 0;
	border: none;
	padding: 0;
	margin: 0 0 20px 0;
	height: 7px;
}

.page, .postWrapper, .pagefull {
	font-size: 13px;
	line-height: 150%;
}

#sidebar { }

#sidebar p {
	margin: 5px 0 20px 0;
	padding: 0 5px;
	font: normal 9px Arial, sans-serif;
	color: #bd712d;
}

#sidebar img {
	border: 4px solid #bd712d;
}

#sidebar .wp-caption img {
}

#sidebar .sidebar-image
{
	margin-bottom: 5px;
	margin-top: 20px;
}
#sidebar .sidebar-caption
{
	margin: 5px 0 0 0;
	font: normal 9px Arial, sans-serif;
	color: #bd712d;
	width: 190px;
}


/* links ------------------------------------------------------------------ */

a {
	color: #567632;
}

	a:hover {
		text-decoration: none;
		color: #bd712d;
	}
	
	a:focus { /* removes firefox outlines */
		outline: none;
	}

#homelinks a {
	color:#98012e;
	text-decoration:none;
	display:block;
	padding:4px 0;
}

.bxslider_wrap a.prev, .bxslider_wrap a.next {
	margin:0;
	padding:0;
}

	.bxslider_wrap a.prev {
		
	}
	
	.bxslider_wrap a.next {
		margin:0 0 0 10px;
	}

#maincontent h1.postTitle a {
	text-decoration: none;
}

#sliderbody a img {
	border:none;
}

/* navigation ------------------------------------------------------------- */

.nav { background: #600; position: relative; }
.nav table tr td { padding: 0px; }
.nav table tr td a { display: block; padding: 4px 18px 6px 18px; text-decoration: none; color: white; font-family: arial; font-weight: bold; font-size: 13px; }
.nav table tr td a:hover, .nav a.selected { background: #bd712d; color: #fff; font-weight: bold; }
.nav .orange { background: #bd712d; color: #fff; font-weight: bold; }
.subnav { background: #bd712d; }

.subnav table tr td { padding: 0px; }
.subnav table tr td a { display: block; padding: 4px 15px 6px 15px; text-decoration: none; color: #000; font-family: arial; font-size: 13px; font-weight: bold; }
.subnav table tr td a:hover, .subnav a.selected { background: #bd712d; color: #fff; }


/* forms ------------------------------------------------------------------ */

#searchform {
	float: right;
	margin: 0;
	width: 200px;
	background: #600;
	height: 2em;
}

#searchform form {
	padding: 3px 0;
}

#searchform input {
	font-size: 10px;
	margin: 0;
}

#searchform input#searchsubmit {
	background: #567632;
	border:none;
	color: #fff;
	font-size: 11px;
	text-transform: lowercase;
	padding:2px 0;
}

.footer form {
	margin: 10px 0 0 0;
}

.footer input {
	font: normal 10px Arial;
}

	.footer input[type=text], .footer input.emailfield {
		border: 1px solid #999;
		color: #bbb;
		padding: 2px 5px;
	}
	
	.footer input[type=submit], .footer input.emailbtn {
		margin: 0;
		padding: 1px 3px;
		background: #d5c296;
		color: #fff;
		border: 1px solid #d5c296;
		font: bold 11px Arial;
	}
	
	.footer input[type=submit]:hover, .footer input.emailbtn:hover, .footer input[type=submit]:focus, .footer input.emailbtn:focus {
		background: #bd712d;
		border: 1px solid #bd712d;
	}

/* arch slider ---------------------------------------------------------- */

.main_image {
    width: 778px;
    height: 308px;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #666;
}

.main_image_map {
    height: 678px;
    position: relative;
    color: #666;
}

	.main_image_map img {
		float:right;
		margin-right:9px;
		width:568px;
	}

#maincontent .block h2 {
    font-size: 20px;
    font-weight: normal;
    font-style:normal;
    margin: 0 ;
    padding: 10px;
    color:#872434;
}

.main_image_map p {
    font-size: 12px;
    font-family:Arial, sans-serif;
    padding: 0 10px;
    margin: 0;
}

.main_image_map .desc {
    position: absolute;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 207px;
}

.main_image_map .block{
    width: 100%;
    display:block;
}

.arch-description {
	background:#872434;
	width:768px;
	color:#fff;
	font-style:italic;
	font-weight:bold;
	padding:0 0 0 10px;
}

.image_thumb {
    float: left;
    background:url(../img/av-nav.png) no-repeat 0 -20px;
    width:778px;
    height:54px;
}

.image_thumb_map {
    float: left;
    background:url(../img/legend-bkgd.jpg) no-repeat 0 0;
    width:778px;
    height:48px;
}

.image_thumb_map .block {
}

.thumbgroups ul {
	margin:0;
	padding:0;
	width:778px;
	height:18px;
	border-top:1px solid #fff;
}

	.thumbgroups li {
		font-family:Arial, sans-serif;
		text-transform:uppercase;
		float:left;
		list-style:none;
		color:#fff;
		text-align:center;
	}
	
	.thumbgroups li#classical {
		background:#872434;
		width:327px;
	}
	
	.thumbgroups li#victorian {
		background:#663;
		border-left:1px solid #fff;
		border-right:1px solid #fff;
		width:257px;
	}
	
	.thumbgroups li#artscrafts {
		background:#639ec8;
		width:192px;
	}

.mapthumbgroups {
	margin:40px 0 0 0;
	padding:0;
	width:778px;
	height:18px;
	background:#872434;
}

.image_thumb ul, .image_thumb_map ul {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
}

ul.classicallinks {
	width:327px;
}

ul.victorian {
	width:257px;
	padding:0 0 0 20px;
}

.image_thumb ul li {
    margin: 10px 0;
    padding: 0 10px;
    float: left;
    font-family:Arial, sans-serif;
    border-right:1px solid #666;
    line-height:100%;
}

.image_thumb_map ul li {
    margin: 10px 0;
    padding: 0 10px;
    float: left;
    font-family:Arial, sans-serif;
    line-height:100%;
}

	.image_thumb ul li.lastlink {
		border:none;
	}

.image_thumb li a, .image_thumb_map li a {
	color:#666;
	text-decoration:none;
}

.image_thumb ul li.hover, .image_thumb_map ul li.hover { /*--Hover State--*/
    cursor: pointer;
}
.image_thumb ul li.active, .image_thumb_map ul li.active { /*--Active State--*/
    cursor: default;
}

.image_thumb .classicallinks li a:hover, .image_thumb .classicallinks li.active a {
	color:#872434;
}

.image_thumb .victorianlinks li a:hover, .image_thumb .victorianlinks li.active a {
	color:#663;
}

.image_thumb .artscraftslinks li a:hover, .image_thumb .artscraftslinks li.active a {
	color:#639ec8;
}

.community-description 
{
	padding: 10px 10px 10px 27px; 
	color: #666666;
	font-family: arial;
	font-size: 11px;
	line-height: 150%;
}

/* home news  ------------------------------------------------------------ */

#pagehome .news-block {
	margin: 20px 65px 0px 75px;
}

#pagehome .news-block h3 {
	font-family: georgia;
	font-size: 16px;
	margin: 5px 0;
	padding: 0;
}

	.news-block h3 a {
		color: #1780a2;
		text-decoration: none;
	}
	
	.news-block h3 a:hover {
		text-decoration: underline;
	}

#pagehome .news-text p {
	font-family: arial;
	color: #333333;
	line-height: 140%;
	font-size: 12px;
	margin: 0 0 10px 0;
}

.news-text a.more-link {
	font-family: georgia;
	color: #16833c;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

	.news-text a.more-link:hover {
		text-decoration: underline;
	}



