@import url("reset.css");
@import url("application.css");

/* PUBLIC Stylesheet */

/* html elements
------------------------------------------- */
html {
  font-size: 100%;
}
body {
  background: #2c3c46;
  color: #597180;
  font-family: Helvetica, Arial, serif;
  font-size: 11px;
  height: 100%;
  line-height: 16px;
  margin: 0 auto;
  text-align: center;
}
p {
  line-height: 16px;
  margin-bottom: 16px;
}

/* core identifiers
------------------------------------------- */
.wrapper {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 970px;
}
.wrapper:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* Main Sections
------------------------------------------- */
#header {
  background: #fff url("/images/public/header-bg.gif") bottom center no-repeat;
  height: 140px;
}

#content {
  background: #fff url("/images/public/content-bg.gif") top center no-repeat;
  padding-bottom: 30px;
}

#footer {
  background: url("/images/public/footer-bg.gif") top center repeat-x;
  height: 237px;
}

/* PUBLIC Stylesheet */
/* The purpose for this file keeps the main public.css clean and easy to work with */

/* Main Sections
------------------------------------------- */

/* HEADER */
#header h1 {
  background: url("/images/public/thinktank-logo.gif") top left no-repeat;
  display: inline;
  float: left;
  height: 25px;
  margin-top: 57px;
  width: 253px;
}
#header span {
  display: none;
}
#header ul {
  list-style: none;
  float: right;
  height: 70px;
  margin-top: 37px;
  width: 352px;
}
#header ul li {
  display: inline;
  float: left;
}
#header ul li.home a {
  background-position: 0px 0px;
  width: 52px;
}
#header ul li.home a:hover {
  background-position: 0px -70px;
}
#header ul li.services a {
  background-position: -52px 0px;
  width: 64px;
}
#header ul li.services a:hover {
  background-position: -52px -70px;
}
#header ul li.about a {
  background-position: -116px 0px;
  width: 51px;
}
#header ul li.about a:hover {
  background-position: -116px -70px;
}
#header ul li.roster a {
  background-position: -167px 0px;
  width: 54px;
}
#header ul li.roster a:hover {
  background-position: -167px -70px;
}
#header ul li.contact a {
  background-position: -221px 0px;
  width: 57px;
}
#header ul li.contact a:hover {
  background-position: -221px -70px;
}
#header ul li.mailing_list a {
  background-position: -278px 0px;
  width: 74px;
}
#header ul li.mailing_list a:hover {
  background-position: -278px -70px;
}
#header ul a {
  background: url("/images/public/navigation.gif") top left no-repeat;
  display: block;
  height: 70px;
  width: 100%;
}
#header ul a:hover {
  background: url("/images/public/navigation.gif") bottom left no-repeat;
}


/* CONTENT */
#content hr.grey-white {
  background: url("/images/public/hr-grey-white.gif") top left repeat-x;
  border: none;
  height: 1px;
  margin: 0px;
}
#content img.subtitle {
  display: block;
  margin-bottom: 25px;
}
#content .introduction {
  margin-bottom: 30px;
  text-align: left;
}
#content .introduction a {
  color: #304958;
}
#content .introduction a:hover {
  color: #597180;
}
#content .introduction p {
  color: #597180;
  font-family: "Georgia", serif;
  font-size: 16px;
  line-height: 24px;
}

#content .page_title {
  background: url("/images/public/hr-grey-white.gif") bottom center repeat-x;
  height: 173px;
  margin-bottom: 30px;
  text-align: left;
}
#content .page_title h2 {
  color: #3c3c3c;
  font-family: "Georgia", serif;
  font-size: 20px;
  font-weight: normal;
}
#content .page_title img {
  margin: 43px 0px 5px;
}

#content .roster ul {
  list-style: none;
  width: 996px;
}
#content .roster ul li {
  background: url("/images/public/roster-bg.gif") top left no-repeat;
  float: left;
  height: 120px;
  margin-bottom: 29px;
  margin-right: 27px;
  text-align: left;
  width: 305px;
}
#content .roster ul li img.thumb {
  float: left;
  height: 118px;
  margin: 1px;
  width: 118px;
}
#content .roster ul li div.details {
  float: right;
  margin-right: 5px;
  width: 180px;
}
#content .roster ul li div.details h1 {
  color: #fff;
  font-family: "Georgia", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  padding: 20px 18px 4px;
}
#content .roster ul li div.details h1 a {
  color: #fff;
  text-decoration: none;
}
#content .roster ul li div.details h1 a:hover {
  color: #fff;
  text-decoration: underline;
}
#content .roster ul li div.details h2 {
  color: #def2ff;
  font-weight: normal;
  line-height: 14px;
  padding: 0px 18px;
}

#content .block .title h1 {
  color: #fff;
  font-family: "Georgia", serif;
  font-size: 16px;
  font-weight: normal;
  padding-left: 18px;
  padding-top: 15px;
}

/* FEATURED PROJECTS */
#content .featured {
  float: right;
  overflow: hidden;
  width: 323px;
}
#content .featured .projects {
  background: url("/images/public/featured-bg.gif") top right no-repeat;
  padding-left: 3px;
  padding-top: 19px;
}
#content .featured .projects li {
  display: block;
  float: none;
  margin-bottom: 20px;
}
#content .featured .block .title {
  background: url("/images/public/column-right-thin-bg.gif") top left no-repeat;
  height: 103px;
}
#content .featured .block .title h1 {
  padding-top: 40px;
}

/* FOOTER */
#footer hr {
  background: url("/images/public/footer-hr.gif") top left repeat-x;
  border: none;
  height: 2px;
  margin: 0px;
}
#footer p {
  margin-bottom: 0px;
}
#footer ul {
  list-style: none;
  width: 475px;
}
#footer ul li {
  float: left;
}
  #footer ul.addresses li {
    margin-right: 40px;
  }
  #footer ul.addresses h1 {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #footer ul.addresses p {
    color: #55b3b8;
    line-height: 13px;
  }
  
  #footer ul.navigation {
    color: #7a7a7a;
    float: right;
    margin-top: 15px;
    width: auto;
  }
  #footer ul.navigation li {
    padding-left: 5px;
  }
  #footer ul.navigation a {
    color: #55b3b8;
    font-weight: bold;
    text-decoration: none;
  }
  #footer ul.navigation a:hover {
    color: #fff;
    text-decoration: underline;
  }
  
#footer .wrapper {
  text-align: left;
}
#footer .row-i {
  padding: 30px 18px 25px;
}
#footer .row-ii {
  padding: 10px 18px;
}
  #footer .copyright {
    color: #7396aa;
    float: left;
    font-family: "Georgia", serif;
    font-size: 10px;
  }
  #footer .copyright a {
    color: #d1e0e9;
    text-decoration: underline;
  }
  #footer .copyright a:hover {
    color: #fff;
  }
  #footer .copyright p {
    line-height: 13px;
  }
  #footer .social {
    float: right;
    text-align: right;
  }
  #footer .social ul {
    width: auto;
  }
  #footer .social ul li {
    margin-left: 15px;
  }

/* Welcome Controller
------------------------------------------- */
body#welcome #header {
  background-image: none;
}

body#welcome #content {
  background-image: url("/images/public/welcome-bg.gif");
  background-position: 50% 344px;
}
body#welcome #content ul {
  list-style: none;
}
body#welcome #content .highlights {
  height: 402px;
}
body#welcome #content .highlights .main {
  background: url("/images/public/highlight-bg.gif") top center no-repeat;
  height: 333px;
  overflow: hidden;
}
body#welcome #content .highlights .main .background {
  height: 100%;
}
body#welcome #content .highlights .main a {
  background: url("/images/public/highlight-bg.gif") top center no-repeat;
  color: #000;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
body#welcome #content .highlights .main a:hover {
  background: url("/images/public/highlight-hover.gif") top center no-repeat;
  text-decoration: none;
}
body#welcome #content .highlights .main h1 {
  background: #fff;
  display: inline;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 74px;
  font-weight: normal;
  line-height: 94px;
  top: 105px;
  padding: 5px 20px;
  position: relative;
}
body#welcome #content .highlights .main h2 {
  background: #fff;
  display: inline;
  font-family: "Georgia", serif;
  font-size: 20px;
  font-weight: normal;
  padding: 5px 20px;
  position: relative;
  top: 100px;
}
body#welcome #content .highlights .small {
  overflow: hidden;
  width: 969px;
}
body#welcome #content .highlights ul {
  list-style: none;
  padding-left: 2px;
  width: 980px;
}
body#welcome #content .highlights ul li {
  background: url("/images/public/highlight-small-bg.gif") top right no-repeat;
  display: inline;
  float: left;
  height: 69px;
  overflow: hidden;
  width: 245px;
}
body#welcome #content .highlights ul li a {
  color: #262626;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
body#welcome #content .highlights ul li a:hover {
  color: #6087a0;
}
body#welcome #content .highlights ul li h1 {
  font-family: Helvetica, Arial, serif;
  font-size: 20px;
  font-weight: normal;
  height: auto;
  line-height: 20px;
  margin: 0px;
  margin-top: 18px;
  overflow: hidden;
  padding: 0px;
  white-space: nowrap;
  width: 220px;
}
body#welcome #content .highlights ul li h2 {
  font-family: "Georgia", serif;
  font-size: 13px;
  font-weight: normal;
  height: auto;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  white-space: nowrap;
  width: 220px;
}
body#welcome #content .highlights ul li br {
  display: none;
}
body#welcome #content .home_intro {
  font-family: Georgia;
  font-size: 20px;
  padding: 30px 0px 15px;
}
body#welcome #content .home_intro p {
  line-height: 30px;
}

body#welcome #content .news {
  background: url("/images/public/welcome-news-bg.gif") top center no-repeat;
  height: 107px;
  margin-top: 15px;
  text-align: center;
}
  body#welcome #content .campaign_news {
    background: url("/images/public/hr-blue-white.gif") top left repeat-x;
    padding-top: 17px;
  }
  body#welcome #content .news h1 {
    color: #def2ff;
  }
  body#welcome #content .news ul {
    text-align: left;
  }
  body#welcome #content .news ul li { 
    float: left;
    padding: 18px;
    width: 287px;
  }
  * html body#welcome #content .news ul li {
    width: 323px;
  }
  body#welcome #content .news div.heading {
    height: 65px;
    overflow: hidden;
  }
    body#welcome #content .news div.heading h1 {
      color: #def2ff;
      font-size: 14px;
      font-weight: normal;
      height: 40px;
      line-height: 20px;
      overflow: hidden;
    }
    body#welcome #content .news div.heading h1 a {
      color: inherit;
      text-decoration: none;
    }
    body#welcome #content .news div.heading h1 a:hover {
      color: #fff;
    }
    body#welcome #content .news div.heading h2 {
      color: #fff;
      font-family: Verdana, Arial, sans-serif;
      font-size: 9px;
      font-weight: bold;
      line-height: 19px;
    }
  
  body#welcome #content .news div.social {
    height: 20px;
    overflow: hidden;
    padding-left: 63px;
    padding-top: 3px;
  }
  * html body#welcome #content .news div.social {
    height: 23px;
  }
    body#welcome #content .news div.social span {
      display: none;
    }
  
  body#welcome #content .news div.details {
    padding-top: 18px;
  }
  body#welcome #content .news div.details img.main_image {
    border: 6px solid #b1b1b1;
    margin-bottom: 10px;
  }
  body#welcome #content .news div.details div.main_video {
    background: #b1b1b1;
    height: 203px;
    margin-bottom: 10px;
    padding: 6px;
    width: 281px;
  }

/* Services Controller
------------------------------------------- */
body#services #content .services_featured {
  text-align: left;
}

body#services #content .services_featured .services {
  float: left;
  width: 647px;
}
body#services #content .services_featured .services .block ul {
  background: url("/images/public/services-bg.gif") top left no-repeat;
  list-style: none;
  padding: 18px;
}
body#services #content .services_featured .services .block ul h2 {
  color: #304958;
}

body#services #content .services_featured .services .block .title {
  background: #6087a0;
  height: 50px;
}
body#services #content .services_featured .services .block.item_1 .title {
  background: url("/images/public/column-left-wide-bg.gif") top left no-repeat;
  height: 103px;
}
body#services #content .services_featured .services .block.item_1 .title h1 {
  padding-top: 40px;
}
  
/* Static Controller
------------------------------------------- */
body#static #content .contact_map {
  text-align: left;
  width: 100%;
}
body#static #content .contact_map a {
  color: #4a99ca;
  text-decoration: underline;
}
body#static #content .contact_map a:hover {
  color: #0a3651;
}
body#static #content .contact_map ul.addresses {
  background: url("/images/public/hr-grey-white.gif") bottom left repeat-x;
  float: left;
  list-style: none;
  margin-top: 70px;
  width: 540px;
}
body#static #content .contact_map ul.addresses li {
  float: left;
  margin-bottom: 15px;
  margin-right: 40px;
  text-align: left;
}
body#static #content .contact_map ul.addresses h1 {
  font-family: "Georgia", serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
}
body#static #content .contact_map .map {
  float: right;
  height: 275px;
  width: 425px;
}

body#static #content .staff_profiles {
  text-align: left;
}
body#static #content .staff_profiles ul {
  background: url("/images/public/staff-ul-bg.gif") top left no-repeat;
  list-style: none;
  width: 100%;
}
body#static #content .staff_profiles li {
  float: left;
  width: 323px;
}
body#static #content .staff_profiles div.content_text {
  padding: 17px 20px 27px;
}
body#static #content .staff_profiles div.name_image {
  height: 102px;
}
body#static #content .staff_profiles div.name_image h1 {
  color: #fff;
  font-family: "Georgia", serif;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 3px;
  padding-top: 25px;
}
body#static #content .staff_profiles div.name_image h2 {
  color: #fff;
  font-size: 11px;
  font-weight: normal;
}
body#static #content .staff_profiles div.name_image h3 {
  color: #def2ff;
  font-size: 11px;
  font-weight: normal;
}
body#static #content .staff_profiles div.name_image h3 a {
  color: #def2ff;
  text-decoration: none;
}
body#static #content .staff_profiles div.name_image h3 a:hover {
  color: #fff;
  text-decoration: underline;
}
body#static #content .staff_profiles div.name_image img {
  float: left;
  height: 100px;
  margin: 1px 9px 1px 1px;
  width: 100px;
}
body#static #content .staff_profiles div.name_image .cropped_corner {
  background: url("/images/public/staff-cropped-corner.gif") top left no-repeat;
  float: left;
  position: absolute;
  width: 4px;
  height: 100%;
  z-index: 10;
}

#static #content .mailing_list form input,
#static #content .mailing_list form select {
  font-size: 13px;
}
#static #content .mailing_list form td {
  padding: 2px 0px;
}

/* Projects Controller
------------------------------------------- */
#content .roster {
  overflow: hidden;
}
#content .roster a {
  color: #fff;
  text-decoration: none;
}
#content .roster a:hover {
  text-decoration: underline;
}

#content .archive_list {
  float: left;
  width: 647px;
}
#content .archive_list ul {
  display: block;
  list-style: none;
  margin-right: 20px;
}
#content .archive_list ul li {
  background: url("/images/public/blue-arrow.gif") 0% 50% no-repeat;
  border-bottom: 1px solid #ccc;
  padding: 6px 0px 6px 16px;
}
#content .archive_list ul li h1 {
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: normal;
}
#content .archive_list ul li h1 a {
  color: #5e7584;
  text-decoration: none;
}
#content .archive_list ul li h1 a:hover {
  color: #000;
  text-decoration: underline;
}
#content .archive_list ul li h2 {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

#content .project_details {
  background: url("/images/public/project-details-bg.gif") 250px 0px no-repeat;
  text-align: left;
  width: 100%;
}
#content .project_details a {
  color: #4a99ca;
  text-decoration: underline;
}
#content .project_details a:hover {
  color: #597180;
}
#content .project_details img.content_image {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
}
#content .project_details .details {
  float: left;
  padding: 0px 30px 30px;
  width: 650px;
}
#content .project_details .details h1 {
  color: #597180;
  font-family: "Georgia", serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 28px;
}
#content .project_details .details h1 a {
  color: #597180;
  text-decoration: none;
}
#content .project_details .details h1 a:hover {
  color: #4a99ca;
  text-decoration: underline;
}
#content .project_details .details h3 {
  font-weight: normal;
  line-height: 19px;
}
#content .project_details .details div.summary {
  padding-top: 10px;
}
#content .project_details .details div.summary.full {
  display: none;
}
#content .project_details .details div.summary p {
  font-family: "Georgia", serif;
  font-size: 16px;
  line-height: 24px;
}
#content .project_details .details ul.links {
  list-style: none;
}
#content .project_details .details ul.links li {
  display: inline;
  margin-right: 8px;
}
#content .photos_news {
  text-align: left; 
}
#content .photos_news .block .title h1 {
  padding-top: 40px;
}
#content .photos_news .photos {
  float: left;
  width: 250px;
}
#content .photos_news .photos .block .title {
  background: url("/images/public/column-left-thin-bg.gif") top left no-repeat;
  height: 103px;
}
#content .photos_news .photos ul {
  background: url("/images/public/services-bg.gif") top left no-repeat;
  list-style: none;
  padding: 10px;
}
#content .photos_news .photos ul li {
  float: left;
  margin: 10px;
}

#content .photos_news .news {
  float: right;
  width: 720px;
}
#content .photos_news .news .block .title {
  background: url("/images/public/column-right-wide-bg.gif") top left no-repeat;
  height: 103px;
}

/* News Item
------------------------------------------- */
#content .news_item {
  display: block;
  padding: 18px;
  padding-bottom: 0px;
}
#content .news_item.item_1 {
  background: url("/images/public/news-bg.gif") top right no-repeat;
}
#content .news_item a {
  color: #4a99ca;
  text-decoration: underline;
}
#content .news_item a:hover {
  color: #597180;
}
#content .news_item h1 {
  font-family: "Georgia", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 3px;
}
#content .news_item h1 a {
  color: #597180;
  text-decoration: none;
}
#content .news_item h1 a:hover {
  color: #4a99ca;
  text-decoration: underline;
}
#content .news_item h2 {
  color: #8fa2ad;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 3px;
}
#content .news_item .read_more {
  margin-bottom: 10px;
}
#content .news_item .social {
  background: url("/images/public/news-item-social-bg.gif") top left no-repeat;
  clear: both;
  height: 28px;
  padding-left: 80px;
}
#content .news_item .social img {
  margin-top: 6px;
}
#content .news_item .social p span {
  display: none;
}
#content .news_item .main_image {
  border: 10px solid #6087a0;
  margin-bottom: 10px;
}
#content .news_item .main_video {
  background: #6087a0;
  height: 385px;
  margin-bottom: 10px;
  padding: 10px;
  width: 640px;
}
#content .news_item .related_links {
  clear: both;
  padding: 10px 0px;
}
#content .news_item .related_links div {
  display: block;
  margin-bottom: 1px;
}
#content .news_item .related_links div a {
  color: #446c86;
  display: inline-block;
  padding: 5px 8px 4px;
  text-decoration: none;
}
#content .news_item .related_links div a:hover {
  text-decoration: underline;
}
#content .news_item .related_links div.even a,
#content .news_item .related_links div.even span {
  background: #eaedee;
}
#content .news_item .related_links div.odd a,
#content .news_item .related_links div.odd span {
  background: #d9dee1;
}
#content .news_item .related_links div span.icon {
  background-position: 50%;
  background-repeat: no-repeat;
  border-right: 1px solid #fff;
  float: left;
  height: 25px;
  width: 25px;
}
#content .news_item .related_links div.music span.icon {
  background-image: url("/images/public/link-icon-music.gif");
}
#content .news_item .related_links div.music.odd span.icon {
  background-image: url("/images/public/link-icon-music-odd.gif");
}
#content .news_item .related_links div.video span.icon {
  background-image: url("/images/public/link-icon-video.gif");
}
#content .news_item .related_links div.video.odd span.icon {
  background-image: url("/images/public/link-icon-video-odd.gif");
}
#content .news_item .related_links div.image span.icon {
  background-image: url("/images/public/link-icon-image.gif");
}
#content .news_item .related_links div.website span.icon {
  background-image: url("/images/public/link-icon-website.gif");
}
#content .news_item .related_links div.website.odd span.icon {
  background-image: url("/images/public/link-icon-website-odd.gif");
}
#content .news_item .related_links div.document span.icon {
  background-image: url("/images/public/link-icon-document.gif");
}
#content .news_item .related_links div.document.odd span.icon {
  background-image: url("/images/public/link-icon-document-odd.gif");
}
#content .news_item .related_links div.other span.icon {
  background-image: url("/images/public/link-icon-other.gif");
}
#content .news_item .related_links div.other.odd span.icon {
  background-image: url("/images/public/link-icon-other-odd.gif");
}



/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.light_rounded .pp_top .pp_left { background: url("/images/prettyPhoto/light_rounded/sprite.png") -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url("/images/prettyPhoto/light_rounded/sprite.png") -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url("/images/prettyPhoto/light_rounded/btnNext.png") center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url("/images/prettyPhoto/light_rounded/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url("/images/prettyPhoto/light_rounded/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url("/images/prettyPhoto/light_rounded/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url("/images/prettyPhoto/light_rounded/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url("/images/prettyPhoto/light_rounded/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url("/images/prettyPhoto/light_rounded/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */

	div.light_rounded .pp_arrow_previous { background: url("/images/prettyPhoto/light_rounded/sprite.png") 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url("/images/prettyPhoto/light_rounded/sprite.png") -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url("/images/prettyPhoto/light_rounded/sprite.png") -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url("/images/prettyPhoto/light_rounded/sprite.png") -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url("/images/prettyPhoto/light_rounded/loader.gif") center center no-repeat; } /* Loader icon */
	
	div.light_rounded a {
	  color: #4a99ca;
	  text-decoration: underline;
	}
	div.light_rounded a:hover {
	  color: #597180;
	}
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url("/images/prettyPhoto/dark_rounded/sprite.png") -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url("/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url("/images/prettyPhoto/dark_rounded/sprite.png") -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content { background: url("/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url("/images/prettyPhoto/dark_rounded/btnNext.png") center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url("/images/prettyPhoto/dark_rounded/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url("/images/prettyPhoto/dark_rounded/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url("/images/prettyPhoto/dark_rounded/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url("/images/prettyPhoto/dark_rounded/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url("/images/prettyPhoto/dark_rounded/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url("/images/prettyPhoto/dark_rounded/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }

	div.dark_rounded .pp_arrow_previous { background: url("/images/prettyPhoto/dark_rounded/sprite.png") 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url("/images/prettyPhoto/dark_rounded/sprite.png") -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url("/images/prettyPhoto/dark_rounded/sprite.png") -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url("/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url("/images/prettyPhoto/dark_rounded/sprite.png") -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url("/images/prettyPhoto/dark_rounded/loader.gif") center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: url("/images/prettyPhoto/dark_square/contentPattern.png") top left repeat; }
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url("/images/prettyPhoto/dark_rounded/loader.gif") center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_expand { background: url("/images/prettyPhoto/dark_square/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url("/images/prettyPhoto/dark_square/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url("/images/prettyPhoto/dark_square/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url("/images/prettyPhoto/dark_square/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url("/images/prettyPhoto/dark_square/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */
	
	div.dark_square .pp_arrow_previous { background: url("/images/prettyPhoto/dark_square/sprite.png") 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url("/images/prettyPhoto/dark_square/sprite.png") -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.dark_square .pp_next:hover { background: url("/images/prettyPhoto/dark_square/btnNext.png") center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url("/images/prettyPhoto/dark_square/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_expand { background: url("/images/prettyPhoto/light_square/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url("/images/prettyPhoto/light_square/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url("/images/prettyPhoto/light_square/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url("/images/prettyPhoto/light_square/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url("/images/prettyPhoto/light_square/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */
	
	div.light_square .pp_arrow_previous { background: url("/images/prettyPhoto/light_square/sprite.png") 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url("/images/prettyPhoto/light_square/sprite.png") -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_next:hover { background: url("/images/prettyPhoto/light_square/btnNext.png") center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url("/images/prettyPhoto/light_square/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */

  /* ----------------------------------
		Facebook style Theme
	----------------------------------- */

	div.facebook .pp_top .pp_left { background: url("/images/prettyPhoto/facebook/sprite.png") -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url("/images/prettyPhoto/facebook/contentPatternTop.png") top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url("/images/prettyPhoto/facebook/sprite.png") -110px -53px no-repeat; } /* Top right corner */

	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url("/images/prettyPhoto/facebook/contentPatternLeft.png") top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url("/images/prettyPhoto/facebook/contentPatternRight.png") top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url("/images/prettyPhoto/facebook/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url("/images/prettyPhoto/facebook/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url("/images/prettyPhoto/facebook/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url("/images/prettyPhoto/facebook/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url("/images/prettyPhoto/facebook/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url("/images/prettyPhoto/facebook/loader.gif") center center no-repeat; } /* Loader icon */

	div.facebook .pp_nav .pp_arrow_previous { background: url("/images/prettyPhoto/facebook/sprite.png") 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_nav .pp_arrow_next { background: url("/images/prettyPhoto/facebook/sprite.png") -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }

	div.facebook .pp_next:hover { background: url("/images/prettyPhoto/facebook/btnNext.png") center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url("/images/prettyPhoto/facebook/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */

	div.facebook .pp_bottom .pp_left { background: url("/images/prettyPhoto/facebook/sprite.png") -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url("/images/prettyPhoto/facebook/contentPatternBottom.png") top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url("/images/prettyPhoto/facebook/sprite.png") -110px -80px no-repeat; } /* Bottom right corner */



/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}
		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content {
			height: 40px;
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content .pp_details {
				display: none;
				margin: 10px 15px 2px 20px;
			}
				.pp_description {
					display: none;
					float: left;
					margin: 0;
				}
				
				.pp_nav {
					clear: left;
					float: left;
					margin: 3px 0 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
					}
				
					.pp_nav a.pp_arrow_previous,
					.pp_nav a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		a.pp_next {
			background: url("/images/prettyPhoto/light_rounded/btnNext.png") 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url("/images/prettyPhoto/light_rounded/btnNext.png") 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			display: block;
			float: right;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: none;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			display: none;
			line-height: 1 !important;
			margin: 0 auto;
			text-align: center;
			width: 100%;
		}
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			left: 0;
			position: absolute;
			top: 0;
			z-index: 9999;
		}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */