/*
Theme Name: Venture Visuals
Theme URI: http://venturevisuals.com
Description: Custom WordPress Theme
Version: 1.0
Author: Derek Herman
Author URI: http://valendesigns.com
*/

/***** Resets *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
html {
  background: #6d6d6d url(images/background.jpg) repeat 0 0;
  height: 100%;
  overflow-y: scroll;
}
body {
  color: #999;
  background: transparent url(images/gradient.png)  no-repeat 50% 0;
  font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html>body {
  min-height: 100%;
  height: auto;
}
p {
  padding-bottom: 20px;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #333;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
hr {
  display: none;
}
.right {
  float: right;
}
.left {
  float: left;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/***** Link Styles *****/
a:link, a:visited {
	color: #90aa23;
	text-decoration: none;
}
a:hover {
	color: #90aa23;
	text-decoration: underline;
}
a:active {
	color: #90aa23;
	text-decoration: none;
}
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #ddd;
  line-height: 1em;
  text-shadow: #000 1px 1px 0;
}
h1 {
  color: #90aa23;
  font-size: 24px;
  padding-bottom: 25px;
}
h2 {
  font-size: 20px;
  padding-bottom: 25px;
}
h3 {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 25px;
}
  h3 span {
    font-size: 12px;
    color: #999;
    padding-left: 10px;
    text-shadow: none;
  }
h4 {
  font-size: 15px;
  font-weight: normal;
  padding-bottom: 25px;
}
h5 {
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 25px;
}
h6 {
  font-size: 11px;
  font-weight: normal;
  padding-bottom: 25px;
}
/***** Header *****/
#header {
  width: 940px;
  margin: 0 auto;
  height: 152px;
  margin-bottom: 20px;
  background: url(images/divider.png) repeat-x 0 100%;
  position: relative;
}
  .logo {
    position: absolute;
    left: -5px;
    top: 88px;
  }
  #header ul {
    position: absolute;
    right: -10px;
    bottom: 10px;
  }
    #header ul li {
      display: inline;
      margin-left: 25px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-weight: 500;
    }
      #header ul li a {
        color: #ddd;
        padding: 5px 10px;
      }
      #header ul li a:hover,
      #header ul li.current_page_item a {
        color: #90aa23;
        text-decoration: none;
      }
/***** Content *****/
#content {
  margin: 0 auto;
  width: 960px;
  display: block;
}
  #page {
    float: left;
    width: 600px;
  }
    #page h2.post_head {
      font-size: 24px;
    }
    .post {
      padding-bottom: 30px;
      margin-bottom: 30px;
      float: left;
      width: 600px;
      background: transparent url(images/divider.png) repeat-x left bottom;
    }
    .post:last-child {
      background: none;
      padding-bottom: 0;
      margin-bottom: 0;
    }
      #page h2 a {
        color: #ddd;
      }
      .post .metadata {
        padding-bottom: 10px;
      }
      body.single .post .sub_metadata {
        font-size: 14px;
      }
        .post .sub_metadata .right a {
          margin-left: 10px;
          color: #666;
        }
      /***** Post styles *****/
      .post ul {
				padding-bottom: 20px;
			}
			.post ul ul {
				padding-bottom: 0px;
				margin-bottom: -10px;
			}
			.post ul li {
				padding-left: 30px;
				padding-bottom: 20px;
				background: url(images/li-square.gif) no-repeat 5px 3px;
			}
			.post ul li li {
				padding: 10px 0 10px 30px;
				background: url(images/li-square.gif) no-repeat 5px 12px;
			}
			.post ol {
				padding-bottom: 20px;
				margin-left: 22px;
			}
			.post ol ol {
				padding-bottom: 0px;
				margin-bottom: -10px;
			}
			.post ol li {
				padding-left: 8px;
				padding-bottom: 20px;
				list-style: decimal;
			}
			.post ol li li { 
			  padding: 10px 0 10px 8px;
				list-style: lower-alpha;
			}
			.post ol li li li { 
				list-style: lower-roman;
			}
			.post dl { 
			  padding-bottom: 20px;
			}
			.post dt {
			  font-weight: bold;
			}
			.post dd {
		    padding-left: 5px;
        padding-bottom: 20px;
			}
			blockquote {
				position: relative;
				padding: 20px 30px;
				background: #222;
				margin-bottom: 40px;
				border: 1px solid #111;
				font-style: italic;
			}
			blockquote p {
				padding-bottom: 0px;
			}
			blockquote div {
				position: absolute;
				right: 0px;
				bottom: -31px;
				height: 31px;
				line-height: 31px;
				padding-left: 40px;
				padding-right: 10px;
				font-size: 10px;
				font-style: normal;
			}
			.pullquote {
				padding: 0px;
				margin: 0px;
				border: none;
				float: right;
				width: 330px;
				font-size: 24px;
				font-weight: bold;
				line-height: 30px;
				padding-left: 20px;
				color: #ddd;
			}
			.pullquote p {
				padding-right: 20px;
				padding-bottom: 20px;
			}
			.post code {
      	white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
        background: #222;
        border:1px solid #111;
        color:#90aa23;
        display:block;
        font-family:"Courier New",Courier,monospace;
        font-size:13px;
        line-height:18px;
        margin-bottom:40px;
        overflow:auto;
        padding:18px 10px 17px;
      }
      /***** Comments *****/
      .commentary, 
      .mark {
        font-size: 20px;
        color: #90aa23;
        font-weight: bold;
      }
      .mark {
        font-size: 24px;
        padding-bottom: 10px;
      }
      .publish_text {
        font-size: 11px;
      }
      li.comment {
        padding-bottom: 35px;
      }
        .comment-body {
          position: relative;
        }
          .comment-author {
            height: 110px;
            width: 600px;
            position: relative;
            background: transparent url(images/avatar_shadow.png) no-repeat -4px -4px;
          }
            .comment-author .avatar {
              position: absolute;
              left: 0;
              top: 0;
            }
            .comment-author .fn {
              position: absolute;
              left: 100px;
              top: 0px;
              font-size: 14px;
            }
            .comment-author .says {
              display: none;
            }
              .comment-author a {
                color: #ddd;
              }
            .comment-meta {
              position: absolute;
              left: 100px;
              top: 20px;
              font-size: 14px;
            }
              .comment-meta a {
                color: #999;
              }
      #respond {
        padding-top: 35px;
        margin-top: 10px;
        background: transparent url(images/divider.png) repeat-x left top;
      }
        #respond .input {
          padding: 8px;
          background: #333;
          border: 1px solid #333;
          color: #999;
          width: 284px;
          display: block;
          margin-bottom: 25px;
          border-top-color: #161616;
          border-bottom-color: #5b5b5b;
        }
        #respond .textarea {
          padding: 8px;
          background: #333;
          border: 1px solid #333;
          color: #999;
          width: 584px;
          display: block;
          margin-bottom: 25px;
          border-top-color: #161616;
          border-bottom-color: #5b5b5b;
          font-size: 12px;
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        }
        #respond #submit {
          background: #90aa23;
          color: #eee;
          padding: 8px;
          border: 1px solid #9fbc27;
          font-weight: bold;
        }
        #respond #submit:hover {
          border-color: #badb2e;
          color: #fff;
          cursor: pointer;
        }
  /***** Sidebar *****/    
  #sidebar {
    float: right;
    width: 300px;
  }
  #sidebar .side_nav {
    padding-bottom: 30px;
    background: url(images/divider.png) repeat-x left bottom;
    margin-bottom: 40px;
  }
    #sidebar .side_nav li.parent > a {
      font-size: 16px;
      font-weight: bold;
      padding-left: 30px;
      text-shadow: #000 0 1px 0;
    }
      #sidebar .side_nav li.parent > a.open {
        background: transparent url(images/down-arrow.gif) no-repeat 0 5px;
      }
      #sidebar .side_nav li.parent > a.closed {
        background: transparent url(images/right-arrow.gif) no-repeat 0 5px;
      }
      #sidebar .side_nav ul {
        padding-left: 30px;
        padding-top: 15px;
      }
        #sidebar .side_nav ul li a {
          color: #ddd;
          padding-right: 10px;
        }
        #sidebar .side_nav ul li.child > a {
          padding-left: 30px;
        }
          #sidebar .side_nav ul li.child > a.open {
            background: transparent url(images/down-arrow.gif) no-repeat 0 2px;
            color: #90aa23;
          }
          #sidebar .side_nav ul li.child > a.closed {
            background: transparent url(images/right-arrow.gif) no-repeat 0 2px;
          }
            #sidebar .side_nav ul ul {
              padding-left: 40px;
              padding-top: 20px;
              display: none;
            }
    #sidebar .side_nav ul.flickr {
      overflow: hidden;
      padding-top: 25px;
    }
      #sidebar .side_nav ul.flickr li {
        display: block;
        float: left;
        margin: 0 8px 8px 0;
      }
        #sidebar .side_nav ul.flickr li a {
          display: block;
          float: left;
          padding: 1px;
          background: #666;
          border: 1px solid #1b1b1b;
        }
        #sidebar .side_nav ul.flickr li a:hover {
          background: #fff;
        }
          #sidebar .side_nav ul.flickr li a img {
            float: left;
          }
          
        #sidebar .side_nav ul li.recent_body {
          padding-bottom: 5px;
          padding-top: 10px;
          overflow: hidden;
        }
          #sidebar .side_nav ul .recent_img {
            float: left;
            width: 100px;
          } 
            #sidebar .side_nav ul .recent_img a {
              display: block;
              float: left;
              padding: 1px;
              background: #666;
              border: 1px solid #1b1b1b;
            }
            #sidebar .side_nav ul .recent_img a:hover {
              background: #fff;
            }
          #sidebar .side_nav ul .recent_text {
            float: left;
            width: 150px;
          }
            #sidebar .side_nav ul .recent_text h3 {
              font-size: 15px;
              padding-bottom: 0;
              margin-bottom: 0;
            }

  
  .search_paginate {
    float: left;
    width: 940px;
    height: 60px;
    display: block;
    padding-top: 35px;
    margin-top: 35px;
    background: url(images/divider.png) repeat-x left top;
  }
    .pagination {
      float: left;
      width: 600px;
    }
      .pagination a:hover {
        color: #ddd;
        text-decoration: none;
      }
        .left_arrow {
          padding-left: 20px;
          line-height: 35px;
          background: transparent url(images/left-arrow.gif) no-repeat 0 50%;
        }
        .right_arrow {
          padding-right: 20px;
          line-height: 35px;
          background: transparent url(images/right-arrow.gif) no-repeat 100% 50%;
        }
    .search_form {
      float: right;
      width: 300px;
    }
      #s {
        padding: 8px;
        background: #333;
        border: 1px solid #333;
        color: #999;
        width: 284px;
        display: block;
        margin-bottom: 25px;
        border-top-color: #161616;
        border-bottom-color: #5b5b5b;
      }

/***** Grid *****/
.container {
  width: 940px;
  margin: 0 10px;
  float: left;
}
.divider {
  padding-bottom: 40px;
  background: url(images/divider.png) repeat-x left bottom;
  margin-bottom: 40px;
}
.gallery_divider {
  padding-bottom: 8px;
  background: url(images/divider.png) repeat-x left bottom;
  margin-bottom: 40px;
  height: 2px;
}
.last_div {
  margin-bottom: 30px;
}
.clear_divider {
  height: 20px;
  clear: both;
}
.alpha {
  margin-left: 0px !important;
}
.omega {
  margin-right: 0px !important;
}
.two_slice {
  float: left;
  width: 460px;
  margin: 0 10px;
}
.three_slice {
  float: left;
  width: 300px;
  margin: 0 10px
}
.four_slice {
  float: left;
  width: 220px;
  margin: 0 10px;
}
.eight_slice {
  float: left;
  width: 620px;
  margin: 0 10px;
}
.split_left {
  float: left;
  width: 460px;
  margin-right: 10px;
}
.split_right {
  float: left;
  width: 460px;
  margin-left: 10px;
}
.ddd {
  color: #ddd;
}
ul {
  margin-bottom: 25px;
}

  /***** Contact Form *****/
  #contactForm {
    
  }
    #thank_you_right {
      display: none;
    }
    #contactForm input {
      padding: 8px;
      background: #333;
      border: 1px solid #333;
      color: #999;
      width: 284px;
      display: block;
      margin-bottom: 25px;
      border-top-color: #161616;
      border-bottom-color: #5b5b5b;
    }
    #contactForm textarea {
      padding: 8px;
      background: #333;
      border: 1px solid #333;
      color: #999;
      width: 434px;
      display: block;
      margin-bottom: 25px;
      border-top-color: #161616;
      border-bottom-color: #5b5b5b;
      font-size: 12px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    #contactForm #mail {
      display: none;
    }
    #contactForm .validation-failed {
      border-color: #90aa23;
    }
    #contactForm button {
      background: #90aa23;
      color: #eee;
      padding: 8px;
      border: 1px solid #9fbc27;
      font-weight: bold;
    }
    #contactForm button:hover {
      border-color: #badb2e;
      color: #fff;
      cursor: pointer;
    }

  /***** Home Styles *****/
  body.home .four_slice {
    padding-right: 10px;
    width: 210px;
  }
  body.home .four_slice h2 {
    padding-bottom: 25px;
  }
  body.home .four_slice ul {
    color: #90aa23;
  }
  
  /***** 300px Image Shadow *****/
  .three_slice_image {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    background: url(images/shadow_list.png) no-repeat left bottom;
  }
  .noshadow {
    background: none !important;
    padding: 0;
  }
    .three_slice_image img {
      position: relative;
      display: block;
    }
  
  /***** 460px Image Shadow *****/
  .two_slice_image {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    background: url(images/shadow_460.png) no-repeat left bottom;
  }
    .two_slice_image img {
      position: relative;
      display: block;
    }
  
  /***** Large Single Image *****/
  .large_image_divider {
    padding-bottom: 21px;
    background: url(images/divider.png) repeat-x left bottom;
    margin-bottom: 40px;
    margin-top: 10px;
  }
    .large_image_wrap {
      padding: 0;
      text-align: center;
      width: 940px;
      position: relative;
      padding-bottom: 4px;
      background: url(images/shadow.png) no-repeat center bottom;
    }
  
  /***** Image Gallery *****/
  .gallery_list {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
    background: url(images/shadow_list.png) no-repeat left bottom;
  }
    .inner_gallery_list {
      position: relative;
      background: #414141;
    } 
      .inner_gallery_list img {
        display: block;
      }
      .inner_gallery_list h2 {
        line-height: 20px;
        font-size: 16px;
        padding: 10px 20px 13px 20px;
      }
        .inner_gallery_list h2 a {
          color: #ddd;
        }
      .inner_gallery_list span {
        position: absolute;
        right: 20px;
        bottom: 14px;
        font-size: 16px;
        color: #999;
        text-shadow: #000 1px 1px 0;
      }
  h2.gallery_heading {
    padding: 15px 0 25px 10px;
  }
  .pgallery {
    width: 940px;
    padding: 15px 0 25px 0;
    background: url(images/divider.png) repeat-x left bottom;
    margin: 0 10px;
    margin-bottom: 40px;
  }
    .scroller {
      height: 110px;
      width: 940px;
      padding: 0;
      display: block;
      overflow: hidden;
      float: left;
    }
      /***** Image Gallery Items *****/
      ul.items {
        padding: 0;
        margin: 0;
        min-width: 940px;
        display: block;
        height: 76px;
        overflow: hidden;
      }
        ul.items li {
          width: 100px;
          height: 70px;
          margin: 0 20px 0 0;
          float: left;
          display: block;
          padding-bottom: 4px;
          background: url(images/small_shadow.png) no-repeat center bottom;
        }
        ul.items li:last-child {
          margin: 0 0 0 0;
        }
          ul.items li a {
            display: block;
            float: left;
            filter: alpha(opacity=70);
            -moz-opacity: 0.7;
            opacity: 0.7;
          }
          ul.items li.selected a,
          ul.items li a:hover {
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            opacity: 1;
          }
            ul.items li a img {
              display: block;
              float: left;
            }
      /***** Image Gallery jScroller *****/
      .jScrollPaneContainer {
        position: relative;
        overflow: hidden;
        z-index: 1;
        margin-bottom: 10px;
      }
        .jScrollPaneTrack {
          position: absolute;
          cursor: pointer;
          left: 0;
          bottom: 0;
          width: 100%;
          background: url(images/scroll-bg.png) no-repeat 50% 10px;
          width: 940px;
          padding: 10px 0;
        }
          .jScrollPaneDrag {
            background: url(images/scroll-pane.png) no-repeat 50% 0;
            position: absolute;
            cursor: pointer;
            overflow: hidden;
          }
            .jScrollPaneDragLeft {
              position: absolute;
              bottom: 0;
              left: 0;
              overflow: hidden;
            }
            .jScrollPaneDragRight {
              position: absolute;
              bottom: 0;
              right: 0;
              overflow: hidden;
            }
      /***** Image Gallery Preview *****/
      .preview {
        padding: 0;
        text-align: center;
        width: 940px;
        position: relative;
        padding-bottom: 10px;
        background: url(images/shadow.png) no-repeat center bottom;
      }
        .preview img {
          vertical-align: bottom;
        }
        .preview a.btn {
          position: absolute;
          top: 0;
          width: 50%;
          height: 100%;
        }
        .preview a.btn:hover {
          filter: alpha(opacity=50);
          -moz-opacity: 0.5;
          opacity: 0.5;
        }
        .preview .left {
          left: 0;
        }
        .preview a.left:hover {
          background: transparent url(images/left-arrow.png) no-repeat 0 250px !important;
        }
        .preview .right {
          right: -1px;
        }
        .preview a.right:hover {
          background: transparent url(images/right-arrow.png) no-repeat 100% 250px !important;
        }
        .full {
        }
          .full img {
          }
        .full.loading { 
          background: url(images/loader.gif) center 265px no-repeat; 
        }
      /***** Flash Content *****/
      #flash_content {
        width: 940px;
        min-height: 400px;
        padding-bottom: 10px;
        background: url(images/shadow.png) no-repeat center bottom;
        margin: 10px 10px 20px 10px;
        display: block;
        position: relative;
        float: left;
      }
        .flash_divider {
          background: url(images/divider.png) repeat-x left bottom;
          margin: 0 10px;
          margin-bottom: 30px;
          display: block;
          position: relative;
          float: left;
          height: 2px;
          width: 940px;
        }
      #flash_blog {
        width: 600px;
        height: 337px;
        padding-bottom: 10px;
        background: url(images/shadow_600.png) no-repeat center bottom;
        margin: 0px 0px 20px 0px;
        display: block;
        position: relative;
        float: left;
      }
  /***** Slider *****/
  .slider_wrap {
    background: url(images/divider.png) repeat-x left bottom;
    margin-bottom: 40px;
    margin-top: 10px;
  }
    #slider {
      position: relative;
      width: 940px;
  		height: 365px;
  		overflow: hidden;
  		padding-bottom: 10px;
  		background: url(images/shadow.png) no-repeat center bottom;
  		margin-bottom: 25px;
    }
      #slider ul, #slider li{
    		position: relative;
    		width: 940px;
    		height: 365px;
    		overflow: hidden;
      }
      	#prevBtn a, #nextBtn a{ 
      		position: absolute;
          top: 0;
          width: 470px;
          height: 365px;
          text-indent: -9999px;
        }	
        #nextBtn a{
          right: 0; 
        }
        #prevBtn a:hover, #nextBtn a:hover {
          filter: alpha(opacity=50);
          -moz-opacity: 0.5;
          opacity: 0.5;
        }														
        #prevBtn a:hover{  
      		background: transparent url(images/left-arrow.png) no-repeat 0 50% !important;	
        }	
      	#nextBtn a:hover{ 
      		background: transparent url(images/right-arrow.png) no-repeat 100% 50% !important;	
        }	
    #gallery_slides {
      position: relative;
      width: 600px;
  		height: 340px;
  		overflow: hidden;
  		padding-bottom: 10px;
  		background: url(images/shadow_600.png) no-repeat center bottom;
  		margin-bottom: 25px;
    }
    .post_img {
      padding-bottom: 10px;
  		background: url(images/shadow_600.png) no-repeat center bottom;
  		margin-bottom: 25px;
    }
      #gallery_slides ul, #gallery_slides li{
    		position: relative;
    		width: 600px;
    		height: 340px;
    		overflow: hidden;
    		padding-left: 0px;
    		background: none;
      }
        #gallery_slides li span {
          display: none;
        }
        body.single #gallery_slides li span {
          position: absolute;
          background: #000;
          filter: alpha(opacity=50);
          -moz-opacity: 0.5;
          opacity: 0.5;
          padding: 5px 15px;
          border: 1px solid transparent;
          -moz-border-radius-bottomright: 10px;
          -webkit-border-bottom-right-radius: 10px;
          display: block;
          top: 0;
          left: 0;
          z-index: 1000;
          font-size: 10px;
          font-family: Arial;
        }
        #gallery_slides #prevBtn a, 
        #gallery_slides #nextBtn a { 
      		position: absolute;
          top: 0;
          width: 300px;
          height: 340px;
          text-indent: -9999px;
        }
/***** Footer *****/
#footer {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 30px;
  height: 70px;
  position: relative;
}
  #footer p {
    position: absolute;
    color: #333;
    right: 0;
    top: 40px;
  }
  #footer a {
    color: #666;
  }
    #footer a:hover {
      color: #90aa23;
      text-decoration: none;
    }
  #footer li {
    display: inline;
  }
    ul.left_list {
      float: left;
    }
      ul.left_list li {
        padding-right: 20px;
      }
    ul.right_list {
      float: right;
    }
      ul.right_list li {
        padding-left: 12px;
      }