/*
Theme Name: Berg Gallup
Theme URI: http://berglondon.com/
Description: New berglondon.com design
Version: 0.1
Author: Tom Armitage, Alex Jarvis
*/



/* ================= */
/* = Core elements = */
/* ================= */

body {
  font-family: Arial, sans-serif;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #666;
  background: #bccddd;
}

p {
  margin: 0 0 15px;
}

ul {
  list-style-type: disc;
  margin: 0 0 15px;
}

ul li {
  margin-left: 15px;
}

ol {
  list-style-type: decimal;
  margin: 0 0 15px;
}

span.cleardiv {
  display: block;
  clear: both;
}

a:link, a:visited {
  color: #000;
  text-decoration:underline;
}

a:hover {
  color: #000;
  background: #a3bace;
}

/* ============== */
/* = Containers = */
/* ============== */

#main-container-wrap {
  background-color: #fff;
}

#front-container-wrap {
  background-color: #fff;
}

#main-container {
  width: 980px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

#shop #main-container {
  width: 770px;
}

.homepage-container {
  height: 573px;
  position: relative;
}

#main-container .primary-col {
  float: left;
  width: 750px;
}

.homepage-container .primary-col {
  height: 573px;
  background: #000;
  position: relative;
}

#main-container .secondary-col {
  float: right;
  width: 230px;
}

#footer-container {
  background: #bccddd;
  padding: 20px 0;
}

/* ========== */
/* = Header = */
/* ========== */

#main-container .primary-col .header {
/*  background: pink;*/
  height: 200px;
  position: relative;
  z-index: 100;
}

#main-container.homepage-container .primary-col .header {
  width: 100%;
  position: absolute;
}

#main-container .primary-col .header .header-main-bar {
  height: 88px;
  background: url('/images/transblack-header-bar.png') no-repeat top right;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#main-container .primary-col .header .header-main-bar .berglogo {
  float: left;
  width: 140px;
  background: url('/images/black_layer_behind_logo_header.png') no-repeat;
}

#main-container .primary-col .header .header-main-bar .berglogo a {
  width: 140px;
  height: 88px;
  display: block;
  background: url(/images/berg_logo_header.png) no-repeat;
  color: white;
}

#main-container .primary-col .header .header-main-bar .berglogo a span {
  display: none;
}

#main-container .primary-col .header .header-main-bar .header-text {
  float: left;
  width: 590px;
  padding: 0 0 0 15px;
  height: 88px;
  display: table;
}

#main-container .primary-col .header .header-main-bar .header-text h1 {
  margin: 0;
  font-weight: bold;
  font-family: 'NexusMixBold', Georgia, serif;
  font-size: 24px;
  line-height: 28px;
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

#main-container .primary-col .header .header-main-bar .header-text h1.homepage {
  font-size:20px;
  line-height: 24px;
}

/* ============ */
/* = Top Menu = */
/* ============ */

#menu ul {
  margin-left: 140px;
  margin-bottom: 0;
  list-style: none;
}

#menu ul li {
  float: left;
  margin: 0;
}

#menu ul li a {
  width: 70px;
  text-align: center;
  display: block;
  font-family: "NexusMixBold", Georgia, serif;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 5px;
  text-decoration: none;
  margin-right: 2px;
}

#menu ul li a:link, #menu ul li a:visited {
  color: black;
  background: url('/images/menu-white.png');
}

#menu ul li a:hover {
  color: white;
  background: url('/images/menu-black.png');
}

#menu ul li.selected a:link, #menu ul li.selected a:visited {
  color: white;
  background: url('/images/menu-black.png');
}

/* ============== */
/* = Main Block = */
/* ============== */

#main-container .primary-col .page-content {
  margin-left: 140px;
  padding: 0 15px;
  margin-bottom: 45px;
}

#main-container .primary-col .page-content h2 {
  font-weight: normal;
  font-family: 'NexusMix', Georgia, serif;
  margin: 0 0 15px;
  padding: 15px 0;
  border-bottom: 1px solid #666;
  font-size: 160%;
  line-height: 1.3;
  color: black;
}

#main-container .primary-col .page-content h2.header_404 {
  margin-bottom: 200px;
  border-bottom: none;
}

#main-container .primary-col .page-content h3 {
  font-family: 'NexusMix', Georgia, serif;
  font-weight: normal;
  font-size: 140%;
  line-height: 1.3;
  color: black;
  margin: 10px 0 5px;
}

#main-container .primary-col .page-content > p {
  width: 530px;
}

#main-container .primary-col .page-content .bq-and-citation {
  margin: 0 0 15px;
}

#main-container .primary-col .page-content .bq-and-citation.bordered {
  border-bottom: 1px solid #ddd;
}

#main-container .primary-col .page-content .bq-and-citation blockquote {
  margin-bottom: 0;
  color: black;
}

#main-container .primary-col .page-content blockquote {
  font-size: 100%;
  font-family: 'NexusMixBold', Georgia, serif;
  font-size: 180%;
  margin-bottom: 15px;
  line-height: 1.3;
}

#main-container .primary-col .page-content cite {
  font-size: 100%;
  font-family: 'NexusMix', Georgia, serif;
  font-size: 140%;
  color: #888;
  font-style: normal;
  padding-left: 80px;
  background: url(/images/blockquote-dash.png) no-repeat center left;
}

#main-container .primary-col .page-content .caption {
  font-size: 100%;
  font-family: 'NexusMix', Georgia, serif;
  color: #888;
  font-style: normal;
  margin: -15px 0 15px;
}

/* =========== */
/* = Sidebar = */
/* =========== */

#main-container .secondary-col .search-block {
  background: #999;
  padding: 10px 15px 0 15px;
  height: 34px;
  position: absolute;
  top: 156px;
  width: 200px; /* plus 30px of padding = 230 wide */
}

#main-container .secondary-col .search-block .search_input {
  width: 125px;
}

#main-container .secondary-col .blocks {
  margin-top: 215px;
}

#main-container .secondary-col .secondary-block {
  padding: 0 15px;
  margin: 0 0 30px;
}

#main-container .secondary-col .secondary-block h3 {
  font-weight: normal;
  font-family: 'NexusMix', Georgia, serif;
  margin: 0 0 15px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #666;
  font-size: 160%;
  line-height: 1.3;
  color: black;
}

#main-container .secondary-col .secondary-block ul.blocklist {
  list-style: none;
}

#main-container .secondary-col .secondary-block ul.blocklist li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  margin-left: 0;
}

#main-container .secondary-col .secondary-block ul.blocklist li h4 {
  font-weight: normal;
  margin-bottom: 5px;
  color: black;
}

#main-container .secondary-col .secondary-block ul.blocklist li p.subhead {
  font-size: 80%;
  color: #888;
  margin: 0 0 5px;
}

#main-container .secondary-col .secondary-block ul.blocklist-small {
  list-style: none;
}

#main-container .secondary-col .secondary-block ul.blocklist-small li {
  margin: 0 0 5px;
}

#main-container .secondary-col .secondary-block ul.blocklist-small li h4 {
  font-weight: normal;
}

/* ================== */
/* = Thumbnail List = */
/* ================== */

ul.thumbnail-list.padded-top {
  margin-top: 30px;
}

ul.thumbnail-list li {
  width: 170px;
  height: 230px;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

ul.thumbnail-list li img {
  
}

ul.thumbnail-list li > a:hover {
  background: none;
}

ul.thumbnail-list li h4 {
  font-weight: normal;
  color: black;
}

ul.thumbnail-list li p.subhead {
  margin: 0;
  color: #888;
}

/*ul.thumbnail-list li p {
  width: 170px;
}
*/
/* =============== */
/* = Person Page = */
/* =============== */

.photo-and-attribution {
  float: left;
  margin: 0 20px 20px 0;
}

.photo-and-attribution p {
  margin: 0;
}

.secondary-block .contact-details p {
  margin-bottom: 5px;
}

#main-container.vcard .primary-col .page-content h3 {
  clear: both;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

/* ================ */
/* = Contact Page = */
/* ================ */

#contact-map {
  width: 580px;
  height: 360px;
  margin-bottom: 45px;
}

/* ======== */
/* = Blog = */
/* ======== */

.bloglist .blog-post {
  margin-bottom: 60px;
}

.blog-post {
/*  padding-left: 155px;*/
  background-repeat: no-repeat;
  background-position: 70px 15px;
  margin-left: 79px;
  margin-right: 15px;
}

.blog-post .blog-metadata {
  margin-bottom: 15px;
  padding: 0px 0 15px 76px;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 47px;
  font-family: 'NexusMix', Georgia, serif;
  font-size: 110%;
  line-height: 1.3;
  position:relative;
}

.blog-post .blog-metadata .divider-bottom {
  width: 580px;
  position: absolute;
  display: block;
  border-bottom: 1px solid #ccc;
  bottom: 0;
}

.blog-post h2 {
  font-family: 'NexusMixBold', Georgia, serif;
  margin: 0 0 15px;
  padding: 15px 0 15px 76px;
  border-bottom: 1px solid #666;
  font-size: 160%; 
  line-height: 1.3;
  color: black;
}

.blog-post h2 a:link, .blog-post h2 a:visited {
  color: black;
  text-decoration: none;
}

.blog-post h2 a:hover {
  text-decoration: underline;
}

.blog-post .blog-post-content {
  padding-left: 76px;
  padding-right: 50px;
}

.blog-post blockquote {
  font-size: 100%;
  font-family: 'NexusMix', Georgia, serif;
  font-weight:normal;
  font-style: normal;
  font-size: 14px;
/*  line-height: 18px;*/
  color: #666;
  background: #dfe7ed;
  padding: 24px 15px 9px;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: 15px;
}

.blog-post p.read-more {
  font-family: 'NexusMixBold', Georgia, serif;
  margin: 0 0 15px;
  padding: 15px 0;
  font-size: 120%  
}

.blog-post p.read-more a:link, .blog-post p.read-more a:visited {
  color: black;
  text-decoration: none;
}

.blog-post p.read-more a:hover {
  text-decoration: underline;
}

.prev-and-next {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 15px 0 15px 75px;
  margin: 0 0 15px 80px;
}

.prev-and-next.single {
  margin-bottom: 0;
}

.prev-and-next p {
  margin: 0;
}

.prev-and-next .before {
  float: left;
  width: 290px;
}

.prev-and-next .after {
  float: right;
  width: 290px;
}

/* ============ */
/* = Comments = */
/* ============ */

.comments-header {
  background: #ebeff1;
  font-family: 'NexusMixBold', Georgia, serif;
  font-size: 160%;
  color: black;
  padding-left: 15px;
  margin-left: 140px;
}

.comments-header h3 {
  padding: 15px 0;
}

ul.comments-list {
  list-style: none;
  margin: 0;
}

ul.comments-list li {
  border-top: 1px solid #ccc;
  margin-left: 80px;
  padding-left: 10px;
}

ul.comments-list li.trackback .comment-avatar{
  width: 50px;
}

ul.comments-list li .comment-avatar {
  float: left;
  padding-top: 15px;
}

ul.comments-list li .comment-main {
  float: left;
  padding: 15px;
  width: 580px;
  background: #ebeff1;
}

ul.comments-list li .comment-main h5 {
  font-family: 'NexusMix', Georgia, serif;
  font-weight: normal;
  font-size: 120%;
  color: black;
  margin-bottom: 15px;
}

ul.comments-list li .comment-main h5 span.name {
  font-family: 'NexusMixBold', Georgia, serif;
  font-weight: bold;
}

#respond {
  margin-left: 90px;
  border-top: 1px solid #ccc;
}

#respond .comment-form {
  background: #ebeff1;
  margin-left: 50px;
  padding: 15px 15px 45px;
}

#respond .comment-form h3 {
  font-family: 'NexusMixBold', Georgia, serif;
  font-weight: bold;
  font-size: 160%;
  color: black;
  margin-bottom: 15px;
}

#respond .comment-form label {
  margin-left: 5px;
  color: #888;
}

#respond .comment-form input.text_input {
  width: 200px;
}

#respond .comment-form textarea {
  width: 100%;
  height: 200px;
}

/* ============================================ */
/* = Tagcloud (lifted from berglondon.com v1) = */
/* ============================================ */

ul.tagcloud {
  list-style: none;
}

ul.tagcloud li {
  display: inline;
  margin: 0;
}

ul.tagcloud li.shade-1 a:link, ul.tagcloud li.shade-1 a:visited {
  text-decoration: none;
  color: #bbb;
}

ul.tagcloud li.shade-2 a:link, ul.tagcloud li.shade-2 a:visited {
  text-decoration: none;
  color: #030102;
}

ul.tagcloud li.shade-3 a:link, ul.tagcloud li.shade-3 a:visited {
  text-decoration: none;
  color: #888;
  background: #DFE7ED;
}

ul.tagcloud li.shade-4 a:link, ul.tagcloud li.shade-4 a:visited {
  text-decoration: none;
  color: #42ae6f;
}


ul.tagcloud li.shade-5 a:link, ul.tagcloud li.shade-5 a:visited {
  text-decoration: none;
  color: #030102;
}

ul.tagcloud li.shade-1 a:hover,
ul.tagcloud li.shade-2 a:hover, 
ul.tagcloud li.shade-3 a:hover, 
ul.tagcloud li.shade-4 a:hover, 
ul.tagcloud li.shade-5 a:hover {
  text-decoration: underline;
  color: black;
}

/* ============== */
/* = Guest post = */
/* ============== */

.guest-intro {
  background-repeat: no-repeat;
  background-color: #eee;
  background-position: 5px 5px;
  padding: 15px 15px 15px 75px;
  margin: 0 0 15px;
}

/* ============== */
/* = Talks Page = */
/* ============== */

ul.talks-list {
  list-style: none;
}

ul.talks-list li {
  margin-left: 0;
}

ul.talks-list li img.talk-thumbnail {
  height: 170px;
  width: 170px;
  float: left;
  margin: 0 20px 20px 0;
}

ul.talks-list li .talk-description {
  float: left;
  width: 390px;
}

p.slide-navigation {
  text-align: center;
}

p.slide-image {
  text-align: left;
}

p.slide-image img {
  max-width: 580px;
}

/* ========== */
/* = Footer = */
/* ========== */

#footer {
  width: 980px;
  margin: 0 auto;
  color: white;
}

#shop #footer {
  width: 770px;
}

#footer .est-col {
  float: left;
  width: 150px;
  margin-left: 5px;
}

#footer .contact-col {
  float: left;
  width: 155px;
}

#footer .project-col {
  float: left;
  width: 455px;
}

#footer .project-col ul {
  list-style: none;
}

#footer .project-col ul li {
  margin-left: 0;
}

#footer .signup {
  width: 210px;
  float: left;
}

#footer a:link, #footer a:visited {
  color: #fff;
  text-decoration: underline;
}

#footer a:hover {
  color: #fff;
  background: #7c8ca3;
}

#footer p.footer-logo {
  width: 47px;
  height: 18px;
  background: url(/images/logo_footer.png) no-repeat;
  margin: 0 0 5px;
}

#footer p.footer-logo span {
  display: none;
}

#footer span.corpname, #footer h3 {
  color: black;
  font-weight: normal;
}

/* ============= */
/* = Mailchimp = */
/* ============= */

.mc_custom_border_hdr {
  color: black;
  margin-bottom: 5px;
}

#mc_signup_form {
  margin: 0 0 30px;
}

#mc_signup_form .mc_input {
  float: left;
  margin: 2px 5px 5px 0;
}

#mc_signup_form label {
  display: none;
}

.mc_merge_var br {
  display: none;
}

/* ============ */
/* = Homepage = */
/* ============ */

.homepage-container .slide {
  position: absolute;
  height: 573px;
  display: none;
}

.homepage-container .slide.first {
  display: block;
}

.homepage-container .slide .slide-description {
  background: url(/images/transblack-header-bar.png);
  color: white;
  position: absolute;
  bottom: 0;
  left: 140px;
  width: 580px;
  padding: 15px;
}

.homepage-container .slide .slide-description h2 {
  font-family: 'NexusMixBold', Georgia, serif;
  font-size: 21px;
  line-height: 28px;
  color: black;
}

.homepage-container .slide .slide-description a:link, .homepage-container .slide .slide-description  a:visited {
  color: white;
  text-decoration: underline;
}

.homepage-container .slide .slide-description h2 a:link, .homepage-container .slide .slide-description  h2 a:visited {
  text-decoration: none;
}


.homepage-container .slide .slide-description .description {
  font-family: 'NexusMix', Georgia, serif;
  font-size: 13px;
}

#homepage-slideshow {
  position: relative;
  background: #000;
}

.slideshow-controls {
  padding: 10px;
  position: absolute !important;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.slideshow-controls a {
  margin-left: 5px;
  display: block;
  float: left;
  width: 7px;
  height: 11px;
}

.slideshow-controls a.slide-prev:link, .slideshow-controls a.slide-prev:visited {
  background: url('/images/slide_arrow_l_disabled.png') no-repeat;  
}

.slideshow-controls a.slide-prev:hover {
  background: url('/images/slide_arrow_l.png') no-repeat;  
}

.slideshow-controls a.slide-next:link, .slideshow-controls a.slide-next:visited {
  background: url('/images/slide_arrow_r_disabled.png') no-repeat;
}

.slideshow-controls a.slide-next:hover {
  background: url('/images/slide_arrow_r.png') no-repeat;
}

.slideshow-controls a span {
  display: none;
}
.slideshow-controls img {
  margin-left: 5px;
}

/* ==================== */
/* = Edit Page button = */
/* ==================== */

.edit-panel {
  position: absolute;
  right: 0;
  z-index: 500;
}

.edit-panel a {
  padding: 5px 2px;
}

.edit-panel a:link, .edit-panel a:visited {
  color: darkred;
  background: white;
}

.edit-panel a:hover {
  color: white;
  background: darkred;
}

/* ============== */
/* = Films page = */
/* ============== */

.film-metadata {
  margin-top: -15px;
  color: #888;
  margin-bottom: 60px;
}

/* ================= */
/* = Shopping Cart = */
/* ================= */



#main-container .primary-col .page-content.shop {
  margin-left: 0;
  padding: 0;
}

#main-container .primary-col .page-content.shop p.empty {
  margin: 20px 0 20px 155px;
  font-family: 'NexusMix', Georgia, serif;
  font-size: 18px;
}

table#cart {
  margin: 20px 0;
  width: 100%;
  font-family: 'NexusMix', Georgia, serif;
}

table#cart th, table#cart td {
  padding: 10px;
  vertical-align:middle;
}

table#cart thead tr th {
  border-bottom: 1px solid #cccccc;
  font-family: 'NexusMix', Georgia, serif;
  font-size: 18px;
  font-weight: normal;
  color: black;
  text-align: left;
  width: 100px;
}

table#cart thead tr th.product-image-head {
  width: 113px;
}

table#cart thead tr th.quantity {
  width: 90px;
}

table#cart thead tr th.total {
  width: 60px;
}

table#cart thead tr th.action-col {
  width: 30px;
}

table#cart thead tr th.item {
  width: 385px;
}

table#cart tbody tr td {
  font-size: 18px;
}

table#cart tbody tr td.r input {
  border: 1px solid #ccc;
  text-align: right;
  padding: 5px;
  width: 60px;
}

table#cart tbody tr td.product-image-cell {
  width: 113px;
}

table#cart tbody tr td a.bold {
  font-weight: bold;
}

table#cart tbody tr td.item {
  width: 385px;
}

table#cart tr#subtotal td {
  background: #e8eef2;
}

table#cart tr#subtotal td.heading {
  color: black;
  font-weight: bold;
  font-family: 'NexusMixBold', Georgia, serif;
}

#checkout {
  text-align: right;
}

#checkout input {
  background: #333;
  color: white;
  border: none;
  padding: 5px 10px;
  font-family: 'NexusMix', Georgia, serif;
  font-size: 18px;
}