/*  HTML5 âœ° Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select {vertical-align:middle;}


/*select,*/ input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, /*select,*/ input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {  }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #efefef; color:#111111; text-shadow: none; }
::selection { background:#efefef; color:#111111; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #efefef; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }


 /* Primary Styles
    Authors:
    - Alex Graham (alex@cadmium.com.au)
    - Brendan Underwood (brendan@ipixel.com.au)
 */

body {
  background-color: #2d3033;
  background: url(/siteimages/bg-watermark.png) top right no-repeat, url(/siteimages/bg-line-diag.png),  #2d3033;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#container {
  width: 950px;
}

#main {
  position: relative;
  margin-left: 10px;
  background: #fff -10px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  /* -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;*/
  
}

/* ---(  utility  ) ---------------------- */

#utility {
  background: #111111;
  color: #cacaca;
  padding: 10px;
  font: 0.7em "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 5px solid #1b1d1f;
}

#utility ul {
  list-style-type: none;
  float: right;
  margin-left: 0;
}

#utility li {
  display: inline;
  padding: 10px;
}

#utility a {
  color: #cacaca;
  text-decoration: none;
}

#utility a:hover {
  color: #ffffff;
}

#utility li.current a {
  color: #ffffff;
  font-weight: bold;
}


/* ---(  navigation bar  ) ---------------------- */

#nav #logo {
  float: left;
  margin: 3px 0 0 10px;
  width: 236px;
  height: 85px;
}

#nav ul {
  list-style-type: none;
  margin-left: 256px;
}

#nav li {
  float: left;
  border-left: 1px solid #404245;
  margin-top: -5px;
}

#nav li a {
  display: block;
  padding: 28px 14px 24px 14px;
  font: bold 0.9em/125% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  height: 26px;
  border-top: 5px solid #1b1d1f;
}

#nav li a:hover {
  background-color: #3a3d41;
}

#nav li a .subtext {
  font-family: "adobe-garamond-pro", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 0.95em;
}

/* - nav members - */

#nav li#navmembers {
}

#nav li#navmembers a {
  border-top-color: #3f85ba;
  width: 123px;
}

#nav li#navmembers a:active {
  background-color: #3f85ba;
}

#nav li#navmembers.current a {
  border-top-color: #5da4da;
  background-color: #3f85ba;
}

#nav li#navmembers.current a .subtext {
  color: #c9e3f7;
}

/* - nav what we're doing - */

#nav li#navactivities {
}

#nav li#navactivities a {
  border-top-color: #c57e18;
  width: 133px;
}

#nav li#navactivities a:active {
  background-color: #c57e18;
}

#nav li#navactivities.current a {
  border-top-color: #dca14e;
  background-color: #c57e18;
}

#nav li#navactivities a.current .subtext {
  color: #fad094;
}

/* - nav news & events - */

#nav li#navnews {
}

#nav li#navnews a {
  border-top-color: #a91400;
  width: 112px;
}

#nav li#navnews a:active {
  background-color:  #a91400;
}

#nav li#navnews.current a {
  border-top-color: #da3721;
  background-color:  #a91400;
}

#nav li#navnews.current a .subtext {
  color: #f5bdb6;
}

/* - nav about - */

#nav li#navabout {
}

#nav li#navabout a {
  border-top-color: #00a950;
  width: 92px;
}

#nav li#navabout a:active {
  background-color:  #00a950;
}

#nav li#navabout.current a {
  border-top-color: #10cd69;
  background-color:  #00a950;
}

#nav li#navabout.current .subtext {
  color: #b0f7d2;
}

/* - nav contact - */

#nav li#navcontact {
}

#nav li#navcontact a {
  border-top-color: #1b1d1f;
  width: 89px;
}

#nav li#navcontact a.contact-us:active {
  background-color:  #4f5357;
}

#nav li#navcontact.current a {
  border-top-color: #6e757c;
  background-color:  #4f5357;
}

#nav li#navcontact.current a .subtext {
  color: #d8d8d8;
}


/* ---(  feature  ) ---------------------- */

#feature ul {
  list-style-type: none;
  margin: -10px 0 0 10px;
}

#feature li {
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  /* -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;*/
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#feature .wrapper {
  float: right;
}

#feature span {
  display: block;
}


#feature .title {
  font-family: "ff-meta-web-pro",sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  background: #ffffff;
  margin-top: 27px;
  width: 354px;
  padding: 24px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#feature .title p {
  line-height: 1.2em;
}

#feature .button {
  background: #00a950 url(/siteimages/bg-feature-button.png) top right no-repeat;
  font-family: "ff-meta-web-pro",sans-serif;
  font-size: 1.0em;
  padding: 10px 50px 10px 10px;
  width: 80px;
  float: right;
  margin-top: -14px;
}

#feature .button a {
  text-decoration: none;
  color: #ffffff;
}

#feature #join-awia {
  background: url(/siteimages/feature-join.jpg) top left no-repeat;
  height: 265px;
}


/* ---(  news  ) ---------------------- */

#news {
  float: right;
  background: #f9f9f9;
  margin: -1px 0 0 0;
  border-bottom: 1px solid #d8d8d8;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#news .wrapper {
  /* margin-left: 220px; */
}

#news article {
  width: 160px;
  padding: 20px 40px;
  float: left;
}

#news article a {
  text-decoration: none;
}

#news article h2 {
  font-family: "ff-meta-web-pro",sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 110%;
  letter-spacing: -1px;
  color: #2873b8;
  padding-left: 25px;
  margin-left: -25px;
  background: url(/siteimages/icon-news.png) 3px 5px no-repeat;
}

#news article .date {
  font: 0.7em "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 0;
  border-bottom: 1px solid #d8d8d8;
  color: #717171;
}

#news article p {
  font: 0.7em "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 150%;
  padding: 10px 0;
}

#news #feeds {
  clear: left;
}

#news #feeds ul {
  list-style-type: none;
  margin-left: 0;
}

#news #feeds ul li {
  display: block;
  float: left;
  width: 160px;
  padding: 20px 40px;
  font: 0.7em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#news #feeds a {
  text-decoration: none;
  color: #75787b;
  padding-left: 25px;
  padding-top: 3px;
  margin-left: -25px;
  display: block;
  height: 16px;
}

#news #feeds a#rss {
  background: url(/siteimages/icon-rss.png) 0 -17px no-repeat;
}

#news #feeds a#rss:hover {
  background: url(/siteimages/icon-rss.png) 0 1px no-repeat;
}

#news #feeds a#twitter {
  background: url(/siteimages/icon-twitter.png) 0 -17px no-repeat;
  padding-left: 29px;
}

#news #feeds a#twitter:hover {
  background: url(/siteimages/icon-twitter.png) 0 1px no-repeat;
  padding-left: 29px;
}

#news #feeds a#view-news {
  font-family: "ff-meta-web-pro",sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  padding: 10px;
  margin-left: 0;
  margin-top: -12px;
  background: #ffffff url(/siteimages/bullet-event.png) 120px 15px no-repeat;
  -mox-box-shadow: 2px 2px #e5e5e5;
  -webkit-box-shadow:  2px 2px #e5e5e5;
  box-shadow:  2px 2px #e5e5e5;
  width: 120px
}

#news #feeds a#view-news:hover {
  background: #6e7277 url(/siteimages/bullet-event.png) 120px 15px no-repeat;
  color: #ffffff;
}


/* ---( content and content typo  ) ---------------------- */

#content {
  font: 0.8em "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #ffffff;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: 580px;
  padding: 0;
  float: right;
  min-height: 780px;
  width: 720px;
}

.internal #content {
  /* background: transparent url(/siteimages/bghack.png) -10px 60px repeat-y; */
  padding: 0;
  min-height: 680px;
}

#content article:last-child,
#content article.last,
#content ul.pagination {
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* .internal #content h1 {
  text-indent: -9999px;
} */

#content a {
  color: #2873b8;
  text-decoration: none;
  font-weight: bold;
}

#content a:visited {
  color: #215e97;
}

#content a:active {
  color: #6e7277;
}

#content a:hover {
  color: #00a950;
}

/* #content article,
ul.pagination {
  margin-left: 220px;
} */

#content article p, 
#content article li,
#content article address,
#content .formHelp {
  line-height: 150%;
  color: #3f3f3f;
  margin-bottom: 0.75em;
}

#content article ul {
  margin-bottom: 0.75em;
}

#content article li {
  margin-bottom: 0;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  font-family: "ff-meta-web-pro",sans-serif;
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.0em;
}

#content h1,
#content h2.first {
  margin-top: 0;
}


#content h1 a,
#content h2 a,
#content h3 a,
#content h4 a,
#content h5 a,
#content h6 a {
  font-weight: normal;
}

#content h1 { font-size: 2.2em;   }
#content h2 { font-size: 1.8em; }
#content h3 { font-size: 1.5em; }
#content h4 { font-size: 1.2em; font-weight: bold; }
#content h5 { font-size: 1.0em; font-weight: bold; }

/* #content h3,
#content h4,
#content h5 {
  margin-bottom: 0.5em;
} */

#content ul.tightlist {
  margin-bottom: 0.5em;
}

#content ul.tightlist li {
  margin-bottom: 0;
}

#content ul.nobullets, #platinum-sponsors ul.nobullets {
  list-style-type: none;
    padding: 0;
    margin: 0;
}

#content ul.nobullets li {
    background: none;
    padding: 0;
    margin: 0;
}

.internal article,
ul.pagination {
  background: #ffffff;
  border-bottom: 1px solid #d8d8d8;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 25px 45px;
}

#members #content h1,
#members #content h2,
#members #content h3,
#members #content h4,
#members #content h5,
#members #content h6 {
  color: #3f85ba;
}

#what-were-doing #content h1,
#what-were-doing #content h2,
#what-were-doing #content h3, 
#what-were-doing #content h4,
#what-were-doing #content h5,
#what-were-doing #content h6 {
  color: #d3800a;
}

#news-and-events #content h1,
#news-and-events #content h2,
#news-and-events #content h3,
#news-and-events #content h4,
#news-and-events #content h5,
#news-and-events #content h6 {
  color: #a91400;
}

#about-awia #content h1,
#about-awia #content h2,
#about-awia #content h3,
#about-awia #content h4,
#about-awia #content h5,
#about-awia #content h6 {
  color: #00a950;
}

#contact #content h1,
#contact #content h2,
#contact #content h3,
#contact #content h4,
#contact #content h5,
#contact #content h6 {
  color: #1b1d1f;
}

.map {
  width: 500px;
  height: 500px;
}

/* ---( entry )------------------------------- */

.entry {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #dcdcdc;
}

.entry.first h2 {
    margin-top: 0;
}

.entry.last {
    border-bottom: none;
}

.entry h2{
	font-size: 1.5em;
}
/* ---(  profiles  ) ---------------------- */

.sample-profile {
  background-color: #f1f1f1;
  padding: 1em 2em;
  margin-bottom: 1.5em;
  border: 1px solid #dcdcdc;

  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2),inset 0 1px 1px rgba(255,255,255,1);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2),inset 0 1px 1px rgba(255,255,255,1);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2),inset 0 1px 1px rgba(255,255,255,1);

  -moz-border-radius: 4px; /* FF1+ */
  -webkit-border-radius: 4px; /* Saf3+, Chrome */
  border-radius: 4px; /* Opera 10.5, IE 9 */

}

.sample-profile h3 {
  font-size: 2.2em !important;
  margin: 0.5em 0 !important;
}


/* ---(  pagination  ) ---------------------- */

#content ul.pagination {
  margin: 0;
}

#content ul.pagination li {
  background: none;
  float: left;
  display: block;
  padding: 0;
  margin: 0 0.25em 0 0;
}

#content ul.pagination li.first {
}

#content ul.pagination li.last {
}

#content ul.pagination li a:link,
#content ul.pagination li a:visited {
  background-color: #dcdcdc;
  display: block;
  padding: 0 10px;
  float: left;
  text-align: center;
  min-width: 6px;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  font-size: 12px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  color: #8e8e8e !important;
  outline: none;
  text-shadow: 0 1px 1px rgba(255,255,255,1);
}

#content ul.pagination li.here {
}
#content ul.pagination li.here a {
  background-color: #676F77;
  color: #ffffff !important;
  font-weight: bold;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
}

#content ul.pagination li a:hover, 
#content ul.pagination li a:active {
  background-color: #00a950;
  color: #ffffff !important;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
}


/* ---(  sidebar  ) ---------------------- */

#sidebar {
  width: 220px;
  min-height: 780px;
  /* position: absolute;
 top: 15px;	
  left: 0;*/ 
 float: left;
}

#sidebar h2 {
  background: #f9f9f9;
  opacity: 0.8;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
  font-family: "ff-meta-web-pro",sans-serif;
  font-weight: normal;
  color: #000000;
}

#sidebar #events h2,
#sidebar h2#find-a-pro {
  margin-top: -56px;
}

#sidebar h2 span {
  opacity: 1;
}

#sidebar h2 span.events {
  background: url(/siteimages/icon-events.png) 0 2px no-repeat;
  padding: 0 0 0 20px;
}

#sidebar h2 a {
  color: #000000;
  text-decoration: none;
}

#sidebar h2 a:hover {
  color: #00a950;
}

#sidebar h2 a:active {
  color: #6e7277;
}

#sidebar ul,
#directory-nav {
  list-style-type: none;
  margin-left: 0;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #676f77;
}

#sidebar li,
#directory-nav .block {
  display: block;
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
  padding-right: 5px;
  min-height: 130px;
}

#directory-nav .block {
  min-height: 0;
}

#directory-nav .block {
  padding: 10px;
}

#sidebar li:nth-child(even),
#directory-nav .block:nth-child(even) {
  background: #3f454c;
}

#sidebar .date {
  background: #d6dade;
  font-family: "adobe-garamond-pro";
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 5px 0;
  text-shadow: #efefef -1px 0;
  color: #111111;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 35px;
}


#sidebar .date em {
  font-weight: normal;
  font-size: 1.0em;
  display: block;
}

#sidebar h3 {
  margin-left: 55px;
  font-family: "ff-meta-web-pro",sans-serif;
  font-weight: normal;
  font-size: 1em;
  text-shadow: #3a4d5d 1px 1px;
  padding: 10px 10px 0 0;
  height: 35px;
}

#directory-nav h3,
#directory_search_form label  {
  font-family: "ff-meta-web-pro",sans-serif !important;
  margin-left: 0;
  margin-bottom: 5px !important;
  padding: 0;
  height: auto;
  color: #ffffff !important;
  text-shadow: #3a4d5d 1px 1px;
  font-size: 16px !important;
}

#directory_search_form label  {
}

#sidebar h3 a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  height: 26px;
}

#sidebar h3 a:hover {
  color: #00ff79;
}

#sidebar h3 a:active {
  color: #92ffc6;
}

#sidebar p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.7em;
  font-weight: normal;
  line-height: 1.5;
  padding: 10px 10px 10px 30px;
  background: url(/siteimages/bullet-event.png) 15px 13px no-repeat;
}

#sidebar #newsletter {
  max-height: 100%;
  padding: 0 20px 25px 15px;
  background: #ffffff;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#sidebar #newsletter h2 {
  background: url(/siteimages/icon-newsletter.png) 0 17px no-repeat;
  padding-left: 25px;
}

#sidebar #newsletter p {
  background: none;
  padding-left: 0;
  font-size: 0.8em;
}

/* #sidebar #newsletter label, 
#contact-form-field label,
#comment-form-field label {
  display: none;
}*/



#sidebar #newsletter input.data, 
#contact-form-field input.data, #contact-form-field textarea.data,
#comment-form-field input.text, #comment-form-field textarea.textarea {

  border: 1px solid #dbdbdb;
  margin: 5px 0;
  padding: 10px 5px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  width: 170px;
  color: #999999;
}

#sidebar #newsletter .submit, 
#contact-form-field .submit {
  margin: 8px 0 0 73px;
  background-color: none;
  padding: 0;
}

#sidebar li.more-button {
  padding: 0;
  margin: 0;
  min-height: 30px;
}

#directory-atoz a {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #585f66;
  color: #c9cbcd;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 -1px 2px rgba(0,0,0,0.3);
  -moz-border-radius: 2px; /* FF1+ */
  -webkit-border-radius: 2px; /* Saf3+, Chrome */
  border-radius: 2px; /* Opera 10.5, IE 9 */
}

#directory-atoz a:hover {
  background-color: #00a950;
  color: #ffffff;
}

#directory-atoz a:active {
  background-color: #6e7277;
  color: #ffffff;
}

#directory-cats ul,
#directory-states ul {
  margin: 0 0 1em 0;
  padding: 0;
  background: none;
}

#directory-cats ul li,
#directory-states ul li {
  background: none !important;
  padding: 0;
  min-height: 0 !important;
  height: auto !important;
}

#directory-cats ul li a,
#directory-states ul li a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #8bc5f0;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
  background: url(/siteimages/bullet-event.png) left center no-repeat;
  padding-left: 12px;
}

#directory-cats ul li a:hover,
#directory-states ul li a:hover {
  color: #00ff79;
}

#directory-cats ul li a.current,
#directory-states ul li a.current {
  color: #ffffff;
  cursor: default;
}

#directory-cats ul li a:active,
#directory-states ul li a:active {
  color: #92ffc6;
}

/* ---(  footer  ) ---------------------- */

footer {
  background: #1a1b1c;
  padding: 30px 20px;
  margin: -10px 0 0 10px;
  min-height: 160px;
  clear: both;
  display: block;
}

footer #copyright {
  float: left;
  width: 250px;
}


footer #awia {
  margin-bottom: 10px;
}

footer p, footer li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.7em;
  font-weight: normal;
  line-height: 150%;
  color: #6e7277;
}

footer a {
  color: #d1d6da;
  text-decoration: none;
}

footer a:hover {
  color: #ffffff;
}

footer ul#links {
  list-style-type: none;
  margin: 10px 0;
}

footer ul#links li {
  display: inline;
}

footer ul#sitemap {
  list-style-type: none;
  margin-left: 0;
  float: left;
}

footer ul#sitemap li {
  border-bottom: 1px solid #35393c;
  width: 150px;
}

footer ul#sitemap a {
  display: block;
  padding: 5px 5px 5px 15px;
  background: url(/siteimages/bullet-event.png) 0 9px no-repeat;
  opacity: 0.5;
}

footer ul#sitemap a:hover {
  opacity: 1;
}


/*--- ( sponsors block ) ------------------- */

footer #platinum-sponsors {
	float: left;
	margin: 0.5em 50px;
}

footer #platinum-sponsors p {
  line-height: 1.1em;
  margin-bottom: 0.5em;
}

footer #platinum-sponsors ul.nobullets {
	display: inline;
}

footer #platinum-sponsors li {
	margin-top: 3em;
	margin-right: 1.5em;
	float: left;
}

footer #platinum-sponsors li img {
	vertical-align: bottom;
}


/* ---( commenting )------------------------------- */

#comments,
#comment-form {
    border: 1px solid #dcdcdc;
    margin: 1em 0 1em 0;
    padding: 0.5em 1em;
    width: 513px;

    /* border radius - non standard 2.1 css */
    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */
}

#comment-form h2,
#comments h2 {
    font-size: 16px;
    margin-top: 0.5em;
    letter-spacing: 0;
}

#disclaimer {
    font-size: 11px;
}

#comments h2 {
    background: transparent url('/siteimages/icons/comments-16.png') top left no-repeat;
    padding-left: 20px;
}

.comment-content {
    border: 1px solid #ffffff;
    padding: 0.5em 1em;
    background-color: #f4f4f4;
    margin-bottom: 0.5em;

    /* border radius - non standard 2.1 css */
    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */
}

.comment-content:hover {
    border: 1px solid #dedede;

}

.comment-content dl dt {
    background: transparent url('/siteimages/icons/comment-12.png') 0 2px no-repeat;
    margin-bottom: 1em;
    padding: 0 0 0.25em 16px;
    border-bottom: 1px solid #dcdcdc;
    color: #5b5b5f;
    font-size: 11px;
}


/* ---( alerts )------------------------------- */

.alert {
    border: 1px solid #e25000;
    margin: 0 0 1em 0;
    padding: 5px 10px 5px 26px;
    background: #ffe7c5 url('/siteimages/icons/alert-12.png') 10px 7px no-repeat;
    color: #000000;

    /* border radius - non standard 2.1 css */
    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */
}

.alert.friendly {
    border-color: #1D88CA;
    background-color: #EAF4FB;
    background-image: url('/siteimages/icons/smiley-12.png');
}

.alert.success {
    border-color: #2b912b;
    background-color: #bceebc;
    color: #083b08;
    background-image: url('/siteimages/icons/success-12.png');
}

.alert.sad {
    border-color: #ebb800;
    background-color: #ffec8a;
    background-image: url('/siteimages/icons/sad-12.png');
}

/* ---( tables )------------------------------- */

table {
    border-collapse: collapse;
    margin-bottom: 1.5em;
    margin-top: 0.5em;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

table caption {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 0.25em;
}

table th,
table td {
    padding: 5px 8px 5px 8px;
    vertical-align: top;
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid #dcdcdc;
    /* border-right: 1px solid #f2f2f2; */
}

table th.last,
table td.last {
    border-right: 0 !important;
}

table th {
    text-align: left;
    font-weight: bold;
    color: #000000;
    background-color: #f2f2f2;
    font-size: 12px;
}

table tr.odd {
    border-top: 1px solid #f2f2f2;
}

table tr.even {
    background-color: #f9f9f9;
    border-top: 1px solid #f2f2f2;
}

table .align-center {
    text-align: center;
}

table .align-right {
    text-align: right;
}

/* ---(  forms  ) ---------------------- */

/* #contact form.standard-form {
  background: #f9f9f9;
  margin: 20px 0;
  padding: 20px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
} */

input.text,
textarea.text {
	font-size: 14px;
	padding: 6px 5px;
	font: normal 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #DBDBDB;
	color: #444;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}

#directory_search_form input {

}

#comment_form textarea {
  width: 480px !important;
}

input.text:focus,
textarea.text:focus {
	border: 1px solid #a4a4a4;
	outline: none;
}

input.error,
textarea.error {
	border: 1px solid #9f2f2d;
}

input:focus.error,
textarea:focus.error {
	border: 1px solid #f00;
}

input.button {
	padding: 0;
	vertical-align: middle;
}

input.checkbox,
input.radio {
	border: 0;
	padding: 0;
	border: 0;
}

input.submit,
a.button-link,
button {
  background-color: #00a950;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* font-family: "ff-meta-web-pro",sans-serif; */
  padding: 4px 12px 6px 12px;
  color: #deffed !important;
  font-size: 11px;
  font-weight: bold;
  border: 0;
  display: inline-block;
  line-height: 150%;

  text-shadow: 0 -1px 1px rgba(0,0,0,0.1);

  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

input.submit.minor,
a.button-link.minor,
button.minor {
  background-color: #9e9e9e;
  color: #efefef !important;
}

input:hover.submit,
a:hover.button-link,
button:hover {
  cursor: pointer;
  color: #ffffff !important;
  background-color: #00c25c;
}

input:active.submit,
a:active.button-link,
button:active {
  position: relative;
  top: 1px;
}

input.example {
    color: #888888;
}

#content fieldset > * input:focus,
#content fieldset > * textarea:focus {
    border-color: #bbdbef !important;
    border-width: 1px;
    background-color: #ffffff;
    color: #000000;
}

#content fieldset > * input:focus.error,
#content fieldset > * textarea:focus.error {
    border-color: #bb421b !important;
}

.standard-form {
  list-style-type: none;
}

.standard-form .field,
#comment_form .field {
    padding:  1em 0;
    margin: 0;
	  border-bottom: 1px dotted #DBDBDB;
}

.standard-form .field.noborder,
#comment_form .field.noborder {
    border-bottom: 0;
}

.standard-form .field.inline,
#comment_form .field.inline {
    float: left;
    padding-right: 22px !important;
}

.standard-form .field ul {
    margin-bottom: 0.5em;
}

.standard-form .formControls {
    padding:  1em 0;
}

.standard-form h3 {
    font-family: "ff-meta-web-pro",sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    color: #3F85BA;
    margin: 0.5em 0 0.5em 0 !important;
}

.standard-form fieldset {
  padding: 0 0 0.5em 0;
  position: relative;
	border-top: 1px solid #DBDBDB;
}

.standard-form .field:last-child,
.standard-form .field.last {
  border-bottom: 0;
}

/* .standard-form fieldset legend {
	position:relative;
}

.standard-form fieldset legend span {
    font-family: "ff-meta-web-pro",sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    color: #3F85BA;
    display: block;
    position: absolute;
    top: 0.5em; 
    left: 0em;
    margin-bottom: 0.5em;
    width: 500px;
} */

.standard-form fieldset.submit {
    padding: 1em 0;
	  border-bottom: none;
}

.standard-form label, 
.standard-form .label,
#sidebar #newsletter label,
#comment_form label,
#directory_search_form label {
    font-family: "ff-meta-web-pro",sans-serif;
    color: #191717;
    font-weight: normal;
    display: block;
    margin-bottom: 0.25em;
    font-size: 1.2em;
}

#sidebar #newsletter label {
    font-size: 0.9em;
    margin-bottom: 0;
}

.standard-form label.inline, 
.standard-form .label.inline,
#profile_street_as_postal label {
	  font: normal 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #292525;
    display: inline;
    font-weight: normal;
}

.standard-form span.required,
#comment_form span.required {
    color: #bd0000;
    font-weight: normal;
}

.standard-form .sublabel {
    color: #232323;
    display: inline;
    width: auto;
    font-weight: normal;
    float: none;
    margin: 0;
    vertical-align: middle;
}

.standard-form .field-note {
    clear: left;
    padding-top: 4px;
    margin-left: 168px;
    display: block;
    float: left;
    color: #7c7775;
    font-style: italic;
    width: 420px;
    font-size: 11px;
}

.field label.error {
	  background: transparent url('/siteimages/icons/alert-12.png') top left no-repeat;
	  font: normal 0.9em "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 14px;
    margin-left: 0;
    padding-left: 16px;
    display: block;
    color: #bb421b;
    font-weight: normal;
    margin-top: 0.75em;
}

label input[type="checkbox"],
label input.checkbox,
label input[type="radio"],
label input.radio {
    vertical-align: middle;
}

/* ---(  maintenance screen  ) ---------------------- */

#maintenance #content {
  width: 940px;
  min-height: 200px;
  float: none;
}

#maintenance #content article {
  border: 0;
}

/* ---(  miscellaneous  ) ---------------------- */

.uppercase { text-transform: uppercase; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after, ul.pagination:before, ul.pagination:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after, ul.pagination:after { clear: both; }
.clearfix, ul.pagination { zoom: 1; }

.hidden-structure {
    display: none;
}

@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 480px) {
  
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

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