/* so far, for default layout and home layout */

body {
	/*background-color: #cac2ba;*/
	/*background:#8b7a68;*/
}
.container {
	/*background: #FFF;*/
}
p {
	font-size:1.1em;
	padding:10px 0px;
	text-indent:0px;
	margin-top:0px;
}
h4 {
	font-size:1.3em;
}
img {
	vertical-align:top;
}
img.pics {
	border: 3px solid rgb(139, 122, 104);
}
#home-main-wrapper {
	background: #FFF url("../img/layout/home-content-main-bg.jpg") no-repeat left top;
	padding-top:40px;
}
#footer-navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#footer-navlist a:link, #footer-navlist a:visited, #footer-navlist a:active {
	color:#8b7a68;
	text-decoration: none;
}
#footer-navlist a:hover {
	text-decoration: underline;
}
#home-sidebar {
	background: url("../img/layout/home-sidebar-bg.jpg") repeat;
}
fieldset {
	border: none;
	margin: 0;
}
legend {
	color:#8b7a68;
	font-size:2em;
	font-style:italic;
	font-family:times new roman, sarif;

}

/* interior */

#interior-wrapper {
	background: #FFF url("../img/layout/interior-col-bg.jpg") no-repeat left top;
	padding-top:20px;
	padding-bottom:20px;
}
#interior-footer-navlist {
	margin-top: 9px;
}
#interior-footer-navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
#interior-footer-navlist a:link, #interior-footer-navlist a:visited {
	color:#8b7a68;
	text-decoration: none;
}
#interior-footer-navlist a:hover {
	text-decoration: underline;
}

.errors {
	color: green;
}

ul.user-nav {
	margin-top: 1em;
}
ul.user-nav li {
	display: inline;
	list-style-type: none;
	padding:0 10px;
	/*border-left: 1px solid #8b7a68;*/
}
ul.user-nav a:link, ul.user-nav a:visited {
	color: #8b7a68;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: none;
}
ul.user-nav a:hover {
	text-decoration: underline;
}


div#content h1, div#content h2, div#content h3, div#content h4, div#content h5 {
	font-variant: small-caps;
	color: #152D2F;
	letter-spacing: 0.04em;
	font-family: times new roman, sarif;
}

fieldset.footer-fieldset {
	margin:0;
	padding:0;
}

#home-main-wrapper h1 {
	font-variant:small-caps;
	color:#152D2F;
	letter-spacing:0.1em;
	font-size:2.2em;
	font-style:italic;
	font-family:times new roman, sarif;
}

#home-main-wrapper address {
	font-size:1.6em;
	float:right;
	padding-right:30px;
}

form#contactform ul {
	list-style:none;
}

ul.errors {
	list-style:none;
	display: block;
}
ul.errors li {
	color:green;
}
ul.form-errors b {
	color:red;
}

#home-main-wrapper blockquote {
	font-size:1.25em;
}

div#home-sub1-content {
	background: #FFF url("../img/layout/home-content-main-border.gif") no-repeat left top;
}
div#home-sub1-content h3 {
	color:#152D2F;
	font-size:2.2em;
	font-style:italic;
	font-family:times, newroman, sans;
	margin-top:30px;
}
div#home-sub1-content blockquote {
	font-size:1.1em;
}

div#home-footer {
	background:#FFF;
	text-align:center;
}

div#home-header {
	background: #FFF url("../img/layout/home-header-border-bottom.jpg") no-repeat left bottom;
	padding-bottom:5px;
}

.slideshow {
	margin-left:35px;
}
.slideshow img {
	border: 3px solid rgb(139, 122, 104);
}

.form-button-right {
	text-align:right;
}

a.link-brown {
	color: #8b7a68;
	text-decoration:none;
}
a.link-brown:hover  {	
	text-decoration:underline;
}
a.link-brown:visited {
	color: #8b7a68;
}

/*
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
*/
/* Google 404 Widget - START */
#goog-wm {
  width: 520px;
  padding: 1em;
  border: 2px solid #FFD324;
  background-color: #FFF6BF;
  color: #514721;
}


#goog-wm h3.closest-match {
  color: #8f2831;
  border-bottom: 3px dashed #aebd63;
  padding-bottom: 0.5em;;
  font-size: 170%;
  margin: 0;
}

#goog-wm h3.closest-match a { }
   
#goog-wm h3.other-things {
  color: #514721;
}
   
#goog-wm ul li {
	color:#514721;
	font-size: 1.2em;
	letter-spacing: 1px;
}
   
#goog-wm li.search-goog {
  display: list-item;
}

/* Google 404 Widget - END */
