/* ---( html5doctor.com Reset Stylesheet )------------------------------- */

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
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 #4e545c; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

/* End Reset CSS */


/* ---( fonts baseline )------------------------------- */

body { font:14px/1.231 sans-serif; *font-size:small; line-height: 1.3em; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/* ---( minimal base styles/extended reset )------------------------------- */

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
em { font-style: italic; }
strong em, em strong { font-weight: bold; font-style: italic; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
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"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

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

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

body, select, input, textarea {  color: #ffffff; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin-bottom: 0.5em; line-height: 1.2em }
a, a:active, a:visited { color: #00a9ff; text-decoration: none; font-weight: bold; }
a:hover { color: #a3e3fe; }


/* ---------------------------------------------------- */
/* ---( Primary Styles )------------------------------- */
/* ---------------------------------------------------- */


html {
  /* background: #2b333c url('/siteimages/htmlbkg.png') top center repeat; */
  border: 0;
  margin: 0;
  padding: 0;
}


/* ---( major blocks )------------------------------- */

body {
  background: #2b333c url('/siteimages/bodybkg.png') top center repeat-x;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin: 0;
  padding: 0 0 0 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.5em;
  min-height: 100%;
}

body.section {
  background-image: url('/siteimages/sectbodybkg.png');
}

#outterwrapper {
  position: relative;
  top: 36px;
  /*background: transparent url('/siteimages/outerbkg.jpg') top center no-repeat;*/
}

.section #outterwrapper {
  background-image: url('/siteimages/sectouterbkg.jpg');
  background-repeat: no-repeat;
}

.wrapper {
  margin: 0 auto;
  width: 960px;
  position: relative;
  text-align: left;
}

#header {
  position: relative;
  height: 358px;
}

.section #header {
  height: 123px;
}

.section #hero {
  top: -63px;
}

#content {
  margin: 30px 0 50px 0;
  padding: 0 17px;
}

#column1 {
  float: left;
  width: 448px;
  font-size: 14px;
  line-height: 1.6em;
}

#column2 {
  float: right;
  width: 448px;
}

.standard #maincolumn,
.blog #content { 
    width: 696px;
    float: left;
}

.standard #sidebar,
.blog #sidebar {
    width: 200px;
    float: right;
}

#footer {
  background: transparent url('/siteimages/dotted-hsep.png') top left repeat-x;
  padding: 17px 0;
  margin: 0 17px;
}

/* ---( header styling )------------------------------- */

/* home page */

#header h1,
#header h2,
#header h3 {
  margin: 0 !important;
}

#home #logoblock {
  /*background: transparent url('/siteimages/blackoverlay.png') top left repeat;*/
  position: relative;
  z-index: 2;
}

#home #header h1 {
}

#home a#sitelogo {
  background: transparent url('/siteimages/homelogo.png') center center no-repeat;
  width: 448px;
  height: 358px;
}

#home h2#sitebyline {
  /* background: transparent url('/siteimages/profilmcrewbyline.png') center center no-repeat;
  width: 349px;
  height: 63px;
  padding: 0 0 0 75px;*/
}

/* section page */

.section h2#sitebyline {
  background: transparent url('/siteimages/sectprofilmcrewbyline.png') center center no-repeat;
  margin: 0 !important;
  width: 247px;
  height: 79px;
  padding: 38px 0 0 0px;
  float: left;
}

.section a#sitelogo {
  background: transparent url('/siteimages/sectprofilmcrewlogo.png') center center no-repeat;
  width: 116px;
  height: 95px;
  padding: 30px 0 0 20px;
  float: left;
}

/* ---( home extras )------------------------------- */

#hero {
    min-height: 358px;
    height: 358px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -2;
}

#hero .image {
    height: 358px;
    position: relative;
    width: 100%;
}

#hero .wrapper {
    height: 358px;
    position: relative;
}

#hero p {
    color: #ffffff;
    padding: 5px 15px;
    margin: 0;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-shadow: 0 1px 0px rgba(0,0,0,0.5);
    font-size: 12px;
    background: rgba(0,0,0,0.5);
    max-width: 418px;
}

#section-hero {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

#section-hero p {
    color: #c1c8d2;
    font-size: 10px;
    text-shadow: 0 -1px 0px rgba(0,0,0,0.8);
    line-height: 1.2em;
}

/* ---( navigation styling )------------------------------- */

#sitenav {
  padding: 20px 17px 0 17px;
  background: transparent url('/siteimages/bevel-hsep.png') bottom left repeat-x;
}

#sitenav nav {
    position: relative;
    top: 0px;
    height: 50px;
}

#sitenav nav#mainnav {
    float: left;
}

#sitenav nav ul	{
    list-style-type:none;
    text-align: left;
}

#sitenav nav ul li	{
    float: left;
    display: block;
    margin: 0 40px 0 0;
    position: relative;
    line-height: 50px;
}

#sitenav nav#mainnav ul li a:link, 
#sitenav nav#mainnav ul li a:visited {
    color: #5bc0f3;
    padding: 0;
    margin: 0;
    text-decoration: none;
    display: block;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    outline: 0;
    font-size: 14px;
    text-align: left;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

#sitenav nav#mainnav ul li.here a:link, 
#sitenav nav#mainnav ul li.here a:visited {
    color: #ffffff !important;
    font-weight: bold;
}

#sitenav nav#mainnav ul li:last-child,
#sitenav nav#mainnav ul li.last {
    margin-right: 0;
} 

#sitenav nav#mainnav ul li a:active, 
#sitenav nav#mainnav ul li a:hover {
    color: #ffffff !important;
}

#sitenav nav#mainnav ul li#nav-sub-blog a,
#sitenav nav#mainnav ul li#nav-sub-information-directory a {
  background: transparent url('/siteimages/icons/logout-12.png') center right no-repeat;
  padding-right: 16px;
}

#sitenav nav#usernav {
    /*float: right;*/
    position: absolute;
    top: -395px;
    right: 0;
    background: #192330 url('/siteimages/usernavbkg.png') top left repeat-x;
    border-left: 1px solid #222a33;
    border-right: 1px solid #4b545e;
    height: 35px;
    margin: 1px 0 0 0;
    font-size: 12px;
}

.section #sitenav nav#usernav {
    top: -160px;
}

#sitenav nav#usernav ul {
    height: 35px;
}

#sitenav nav#usernav ul li {
    border-left: 1px solid #4b545e;
    border-right: 1px solid #222a33;
    line-height: 35px;
    height: 35px;
    margin: 0;
    padding: 0 15px !important;
}

#sitenav nav#usernav ul li a:link, 
#sitenav nav#usernav ul li a:visited {
    color: #5bc0f3;
    padding: 0;
    margin: 0;
    text-decoration: none;
    display: block;
    height: 35px;
    line-height: 35px;
    font-weight: normal;
    outline: 0;
    font-size: 12px;
    text-align: left;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

#sitenav nav#usernav ul li#loginlink a:link, 
#sitenav nav#usernav ul li#loginlink a:visited {
  background: transparent url('/siteimages/icons/login-12.png') center left no-repeat;
  padding-left: 16px;
}

#sitenav nav#usernav ul li#logoutlink a:link, 
#sitenav nav#usernav ul li#logoutlink a:visited {
  background: transparent url('/siteimages/icons/logout-12.png') center left no-repeat;
  padding-left: 16px;
}

#sitenav nav#usernav ul li#registerlink a:link, 
#sitenav nav#usernav ul li#registerlink a:visited {
  background: transparent url('/siteimages/icons/register-12.png') center left no-repeat;
  padding-left: 16px;
}


/* ---( social link styling )------------------------------- */

.social-links {
    font-size: 16px;
    line-height: 24px;
}

.social-links a {
    font-weight: normal;
    margin-right: 1em;
}

.social-links a img {
    vertical-align: middle;
    opacity: 0.75;
}

.social-links a:hover img {
    vertical-align: middle;
    opacity: 1;
}


/* ---( base type styling )------------------------------- */

p {
    margin-bottom: 0.75em;
    text-shadow: 0 1px 1px #000000;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

strong em, em strong {
    font-weight: bold;
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    color: #5bc0f3;
    font-weight: normal;
    line-height: 1.2em;
    
    margin-bottom: 0.75em;
    letter-spacing: -0.035em;
    text-shadow: 0 1px 1px #000000;
}

h1 {
    font-size: 30px;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    margin-top: 1.25em;
}

h3 {
    font-size: 18px;
    margin-top: 1em;
}

h4 {
    font-size: 14px;
}

.titlemeta {
    font-size: 80%;
}

#column1 > h2:first-child,
#column2 > h2:first-child,
#maincolumn > h2:first-child,
.entry header h1:first-child,
.standardbox > h2:first-child {
	margin-top: 0;
}

#content ul {
    list-style-type: none;
    margin-bottom: 1.5em;
}

#content ul li {
    background: transparent url('/siteimages/bullet.png') 0 9px no-repeat;
    margin-left: 0em;
    padding-left: 12px;
}

#content ol,
#contentsidebar ol {
    list-style-type: decimal;
    margin-bottom: 1.5em;
}
#content ol li,
#contentsidebar ol li {
    margin-left: 2em;
    margin-bottom: 0.5em;
}

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

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

#column1 img.left,
#column1 img.right,  
#column2 img.left,
#column2 img.right {  
    border: 4px solid #4c596b;
    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */
}

#column1 img.left,
#column2 img.left {
    margin: 0 10px 10px 0;
}

#column1 img.right,
#column2 img.right {
    margin: 0 0 10px 10px;
}


/* ---(  link styling  ) ---------------------- */

.edit-link {
  background: transparent url('/siteimages/icons/edit-12.png') center left no-repeat;
  padding-left: 16px !important;
}

.profile-link {
  background: transparent url('/siteimages/icons/profile-12.png') center left no-repeat;
  padding-left: 16px !important;
}

a.pill {
    display: inline-block !important;
    border-radius: 12px;
    line-height: 24px;
    background-color: #282f3a;
    background-color: rgba(20, 29, 40, 0.2);
    padding: 0 16px;
}

a.pill:hover {
    background-color: #212730;
}

/* ---(  content styling  ) ---------------------- */

#contact-us,
#blog-call-to-action {
  background: transparent url('/siteimages/contactbkg.png') top left no-repeat;
  padding: 14px 17px 14px 122px;
  min-height: 90px;
  margin-top: 1.5em;
  line-height: 1.4em;

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

#blog-call-to-action {
    background-image: url('/siteimages/blogbkg.png');
}

#contact-us h2 {
  background: transparent url('/siteimages/become-a-member.png') top left no-repeat;
  width: 302px;
  height: 31px;
  text-indent: -9999px;
  padding: 0;
  margin-top: 0;
}

#blog-call-to-action h2 {
    margin: 0 0 0.5em 0;
    font-size: 18px;
    font-weight: bold;
}

#committee-members {
  background: transparent url('/siteimages/committeebkg.png') top left repeat;
  padding: 14px 18px;
  font-size: 13px;

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

#committee-members h2 {
  color: #5bc0f3;
}

.image-right {
  float: right;
  margin: 0 0 10px 10px;
}

#copyright {
    float: left;
    width: auto;
    color: #668297;
    font-size: 11px;
}

#sponsors {
    clear: both;
    padding-top: 3em;
}

#sponsors a {
    display: inline-block;
    border-left: 1px solid #363c45;
    border-right: 1px solid #212933;
    padding: 0 15px;
    height: 92px;
}

#sponsors a img {
    display: block;
}

#sponsors a:first-child {
    border-left: 0;
    padding-left: 0;
}

#sponsors a:last-child {
    border-right: 0;
    padding-right: 0;
}

.standardbox {
    padding: 15px 17px 15px 17px;
    margin-bottom: 1em;
    font-size: 13px;
    
    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */
    
    background-color: #282f3a;
    background-color: rgba(20, 29, 40, 0.2);
}

.ie6 .standardbox,
.ie7 .standardbox {
    background-color: #242b35;
}

#category-listing {
    width: 696px;
    float: right;
}

#category-listing ul li {
    float: left;
    width: 162px;
    margin-right: 16px !important;
}

#category-listing ul li:nth-child(4n+4) {
    margin-right: 0 !important;
}

#category-listing ul li a { 
    display: block;
    font-weight: normal;
    font-size: 14px;
}

#category-listing ul li a:hover { 
    background-color: rgba(20, 29, 40, 0.6);
}

#category-listing ul li a img {
    border: 4px solid #333c48;
}

#category-listing ul li a:hover img { 
    border-color: #00a9ff;
}

#member-specialties {
    width: 200px;
    float: left;
    text-align: right !important;
}

#member-specialties .standard-box,
.subnav.standardbox {
    width: 162px;
    padding: 15px 19px;
}

#member-listing {
    width: 658px;
    float: right;
    padding: 15px 19px;
}

#member-listing.fullwidth {
    float: none;
    width: auto;
}

#member-specialties h2,
#member-listing h2,
.subnav .parenttitle {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1em;
}

#member-specialties ul li a,
.subnav ul li a {
    font-weight: normal;
    display: block;
    line-height: 27px;
}

#recent-posts-list.subnav ul li {
    border-bottom: 1px dotted #435d71;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#recent-posts-list.subnav ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#recent-posts-list.subnav ul li a {
    line-height: 1.2em;
    display: inline;
}

#member-specialties ul li a span,
.subnav ul li a span {
    font-size: 10px;
}

#member-specialties ul li.active.depth1 a.active,
.subnav ul li.current.level-1 a {
    background: transparent url('/siteimages/memberspecialtyactive.png') top left no-repeat;
    font-weight: bold;
    color: #ffffff !important;
    padding: 2px 40px 4px 0;
    margin: 0 -40px 0 -30px;
    cursor: default;
}

.subnav ul li.current.level-1 a {
    background-image: url('/siteimages/sectionactive.png');
    padding: 2px 0 4px 40px;
    margin: 0 -30px 0 -40px;
}

#member-specialties ul li.active.depth2,
.subnav ul li.current.level-2 {
    margin: 0 !important;
    padding: 0;
}

#member-specialties ul li.active.depth2 a.active,
.subnav ul li.current.level-2 a {
    background: none;
    margin: 0 !important;
    padding: 10px 19px;
}

#member-specialties ul li.active,
.subnav ul li.active {
    background-color: 1px solid #353e4a;
    background-color: rgba(27,32,40,0.5);
    margin: 0 -19px;
    padding: 0 19px;
}

#member-specialties ul li.active ul,
.subnav ul li.active ul {
    margin: 0;
    margin: -4px -19px 0 -19px;
}

#member-specialties ul li.active li,
.subnav ul li.active li {
    border-top: 1px solid #353e4a;
    border-top: 1px solid rgba(79,91,101,0.5);
    border-bottom: 1px solid #1f2934;
    border-bottom: 1px solid rgba(27,32,40,0.5);
}

#member-specialties ul li.active li a,
.subnav ul li.active li a {
    line-height: 1.0em;
    padding: 10px 19px;
}

#member-specialties ul li.active li a:hover,
.subnav ul li.active li a:hover, {
    background-color: 1px solid #353e4a;
    background-color: rgba(27,32,40,0.5);
    color: #ffffff;
}

#member-listing ul {
    border-top: 1px solid #1f2934;
    border-top: 1px solid rgba(27,32,40,0.5);
    border-bottom: 1px solid #353e4a;
    border-bottom: 1px solid rgba(79,91,101,0.5);
}

#member-listing ul li {
    border-top: 1px solid #353e4a;
    border-top: 1px solid rgba(79,91,101,0.5);
    border-bottom: 1px solid #1f2934;
    border-bottom: 1px solid rgba(27,32,40,0.5);
    padding: 1.0em 0 !important;
}

#member-listing h3 {
    color: #ffffff;
    margin-top: 0;
}

#member-listing h3 span {
    font-size: 12px;
    color: #abb6c6 !important;
    letter-spacing: 0;
}

#member-listing .edit-link {
    float: right;
    font-size: 11px;
    letter-spacing: 0;
}

.ie7 #member-listing .edit-link {
    margin-top: -1em;
}

.member-photo {
    float: left;
    margin-right: 19px;
}

.member-photo img {
    border: 4px solid #333c48;
}

#member-listing .member-metadata {
    float: left;
    margin-bottom: 0;
    font-size: 12px;
}

.member-detail {
    position: relative;
}

.md-label {
    color: #abb6c6;
}

#member-listing .member-links {
    float: right;
}

#member-listing .member-links ul {
    position: absolute;
    right: 0;
    bottom: -5px;
    padding: 0;
    margin: 0;
    border: 1px solid #606976;  
    background-color: #192430;
    font-size: 12px;
    color: #5bc0f3;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0.5em;

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

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

    background-image: -moz-linear-gradient(top, #454d58, #192430); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #454d58),color-stop(1, #192430)); /* Saf4+, Chrome */

    -moz-box-shadow: 0px -1px 0px rgba(0,0,0,0.5); /* FF3.5+ */
    -webkit-box-shadow: -1px 1px 0px rgba(0,0,0,0.5); /* Saf3.0+, Chrome */
    box-shadow: 0px -1px 0px rgba(0,0,0,0.5); /* Opera 10.5, IE 9.0 */
}

#member-listing .member-links ul li {
    padding: 0 !important;
    margin: 0;
    border: 0 !important;
    float: left;
}

#member-listing .member-links ul li a:link,
#member-listing .member-links ul li a:visited {
    display: block;
    padding: 0px 14px;
    line-height: 28px;
    font-weight: normal;
    border-left: 1px solid #353e4a;
    border-left: 1px solid rgba(79,91,101,0.5);
    border-right: 1px solid #1f2934;
    border-right: 1px solid rgba(27,32,40,0.5);
}

#member-listing .member-links ul li a:hover,
#member-listing .member-links ul li a:focus {
    background-color: #243445;
    background-image: -moz-linear-gradient(top, #505966, #213040); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #505966),color-stop(1, #213040)); /* Saf4+, Chrome */
    color: #ffffff;
}

#member-listing .member-links ul li {
}

#member-listing .member-links ul li.first a,
#member-listing .member-links ul li:first-child a {
    border-left: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#member-listing .member-links ul li.last a,
#member-listing .member-links ul li:last-child a {
    border-right: 0;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.entry-listing .entry {
    border-top: 1px solid #435d71;
    padding-top: 2em;
    margin-bottom: 2em;
}

.entry-listing .entry.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.entry-listing .entry header h1 {
    margin-bottom: 0.5em;
}

.item-submetadata {
    border-top: 1px dotted #3a5162;
    border-bottom: 1px dotted #3a5162;
    margin-bottom: 1em;
    padding: 0.5em 0;
}

.entry_paging,
#comments,
.pagination {
    padding-top: 2em;
    margin-top: 2em;
    border-top: 1px solid #435d71;
}

.comment-content {
    border: 1px solid #383f4a;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;

    background-color: #282f3a;
    background-color: rgba(20, 29, 40, 0.2);

    /* 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 {
    margin-bottom: 1em;
    padding: 0.5em 0;
    border-bottom: 1px dotted #383f4a;
    color: #5bc0f3;
    font-size: 11px;
}

.pagination a,
.pagination strong {
  display: block;
  float: left;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  font-size: 13px;
  margin: 0 4px 4px 0;
  text-align: center;
  text-decoration: none;
  outline: none;
    border: 1px solid #282f3a;
    border: 1px solid rgba(20, 29, 40, 0.2);

    background-color: #282f3a;
    background-color: rgba(20, 29, 40, 0.2);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.pagination .active a {
    border: 1px solid #435d71;
    color: #ffffff;
    font-weight: normal;
}

.pagination .prev_page a,
.pagination .next_page a {
    padding: 0 10px;
}

.ie7 .pagination a,
.ie7 .pagination strong {
  background-color: #1b1c1b;
}

.pagination strong,
.pagination a:active {
  color: #ffffff;
}

.pagination a:hover {
    background-color: #212730;
}

.ie7 .pagination a:hover {
  background-color: #101010;
}


/* ---(  specialty listing  ) ---------------------- */

.toggle-next {
    background: transparent url('/siteimages/icons/toggle-16.png') top left no-repeat;
	  padding-left: 20px;
	  line-height: 16px;
}

.toggle-next:hover,
.toggle-next.hot {
    cursor: pointer;
}

.toggle-next.item-open {
	background-position: bottom-left;
}

#specialty-selection ul {
    display: none;
    margin-left: 20px;
    margin-bottom: 1.0em;
}

#specialty-selection li {
    border-bottom: 1px dotted #383f4a;
    margin-bottom: 0.5em !important;
}

#specialty-selection ul li,
#specialty-selection li:last-child {
    border: none;
    margin-bottom: 0 !important;
}

#specialty-selection ul li {
    padding-bottom: 0.25em;
}

#specialty-categories-list h4 {
    margin-top: 1em;
}

.input-group {
    margin-left: 20px;
    display: none;
}


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

#entrypaging .prevpage {
    width: 49%;
    float: left;
    text-align: left;
}
#entrypaging .nextpage {
    width: 49%;
    float: right;
    text-align: right;
}


/* ---(  table styling  ) ---------------------- */

table {
  border-collapse: separate;
  border-top: 1px solid #1d2631;
  border-bottom: 1px solid #3a444e;
  width: 100%;
  margin-bottom: 1em;
}

td {
  border-top: 1px solid #3a444e;
  border-bottom: 1px solid #1d2631;
  padding: 5px;
}

td.member {
  background: transparent url('/siteimages/committeeicon.png') center left no-repeat;
  padding-left: 18px;
}

td.job {
  background: transparent url('/siteimages/table-vsep.gif') center left no-repeat;
  padding-left: 18px;
}


/* ---( form parameters )---------------------------------------- */

fieldset {
    border: none;
    margin: 0 0 0 0;
    padding: 0 0 1em 0;
    line-height: 1.2em;
    width: 90%;
}

fieldset.last {
    border-bottom: none;
    padding-bottom: 0;
}

.standard-form fieldset h2 {
    margin-bottom: 0 !important;
}

.single-fieldset fieldset {
    border: none;
    margin-top: 0;
}

form {
    border: none;
    margin: 0;
    padding: 0;
}

form h2 {
    margin-top: 0;
}

.standard-form,
.standard-block {
}

textarea {
    font-size: 12px;
    border: 1px solid #466075;
    background-color: #141d28;
    /* width: 100%; */
    padding: 4px;
    margin-bottom: 0.5em;
    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */
    color: #d4dce2;
}

textarea.error {
    border-color: #933415;
    color: #9d3333;
}

input {
    visibility: visible;
    border: 1px solid #466075;  
	  font-size: 12px;
    background-color: #141d28;
    vertical-align: middle;
    margin-bottom: 0.2em;
    padding: 8px 6px;
    color: #d4dce2;
    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */
}

#subForm input {
    background-color: #000;
    margin-bottom: 0.5em;
    font-size: 11px;
}

input.hiddenfield {
    display: none;
}

input.error {
    border-color: #933415;
    color: #9d3333;
}

input.radio,
input.checkbox {
    border: 0;
    background: none;
    outline: none;
    margin-bottom: 0;
    vertical-align: bottom;
}

input.checkbox,
.ie9 input.checkbox {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    *overflow: hidden;
}


legend {
    margin: 0 0 0.5em 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

input.example {
    color: #4f4f4f;
}

#content fieldset > * input:focus,
#content fieldset > * textarea:focus {
    border-color: #5bc0f3 !important;
    border-width: 1px;
    background-color: #13181e;
    color: #ffffff;
}

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

.field,
.fieldgroup {
    border-bottom: 1px solid #383f4a;
}

.field.single,
.field.noborder {
    border-bottom: 0;
}

.field.consolidated {
    border-bottom: 0;
    padding-bottom: 0 !important;
}

.field,
.fieldgroup,
.formControls {
    margin: 0 0 0 0 !important;
    padding: 1em 0px !important;
    clear: both;
}

.fieldgroup .field {
    padding: 0 !important;
}

.fieldgroup .field.margin {
    padding-bottom: 1em !important;
}

.formControls {
    padding-bottom: 0 !important;
}

.formControls a {
    margin: 0 !important;
    padding: 0 !important;
}
.formControls img {
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle;
}

.field .field {
    margin: 1em 0 0 0;
}

.field.noclear {
    clear: none;
}

.field.leftfield {
    float: left;
    padding-right: 1em !important;
}

.field.lastitem {
    height: 15px;
    margin-bottom: 0;
    padding: 0 !important;
    clear: both;
}

.field input.date-pick {
    float: left;
}

.field label,
.field .label {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0;
    line-height: 1.2em;
    display: block;
    margin: 0 0 0.5em 0;
    outline: none;
}

.field label.checkbox,
.field label.radio {
    display: inline;
    margin: 0 1em 0 0.25em;
    color: #FFFFFF;
    font-size: 11px;
    vertical-align: middle;
}

.field label.select {
    display: inline;
    margin: 0 0.25em 0 0;
}
.field select.select {
    display: inline;
    margin: 0 1em 0 0;
}

.field label.sublabel {
    font-size: 11px;
    color: #ffffff;
}

.field label .required,
.field .label .required {
    color: #f00;
    font-weight: bold;
}

.field label.error {
	  background: transparent url('/siteimages/icons/alert-16.png') top left no-repeat;
    font-size: 11px;
    line-height: 14px;
    margin-left: 0;
    padding-left: 22px;
    display: block;
    color: #ff0000;
}

.formHelp {
    color: #abb6c6;
    margin: 0 0 0.5em 0;
    font-size: 12px;
}

.formHelpFieldset {
    margin: 0.5em 0;
    font-size: 11px;
}

.formHelp a {
}

.formHelp:hover {
    color: #ffffff;
    cursor: default;
}

.link-button,
input.submit {
    border: 1px solid #606976;  
    background-color: #192430;
    padding: 6px 13px;
    font-size: 13px;
    color: #5bc0f3;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0.5em;

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

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

    background-image: -moz-linear-gradient(top, #454d58, #192430); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #454d58),color-stop(1, #192430)); /* Saf4+, Chrome */

    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5); /* FF3.5+ */
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5); /* Saf3.0+, Chrome */
    box-shadow: 0px 1px 2px rgba(0,0,0,0.5); /* Opera 10.5, IE 9.0 */
}

.link-button.subtle {
    font-weight: normal;
    color: #2977a1;
    -moz-box-shadow: 0px -1px 0px rgba(0,0,0,0.5); /* FF3.5+ */
    -webkit-box-shadow: -1px 1px 0px rgba(0,0,0,0.5); /* Saf3.0+, Chrome */
    box-shadow: 0px -1px 0px rgba(0,0,0,0.5); /* Opera 10.5, IE 9.0 */
}

.ie7 .link-button,
.ie8 .link-button,
.ie7 input.submit,
.ie8 input.submit {
    padding: 6px 6px;
}

.link-button:hover,
.link-button:focus,
input.submit:focus,
input.submit:hover {
    border-color: #5bc0f3 !important;
    background-color: #243445;
    background-image: -moz-linear-gradient(top, #505966, #213040); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #505966),color-stop(1, #213040)); /* Saf4+, Chrome */
    color: #ffffff;
}

.link-button:active,
input.submit:active {
    border-color: #00a9ff !important;
    color: #00a9ff;
}

.vz_url_field
    background-color: #141d28;
}

.vz_url_field.checking {
    background-color: #6c5300;
}

.vz_url_field.valid {
    border-color: #035f14;
    background-color: #193224 !important;
}

.vz_url_field.invalid, .vz_url_field.redirect {
    background-color: #351a1a !important;
}


/* ---(  alert-messages  ) ---------------------- */

.alert-message {
    margin-bottom: 1em;
    padding: 0 16px;
    line-height: 32px;
    border: 1px solid #466075;  
	  font-size: 12px;
    background-color: #141d28;
    -moz-border-radius: 16px; /* FF1+ */
    -webkit-border-radius: 16px; /* Saf3+, Chrome */
    border-radius: 16px; /* Opera 10.5, IE 9 */    
}

.alert-message.success {
    border-color: #035f14;
	  background: #193224 url('/siteimages/icons/valid-16.png') 16px 8px no-repeat;
	  padding-left: 40px;
}

.alert-message.attention {
    border-color: #eab909;
	  background: #28271e url('/siteimages/icons/alert-16.png') 16px 8px no-repeat;
	  padding-left: 40px;
}


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

.hiddenStructure {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}
.hiddenStructure.inline {
	display: inline-block !important;
}

#sitecredit {
    display: block;
    float: right;
    padding: 0;
    margin-top: 5px;
}

#sitecredit a {
    background: transparent url('/siteimages/sitebyipixel.png') top left no-repeat;
    display: block;
    width: 131px;
    height: 17px;
    text-indent: -9999px;
    outline: none;
}

#sitecredit a:hover {
    background-position: 0 -17px;
}

/* ---( reversed background styling )------------------------------- */

.reversed #content {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    margin-top: 0;
    padding-top: 30px;
}

.reversed #content p,
.reversed #content h1,
.reversed #content h2,
.reversed #content h3,
.reversed #content h4,
.reversed #content h5,
.reversed #content h6 {
    text-shadow: none !important;
    color: #111;
}
.reversed #content p,
.reversed #content ul {
    color: #333;
}

.reversed #content a:hover {
    color: #00d2ff;
}

.reversed #content .standardbox {
    background-color: rgba(20, 29, 40, 0.05);
}

.reversed #content .pagination,
.reversed #content .entry_paging {
    margin-bottom: 2em;
}

.reversed #content .field label,
.reversed #content .field .label {
    color: #111;
}

.reversed #content textarea,
.reversed #content input {
    background-color: #ffffff;
    border: 1px solid #ccc;
}

.reversed #content .comment-content dl dt {
    color: #666;
    border-bottom-color: #aaa;
}

.reversed #content .comment-content {
    background-color: rgba(20, 29, 40, 0.05);
    border-color: #ccc;
}

.reversed #content .entry_paging, 
.reversed #content #comments, 
.reversed #content .pagination,
.reversed #content .field,
.reversed #content .item-submetadata {
    border-color: #ccc;
}

.reversed #content .entry-listing .entry,
.reversed #content #recent-posts-list.subnav ul li {
    border-color: #aaa;
}

.reversed #content a.pill,
.reversed #content .pagination a, 
.reversed #content .pagination strong {
    background-color: rgba(20, 29, 40, 0.1);
}

.reversed #content .pagination .active a {
    background-color: rgba(20, 29, 40, 0.2);
    color: #666;
}

/* ---( Non-semantic helper classes )------------------------------- */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; 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; }

.left {
    float:left;
}
.right {
    float:right;
}



/* ---( Clearfix classes )------------------------------- */

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


@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: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; 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; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
