          /*
--=.._/(        Washington County Oregon Visitors Association GLOBAL STYLES      )\_..=--
    	  */


/*
February 24, 2010
Christoph Saxe,
Petra Gregorova
ISITE Design


--------- Notes -----------

* html {anything} addresses IE < 6 browser bugs
*+html {anything} addresses IE 7 browser bugs

------- typography ---------

font-sizes are set in em for resizable goodness.  Here's a basic guide for the stylesheet.
font-size: .75em; 	= 9px
font-size: 0.835em; = 10px
font-size: .9175em; = 11px
font-size: 1em; 	= 12px
font-size: 1.085em; = 13px
font-size: 1.165em; = 14px
font-size: 1.25em;  = 15px
font-size: 1.335em; = 16px
font-size: 1.415em; = 17px
font-size: 1.5em;	= 18px
font-size: 1.585em; = 19px
font-size: 1.665em; = 20px
font-size: 1.75em; = 21px
font-size: 1.835em; = 22px
font-size: 1.915em; = 23px
font-size: 2em; = 24px

font colors:
	base body color: #333333;
		
link colors:
	main content a: #0000ff;
	main content hover: #999999;

*/

/* Basic browser reset  */
body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dd,dt,blockquote,button,fieldset,legend,label,input,textarea,form { margin:0;padding:0;border:0; }
html,input,textarea,select { font-size: 100% } /*keep ie happy*/

body 					{ color:#414142; font: 75%/1.335 Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6	{ font-weight: normal; margin: 0 0 .25em 0;}

h1	{ font-size: 2.58em; } 	/* 31px */
h2	{ font-size: 1.5em; } /* 18px */
h3	{ font-size: 1em; } /* 12px */
h4	{ font-size: 1em; font-weight:bold; } 	/* 12px */
h5	{ font-size: 1em; font-weight:bold; } 	/* 12px; */
h6	{ font-size: .9175em; } /* 11px; */

p	{ margin-bottom: 1em; }

input, textarea { border: 1px solid #242323; }

hr { 
	background:#bdbdbf; 
	border:0; 
	clear:both; 
	color:#bdbdbf; 
	height:1px; 
	margin: 0 0 25px 0;
	width:100%;
}

ul, ol 	{ margin: 0 0 1em 3em; }
table	{ border:none; border-collapse: collapse; }

/*div		{ border: 1px solid #ccc; } temp for layout purposes*/
body {background: url(../img/css/bg_body.gif) 0 0 repeat-x;}

/*----------------------------------- Site Structure --------------------*/


#wrapper {
	background:transparent url(../img/css/bg_header.jpg) 0 108px no-repeat;
	margin: 0 auto;
	padding:0 29px;
	position: relative;
    width: 994px;
}
#header {
    height: 108px;
	margin:0 0 3em; /* make room for absolutley positioned breadcrumbs */
	padding-bottom: 44px; /* make room for absolutley positioned nav */
	
}
	#header #brand { position:absolute; top:17px; left:36px; }
#footer { 
	background:transparent url(../img/css/bg_footer.gif) 0 10px repeat-x;
	clear: both;
	margin:0 auto;
	padding:44px 0 16px;
	width:940px;
	}
#prefooter { 
	/* background:transparent url(../img/css/bg_footer.gif) 0 10px repeat-x; */
	clear: both;
	margin:0 auto;
	padding:44px 0 16px;
	width:940px;
	}


/* three col, secondary on right, terciary on left   */
#content {
	background:transparent url(../img/css/bg_content-interior.gif) 0 14px repeat-y;
	display:inline;
	float: left;
	margin:14px 0 0 27px;
	width: 940px;
}
#primary {
	display: inline;
	float: left;
    margin-left: 236px;
	width: 456px;
}
#secondary {
	border-left:1px solid #bbbdbf;
	float: right;
	margin:-14px 0 0;
	padding:0 0 0 11px;
	width: 220px;
}
#tertiary {
    float: left;
	margin:0 0 0 -692px;
	padding:0 16px;
	width: 184px;
}
#nav {
	height: 44px;
    overflow: hidden;
	position: absolute;
	left:48px;
	top:109px; 
	width:948px;
}
#breadcrumbs {
	border-bottom:1px solid #bbbdbf;
	height:3em;
	position:absolute;
	top:152px;left:56px;
	width:940px;
	}
	#breadcrumbs ul {
		color:#404040;
		font-size:.917em;
		height:18px;
		list-style:none;
		margin:1.2em 0 0;
		padding:0;
		}
		#breadcrumbs li {
			border-right:1px solid #bbbdbf;
			float:left;
			line-height:18px;
			padding:0 1.2em;
			}
		#breadcrumbs #breadcrumb-home { padding-left:0; }
		#breadcrumbs #breadcrumb-home a {
			background:transparent url(../img/css/bg_breadcrumb-home.gif) 0 0 no-repeat;
			display:block;
			height:16px;
			text-indent:-9999em;
			width:14px;
			}
		#breadcrumbs .last {border:none;}

/* interior page specific layout */

.interior-page .introduction {
	border-bottom:1px solid #bbbdbf;
	}
	.introduction .lead { height:170px; width:446px; }

.interior-page .feature { clear:both; margin-bottom:.5em; overflow:hidden; }
	.interior-page .feature img {height:83px; width:89px; }
	.interior-page .feature .content { float:right; width:346px; }

.interior-page #primary .results { background-color:transparent; margin:-1px -6px 0; width:468px; }

.interior-page .callout { 
	border-bottom:1px solid #bbbdbf;
	margin:14px 0 0;
	padding:0 0 1px;
	}
	.interior-page .last { border-bottom: none; }
	#secondary .callout .lead { height:77px; width:210px; }

#tertiary .section {
	background: transparent url(../img/css/bg_tertiary-section.gif) left bottom no-repeat;
	color:#fff;
	margin:0 0 21px;
	padding:0 0 32px;
	}

#tertiary .quote {
	background:#151314 url(../img/css/bg_tertiary-quote.gif) 0 0 repeat-x;
	padding:2px;
	}
	#tertiary .quote .content {
		border:1px solid #373738;
		padding:10px 8px;
		}
	#tertiary .quote p { margin:0; line-height:1.8; }

/* home page specific layout */

.home-page #header { margin-bottom:0; }
.home-page #content { background:none; }
.home-page #primary, .home-page #secondary {
	border:none;
	display:block;
	float:none;
	margin:0;
	padding:0;
	width:940px;
	}
.home-page #primary {
	background:transparent url(../img/css/bg_secondary-home.gif) 0 317px repeat-x;
	margin:0 ;
	padding:0 0 30px;
	width:939px;
	}
	.home-page #primary p {text-align:center;}

/* We're re-using the home-page class here for a full-sized interior page */
.home-page #primary_full {
	border:none;
	display:block;
	float:none;
	margin-top:3em;
	padding:0 0 30px;
	width:939px;
	}
	.home-page #primary_full p {text-align:left;}

.home-page h1 { /* replaced by flash, so setting to lay out */
	margin:0 0 2em;
	padding:2em 0 0;
	text-align:center;
	}

.home-page #blog, .home-page #features, .home-page #callouts { float:left; width:288px; }

.home-page #blog { margin-right:26px; }
.home-page #blog h2 {
	/* image moved to global_dynamic */
	height:24px;
	margin:0;
	text-indent:-9999em;
	}
	.home-page #blog dt {
		font-size:1.34em;
		font-weight:normal;
		margin-top:1.25em;
		}


.home-page #features { margin-right:50px; }
	.home-page #features img {
		height:46px;
		padding:2px;
		width:46px;
		}
	.home-page #features .content { float:right; width: 223px; }
	.home-page #features h3 {
		font-size:1.34em;
		font-weight:normal;
		margin:0;
		text-transform:none;
		}
	.home-page #features p { margin:0; }


.home-page #visitorsguide {
	/* image moved to global_dynamic */
	min-height:114px;
	_height:114px;
	padding:0 0 0 100px;
	}
	.home-page #visitorsguide h2 {
		/* image moved to global_dynamic */
		height:24px;
		margin:0;
		text-indent:-9999em;
		}
.home-page .callout {
	background:transparent url(../img/css/bg_home-callout.gif) left bottom no-repeat;
	margin:0 0 29px;
	padding:0 14px 39px 0;
	}
	.home-page #callouts .last { background-image:none;padding-bottom:0;}
	.home-page .callout h3 {margin:0;}
	
		.home-page .callout #newsletter-signup input { float:left; width:185px; }
		.home-page .callout #newsletter-signup button { margin:0; }

/* two column utility page (request information, etc.
no left column, #primary will fill remaining area. */		

.dp_two-column #content { background-image: url(../img/css/bg_content-interior-two-col.gif) }
.dp_two-column #primary { 
	margin-left:0;
	width:692px;
	}
	.dp_two-column #request-information {
		margin-top:1em;}


/* video page specific layout */
#video { clear:both; float:left; height:395px; margin-bottom:25px; overflow:hidden; width:690px; }
#video p br { display: none; }

object {clear:both;}

.video h1, .video h2 { color: #231F20; font-weight:bold;}
.video h1 {margin-bottom:1em;text-align:left;}
.video h2 {font-size:1.5em; font-weight:normal;margin-top: 0;}

.video #primary {background:0;color: #231F20; overflow:hidden; padding-bottom:0; }
	.video #primary .content {float:right; width:225px; }
		.video #primary p {text-align:left;}

	.video #secondary {clear:both;color: #231F20; }
		#hotels { float:right; width:225px;}
			#hotels ul {list-style:none;margin-left:0; }
				#hotels h3 {color:#8a532c; margin-bottom:0; text-transform:none; }
			
		.video #map {
			border:1px solid #6b6d6c;
			float:left; 
			height:350px; 
			margin-bottom:25px; 
			padding:3px;
			width:690px;
		}
			.video #map img {border:0;padding:0;}

/*----------------------------------- Type, Links and Lists----------*/

/*headings and paragraphs*/
h1 { color:#414142; line-height: .93; margin:.52em 0 .42em; }
h2 { color:#231f20; line-height: .89; margin:.89em 0 .67em; }
h3 { color:#231f20; font-weight:bold; margin:1.17em 0 1em; text-transform:uppercase; }

#footer .copyright { clear:both; font-size:.83em; margin:.5em 0 0; }

code { font-size: 1.13em; margin:0 0 1.1em; }



/*links*/
a, a:visited		{ color: #9f4d0b; text-decoration:none; }
a:hover, a:focus 	{ color: #5e2b06; text-decoration:underline; }

a#brand {
    /* Image moved to global_dynamic */
	display: block;
	height: 67px;
	text-indent: -9999em;
	width: 235px;
}
a.more { display:block; }


/*lists*/
dl { margin:0 0 1em; }
dt {font-weight:bold;}
dd {margin:0 0 .3em; }
#primary ul { margin-top:1em; }
li { margin:0 0 .3em; }
.link-list {
	list-style:none;
	margin:0 0 1.34em;
	padding:0;
	}
	.link-list li { margin:0 0 .4em; }

fieldset ol {
	list-style:none;
	margin-left:0;
	overflow:hidden;
	}
	fieldset ol ol {margin-bottom:0;}
	fieldset li { clear:both; overflow:hidden; }
	fieldset li.last { margin-bottom:0; }
	
	
.home-page #features {
	list-style:none;
	margin-left:0;
	}
	.home-page #features li {
		clear:both;
		margin-bottom:1.34em;
		overflow:hidden;
		}

#footer .vcard {
	list-style: none;
	margin:0;
	overflow:hidden;
	padding:none;
	}
	#footer .vcard li {
		background:transparent url(../img/css/bg_vcard.gif) right top no-repeat;
		display:inline;
		float:left;
		padding:0 1em 0 0;
		}
	#footer .vcard .last { background-image:none; }



/*---------------------------------- Images --------------------*/

img {
	border:1px solid #808080;
	display:block;
	padding:4px;
	/* margin:2px 6px; */
	}
	img.GIS_img { padding: 0; }
	img.lead { margin:0 0 16px; }
		#secondary img.lead { margin:0 0 12px; }
	
	img.left { margin:0 10px 0 0; }

	.marginright { margin-right: 10px; }
	.marginleft { margin-left: 10px; }
	.marginleftandright { margin: 2px 10px; }
	
/*---------------------------------- Navigation --------------------*/

ul#nav, #sub-nav, ul.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav li {
    display: block;
	float: left;
	padding:0;
	text-decoration: none;
	text-indent: -9999em;
	height:44px;
}
/* "#nav a" moved to global_dynamic */

	#home a						{ background-position: 0 0; width:73px; }
	#home a:hover 				{ background-position: 0 -44px; }
	#home .on a, #home .on a:hover 	{ background-position: 0 -88px; }
	
	#thingstodo a 							{ background-position: -73px 0; width:167px; }
	#thingstodo a:hover 					{ background-position: -73px -44px; }
	#thingstodo a.on:hover, #thingstodo a.on	{ background-position: -73px -88px; }
	
	#lodging a							{ background-position: -240px 0; width:89px; }
	#lodging a:hover 						{ background-position: -240px -44px; }
	#lodging a.on:hover, #lodging a.on	{ background-position: -240px -88px; }
	
	#dining a						{ background-position: -329px 0; width:76px; }
	#dining a:hover 					{ background-position: -329px -44px; }
	#dining a.on:hover, #dining a.on	{ background-position: -329px -88px; }
	
	#planners a									{ background-position: -405px 0; width:287px; }
	#planners a:hover 							{ background-position: -405px -44px; }
	#planners  a.on:hover, #planners  a.on 	{ background-position: -405px -88px; }
	
	#calendar a							{ background-position: -692px 0; width:149px; }
	#calendar a:hover 					{ background-position: -692px -44px; }
	#calendar  a.on:hover, #calendar  a.on	{ background-position: -692px -88px; }
	
	#resources a								{ background-position: -841px 0; width:106px; }
	#resources a:hover 						{ background-position: -841px -44px; }
	#resources  a.on:hover, #resources  a.on	{ background-position: -841px -88px; }

#sub-nav {margin-top:18px;}
#sub-nav li {
	border-bottom:1px solid #252425;
	padding:6px 0;
	}
#sub-nav a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
	#sub-nav a:hover { color: #4d4d4d; }
	
#shortcut-nav {
	font-size:.917em;
	font-weight:bold;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:20px; right:56px;
	text-align:right;
	text-transform:uppercase;
	}
	#shortcut-nav li {
		background:transparent url(../img/css/bg_shortcut-nav.gif) right top no-repeat;
		display:inline;
		padding:0 1.2em 0 0;
		}
	#shortcut-nav .last { background:none; padding-right:0; }
	#shortcut-nav a { color:#fff; }

#utility-nav { /* footer links */
	list-style:none;
	margin:0 0 1.25em;
	}
	#utility-nav li {
		background:transparent url(../img/css/bg_utility-nav.gif) right top no-repeat;
		display:inline;
		padding:0 1.5em 0 0;
		}
	#utility-nav li.last { background-image:none; }


/*----------------------------------- Forms -------------------------*/

fieldset ul {
    list-style-type: none;
	margin: 0;
}
fieldset li {
    margin-bottom: 1em;
}
input, select, textarea, label, button {
    display: block;
}
input, select, textarea { color:#8c8c8c; border:1px solid #bbbdbf; }

input { padding:2px 2px; }
textarea {font-family:Arial, Helvetica, sans-serif; }
label { font-weight:bold; }
#wrapper input[type=hidden] {
    border: none; padding: 0;
}

#content .check input {
	border:none;
	float:left;
	width:14px;
	}
.check label { float:right; }


button {
	background:transparent url(../img/css/btn_left.png) left 0 no-repeat;
	color:#fff;
    cursor: pointer;
	display:block;
	float:right;
	font-size:.917em;
	font-weight:bold;
	height:22px;
	margin:.8em 0 0;
	padding:0 0 0 8px;
}
button:hover, button.over { background-position: left -22px; }

button, x:-moz-any-link { padding-left: 6px; } /* Firefox (!) */

	button span { 
		background:transparent url(../img/css/btn_right.png) right top no-repeat;
		float:left; 
		height:22px;
		line-height:22px;
		margin-top:0; 
		padding-right:10px;
		}
	button:hover span, button.over span { background-position: right -22px; }
	
		button span, x:-moz-any-link { margin-top:-2px; } /* Firefox (!) */
		* html button span { padding-left:2px;} /* IE6 */
		*+html button span { margin-top:0; padding-left:2px;} /* IE7 */

/*special button widths for the ies*/
* html #newsletter-signup button {width:7em;}
*+html #newsletter-signup button {width:7em;}
* html button.lodging { width:8.6em; }
*+html button.lodging { width:8.6em; }




/* specific forms */
/* site search */
#sitesearch {
	position:absolute;
	top:60px; right:56px;
	width:240px;
	}
#sitesearch legend { display:none; }
#sitesearch input {float:left; width:180px;}
#sitesearch button {float:left; margin:0 0 0 6px; text-transform:uppercase;}



/* newsletter signup */
#newsletter-signup { margin:0 0 16px; }
#newsletter-signup legend { display:none; }
#newsletter-signup input { width:210px; }
#newsletter-signup legend { display:none; }

/* Information request form */
#request-information legend {
	font-weight:bold;
	font-size:1.085em;
	margin:0 0 1em;
	}
#request-information input { width:27em; }
	#request-information .phone input { width:7em; }
	#request-information .amount input { width:2em; }
	#request-information .zip input { width:6em; }

#request-information .check label { width:674px; }

/* Interactive Map 
	** Commented and saved for potential use at a later date
#_dvSearch #__SearchKey { display:block; margin:0 0 .5em 4px; }
#_dvSearch #__SearchPane { margin-bottom: 5px; }
#_dvSearch #__MapTab { margin-bottom: 8px; }
#_dvSearch #__SearchTxtResultPane { width: 220px; }

*/
#__SearchAddr, #__GetAddr, #__SearchPane input { display: inline; }

div.interactive-map { clear: both; margin: 35px 0 0 0; }
#__MapTab table { width: 875px; }

/* under nav in tertiary (general) */
#tertiary .filter {
	background:transparent url(../img/css/bg_filter.gif) 0 0 repeat-x;
	margin:20px 0 0;
	padding:2px;
	}
	#tertiary .filter .content {
		background-color:#3b3b3d;
		border:1px solid #555;
		padding:8px 6px;
		}
	#tertiary .filter ol { margin:0; }
	
	#tertiary .filter h3 {
		color:#fff;
		margin:0 0 .5em;
		}

	#tertiary .filter legend { font-weight:bold; margin-bottom:.5em; }
	#tertiary .filter label { margin:0 0 2px; }
	#tertiary .filter input, #tertiary .filter select { width:160px; }
	
	#tertiary .filter .check label { font-weight:normal; margin-top:-2px; width:148px; }
		#tertiary .filter .check label { width /*/**/:144px\9; } /* IE8 */
		*+html #tertiary .filter .check label { margin-top:0; } /* IE7 */
	#tertiary .filter .check input { width:14px; }


/*----------------------------------- Tables ---*/
	
table { width: 100%; }
.results td {padding:8px 12px; vertical-align:top; }
.results th { border-bottom:1px solid #ccc; font-weight:normal; text-align:left;}
	.results th.name {padding-left:12px;}
.results .even td { background-color:#F4F3EE; }
.results td.name { font-size:1.085em; width:70%; }
.results td.contact { padding-left:0; }
	



/*----------------------------------- Randoms/dev utility styles ---*/

.accessibility { height:0;left:-9999em;line-height:0;position:absolute;text-indent:-9999em; }
.column {
    float: left;
	width: 45%;
	margin-right: 2%;
}

.hide			{ display: none; }
.left 			{ float: left; margin: 10px 5px 10px 0; }
* html .left 	{ margin-right: 0; }
.right 			{ float: right; }
.clear 			{ clear: both; }
.clearleft 		{ clear: left; }
.clearright 	{ clear: right; }
.error, .red 	{ color: red; }

.small 			{ width: 25%; }
.medium 		{ width: 48%; }
.large 			{ width: 90%; }



/* safari fixes */
@media screen and (-webkit-min-device-pixel-ratio:0){
button { padding-left:9px; }
button span { padding-left:2px; }
.chrome button { padding-left:6px; }
.chrome button span { padding-left:0; margin-top:-1px; }
}