/* @override http://staging1.thecivicgroup.com/clients/gibson/styles/screen.css */

/*
-----------------------------------------
Gibson House Historical Museum
Created 1/21/2010
Last edited 1/28/2010
-----------------------------------------

Colors:

Mid Green (h3, h3 border, nav)	#778261;
Light Green (li border)			#adb49e;
Off-white (li current)			#fefefa;
Maroon (main a)					#993333;
Pink (li current bg)			#c18483;
Dark Grey (main copy)			#222222;

Body font-size:					12px

----------------------------------------*/

/* @group general */

body {
  color: #222222;
  background: url(../images/body.jpg) repeat;
}

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

a:hover {
  color: #bb5555;
  text-decoration: underline;
}

#container {
  position: relative;
  width: 821px;
  margin: 0 auto;
  background: url(../images/container.png) repeat-y;
  height: 100%;
}

/* @end */

/* @group header */

div#header {
  background: url(../images/header.png) no-repeat;
}

#header h1 {
  position: absolute;
  width: 151px;
  height: 152px;
  margin: 11px 0 0 93px;
  z-index: 2;
  font-size: 2em;
}

#header h1 span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/h1.jpg) no-repeat;  
}

/* @group nav */

ul#nav {
  height: 99px;
  padding: 31px 0 0 292px;
  list-style: none;
  margin: 0;
}

#nav li {
  float: left;
  padding-right: 27px;
  margin: 0;
  font: 1.083em Georgia, serif;
}

#nav li a {
  display: block;
  width: 138px;
  border-top: 1px solid #adb49e;
  color: #778261;
  padding: 6px;
  padding-right: 0;
}

li#grounds-rental a, li#projects a, li#contributions a {
  border-bottom: 1px solid #adb49e;
}

#nav li.current a, #nav li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #c18483;
}

/* @end */

/* @end */

/* @group image panel */

div#image-panel {
  clear: left;
  z-index: 1;
  position: relative;
  height: 343px;  
}

#image-panel img {
  position: absolute;
  z-index: -2;
  width: 772px;
  margin-left: 22px;
}

#image-panel h2, #image-panel p {
	color: #fff;
  width: 185px;	
  text-align: center;
  margin-left: 79px;
  font-family: Georgia, Times, "Times New Roman", serif;
}

#image-panel h2 {
  width: 195px;		
  margin-left: 74px;
  padding: 56px 0 10px 0;	
  font-size: 1.25em;
  text-transform: uppercase;
}

#image-panel h2 span.fancy-font {
  display: block;
  font-size: 2.25em;
  line-height: 1.5em;
  text-indent: -9999em;
  background: url(../images/gibson-house.png) no-repeat center;
  font-family: Georgia;
  text-transform: capitalize;
}

#image-panel p {
	padding-left: 10px;
  font-size: 1.083em;
  font-style: italic;
	text-align: left;
}

/* @end */

/* @group content */

div#content {
  margin-top: 32px;
}

#content h3, #content #sub-links h4 {
  font: italic 1.5em/1.5 Georgia, Times, serif;
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  color: #778261;
  text-indent: -9999px;  
}

h3#learn-more {
  background: url(../images/learn-more-h3.png) no-repeat;
  text-indent: ;
}

h4#visit {
  background: url(../images/visit-h4.png) no-repeat;
}

h4#see-photos {
  background: url(../images/see-photos-h4.png) no-repeat;
  padding: 0.5em 0 0.75em;
}

h4#quick-links {
  background: url(../images/quick-links-h4.png) no-repeat;
}

h4#friends {
  background: url(../images/friends-h4.png) no-repeat;
  padding: 0.5em 0 1em;
  
}

/* @group main */

div#main {
  float: left;
  width: 393px;
  padding:0 53px 0 81px;
  background: url(../images/main.jpg) no-repeat 49px right;
}



/* @end */

/* @group sub-links */

div#sub-links {
  position: relative;
  float: left;
  width: 185px;
  padding: 0 0 0 48px;
}

#sub-links address {
  color: #778261;
  font-style: normal;
  font-size: 0.917em;
}

#sub-links address span {
  font-weight: bold;
  display: block;
  margin-top: 1em;
}


#sub-links address a {
  position: relative;
  left: -3px;
  display: block;
  width: 89px;
  height: 18px;
  margin-top: 6px;
  padding-top: 2px;
  background: url(../images/contact.png) no-repeat;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#sub-links address a:hover {
	text-decoration: none;
}

a#more-photos {
  position: relative;
  display: block;
}

#more-photos img {
  position: absolute;
  left: -10px;
}

/* @end */

/* @end */

/* @group footer */

div#footer {
  clear: both;
  width: 674px;
  height: 126px;
  margin-left: 40px;
  padding: 0 31px;
  background: url(../images/footer.png) repeat-x left 45px;
}

a#rental {
  display: block;
  width: 125px;
  height: 44px;
  padding: 42px 26px;
  background: url(../images/footer-rent.png) no-repeat;
  text-align: center;
  font: bold italic 1.125em/1 Georgia, serif;
  float: left;
}

#footer address {
  float: right;
  margin-top: 55px;
  color: #fefefa;
  font: italic 0.917em/1.5 Georgia, serif;
}

#footer address span {
	padding-left: 14px;
}

#footer address a {
  color: #fefefa;
}

p#copyright {
  color: #5f6d43;
  text-align: right;
  margin-right: 70px;
  font: italic 0.85em Georgia, Times, serif;
}
p#copyright a {
	color: #5f6d43;
}

/* @end */

/* @group subpage */

.sub #content h3 {
  background-image: none;
  text-indent: 0;
  margin-top: .25em; 
	margin-bottom: 15px; 
  border-bottom: 1px solid #778261;
  padding-bottom: 0;
	font-style: normal;
	font-weight: bold;
}
.sub #content h3 span {
}
.sub #content img {
	padding: 7px;
	background-color: #efe5cc;
	border: 1px solid #c7b17b;
}

.sub #content h4 {
	color: #54603b;
  font: 1.25em Georgia, Times, serif;
}

.sub div#image-panel {
  height: 156px;
}

.sub #image-panel h2 {
  padding-top: 42px;
}

.sub div#sub-links {
	width: 165px;
  padding: 0 12px 0 84px;
  background: url(../images/quick-links.jpg) no-repeat top right;
}

#sub-links ul {
  margin-bottom: 2.25em;
  padding: 0;
  list-style: none;
  font-size: 1em;
}

#sub-links li {
  font-size: 0.917em;
  font-weight: bold;
  color: #778261;
  padding-bottom: 2px;
  line-height: 1.75;
}

#sub-links li a {
  color: #778261;
}

#sub-links li.current a, #sub-links li a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #d7c0bd;
  color: #c08280;
}

.sub #sub-links address {
  margin-bottom: 2.25em;
}

.sub div#main {
  padding:0 0 0 37px;
  width: 440px;
  background-image: none;
}
/*
div.polaroid {
  position: relative;
  float: right;
  width: 168px;
  height: 170px;
  background: url(../images/content-image-bg.jpg) no-repeat;
  margin: 0 0 12px 18px;
  padding: 8px 8px;
}
 
.polaroid img {
  width: 167px;
}

.polaroid p {
  width: 100%;
  text-align: center;
  font: italic 1em Georgia, serif;
  color: #778261;
  margin-top: 5px;
}
*/


/* @end */

table td {
	border: 1px solid #efe5cc;
}

