@import url("sitestyles.css");

a {
	color:#cd805c;
}
a:hover {
	color: #9e9e9e;
}
a:visited {
}

h2.pageHeading {
	bottom: 0px;
	float: left;
	margin-bottom: 0px;
	position: absolute;
	text-align: left;  /* Looks much better centered */
	padding-left: 15px;
	width: 25%;
	color:#cd805c;
}

h3 { color: #9e9e9e; margin-top: 0.5em; margin-right: 0.3em; margin-bottom: 0.5em; }

.breadcrumbs {
	font-size: 0.8em;
	padding: 3px;
	color: #666666;
}

.breadcrumbs a {
	color: #666666;
}

.breadcrumbs a:hover {
	text-decoration: none;
	color: #cd805c;
}

#footerNav ul, #topNav ul {
	margin: 0;
	pading: 0;
}
#footerNav ul li, #topNav ul li {
	list-style-type: none;
	float: left;
	border-right: 1px solid black;
}
#footerNav ul li.lastItem, #topNav ul li {
	border-right: none;
}
#footerNav a, #topNav a {
	padding: 2px 5px;
	color: #666666;
	text-decoration: none;
	font-size: 0.7em;
	text-transform: uppercase;
}
#footerNav a:hover, #topNav a:hover {
	color: #000000;
	text-decoration: underline;
}
.iconLink {
	width: 10px;
	height: 16px;
	display: block;
	text-indent: -10000em;
}
.facebook {
	background-image: url(images/icons/facebook_icon_dk_20.png);
	background-repeat: no-repeat;
}
.facebook:hover {
	background-image: url(images/icons/facebook_icon_lt_20.png);
}
.facebook_w {
	background-image: url(images/icons/facebook_icon_lt_20.png);
	background-repeat: no-repeat;
}
.facebook_w:hover {
	background-image: url(images/icons/facebook_icon_dk_20.png);
}
.twitter {
	background-image: url(images/icons/twitter_icon_dk_20.png);
	background-repeat: no-repeat;
}
.twitter:hover {
	background-image: url(images/icons/twitter_icon_lt_20.png);
}
.twitter_w {
	background-image: url(images/icons/twitter_icon_lt_20.png);
	background-repeat: no-repeat;
}
.twitter_w:hover {
	background-image: url(images/icons/twitter_icon_dk_20.png);
}
.envelope {
	background-image: url(images/icons/envelope_icon_lt_20.png);
	background-repeat: no-repeat;
}
.envelope:hover {
	background-image: url(images/icons/envelope_icon_dk_20.png);
}
.calendar {
	background-image: url(images/icons/calendar-icon_lt_20.png);
	background-repeat: no-repeat;
}
.calendar:hover {
	background-image: url(images/icons/calendar-icon_dk_20.png);
}

#searchForm {
	float: left;
	margin-right: 10px;
}
/* #searchForm */ input[placeholder].searchTerms {
	text-align: right;
	font-size: 0.8em;
	height: 20px;
	margin-right: 0;
	vertical-align: bottom;
}
/* #searchForm */ input[type=submit].searchButtonGo {
	background-image: url(images/icons/arrow-alt-right-inv_20.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -10000em;
	border: 0;
	margin-left: 0;
}

#topNav a.brightButton {
	color: #ffffff;
	background-color: #e78830;
	padding: 5px 8px;
	margin-left: 5;
}

#topNav a.brightButton2 {
	color: #ffffff;
	background-color: #898d8e;
	padding: 5px 8px;
	margin-left: 15;
}

.headlineList, .cleanList {
	list-style-type: none;
	margin: 0;
	padding: 0.5em;
}

.headlineList li, .cleanList li {
	
	margin-bottom: 0.5em;
	overflow: auto;
}

.cleanList li {
	border: none;
}

.headlineList a {
	color: #cd805c;
}


.infoBox {
	font-size: 0.8em;
	border: 1px solid #c0c0c0;
	margin: 5px 0;
	padding: 3px;
}
.infoBox h4 {
	color: #cd805c;
}

.articleThumb {
	border: 1px solid grey;
	
	float: left;
	margin: 4px;
}

#galleria {
	height: 504px;
}


#homeLink a {
	display: block;
	text-indent: -10000px;
	width: 180px;
	height: 84px;
}

#right img {max-width: 99%;}

@media all and (max-device-width: 480px), all and (max-width: 480px){
	#footerNav a {
		font-size: 0.6em;
	}
	h2.pageHeading {
		display: none;
	}
}
#searchTerms { height: 20px; margin: 0; padding: 0; }

#pagination {border-bottom: 1px solid #cc662e; padding-bottom: 2px; bottom: 5px; width: 100%;}
#pagination a {/*border: 1px solid #2c1a06;*/ padding: 2px; margin-left: 2px; /* background-color: #cac1ab;*/ color: #cc662e; text-decoration: none; }
#pagination a:hover { color: #edd6b3; background-color: #cc662e; text-decoration: none; }
#pagination span.liveTab { color: #edd6b3; background-color: #cc662e; text-decoration: none; padding: 5px 4px 2px; margin-left: 2px; }
.storeButton { font-size: 14px; background-color: #ebebeb; text-decoration: none; padding: 4px; border: solid 1px #9e9e9e; }
.storeButton a{ font-size: 14px; background-color: #ebebeb; text-decoration: none; padding: 4px; border: solid 1px #9e9e9e; }
a.storeButton { color: black; font-size: 14px; background-color: #ebebeb; text-decoration: none; padding: 4px; border: solid 1px #9e9e9e; }