/*
	salmondays.css
*/

body {
	color: #000;
	font-family: Helvetica, "Lucida Grande", Arial, Verdana, Lucida, sans-serif;
	font-size: 90%;
	line-height: 1.2em;
	background-color:#3a6699;
}

#container {
	background-color: #FFF;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	padding: 30px 15px 20px 25px;
	border-left: 3px black solid;
	border-right: 3px black solid; 
	}

/*
			General
*/
a {
	color:#cc6d3a;
	text-decoration: underline;
	font-weight:500;
}
a:hover {
	color:#e56e2e;
	text-decoration:none;
}
p a {
	color: #eb1c24;
	font-weight:bold;
	text-decoration:underline;
}
p a:hover {
	color: #f51820;	
	text-decoration: none;
}
strong {
	font-weight: 900;
}
h1, h2, h3 {
  font-family: arial, Arial, Helvetica, sans-serif;
  color: #2e3192;
}
h1 {
	font-weight: 900;
	font-size: 2.5em;
	padding-top: 3px;
    padding-bottom: 3px;
    white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-weight: 600;
	font-size: 1.5em;
	padding: 0 0 .5em 0;
    line-height: 1.3;
	color: #006837;
}
h3 {
	padding: 0 0 .5em 0;
    font-size: 1.3em;
	color: #000;
	font-style: italic;
	font-family: "Arial Black", sans-serif;
}
h4 {
	color: #006837;
}
h5 {
	color: #2e3192;
}
h3 a {
	color: #006837;
	font-weight:bold;
	text-decoration:underline;
}
h4 a {
	color: #006837;
	font-weight:bold;
	text-decoration:underline;
}
p {
	line-height: 120%;
	padding-bottom: 1em;
	font-weight: 500;
}
dl {
	padding-bottom: 1em;
}
dt {
	font-size: 1.3em;
    font-weight: 600;
	color: #eb2127;
}
dd {
	font-weight: 400;
	padding-bottom: 1em;
}
dt a {
	color: #43452d;
/*	font-style:italic; */
}
.normal {
	font-weight:100;
	color:black;
	font-size:.9em;
}
li a {
	color: #006837;
	font-size:1.1em;
	text-decoration:underline;
	font-weight:bold;
	line-height: 20px;
}
/*
			Divs
*/

p.emphasized {
	padding-bottom: 1em;
	font-weight: 700;
	font-size: 1.1em;
}

/*
			Main
*/

#page-header h1 {
	color:#2e3192;
	margin-bottom:10px;
}
#footer {
width:1026px;
background-color: #000;
margin: 0 auto 0 auto;
height: 30px;
color: #fff;
padding: 10px 10px 10px 10px;
z-index: 100;
}
/*
#page_content {
min-height: 600px;
}
*/
.image_right {
    position: relative;
	float: right;
	margin-left: 15px;
    border: 1px solid black;
	padding: 1px;
}
.section_right {
    position: relative;
	float: right;
	margin-left: 15px;
    width: 152px;
}
.section_right img {
	float: right;
    border: 1px solid black;
}
.section_right cite {
    position: relative;
	font-size: .8em;
	color: #000;
	float: right;
}
.image_gallery {
    position: relative;
	/*float: left; */
	margin: 5px 15px 10px 0px;
    border: 1px solid black;
}
.image_left {
    position: relative;
	float: left;
	margin: 0px 15px 0px 0px;
    border: 1px solid black;
	width:220px;
	height:220px;
}
.image_center {
	margin-left: 210px;
	margin-bottom: 10px;
	border: 1px solid black;
}
.image-sponsor {
    padding: 1em;
    padding-right: 4em;
}
.image_sponsor a {
	text-decoration: none;
	background-color: transparent;
}
.image_sponsor a:hover {
	text-decoration: none;
	border: 1px solid #00f;
}
.sponsor_text_box {
	width: 175px;
	height: auto;
	border: 1px #000 solid;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px 3px 3px 3px;
}
.parade_winner_header {
  font-weight: 600;
}
.parade_winner_subheader {
  padding-left: 2em;
  text-decoration: underline;
}
.parade_winner {
  color: #900;
  padding-left: 4em;
}
.sponsor {
    padding: 0 0 1em 0;
    width: 750px;
    z-index: 2;
}
.sponsor img {
  margin: 0 20px 10px 0;
  padding: 1px;
  background-color: #fff;
  vertical-align: text-top;
}
.spacer {
  clear: both;
  margin-top: 20px;
}
#golf {
  width: 730px;
}
#golf img {
  display: inline;
  vertical-align: text-top;
  margin: 0 30px 20px 0;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #8B4513;
}
.vendor_winners {
  padding-bottom: 20px;
}
.vendor_winners li {
  display: block;
  font-weight: 600;
}
td {
  font-size: .9em;
}
.fishy_fact {
  position: relative;
  float: right;
  font-size: .95em;
  font-style: italic;
  width: 13em;
  height:auto;
  border: 1px solid #999;
  padding: .3em;
  margin-left: 1em;

}
#inpage_links {
  position: relative;
  float: right;
  font-size: .95em;
  font-style: italic;
  width: 13em;
  height:auto;
  border: 1px solid #999;
  padding: .3em;
  margin-left: 1em;

}
.logo_box_home {
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  float:right;
}
.logo_box_home img {
    vertical-align:text-top;
}
.logo_box {
  margin: 0 auto;
  text-align: center;
  padding: 23px;
  width: 75%;
  height: auto;
  background-color: #fff;
  border: 1px ridge #bb2c5c;
}
.logo_box img {
    vertical-align:text-top;
}

#page-header .small {
  font-size: 1.8em;
}
.row p {
  position: relative;
  top: 4em;
}
.awards dt {
  margin: 1em 0 0 0;
  font-weight: 500;
  color: #000;
}
.awards dd {
  margin: 0 0 0 2em;
  padding: 0;
  font-weight: 500;
}
ul.awards {
  margin-top: 0;
  list-style: circle;
}
ul.awards li {
  margin-left: 2em;
}
.inParagraphList {
  margin-top: -0.5em;
  margin-left: 4em;
  margin-bottom: 2em;
  list-style: disc;
}
.paragraph-inset {
  margin: 0 0 2em 2em;
}
.related a {
    color: #A33;
}
.related a:hover {
    color: #D77;
    text-decoration: underline;
}
.link_title {
    font-weight: 800;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
    white-space: nowrap;
}
td, th {
    padding-right: 2em;
}
.important {
    font-weight: 100;
    color: #ec1c24;
	font-style:italic;
	font-size: 1.3em;
}
.vendor_application_link {
	color: #ec1c24;
	text-decoration:underline;
}
.center {
    text-align: center;
    padding: 1em 0 1em 0;
}
.center img {
    vertical-align: text-top;
}


.white_padding {
    padding: 3px;
    background-color: #fff;
}

.sponsor-subtitle {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:.9em;
}
.sponsor-subtitle a {
	color:#d9e021;
	text-decoration:underline;
}

/* Added for SD 2011 */

.festival-dates {
	color: #000;
	font: 1.4em sans-serif;
	font-weight: bold;
	font-family: "arial black", sans-serif;
}

.festival-time-location {
	color: #000;
	font: 1.2em sans-serif;
}

.festival-free {
	color: #cb2229;
	font: 1.3em sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.family-and-salmon {
color: #d9e021;
text-transform: uppercase;
font-weight:bold;
}

.phone-number {
color: #cdd0ba;
font-weight: 900;

}

#footer-left {
text-align: left;
float:left;
margin-left:20px;
}

#footer-center {
float:left;
position:relative;
top: -15px;
left: 190px;
}

#footer-right {
margin-top: -3px;
margin-right: 30px;
text-align:right;
}

.copyright {
text-transform: uppercase;
font-size: .6em;
color: #fff;
font-weight: 100;
}

.web-url a {
color: #fff;
font-weight: 900;
font-size: 1.2em;
font-family: "Arial Black", sans-serif;
text-decoration: none;
text-transform: none;
}

.web-url a:hover {
text-decoration: underline;
}

#recycle_icon {
display: inline-block;
}

.spawnsor_link a{
font-size: 1.2em;
font-weight:900;
}

.presented_by {
font-size: .6em;
color: #000;
}

.presented_by a {
color: #000;
text-transform: uppercase;
font-weight:bold;
}

#bottom_area {
padding-top: 40px;
clear: both;
}

.now-available {
font-weight:bold;
color: #662d91;

}

.now-available a {
text-transform: uppercase;
}

#sidebar_right {
float:right;
margin: -5px 20px 10px 10px;
width: 260px;
text-align:right;
}

#sidebar_right img {
border: 1px solid black;
}

#fish_party {
float:right;
margin-top:80px;
position:relative;
}

