/* 
-----------------------------------------------
Reset Stylesheet
Author: Eric Meyer
 
Taken from:
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
----------------------------------------------- */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
}

strong {
  font-weight: bold;
}

ol, ul, li {
  list-style: none;
}
 
 
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}
 
/* end of reset */

/* Clearing Hack (http://www.positioniseverything.net/easyclearing.html)
----------------------------------------------- */
.cm:after
{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.cm {display: inline-table;}
/* Hides from IE-mac \*/
* html .cm {height: 1%;}
.cm {display: block;}
/* End hide from IE-mac */

body
{
font-family: 'Georgia', Sans-Serif;
font-size:100%;
background: #ccc url('images/top-bg.gif') repeat-x top left;
text-align: center;
margin: 0;
color:#666;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  width:1000px;
}

h1 {
  font-size:1.4em;
  margin-bottom:0.3em;
}

h2 {
  font-size:1.3em;
  margin-bottom:0.3em;
}

h3 {
  font-size:1.2em;
  margin-bottom:0.5em;
}

h4 {
  font-size:1.1em;
}

h1,h2,h3,h4,h5,legend { 
  color:#333;
}

em {
  font-style:italic;
}

p {
  line-height:1.2em;
}

a {
  color:#000;
  text-decoration:none;
  border-bottom:1px dotted #ccc;
}

a:visited {
  color:#444;
  border-color:#ccc;
}

a:hover {
  color:#555;
  border-style:solid;
}

#header {
  height: 99px;
  color: #fff;
  background: #8e958a url('images/header.gif') no-repeat;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  margin: 0;
}

#header a {
  border-bottom:none;
  color: #fff;
}

#header #title {
  float: left;
  width: 500px;
  border-right: 1px solid #fff;
  text-indent: -9000px !important;
}

#header #title a {        
  display: block;
  width: 370px;
  height: 50px;
  line-height: 50px;
  padding: 50px 20px 0 0;
}

#header #menu a:hover {
  color:#000;
  background: transparent url('images/alpha_bg.png');
}

#header li.current_page_item a {
  color:#000;
  font-weight:bold;
  background: transparent url('images/alpha_bg.png');
}


#menu {
  font-family: Arial, Sans-Serif;
  font-size:85%;
}

#menu li {
  float: left;
  width: 77px;
  border-right: 1px solid #fff;
}

#menu li.page-item-2 { background: transparent url('images/menu2.jpg') no-repeat top left; }
#menu li.page-item-308 { background: transparent url('images/menu3.jpg') no-repeat top left; }
#menu li.page-item-4 { background: transparent url('images/menu4.jpg') no-repeat top left; }
#menu li.page-item-74 { background: transparent url('images/menu5.jpg') no-repeat top left; }

#menu a {
  display: block;
  height: 49px;
  width: 6em;
  line-height: 50px;
  padding: 50px 0 0;
  text-align: center;
  text-decoration:none;
}

div#intro p {
  font-size:1.1em;
  margin-bottom:20px;
  line-height:24px;
}

#promos {
  float:left;
  width:470px;
  margin-bottom:20px;
}

#promos li {
  float:left;
}

#promos li img {
  width:210px;
  height:130px;
  border:3px solid #ccc;
  margin-right:15px;
}

#promos li p {
  padding:4px 8px;
  width:200px;
  position:relative;
  font-size:0.8em;
  color:#fff;
  bottom:24px;
  font-family: 'Trebuchet MS', Sans-Serif;
  background: transparent url('images/alpha_bg.png');
}

#promos a {
  border:none;
}

#extras {
  float:left;
  width:480px;
  margin-bottom:20px;
}

#extras h2 {
  display:block;
  font-size:1.1em;
  margin-bottom:0.4em;
}

#mc_embed_signup p {
  font-size:0.8em;
  margin-bottom:0.8em;
}

#mc_embed_signup input.email {
  float:left;
  display:block;
  width:360px;
  font-size:16px;
  margin-right:5px;
  margin-bottom:0.3em;
}

#mc_embed_signup .mc-field-group label {
  font-size:0.9em;
  display:block;
  margin-bottom:0.2em;
}

#mc-embedded-subscribe {
  position:relative;
  top:3px;
  font-size:12px;
}

#mce-responses .response,
#mc_embed_signup div.mce_inline_error {
  font-size:0.7em;
  clear:left;
  font-weight:bold;
  line-height:1.1em;
}

#mce-error-response {
  color:red;
}

#mce-success-response {
  color:#33cc33;
}

#mc_embed_signup div.mce_inline_error {
  color:red;
  float:left;
}

#extras div#news-promo,
#extras div#sign-up {
  padding:10px;
  height:116px;
  background: transparent url('images/quote_bg.gif');
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px; 
}

#extras div#news-promo {
  position:relative;
}

#extras .more {
  font-size:0.8em;
  position:absolute;
  bottom:10px;
  left:10px;
}

#extras .all {
  font-size:0.8em;
  position:absolute;
  bottom:10px;
  right:10px;
}

#extras .all .rss {
  border:none;
}

#extras .all .rss img {
  position:relative;
  margin-right:0.3em;
  top:3px;
}

#news-promo {
  margin-bottom:1.45em;
}

#sign-up {
  margin-bottom:0.8em;
}


#quote {
  clear:left;
  position:relative;
  bottom:10px;
  background: transparent url('images/quote_bg.gif');
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px; 
}

#quote p.author {
  background: transparent url('images/quote_tl.gif') no-repeat top left;
  font-size:0.8em;
  padding:15px 0 0 20px;
  color:#333;
  text-transform: uppercase;
  letter-spacing:1px;
}

#quote blockquote {
  background: transparent url('images/quote_tr.gif') no-repeat top right;
  padding:5px 20px 10px 20px;
  line-height:23px;
  color:#666;
  font-style:italic;
  font-size:0.9em;
}

#content {
  position:relative;
  padding:35px 25px;
  background: #fff url('images/fade.jpg') repeat-x top left;
}

#page {
  text-align: left;
}

#single_post {
  color:#666;
}

#single_post h1 {
  font-size:1.8em;
}

#single_post p {
  font-size:1.1em;
  line-height:1.6em;
  margin-bottom:0.6em;
}

#single_post ol,
#single_post ul {
  padding-top:0.4em;
  font-size:1.1em;
  margin-left:1.6em;
  margin-bottom:1em;
}

#single_post li {
  color:#666;
  list-style:circle;
  margin-bottom:0.4em;
}

#single_post.links li {
  font-size:0.9em;
}

#single_post.links li p {
  padding-top:0.3em;
  font-size:0.7em;
}

#single_post li span {
  color:#666;
  font-size:0.6em;
}

#single_post li address {
  padding-top:0.6em;
  font-size:0.8em;
  line-height:1.2em;
}

#single_post .date {
  color:#999;
  font-family: Helvetica, Arial;
  font-size:0.8em;
  position:relative;
  bottom:5px;
  margin-bottom:10px; 
}

#single_post img {
  display:block;
  float:left;
  margin:10px 15px 10px 0;
}

.archive-list {
  font-size:0.8em;
}

.archive-list small {
  font-family:Arial;
  color:#999;
  font-size:0.6em;
}

#archive ul {
  margin-bottom:1em;
}

#archive li {
  display:block;
  margin-bottom:0.6em;
  float:left;
  width:150px;
}

#archive h2 {
  font-size:1.8em;
}

#archive p {
  margin-bottom:0.8em;
}

#searchform a {
  border:none;
}

#searchform img {
  position:relative;
  top:2px;
  margin-right:0.4em;
}

#search_results .no-results p {
  margin-bottom:1em;
}

.search-results h1 {
  margin-bottom:1em;
}

.search-results .list-item {
  border-bottom:1px dashed #ccc;
  margin-bottom:1em;
}

div.inputfield {
  margin-bottom:0.6em;
}

div.inputfield label {
  font-size:1.2em;
  position:relative;
  bottom:0.3em;
}

div.inputfield label span {
  font-size:0.6em;
  color:#999;
}

div.inputfield input {
  font-size:16px;
  padding:0.3em;
}

p#tags {
  color:#999;
  font-size:0.8em;
}

#search {
  position:absolute;
  top:35px;
  right:25px;
}

#search input {
  font-size:14px;
}

#search input#s {
  width:200px;
}


.zero_height {
  height:0;
}


blockquote
{
background: transparent url('images/quote.png') no-repeat top left;
padding: 7px 25px;
margin:0 0 10px 0;
font-style: italic;
font-size: 0.9em;
}

#archive_footer h3 {
  color:#8e958a;
}

#archive_footer img.rss {
  position:relative;
  top:2px;
}

#archive_footer h3 a {
  border:none;
}

#archive_footer {
  background: #fff url('images/fade.jpg') repeat-x top left;
  padding:25px;
  color:#666;
}

#archive_footer > ul.sections > li {
  font-size:0.9em;
  float:left;
  display:block;
  width:30%;
}

#archive_footer > ul.sections > li li {
  display:block;
  margin-bottom:0.6em;
}

#archive_footer > ul.sections > li.contact,
#archive_footer > ul.sections > li.address {
  width:18%;
  color:#333;
}

#archive_footer > ul.sections > li.contact li {
  font-size:0.9em;
}

#archive_footer address {
  color:#333;
  font-size:0.9em;
  font-weight:bold;
  line-height:1.3em;
  margin-bottom:0.2em;
}

#archive_footer > ul.sections > li.contact ul {
  margin-bottom:0.5em;
}

#footer {
  clear:left;
  background: #90978C;
  color: #fff;
  padding: 3px 0 15px 0;
  text-align: center;
  margin: 0 auto 0;
  line-height: 150%;
  font-size:0.8em;
}

#falbum {
  font-size:0.8em;
  padding-top:10px;
}

#falbum .falbum-album {
  width:120px;
  height:170px;
  float:left;
  margin-right:1.2em;
}

#falbum .falbum-tn-border-s {
  margin-bottom:0.4em;
}

#falbum div.set .falbum-tn-border-s {
  float:left;
  margin-right:1em;
  margin-bottom:1em;
}

#falbum div.set {
  padding-top:1em;
}

#falbum h1 {
  font-size:2.2em;
  margin-bottom:0.4;
}

#falbum p.falbum-desc {
  line-height:1.6em;
}

#falbum .falbum-thumbnail-nods {
  width:75px;
  border:1px solid #ccc;
}

#falbum .falbum-title {
  line-height:1.3em;
}

#falbum .falbum-navigationBar {
  clear:left;
  font-family:Arial, Helvetica;
  padding-top:1.2em;
}

#falbum .falbum-navigationBar a.otherPageLink,
#falbum .falbum-navigationBar a.buttonLink,
#falbum .falbum-navigationBar a.curPageLink {
  margin-left:0.4em;
  font-size:1.6em;
}

#falbum .falbum-navigationBar a.buttonLink {
  font-size:1em;
}

#falbum .falbum-navigationBar a.curPageLink {
  font-weight:bold;
}

#falbum .falbum-photo-block {
  float:left;
  margin-right:1em;
}

#falbum .falbum-breadcrumb {
  margin-bottom:1.8em;
}

#falbum .falbum-photo-block .falbum-photo-nods {
  margin-bottom:1em;
}

#falbum .falbum-meta-data h1 {
  margin-bottom:0.2em;
}

#falbum .falbum-tags-block {
  margin-bottom:1em;
}

.falbum-cloud {
  font-size:3em;
}

.falbum-tag1 {
  font-size:0.4em;
}

.falbum-tag2 {
  font-size:0.5em;
}

.falbum-tag3 {
  font-size:0.6em;
}

.falbum-tag4 {
  font-size:0.7em;
}

.falbum-tag5 {
  font-size:0.8em;
}

.falbum-tag6 {
  font-size:0.9em;
}

.falbum-tag7 {
  font-size:1em;
}

.flickr-perm {
  font-size:0.8em;
}

p.edit {
  position:absolute;
  bottom:5px;
  right:15px;
}
