/* @override http://fav.garage.upstruct.com/css/framework.css */

@import url(reset.css);
@import url(typography.css);


html, body {
	height: 100%;
	background-color: #e2e7eb;
	_background-color: #f0f0f0;
	
}


body {
	background: #e2e7eb url(../images/snow-1.png) no-repeat bottom center;
	_background-color: #f0f0f0;
	
}

body.ie6 {
	background-color: #f0f0f0;
}

body.ie {
	min-height: 850px;
}

a, a:link {
	text-decoration: none;
	color: inherit !important;
}

.clearer {
	clear: both !important;
}

#background-top {
	position: absolute;
	width: 100%;
	height: 400px;
	top: 0;
	left: 0;
	background: transparent url(../images/background-gradient.png) repeat-x top left;
}

#wrapper {
	width: 900px;
	height: 100;
	padding-bottom: 30px;
	margin: 0 auto;
	position: relative;
	top: 50px;
/*	border: 1px solid black;*/
}

#masthead {
	padding-bottom: 45px;
	color: white;
	background: transparent url(../images/stripes-full.png) no-repeat bottom left;
	font-size: 13px;
	margin-bottom: 10px;
/*	_padding-bottom: 20px;
	_background-image: none;
	_border-bottom: 13px solid white;*/
	
}

.ie6 #masthead {
	background-image: url(../images/stripes-full-ie6-trans.png);
	background-repeat: no-repeat;
	margin-bottom: 0;
 	padding-bottom: 20px;
}

#masthead h1 span {
	display: none;
}

#masthead h1 {
	background: transparent url(../images/fav-logo-trans.png) no-repeat top left;
	height: 48px;
	width: 130px;
	margin-bottom: 10px;
}

#masthead h1 a {
	display: block;
/*	height: inherit;*/
	height: 48px;
	width: 130px;
	position: relative;
	z-index: 5000;
}



#masthead h2 {
	font-size: 11px !important;
	float: left;
	margin-right: 50px;
	position: relative;
	top: 2px;
	text-transform: uppercase;
}

/*#masthead h1, #masthead h2 {
	margin-left: 15px;
}*/

#masthead .menu {
	float: left;
	min-width: 365px;
}


#masthead .menu.boilerplate {
	font-size: 11px !important;
	float: right;
	position: relative;
	top: -25px;
	min-width: inherit !important;
	_min-width: none; /* fixes JS exception ...oh, dear */
}

#masthead .menu li a {
	display: block;
	position: relative;
	padding: 0 10px 0 10px;
	z-index: 100;
}


#masthead .menu li:last-child a {
	padding-right: 0;
}

#masthead .menu li.last a {
	padding-right: 0;
}

#masthead .menu li {
	float: left;
	border-right: 1px solid #858585;
}


#masthead .menu li:last-child {
	border-right: none !important;
}

#masthead .menu li.last {
	border-right: none !important;
}

#masthead .menu li ul {
	z-index: 1000;
	position: absolute;
	left: -999em;
	background: transparent url(../images/green-85.png) repeat top left;
}

.ie6 #masthead .menu li ul {
	background-image: none;
	background-color: rgb(122,184,0);
/*	background-image: url(../images/orange-75-ie6-trans.png);*/
	background-repeat: no-repeat;
}


#masthead .menu li:hover ul {
	left: auto;
	
}


.ie7 #masthead .menu li:hover ul {
	min-height: 1%; /* whaa? */
}


#masthead .menu li li,
#masthead .menu li ul {
	width: 150px;
}

#masthead .menu li li {
	padding: 5px;
	border-right: none;
	
}

#masthead .menu li li:first-child a {
	padding-top: 2px;
}

#masthead .menu li li a {
	border-bottom: 1px solid white;
	padding: 0 5px 6px 5px;
	width: 130px;
}


#masthead .menu li li:last-child a {
	border-bottom: none;
	padding-bottom: 2px;
}

#masthead .menu li li.last a {
	border-bottom: none;
	padding-bottom: 2px;
}


#masthead .menu li:hover a {
	color: black;
} 

#masthead .menu li li a {
	color: white !important;
}

#masthead .menu li li:hover a {
	color: black !important;
}

#masthead .search {
	float: right;
	position: relative;
	top: -20px;
}


#masthead .search {
	background: transparent url(../images/search-box.png) no-repeat top left;
	height: 25px;
	width: 165px;
	position: relative;
	right: -5px;
}

.ie6 #masthead .search {
	background-image: none;
}



#masthead .search input[type=text] {
	border: none;
	background-color: transparent;
	position: relative;
	top: 8px;
	left: 25px;
	width: 125px;
	font-size: 12px;
	
}

#masthead .search input[type=text]:focus {
	border: none;
	outline: none;
}

.ie #masthead .search input[type=text] {
	top: 6px;
}

.ie6 #masthead .search input[type=text] {
	border: 1px solid #E3E3E3 !important;
	background-color: white;
	position: static;
	width: auto;
	margin-left: 10px;
}


.column {
	float: left;
	margin-right: 10px;
	background-color: white;
}

.last.column {
 	margin-right: 0 !important;
}

.narrow {
	width: 250px;
}

.wide {
	width: 640px;
}

#sidebar {
	background: #e7e7e8 url(../images/fav-logo-45.png) no-repeat -650px 100%;
	position: relative;
}

.ie6 #sidebar {
	background-image: url(../images/fav-logo-ie6.png);
}

#content {
	padding-bottom: 25px;
	background: transparent url(../images/stripes-full.png) repeat-x bottom left;
}

.ie6 #content {
	background-image: none;
	padding-bottom: 0;
}

.ie6 .clearer.footer {
	background: transparent url(../images/stripes-full-trans.png) no-repeat top left;
	height: 15px !important;
	margin-top: 10px;
}

.ie7 #content {
	padding-bottom: 15px;
}



#sidebar .footer {
	width: 220px;
	color: white !important;
	font-size: 11px;
	background-color: rgb(162,149,138);
	position: absolute;
	padding: 15px;
	bottom: 0;
}

.ie6 #sidebar .footer,
.ie #sidebar .footer {
	width: 215px;
}


#sidebar .footer h3 {
	font-weight: bold;
}

#sidebar .article-list {
	padding: 15px 15px 50px;
}

#sidebar .article-list li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #858585;
}

#sidebar .article-list li:last-child {
	border-bottom: none;
}

#sidebar .article-list li.last {
	border-bottom: none;
}

#sidebar .article-list h2 a {
 	color: rgb(122,184,0) !important;
	font-weight: bold;
	font-size: 14px;
}

#sidebar .article-list h2 a:hover {
	color: black !important;
}

#sidebar .article-list .preamble {
	margin-top: 5px;
	display: inline;
}

#sidebar .article-list .preamble p,
#sidebar .article-list .readmore {
	font-style: italic;
	font-size: 13px;
	color: rgb(162, 149,138);
	display: inline;
}


#main-content {
	position: relative;
	padding: 0;
	border: none;
}



#content.frontpage #main-content .article-list {
	position: absolute;
	top: 180px;
	z-index: 1000;
}

.frontpage-image {
	position: relative;
	z-index: 900;
	display: block;
}

#content.frontpage #main-content .article-list {
	width: 220px;
}

#content.frontpage #main-content .article-list .readmore a {
	color: white !important;
	font-size: 12px;
	font-style: italic;
}

#content.frontpage #main-content .article-list .readmore a:hover {
	color: black !important;
}

#content.frontpage #main-content .article-list li {
	width: auto;
	float: left;
	margin-bottom: 10px;
	background: transparent url(../images/green-85.png) repeat top left;
	
	padding: 6px 10px 6px 10px;
}

.ie6 #content.frontpage #main-content .article-list li {
	background-image: none;
	background-color: rgb(122,184,0);
/*	background-image: url(../images/orange-75-ie6-trans.png);*/
	background-repeat: no-repeat;
}



.ie6 #content.frontpage #main-content .article-list li,
.ie7 #content.frontpage #main-content .article-list li {
	width: 100%;
}




/*#content.frontpage #main-content .article-list li:first-child {
	background-image: none;
	background-color: rgb(170, 178, 189);
}

.ie6 #content.frontpage #main-content .article-list li:not(:first-child) {
	background-image: url(../images/orange-75-ie6-trans.png) !important;
	background-repeat: no-repeat !important;

}*/

#content.frontpage #main-content .article-list h2 {
	font-style: italic;
	font-size: 14px;
}

#content.frontpage #main-content {
	height: 426px; /* wha? */
}

.ie6 #content.frontpage #main-content {
	height: 424px;
}

.article h2 {
	color: rgb(122,184,0);
	font-size: 25px;
	
	position: absolute;
	bottom: 0;
	
	padding-bottom: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
	
	width: 605px;
	
	background: transparent url(../images/black-60.png) repeat top left;

}


.article-heading img {
	position: absolute;
}

.article-heading {
	height: 179px;
	position: relative;
}

.ie6 .article h2 {
	background-image: url(../images/black-60-ie6-trans.png);
	background-repeat: no-repeat;
}

.article h2, 
.article .body {
	padding-left: 25px;
}

.body {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	
}




.subpage.body {
	margin-left: 20px;
}

.subpage.body, .article {

	min-height: 400px;
}

a.back-button {
	background-color: rgb(122,184,0);
	color: white !important;
	text-decoration: none;
	float: right;
	font-size: 12px;
	padding: 7px;
	margin: 0 20px 20px 0;
	text-transform: uppercase;
}


/*#bottom-background {
	position: fixed;
	bottom: 0;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
	height: 348px;
}*/