/* ----------------------------------------------

  Project:  7Eleven Gallery
  Version:  1.0

  Author:
  
  ______              _____       _             
  | ___ \            /  ___|     | |            
  | |_/ /__ _ _   _  \ `--.  ___ | |__  _ __    
  |    // _` | | | |  `--. \/ _ \| '_ \| '_ \   
  | |\ \ (_| | |_| | /\__/ / (_) | | | | | | |  
  \_| \_\__,_|\__, | \____/ \___/|_| |_|_| |_|  
               __/ |                            
              |___/                             

----------------------------------------------- */
/*  Typography
---------------------------------------------- */  

html, body, button, textarea, input.text, input {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

button {
  border: none;
  border-width: 0px;
}
img.border {
  border: 3px solid #dfdfdf;
}

a {
	 text-decoration: none;
	 color: #333;
}
  a:hover { text-decoration: underline;}
  a.red { color: #ff0000 !important; }

p, ul, ol, dl { list-style: none; }

p.large { font-size: 18px; }
p.small { font-size: 12px; }
p.smaller { font-size: 10px; }

input.checkbox {
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

p.checkboxText {
  float: left;
}

#homeNews {
  font-size: 12px;
}

span { color: #999; }

strong {
  font-weight: bold;
}

h1 {
  position: absolute;
  top: 50px;
  left: 0;
}
  h1 a {
    background: url('/assets/header.png') no-repeat 0 0;
    display: block;
    height: 100px;
    width: 104px;
    text-indent: -9999px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  h1 a:hover {
    background-position: 0 -100px;
  }

h2 { 
  font-size: 18px;
  font-weight: bold;
}
  h2.small {
    font-size: 14px;
  }

h3 { 
  font-size: 12px;
  color: #999;
}

h4 { 
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  text-shadow: #000 2px 2px 8px;
}
  h4 a {
    color: #fff;
  }

h5 { 
  font-size: 24px;
  font-weight: bold;
  color: #ff0000;
  text-shadow: #000 2px 2px 4px;
}

h6 { 
  font-weight: bold;
  float: right; 
  width: 300px;
  margin-top: 14px;
}
  h6 a {
    color: #333 !important;
    font-weight: bold !important;
  }

/*  Document Structure
---------------------------------------------- */

body {
  margin: 0;
  padding: 0;
}

.current {
  text-decoration: underline;
}

#header {
  margin: 0 auto;
  padding: 0;
  height: 193px;
  width: 940px;
}
  #header a {
    color: #000;
  }
  #headerInner {
    position: relative;
  }
  
  #menu {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 133px;
    left: 402px;
    width: 480px;
  }
    #menu li {
      float: left;
      position: relative;
      font-size: 16px;
      font-weight: 500;
      margin-right: 36px;
    }
    #menu li:hover ul { display: block;}
    #menu li.over ul { display: block;}
    
  #subMenu {
    display: none;
    position: absolute;
    width: 300px;
    top: auto;
    left: auto;
  }
    #subMenu li {
      margin-right: 34px;
      margin-top: 12px;
    }
    #subMenu li a {
      font-size: 11px;
      color: #666;
    }
  
  #headerLinks {
    position: absolute;
    top: 94px;
    right: 0;
  }
    #headerLinks li {
      text-transform: lowercase;
      font-size: 12px;
      line-height: 20px;
      text-align: right;
    }

/*  Page
---------------------------------------------- */

#page { 
  margin: 0 auto;
  padding: 0;
  width: 940px;
}

#pageInner { position: relative; }

.wideCol {
  position: relative;
  margin-top: 7px;
  margin-bottom: 50px;
}

.lgColLeft {
  float: left;
  width: 460px;
  margin-bottom: 40px;
}

.smColLeft {
  float: left;
  width: 320px;
  margin-bottom: 40px;
}

.lgColRight {
  float: right;
  width: 540px;
  margin-bottom: 40px;
}

.smColRight {
  float: right;
  width: 380px;
  margin-bottom: 40px;
}

.post {
  position: relative;
  margin-bottom: 60px;
}

.postTitle {
  margin-bottom: -18px;
}
  .postTitle p.smaller {
    color: #666;
    margin-top: -2px;
  }
  .postTitle p.smaller a {
    text-decoration: underline;
  }

.postInner {
  border-top: 1px solid #b2b2b2;
  margin-top: 17px;
}
  .postInner p {
    margin-top: 15px;
  }
  .postInner a {
    color: #ff0000;
    font-weight: 400;
  }
  .postInner div {
    font-size: 12px;
  }

.postVideo {
  margin-top: 20px;
}

.postSmGrid {
  width: 560px;
}
  .postSmGridCol {
    float: left;
    margin-top: 7px;
    margin-right: 10px;
  }
  .postSmGridColAlt {
    float: left;
    margin-top: 7px;
    margin-right: 10px;
    margin-bottom: 57px;
  }
  .postSmGridImg {
    margin-bottom: 18px;
  }

.postLgGrid {
  width: 960px;
}
  .postLgGridCol {
    width: 300px;
    float: left;
    margin-top: 7px;
    margin-right: 20px;
    margin-bottom: 40px;
  }
  .postLgGridImg {
    margin-bottom: 39px;
    width: 294px;
    height: 294px;
    overflow: hidden;
    border: 3px solid #dfdfdf;
  }

.btnPost {
  position: absolute;
  top: 2px;
  right: 0;
}
.btnLeft {
  background: url(/assets/rndbtn.gif) no-repeat 0 0;
  display: block;
  height: 20px;
  width: 10px;
  float: left;
}

.btnInner {
  float: left;
  background: #ebebeb;
  text-transform: lowercase;
  font-size: 11px;
  font-weight: bold;
  border:none;
  width:50px;
  text-align: center;
  color:#a3a3a3;
}
.btnInner:hover {
  color:#333;
  cursor:pointer;
}

  .btnInner a {
    color: #a3a3a3;
  }
  .btnInner a:hover {
    color: #333;
    text-decoration: none;
  }

.btnRight {
  float: left;
  background: url(/assets/rndbtn.gif) no-repeat -10px 0;
  display: block;
  height: 20px;
  width: 10px;
  margin-right: 10px;
}

.btnShop {
  margin-top: 10px;
}
.btnShopAlt {
  margin-top: 10px;
}

.categories {
  margin-top: 16px;
}
  .categories li {
    float: left;
    height: 30px;
    width: 160px;
  }
  .categories a {
    color: #333;
  }

.categoriesAlt {
  margin-top: 13px;
}
  .categoriesAlt li {
    float: left;
    height: 20px;
    width: 153px;
    font-size: 10px;
    color: #333;
  }
  .categoriesAlt a {
    font-size: 10px;
    color: #333;
    font-weight: bold;
  }

.postSearchInner {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  margin-top: 17px;
  padding-top: 15px;
}

/*  Home
---------------------------------------------- */

#slideshow div { display: none }
#slideshow div.first { display: block }

#slideshow {
  position: relative;
  display: block;
  z-index: 0;
  height: 450px;
  width: 940px;
  overflow: hidden;
}
  #slideshow h4 {
    width: 880px;
    position: absolute;
    top: 260px;
    left: 25px;
  }
  #slideshow h5 {
    width: 880px;
    position: absolute;
    bottom: 28px;
    left: 25px;
  }

#slideshowNav {
  position: absolute;
  right: 0;
  top: 460px;
  z-index: 1;
}
  #slideshowNav a {
    float: left;
  }
  #slideshowNav a {
    background: url(/assets/slideshowbtn.gif) no-repeat 0 0;
    display: block;
    height: 6px;
    width: 6px;
    margin-left: 4px;
    text-indent: -9999px;
  }
    #slideshowNav a:hover {
      background-position: -6px 0;
    }
    #slideshowNav a.activeSlide {
      background-position: -6px 0;
    }

#homeNews li { 
  float: left; 
  margin-bottom: 5px;
  width: 460px;
}

#homeNews img { 
  margin: 20px 20px 0 0;
  float: left;
}

#homeNews div img {
  display: none;
}

#homeMap {
  margin-bottom: 14px;
  height: 140px;
  width: 374px;
  border: 3px solid #dfdfdf;
}

#homeFlyer {
  display: block;
  line-height: 0px;
  width: 218px;
  overflow: hidden;
  margin-top: 24px;
  -moz-box-shadow: 0px 2px 4px #666;
  -webkit-box-shadow: 0px 2px 4px #666;
  box-shadow: 0px 2px 4px #666;
}

/*  News
---------------------------------------------- */

#search { 
  width: 310px;
  margin-bottom: 17px;
  border: none;
  border-width: 0px;
}

/*  Exhibitions
---------------------------------------------- */

#exhibitionsMap {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 134px;
  width: 453px;
  border: 3px solid #dfdfdf;
}

#exhibitionsFlyer {
  display: block;
  width: 378px;
  overflow: hidden;
  -moz-box-shadow: 0px 2px 4px #666;
  -webkit-box-shadow: 0px 2px 4px #666;
  box-shadow: 0px 2px 4px #666;
  line-height: 0px;
}

#exhibitionsGallery {
  width: 390px;
  margin-top: 20px;
}

#exhibitionsGallery li {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.smColRight .postInner a {
  color: #333;
}

#exhibitionsUpcoming .postInner a {
  color: #333;
}

/*  About
---------------------------------------------- */

#aboutNav li {
  margin-bottom: 20px;
}

/*  Shop
---------------------------------------------- */

#shopSlideshowNav {
  width: 330px;
  margin-top: 20px;
}

#shopSlideshowNav li {
  display: inline;
  margin-right: 3px;
}

#shopSlideshow {
  border: 3px solid #dfdfdf;
  margin-top: 8px;
  height: 540px;
  width: 540px;
}

#shopSlideshowInner {
  margin: 20px;
}
  #shopSlideshowInner img {
    margin-left: -9999px;
  }
  #shopSlideshowInner div p {
    position: absolute;
    left: 0;
    top: 488px;
  }

/*  Contact
---------------------------------------------- */

#contactMap {
  margin-top: 7px;
  margin-bottom: 20px;
  height: 134px;
  width: 314px;
  border: 3px solid #dfdfdf;
}

#contactForm input {
  margin-top: 17px;
  border: none;
  border-width: 0px;
}
  .divider {
    border-top: 1px solid #b2b2b2;
    margin-top: 15px;
  }

#message {
  margin-top: 15px;
  border: none;
  border-width: 0px;
}

#submit {
  float: right;
  background: url(/assets/submitbtn.gif) no-repeat 0 0;
  display: block;
  height: 20px;
  width: 54px;
  text-transform: lowercase;
  font-size: 11px;
  font-weight: bold;
  color: #a3a3a3;
}
  #submit:hover {
    color: #333;
  }

/*  Footer
---------------------------------------------- */

#footer { 
  clear: both;
  background: #dfdfdf;
  height: 85px;
  width: 100%;
/*  margin-bottom: 85px; */
}
  #footerInner {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 940px;
    font-size: 12px;
  }
  #footerCopy {
    position: absolute;
    top: 25px;
    left: 0;
  }
  #footerNav {
    position: absolute;
    top: 25px;
    right: 0;
  }
    #footerNav li {
      float: left;
      margin-left: 18px;
    }
  #footerCredit {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 10px;
    color: #999;
  }
  #footerCredit a {
    color: #999;
  }
  #footerCredit a:hover {
    color: black;
  }

/*  Hacks and Utilities
---------------------------------------------- */
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }

.clear {
	display: inline-block; }

html[xmlns] .clear {
	display: block; }

* html .clear {
	height: 1%; }

/*  Fancybox
---------------------------------------------- */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/assets/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/assets/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/assets/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/assets/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/assets/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/assets/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/assets/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/assets/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/assets/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/assets/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/assets/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/assets/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/assets/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/assets/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/assets/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/assets/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/assets/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#homeNews div {
  float: right;
  width: 300px;
}

.hide{display:none;}
.stButton {display:none !important;}

/*
Pager
---------------------------------------- */

.pager {float:right; margin-bottom: 40px;}
.pager li{background:#dfdfdf;float:left;padding:1px 1px 1px 1px;margin-left: -1px;}
.pager li a{background:#fff;color:#333;display:block;height:25px;padding:5px 0 0 0;text-align:center;width:30px;}
.pager li a:hover{background:#eeeeee;color:#666;text-decoration:none;}
.pager li a.active{background:#eeeeee;color:#666;}

/*
Comments / Disqus
---------------------------------------- */

#comments {
	margin-top:60px;
}

.disqus {
	border-top:1px solid #B2B2B2;
	margin-top:17px;
	padding-top:10px;
}

div.postSmGridTxt {
  width: 160px;
  height: 60px;
}

hr {
  display: none;
}

div.postLgGridTxt {
  height: 213px;
}
