/*griffinhouse.css*/

/*normal styles*/
body{
	font: 100.01% Arial, Helvetica, sans-serif;
    margin: 0; /* zeroing the margin and padding allows all browsers to start from the same place since defaults are different. */
    padding: 0;
    text-align: center;
	background-color:#3C1E00;
	}

#wrapper{
	position:relative;
	width:798px;
	height:100%;
	margin:15px auto;
	padding:0;
	text-align:left;
	background:url(../../images/bkg_slate_slice.jpg) repeat-y;
	border:3px solid #AF985D;
	min-height:700px;
	}

#pop_wrapper{
	margin-top:10px;
	margin-left:30px;
	}
	
#header{
	height:100px;
	background:url(../../images/hdr_bg.gif) no-repeat;
	}

#header h1.tagline{		/*holds tagline image: the griffinhouse  - on the columbia river gorge*/
	position:absolute;
	background:url(../../images/title_griffinhouse.gif) no-repeat;
	width:315px;
	height:45px;
	top: 45px;
	left: 250px;
	margin:0px;
	color:#FEFDEB;
	}
	
#logo{			/*container for the G*/
	position:absolute;
	background:url(../../images/g_logo_transp.gif) no-repeat;
	width:230px;
	height:205px;
	top:-15px;
	left:18px;
	}

#flashLogo{		/*floats animated G logo over the top of the background one*/
	position:absolute;
	width:230px;
	height:205px;
	top:-33px;
	left:-13px;
	}

#phone{
	position:relative;
	background:url(../../images/title_phone.gif) no-repeat;
	width:90px;
	height:25px;
	top:-75px;
	left:365px;
	}
	
#menuColumn{		/*navigation container*/
	float:left;
	width:125px;
	margin:65px 10px 0 10px;
	border:0px solid red;
	}
	
#rightColumn{		/*main content column*/
	position:relative;
	float:left;
	width:525px;
	min-height:500px;
	margin:0 10px 20px 0px;
	padding:0px 15px 15px 25px;		/*padding controls centering of top image in ie vs. ff. need two different widths: ie is margin-right:20 ff is margin-right:15*/
	background:url(../../images/g_background.gif) no-repeat #fffffc 5px 75px;
	text-align:left;
	font-size:12px;
	color:#453416;
	border:1px solid #AF985D;
	}	

#rightColumn h1.pageTitle {			/*page heading style - used with sIFR font replacement. Adjust size here & sIFR flash replacement text will scale to match*/
	width:auto;
	font-size: 22px;
	margin: 15px 0px 10px 0px;
	padding: 0px 0 0px 0;
	color:#405439;
	border:0px solid red;
}

/*#rightColumn h4{		
	margin:20px 0 -10px 0;
	font-size:20px;
	color:#3E553B;
	}*/

#rightColumn h2{		/*page subheading titles*/
	margin:0px 0 -10px 0;
	font-size:12px;
	color:#A86300;
	border:0px solid red;
	}

#rightColumn p{		/*main content font style*/
	font-size:12px;
	line-height:150%;
	color:#453416;
	}

.hidden{		/*hides text when using image replacement technique*/
	visibility:hidden;
	}	
	
.griffinEye{
	position:relative;
	display:block;
	width:115px;
	height:79px;
	margin:20px 0 0 6px;
	padding:0px;
	/*background:url(../../images/eye_griffin_cam.gif) no-repeat;*/
	}
.griffinEye a{
	text-decoration:none;
	}
	
.blog{
	position:relative;
	display:block;
	background:url(../../images/xx.gif) no-repeat;
	/*background-color:#ff0000;*/
	width:100px;
	height:33px;
	margin:20px 0 0px 6px;
	padding:6px;
	font-size:12px;
	}	
.blog a{
	text-decoration:none;
	}
.photoHolder{			/*sets 1px border around images*/
	border:1px solid #AF985D;
	}
	
.photoHolderOuter{		/*creates 1px frame w/padding around images for home page*/
	width:100%;
	border:1px solid #AF985D;
	margin:20px auto;
	text-align:center;
	padding:4px;
	}
				
.photoRightColumnOffset, .pullQuote{	/*offsets image for right side column photos*/
	position:relative;
	display:block;
	float:right;		
	margin:20px -45px 20px 20px;
	text-align:center;
	padding:2px;
	border:1px solid #AF985D;
	}

.pullQuote{			/*pullquote*/
	height:75px;
	width:200px;
	padding:auto;
	background-color:#EEE0CD;
	border:1px solid #AF985D;
	font-size:18px;
	font-style:italic;
	color:#C39E75;
	}	
		
.clear{					/*clears column floats, allows content to expand the background*/
	clear:both;
	}	
/*------------------------------links & lists----------------------------	*/

a:link, a:visited{
	color:#34523B;
	}	
a:hover, a:active{
	color:#A86300;
	}
	
ul{
	list-style-image:url(../../images/bullet_icon.gif);
	list-style-position: inside;
	margin:0 0 0 15px;
	padding:0 0 0 15px;
	}
	
li{
	margin:0 0px 0 0px;
	padding:0 0px 0 0px;
	}

/*------------------------------footer----------------------------	*/

#footer{
	
	text-align:center;
	margin:0 0px 0 0;
	font-size:11px;
	font-weight:bold;
	color:#A86300;
	}

.footer ul{
	list-style-type:none;
	padding:0;
	margin:0;
	}
.footer li{
	display:inline;
	list-style:none;
	padding:0 0 0 15px;
	}	
	

#footer a, #footer a:visited{
	color:#A86300;
	text-decoration:none;
	}

#footer a:hover{
	color:#EDEDD8;
	text-decoration: underline;
	}		



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

/*.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3#phone {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 45px;
}*/

.sIFR-hasFlash h1.pageTitle {
	visibility: hidden;
	letter-spacing: -4px;
	font-size: 24px;
}

/*.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/
