/*
Theme Name:     Andrew Hyde
Version:        1.0.2
Description:    A customized Twenty Eleven child theme (Requires Twenty Eleven to be installed)
Author:         <a href="http://bluebarrelmedia.com">Bluebarrel Media</a>
Template:       twentyeleven

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentyeleven/style.css");


/* Custom CSS Below */

@font-face {
    font-family: 'BigNoodleTitling';
    src: url('fonts/big_noodle_titling.eot');
    src: url('fonts/big_noodle_titling.eot?#iefix') format('embedded-opentype'),
         url('fonts/big_noodle_titling.woff') format('woff'),
         url('fonts/big_noodle_titling.ttf') format('truetype'),
         url('fonts/big_noodle_titling.svg#big_noodle_titling') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* = Global & Structure
----------------------------------------------- */
ul {
   list-style: square inside none;
}
h1 { 
   font-family: BigNoodleTitling;
   font-weight: normal;
}

h3 { 
   font-family: BigNoodleTitling;
   font-weight: normal;
   margin-bottom: 10px;
   margin-top: 20px;

}


h4 { 
   font-family: BigNoodleTitling;
   font-weight: normal;
   margin-bottom: 10px;
   font-size: 30px;
}


a {
   color: #ea5707;
}
html, body {
   height: 100%;
}

body {
	padding: 0 2em;
	background: 
	   url(images/header-bg-border.png) repeat-x 0 0,
	   url(images/header-bg.jpg) repeat-x top center,
	   url(images/header-bg-color.png) repeat-x 0 0,
	   url(images/body-bg.png) repeat 0 0;
	color: #272727;
}
#timeline-wrapper {
	width: 1145px;
	margin: 0 auto;
}
#page {
	margin: 0 auto;
	width: 965px;
	background: none;
	background: url(images/header-shadows.png) no-repeat 0 0;
}
#branding hgroup {
	margin: 0;
	text-indent:-9999px;
}
#access div {
	margin: 0 7.6%;
}
#main {
   position: relative;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
	position: relative;
}
#content {
	margin: 0 34% 0 7.6%;
	width: 58.4%;
}
#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}

/* Single page and post with right sidebar */
.home #content,
.archive #content {
	margin: 0;
	width: 100%;
}
.home #secondary,
.archive #secondary{
	 float: right;
	 margin-right: 0;
	 width: 100px;
	 position: absolute;
	 right: -118px;
}
.page #content,
.single #content {
	margin: 0 0 0 105px;
	width: 650px;
	padding: 20px;
	background: #fff;
        -webkit-border-radius: 7px;
	border-radius: 7px;    
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-bottom:2px solid #707070;
}
.page #secondary,
.single #secondary {
	float: right;
	margin-right: 0;
	width: 150px;
	position: absolute;
	right: 0;
}
#secondary-content {
	position: absolute;
	top:0;
	width: 150px;
}
#secondary-content.fixed {
	position: fixed;
	top:0;
	margin-top: 20px;
}
/* Social Bar */
#social-bar {
	width:88px;
	position: absolute;
	left:-2px;
	z-index: 1000;
}
#sbar-content {
        position: absolute;
	top:0;
	width: 88px;
	padding: 23px 0 20px;
	background: #fff;
        -webkit-border-radius: 7px;
	border-radius: 7px;    
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-bottom:2px solid #707070;
        height: 210px;
}
#sbar-content.fixed {
	position: fixed;
	top:0;
	margin-top: 20px;
}
#social-bar .btn {
   margin: 0 auto 5px!important;
}
#social-bar .btn.tw {
   width: 60px;
}
#social-bar .btn.fb {
   width: 45px;
}
#social-bar .btn.su {
   width: 50px;
   margin: 0 auto 0!important;
}
/* = Header
----------------------------------------------- */
#branding {
    border-top: none;
    padding-bottom: 10px;
    position: relative;
    z-index: 80;
    height:330px;
    
}
#site-title {
	margin-right: 0;
	padding: 0;
	position:absolute;
	top: 0;
	left: 280px;
	width: 426px;
	height:308px;
	background: url(images/andrew-hyde-logo.png) no-repeat 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
	display: block;
	height:308px;
}

/* = Navigation
----------------------------------------------- */

#top-navigation {
   width:960px;
   position: absolute;
   top: 148px;
   font-family: BigNoodleTitling;
   font-size: 24px;
   letter-spacing: .04em;
   text-shadow:
   1px 1px 0px rgba(119, 147, 152, 1),
   -1px 1px 0px rgba(119, 147, 152, 1),
   1px -1px 0px rgba(119, 147, 152, 1),
   -1px -1px 0px rgba(119, 147, 152, 1),
   2px 2px 0px rgba(6, 55, 44, 0.75);   
}
#top-navigation ul {
   list-style-type: none;
   margin: 0;
   width:100%;
   position:relative;
}
#top-navigation ul li {
   position:absolute;
   top: 0;
   width:115px;
   text-align: center;
}
#top-navigation ul li a {
   color: #fff;
}
#top-navigation ul li:nth-child(1) {
   left: -20px;
}
#top-navigation ul li:nth-child(2) {
   left: 122px;
}
#top-navigation ul li:nth-child(3) {
   right: 125px;
}
#top-navigation ul li:nth-child(4) {
   right: -20px;
}
/* = Footer
----------------------------------------------- */
#colophon {
   padding:70px 0 90px;
}
#footer-nav {
   width: 964px;
   height: 208px;
   background: url(images/footer-pattern-bg_03.gif) repeat 0 0;   
   position: relative;
   z-index: 50;
   -webkit-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.4);
   box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.4); 
   margin-bottom: 65px;
}
.footer-shadows {
   background: url(images/footer-shadows.png) no-repeat center top;
   position: absolute;
   width: 714px;
   height: 193px;
   top:-12px;
   left: 140px;   
}
ul.footer-btns {
   list-style-type: none;
   margin:0 0 10px 1px;
   width: 100%;
   height: 100%;
   position: relative;
   z-index: 51;
}
ul.footer-btns li {
   float: left;
   text-align: center;
   height: 203px;
   font-family: BigNoodleTitling;
   font-size: 22px;
   letter-spacing: 0.04em;
}
ul.footer-btns li a {
   display: block;
   height: 203px;
   padding-top: 140px;;
   color: #252525;
}
ul.footer-btns li a:hover {
   text-decoration: none;
}
ul.footer-btns li:nth-child(1) {
   width: 254px;
   background: url(images/footer-icons_1.png) no-repeat 50% 34%;
}
ul.footer-btns li:nth-child(2) {
    width: 240px;
    background: url(images/footer-icons_2.png) no-repeat 50% 34%;
}
ul.footer-btns li:nth-child(3) {
    width: 237px;
    background: url(images/footer-icons_3.png) no-repeat 50% 34%;
}
ul.footer-btns li:nth-child(4) {
    width: 230px; 
    background: url(images/footer-icons_4.png) no-repeat 50% 34%;
}
ul.footer-btns li:hover {
   border-bottom:5px solid #ea5707;
}
/* = Sidebar & Widgets
----------------------------------------------- */

#secondary .widget {
   padding: 15px;
   background: #fff;
   -webkit-border-radius: 7px;
   border-radius: 7px;    
   border-left:1px solid #c6c6c6;
   border-right:1px solid #c6c6c6;
   border-bottom:2px solid #707070;
}
#mini-about.widget {
   background: url(images/andrew-hyde.jpg) no-repeat top center #fff;
   padding-top:130px;
   font-size:11px;
   line-height: 1.3em;
}
#mini-about p {
   margin-bottom: 1.2em;
}
#mini-about a.tw-follow-button {
   width:99px;
   height:23px;
   margin:0 auto;
   display: block;
   background: url(images/follow-me.png) no-repeat -1px 0;
}
#mini-about h3.related_post_title,
#mini-about ul.related_post {
   display: none!important;
   visibility: hidden!important;
}
/* Side Date Navigation */
#home-sidenav {
   font-family: BigNoodleTitling;
   font-size: 18px;
   letter-spacing: 0.04em;
   padding-top: 6px;
}
#home-sidenav ul {
   list-style-type: none;
   margin: 0;
}
#home-sidenav ul li {
   line-height: 1.6em;
   margin-bottom: 5px;
}
#home-sidenav ul li a {
   display: block;
   color:#777777;
   padding-left: 10px;
   border-left:10px solid #e1e1e1;
}
#home-sidenav ul li.current a,
#home-sidenav ul li a:hover {
   text-decoration: none;
   color:#363636;
   border-left:10px solid #00a99d;
}
.home #home-sidenav ul li.current a  {
   border-left:10px solid #e1e1e1;
}
.home #home-sidenav ul li:nth-child(1) a,
.home #home-sidenav ul li a:hover {
   border-left:10px solid #00a99d;
}
/* = General Content, Misc Overrides
----------------------------------------------- */

/* Single post */
.commentlist .avatar {
	left: -100px;
}
.entry-header .entry-title,
.entry-header .entry-meta {
   font-family: BigNoodleTitling;
   color: #00a99d;
   font-size: 18px;
   letter-spacing: 0.04em;
}
.entry-header .entry-title {
   font-size: 36px;
   font-weight: normal;
   padding:0;
   line-height: 1.4em;
}
.entry-content {
   padding-top: 10px;
}
.entry-content p {
   font-size: 18px;
   line-height: 1.4em;
}
.entry-header .tag-list {
   width: 100%;
   min-height:45px;
}
.entry-header .tag-list ul {
   color: #999;
   font-size: 12px; 
   list-style-type: disc;
   margin: 0;
}
.entry-header .tag-list ul li {
   float: left;
   background: #fff;
   padding: 1px 9px 1px 8px;
   margin-right: 8px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.4);
   box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.4);      
}
.entry-header .tag-list ul li a {
   margin:1px 0 0 -3px;
}

.entry-header .cat-list {
   width: 100%;
   float: right;
   min-height:45px;
}

.entry-header .cat-list ul {
   color: #999;
   font-size: 12px; 
   list-style-type: disc;
   margin: 0;
}
.entry-header .cat-list ul li {
   float: right;
   background: #fff;
   padding: 1px 9px 1px 8px;
   margin-right: 8px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.4);
   box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.4);      
}
.entry-header .cat-list ul li a {
   margin:1px 0 0 -3px;
}



img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
    border: none;
    padding: 0;
}
.hentry.post {
   border-bottom: none;
}

/* Blog Home Page Template*/
.home .timeline-line,
.archive .timeline-line {
    width: 8px;
    background: #e8e8e8;
    left: 491px;
    position: absolute;
    top:-80px;
    bottom:-110px;
    min-height:100%;
    z-index: 40;
}
.home .hentry.post,
.archive .hentry.post {
    width:99.5%;
    height: 476px;
    position: relative;
    background: #CCC;
    padding: 0;
    border-bottom: medium none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:  0px 2px 1px 0px rgba(0, 0, 0, 0.8);
    box-shadow:  0px 2px 1px 0px rgba(0, 0, 0, 0.8);
    overflow: hidden;
}
.hentry.post .post-bg {
    position: absolute;
    width: 100%;
    height: 135%;
    top:-20%;
    left:0;
}
.hentry.post .post-left {
    position: absolute;
    top:0;
    left:0;
    width: auto;
    z-index: 3;
}
.post-left ul.post-images {
    max-width: 490px;
    height: 458px;
    padding-left:25px;
    display: table-cell;
    list-style-type: none;
    vertical-align: bottom;   
}
ul.post-images li {
    float: left;
    width: 125px;
    height: 90px;
    overflow: hidden;
    margin-right: 15px;
    margin-top:20px;
    border: 3px solid #fff;
    -webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    2px 2px 3px rgba(50, 50, 50, 0.5);
    box-shadow:         2px 2px 3px rgba(50, 50, 50, 0.5);
}
ul.post-images li img {
    margin-top: -30px;
    margin-left: -12px;
}
.hentry.post .post-right {
    position: relative;
    width: 100%;
    min-height:100%;
}

.hentry.post .the-dot {
    width: 28px;
    height: 27px;
    position: absolute;
    top: 80px;
    left: 481px;
    z-index: 41;
    background: url(images/the-dot.png) no-repeat 0 0;
}
.post-right .shadow-bg {
    min-height:100%;
    width: 467px;
    position: absolute;
    right: 0;
    top:0;
    background: #000;
    z-index: 1;
    -moz-opacity: 0.30;
    opacity: 0.30;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
}
.post-right .pr-content {
   width: 97%;
   height: 440px;
   padding-top:50px;
   position: relative;
   z-index: 2;
   color: #fff;
   overflow: visible;
}
.post-right .entry-header {
   width: 43%;
   float: right;
}
.post-right .entry-header .entry-title,
.post-right .entry-header .entry-title a,
.post-right .entry-header .entry-meta {
   color: #fff;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.post-right .entry-content {
   width: 43%;
   float: right;
   clear:right;
   max-height: 206px;
   overflow: hidden;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.post-right .entry-content a {
   color: #fff;
   text-decoration: underline;
}
.post-right .entry-content p:last-child {
   margin-bottom: 0;
}
.post-right .entry-content embed,
.post-right .entry-content iframe,
.post-right .entry-content object {
    bottom: 35px;
    left: 20px;
    max-width: 49%;
    position: absolute;
    z-index: 60;
} 
.post-right .entry-content-meta {
   width:43%;
   float: right;
   clear: right;
   margin-top:10px;
}
.post-right .comments-link a,
.post-right .read-more a {
   font-family: BigNoodleTitling;
   font-size: 18px;
   letter-spacing: 0.04em;
   background: #fff;
   padding:4px 10px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
.post-right .comments-link a:before {
   content: "COMMENT  [";
   padding-right:1px;
}
.post-right .comments-link a:after {
   content: "]";
   padding-left:1px;
}
.post-right .comments-link,
.post-right .read-more {
   float: left;
   margin-right: 7px;
}
.post-right .read-more a {
   color: #fff;
   background: #ea5707;
}
.post-right .entry-footer {
   float: right;
}
.entry-footer .tag-list {
   width: 100%;
   position: absolute;
   bottom: 10px;
   min-height:45px;
}
.entry-footer .tag-list ul {
   color: #999;
   font-size: 12px; 
   list-style-type: disc;
   margin: 0;
}
.entry-footer .tag-list ul li {
   float: left;
   background: #fff;
   padding: 1px 9px 1px 8px;
   margin-right: 8px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.4);
   box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.4);      
}
.entry-footer .tag-list ul li a {
   margin:1px 0 0 -3px;
}
#timeline-newsletter.hentry.post {
   z-index: 42;
   overflow: visible;
   background: url(images/newsletter-bg.jpg) no-repeat 0 0;
}
.keep-in-touch {
   width: 131px;
   height: 131px;
   background: url(images/keep-in-touch.png) no-repeat 0 0;
   position: absolute;
   top:-6px;
   right:-9px;
}
.newsletter-content {
   width: 400px;
   position: absolute;
   top: 60px;
   left: 100px;
}
.newsletter-content h3 {
   font-family: BigNoodleTitling;
   color: #00a99d;
   letter-spacing: 0.04em;
   font-size: 36px;
   font-weight: normal;
   padding:0;
   line-height: 1.4em;
}
.newsletter-content p {
   font-size: 18px;
   font-weight: normal;
   line-height: 1.3em;
   margin: 2px 0 10px;
   color: #666;
}
#ns-form input {
   margin: 5px 0;
   padding: 8px 8px;
   width: 200px;
   font-size: 12px;
   border: 2px solid #CCC;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   
}
#ns-form input.submit {
   width: auto;
   border: none;
   padding: 3px 7px;
   margin-top: 10px;
   background: #ea5707;
   font-family: BigNoodleTitling;
   color: #fff;
   font-size: 18px;
   letter-spacing: 0.04em;
   cursor: pointer;
}
#timeline-wrapper #nav-below {
   width: 100%;
   height: 170px;
   position: relative;
   z-index: 52;
   padding:0;   
   padding: 55px 0 0 12px;
}
#timeline-wrapper #nav-below a {
   font-family: BigNoodleTitling;
   letter-spacing: 0.04em; 
   padding: 5px 10px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   font-weight: normal!important;
}
#timeline-wrapper .nav-previous,
#timeline-wrapper .nav-next {
   float: none;
   width: 25%;
   height: auto;
   margin: 0 auto;
   text-align: center;   
}
#timeline-wrapper .nav-next {
   margin-top: -130px;
}
#timeline-wrapper .nav-previous {
   margin-top: 40px; 
}
#timeline-wrapper .nav-next a {
   background: #fff; 
   font-size: 25px;
   -webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.4);
   box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.4);
}
#timeline-wrapper .nav-previous a {
   background: #ea5707;
   color: #fff;
   font-size: 36px;
}
#timeline-wrapper .meta-nav {
   display: none;
   visibility: hidden;
}
#social-bar {
   z-index: 1000;
}

.single #timeline-newsletter.hentry.post,
.page #timeline-newsletter {
   width: 690px;
   height: 390px;
   margin: 40px 0 0 105px;
   -webkit-border-radius: 7px;
   border-radius: 7px; 
   border-left:1px solid #c6c6c6;
   border-right:1px solid #c6c6c6;
   border-bottom:2px solid #707070;
   background: url(images/newsletter-bg.jpg) no-repeat 0 0;
}


#fusionad {
 	margin-left: -68px;
        margin-top: 40px;
        background-color: white;
        padding: 13px 13px 13px 13px;
        border: 1px solid #C6C6C6;
        font-size: 11px;

}

#amazon_block {
        margin-top: 20px;
 	margin-left: -33px;
        border: 1px solid #C6C6C6;
}


#adbg {
	background-color:#b0c4de;
}