/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
body {
  background-color: #E1E2E4;
  font-family: Arial,Helvetica,sans;
  background-image: linear-gradient(right bottom, #A9A9A9 54%, #F0F0F0 70%);
  background-image: -o-linear-gradient(right bottom, #A9A9A9 54%, #F0F0F0 70%);
  background-image: -moz-linear-gradient(right bottom, #A9A9A9 54%, #F0F0F0 70%);
  background-image: -webkit-linear-gradient(right bottom, #A9A9A9 54%, #F0F0F0 70%);
  background-image: -ms-linear-gradient(right bottom, #A9A9A9 54%, #F0F0F0 70%);

  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    color-stop(0.54, #A9A9A9),
    color-stop(0.7, #F0F0F0)
    );
  min-height: 1000px;
}   

#header {
  height:100px;
  background: url(../img/mastheader2.png) top left no-repeat;
  padding-left :140px;
  border-width: 1px 1px 0px 1px;
  border-color: #DDD;
  border-style: solid;
  color :#0981AC;
}
#header h2 {
  color:#C00;
  font-style: italic;
}

#topNav, #topNavigation {
  border-top: 1px solid #DDD;
  border-bottom: 3px solid #0981AC;
  margin-bottom: 15px;
  float:left;
  width: 100%;

  -moz-box-shadow: 2px 3px 6px #333;
  -webkit-box-shadow: 2px 3px 6px #333;
  box-shadow: 2px 3px 6px #333;

}
/* Top Navigation */
#topNav ul {
  margin:0;
  padding: 0;
}

#topNav ul li {
  float:left;
  background-color: #808284;
}

#topNav ul li a {
  color : #fff;
  display:block;
  padding: 12px;
  border-right: 1px solid #DDD;
  text-decoration: none;
  font-size: 14px;
}

#topNav ul li:hover {
  background-color: #0981AC;
}

#topNav ul li:hover a {
  color:#FFF;
  text-decoration: underline;
}

#container {
  margin: 0 auto;
  width: 960px;
  border : 1px solid #CCC;
  padding:15px;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  -moz-border-radius: 10px; /* For FireFox */
  -webkit-border-radius: 10px; /* For Safari/Chrome */
  border-radius: 10px;

  background-color: #fffffc;

  -moz-box-shadow: 5px 5px 3px #333;
  -webkit-box-shadow: 5px 5px 3px #333;
  box-shadow: 5px 5px 3px #333;
}


#breadcrumbs {  
  color : #000;
  display:block;
  padding-bottom: 15px;
}



#breadcrumbs li {
  color: #333333;
  padding-left: 5px;
  padding-right: 5px;
  float:left;
}

#breadcrumbs li a {
  /*border-right: 1px solid #333333;*/
  color: #CC0000;  
  /*font-weight: bold;*/
  padding-right: 25px;
  text-decoration: underline;
  background:transparent url(../img/rightArrow.png) no-repeat scroll right center;
}

#sideContent {
  float:right;
  width:250px;
  border : 1px solid #CCC;
  background-color: #EEE;
  padding:5px;
  -moz-border-radius: 5px; /* For FireFox */
  -webkit-border-radius: 5px; /* For Safari/Chrome */
  border-radius: 5px;
}

#main {
  width : 680px;
  float:left;
  min-height: 400px;
}

[role=main] img {
  border: 1px solid #DDD;
  padding: 5px;
  background-color: #FFF;
  margin-bottom: 10px;
  -moz-box-shadow: 5px 5px 5px #888;
  -webkit-box-shadow: 5px 5px 5px #888;
  box-shadow: 5px 5px 5px #888;
}

img.right {
  float: right;
  margin: 20px;
}


[role=main] h1, [role=main] h2 {
  clear:both;
}

[role=main] ul {
  list-style-type: square;
}

#mainNoSideNav, [role=main] {
  min-height: 400px;
  float:left;
  padding: 10px;
  width: 100%;
  background-color: #C5E8FA;
  background-image: linear-gradient(left top, #C5E8FA 5%, #FFFFFF 61%);
  background-image: -o-linear-gradient(left top, #C5E8FA 5%, #FFFFFF 61%);
  background-image: -moz-linear-gradient(left top, #C5E8FA 5%, #FFFFFF 61%);
  background-image: -webkit-linear-gradient(left top, #C5E8FA 5%, #FFFFFF 61%);
  background-image: -ms-linear-gradient(left top, #C5E8FA 5%, #FFFFFF 61%);

  background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0.05, #C5E8FA),
    color-stop(0.61, #FFFFFF)
    );

  -moz-border-radius: 5px; /* For FireFox */
  -webkit-border-radius: 5px; /* For Safari/Chrome */
  border-radius: 5px;

  margin-bottom: 5px;

}

html h1.pageTitle {
  color:#f5a83e;
  text-shadow:1px 1px 1px #000;
  padding : 0px;
  margin: 0px;
  font-style: italic;
  font-size: 2.0em;
}

h1 {
  color:#0981AC;
  text-shadow:1px 1px 1px #000;
  padding : 0px;
  margin: 0px;
  font-size: 1.8em;
}

[role=main] {

    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 10px;
    padding: 0;
}

#footer {
  clear:both;
  margin-top:5px;
  margin-bottom: 5px;
  color:#666;
  background-color: #5E869D;
  border: 1px solid #DDD;
  padding: 5px;
  text-align: center;
  position: relative;

  background-image: linear-gradient(right , #A4C6DB 46%, #5E869D 72%);
  background-image: -o-linear-gradient(right , #A4C6DB 46%, #5E869D 72%);
  background-image: -moz-linear-gradient(right , #A4C6DB 46%, #5E869D 72%);
  background-image: -webkit-linear-gradient(right , #A4C6DB 46%, #5E869D 72%);
  background-image: -ms-linear-gradient(right , #A4C6DB 46%, #5E869D 72%);

  background-image: -webkit-gradient(
    linear,
    right bottom,
    left bottom,
    color-stop(0.46, #A4C6DB),
    color-stop(0.72, #5E869D)
    );

  -moz-border-radius: 5px; /* For FireFox */
  -webkit-border-radius: 5px; /* For Safari/Chrome */
  border-radius: 5px;

}

#footerNav {
  margin-bottom: 10px;
}

#footerNav ul {
  margin: 0;
  padding: 0;
}

#footerNav ul li, #footerText {
  display:inline;
  color:#000;
  text-shadow:1px 1px 1px #fff;
}

#footerNav ul li a {
  display: inline;
  color:#fff;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #666;
  text-shadow:1px 1px 1px #000;
}

#footerNav ul li a:hover {
  text-decoration: underline;
  color:#F7FE2E;
}

#footerLogo {
  position:absolute;
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  background: url(../img/logo-small-faded.png) center no-repeat;
}

.message {
  color: #F00;
  font-weight: bold;
  margin-bottom: 10px;
}

.errors {
  color: #F00;
}

.errors h3 {
  color: #000;
  font-size: 1em;
}

.bold {
  font-weight: bold;
}

#actionLink {
  margin-bottom: 15px;
}

.imageIndicator {
  padding:2px;
}

.button, .buttonLink {
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c8c8cc), color-stop(1, #f6f2f7) );
  background:-moz-linear-gradient( center top, #c8c8cc 5%, #f6f2f7 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8cc', endColorstr='#f6f2f7');
  background-color:#c8c8cc;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #dcdcdc;
  display:inline-block;
  color:#666666;
  font-family:arial;
  font-size:12px;
  font-weight:bold;
  padding:6px 18px;
  text-decoration:none;
  text-shadow:1px 1px 0px #ffffff;
  margin-right: 10px;
  margin-bottom: 10px;
}


.button:hover, .buttonLink:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f2f7), color-stop(1, #c8c8cc) );
  background:-moz-linear-gradient( center top, #f6f2f7 5%, #c8c8cc 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f2f7', endColorstr='#c8c8cc');
  background-color:#f6f2f7;
}

.button:active , .buttonLink:active{
  position:relative;
  top:1px;
}

a.buttonLink {
  color:#666;
}

a.buttonLink:hover {
  color: #666;
}

div.buttonSet {
  clear: both;
  padding: 0 0 2px;
  width: 100%;
  float:left;
}

div.buttonSet div {
  float:left;
}

.floatingFormContainer {
  border: 1px solid #CCC;
  padding: 20px;
  width: 300px;
  margin: 0 auto;
  border-radius: 10px;
  -moz-box-shadow: 5px 5px 5px #888;
  -webkit-box-shadow: 5px 5px 5px #888;
  box-shadow: 5px 5px 5px #888;
}

hr.brag {
  border: 1px dashed #CCC;
}

div.clear {
  clear:both;
  margin-bottom: 10px;
}

#contactFormContainer {
  position :relative;
}

#contactFormPhoto {
  position:absolute;
  right:100px;
  top:100px;
}

div.photoAlbumTitle {
  /*
  border: 1px solid #DDD;
  padding: 5px;
  background-color: #FFF;
  margin-bottom: 10px;

  -moz-border-radius:3px; 
  -webkit-border-radius: 3px; 
  border-radius: 5px;
*/
}

span.albumTitleText {
  /*color:#8A0808;
  font-family: Helvetica, Trebuchet MS, Arial;
  font-style: italic;
  text-shadow:1px 1px 1px #fff;*/
  font-size: 13px;
}

#albumCategoryHeader {
  font-style: italic;
}

#announcementSection {
  float: right;
  margin-right: 100px;
  width: 250px;
}

#announcementSection h1 {
  -moz-border-top-left-radius:8px;
  -moz-border-top-right-radius:8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color:#fff;
  font-weight: bold;
  font-style: italic;
  
  padding: 3px;
  background-color: #A6C846;  
  margin: 0px;
  font-size: 1.5em;

background-image: linear-gradient(left bottom, #A5C846 34%, #FFFFFF 67%, #A3C6DA 91%);
background-image: -o-linear-gradient(left bottom, #A5C846 34%, #FFFFFF 67%, #A3C6DA 91%);
background-image: -moz-linear-gradient(left bottom, #A5C846 34%, #FFFFFF 67%, #A3C6DA 91%);
background-image: -webkit-linear-gradient(left bottom, #A5C846 34%, #FFFFFF 67%, #A3C6DA 91%);
background-image: -ms-linear-gradient(left bottom, #A5C846 34%, #FFFFFF 67%, #A3C6DA 91%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	right top,
	color-stop(0.34, #A5C846),
	color-stop(0.67, #FFFFFF),
	color-stop(0.91, #A3C6DA)
);

}

#announcementSection section {
  -moz-border-bottom-left-radius:8px;
  -moz-border-bottom-right-radius:8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #ccc;
  padding:5px;
}

#homeDisplaySection {
  position :relative;
  clear: both;
}

#homeContent {
  margin-top: 50px;
  clear: both;
}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
