/*
Theme Name:     Twenty Eleven Tad
Description:    Child theme for the Twenty Eleven theme 
Author:         Lisa Tveit
Template:       twentyeleven
*/

@import url("../twentyeleven/style.css");
@import url(http://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic|PT+Sans+Narrow:400,700);

/* ADD YOUR CUSTOM CSS BELOW THIS LINE */


/* =Structure
----------------------------------------------- */
/* remove 2em margin top & bottom of page & add border */
#page {
	margin: 0 auto;
	max-width: 1000px;
	background-color: #fff;
	border-left: 4px solid #1a1a1a;
	border-right: 4px solid #1a1a1a;
	background-image: url(images/groovepaper.jpg);
}

/* Showcase adjust margins */
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 36%;
	width: 64%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -25% 0 0;
	width: 25%;
}

/* Widepage optional columns */
.page-template-widepage-php #leftcol {
	float: left;
	margin: 0 -64% 0 0;
	width: 64%;
	max-width: 64%;
}
.page-template-widepage-php #rightcol {
	float: right;
	margin: 0 0 0 73%;
	width: 27%;
}

/* Micro Clearfix from CSS-Tricks */

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 18px 'Lora', "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", Georgia, serif;
	font-weight: 300;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans Narrow', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
	line-height: 2.6em;
}

h4 {
	color: #666666;
	clear: both;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
}

h5 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5em;
	padding-bottom: 0.3em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}

hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 25px auto 20px;
	width: 100%;
	clear: both;
	border: none;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #ffffff;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
}

small {
	font-size: 0.75em;
}

/* Custom Fonts */
.widget-title, .entry-content h3, .comment-content h3, .page-title, .entry-header .entry-format {
	font-size: 16px;
	line-height: 2.6em;
	padding-bottom: 0.3em;
}

.singular .entry-header {
	margin: 0 auto 1.5em;
}

.entry-title {
	font-size: 34px;
	padding: 0.25em 0;
}

.entry-title, .singular .entry-title {
	font-weight: normal;
	line-height: 1.2em;
}

h4, .entry-meta, #nav-single, #content nav a {
	font-family: 'PT Sans Narrow', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-meta a, #content nav a {
	font-weight: normal;
}

article.feature-image.small .entry-summary {
	font-size: 15px;
}

/* =Header
------------------------------------------------------------------- */
/* remove top border */
#branding {
	border-top: none;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
}

/* =Menus
------------------------------------------------------------------- */
#access ul, #access ul ul a {
	font-family: 'PT Sans Narrow', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#footerMenu div {
	margin: 0 7.6%;
}
#footerMenu {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#footerMenu ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
	font-family: 'PT Sans Narrow', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#footerMenu li {
	float: left;
	position: relative;
}
#footerMenu a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#footerMenu ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#footerMenu ul ul ul {
	left: 100%;
	top: 0;
}
#footerMenu ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
	font-family: 'PT Sans Narrow', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#footerMenu li:hover > a,
#footerMenu ul ul :hover > a,
#footerMenu a:focus {
	background: #efefef;
}
#footerMenu li:hover > a,
#footerMenu a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#footerMenu ul li:hover > ul {
	display: block;
}
#footerMenu .current_page_item > a,
#footerMenu .current_page_ancestor > a {
	font-weight: bold;
}

/* =Content
------------------------------------------------------------------- */
.entry-header .comments-link, .entry-header .comments-link a {
	display: none;
}
.entry-content {
	padding: 0;
}
.entry-summary {
	padding: 1.0em 0 0;
}
.singular .hentry {
	padding: 3.0em 0;
}

/* DogBlog Styles */
.shadowbox {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	-webkit-box-shadow: 0 0.75em 0.625em -0.625em #777;  /* 0 12px 10px -10px #777 */
	   -moz-box-shadow: 0 0.75em 0.625em -0.625em #777;
	        box-shadow: 0 0.75em 0.625em -0.625em #777;
}
.shadowbox:after {
	clear: both;
	margin-bottom: 2.5em;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.color-panel { 
	background: #423f5c;
	color: #fff;
	padding: 24px 48px; 
	position: relative;
	z-index: 2;
	-webkit-box-shadow: inset 0 0 0 0.3125em rgba(0, 0, 0, 0.06), inset 0 0 0 0.0625em rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: inset 0 0 0 0.3125em rgba(0, 0, 0, 0.06), inset 0 0 0 0.0625em rgba(0, 0, 0, 0.2);
	        box-shadow: inset 0 0 0 0.3125em rgba(0, 0, 0, 0.06), inset 0 0 0 0.0625em rgba(0, 0, 0, 0.2);
}
.color-panel h1 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}
.post-panel {
	background: #fff;
	padding: 1.1em;
	position: relative;
	overflow: hidden;
	z-index: 3;
	-webkit-box-shadow: inset 0 0 0 0.25em rgba(0, 0, 0, 0.03), inset 0 0 0 0.0625em rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: inset 0 0 0 0.25em rgba(0, 0, 0, 0.03), inset 0 0 0 0.0625em rgba(0, 0, 0, 0.15);
	        box-shadow: inset 0 0 0 0.25em rgba(0, 0, 0, 0.03), inset 0 0 0 0.0625em rgba(0, 0, 0, 0.15);
}
.mood-text {
	text-align: center;
	font-style: italic;
}
.quote-text {
	font-family: 'PT Sans Narrow', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 1.125em; 
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}
.first-letter {
	display: block;
	float: left;
	margin: -0.205em 0.25em -0.56em 0;
	height: 3.75em;
}
.first-letter span {
	font-size: 3.33em;
	line-height: 1.0em;
}
.link-panel {
	background: #fff url(images/monkeylink.jpg) repeat-y left top;
	padding: 1.5em;
	position: relative;
	z-index: 3;
	-webkit-box-shadow: inset 0 0 0 0.25em rgba(0, 0, 0, 0.03), inset 0 0 0 0.0625em rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: inset 0 0 0 0.25em rgba(0, 0, 0, 0.03), inset 0 0 0 0.0625em rgba(0, 0, 0, 0.15);
	        box-shadow: inset 0 0 0 0.25em rgba(0, 0, 0, 0.03), inset 0 0 0 0.0625em rgba(0, 0, 0, 0.15);
}
.link-text {
	margin-left: 5em;  /* 80px */
}
.video-link {
	font-size: 0.75em;
	text-align: center;
	font-style: italic;
}

/* Book Pages */
#bookquote {
	margin: 1em 0 1.625em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #aaaaaa;
	background-color: #efefef;
	padding: 1em;
	font-size: 1.125em; /* 18px */
	line-height: 1.6125em;
	-webkit-box-shadow: 0 0.75em 0.625em -0.625em #777;  /* 0 12px 10px -10px #777 */
	   -moz-box-shadow: 0 0.75em 0.625em -0.625em #777;
	        box-shadow: 0 0.75em 0.625em -0.625em #777;
}
.dropcap {
	display: block; /* same basic style as firstletter but 3-line Lora */
	float: left;
	margin-top: -0.2em; 
	margin-left: -0.3em; /* pulls left for serifs */
	margin-right: 0.45em;
	height: 4.55em;
	font-style: normal; 
}
.dropcap span {
	font-size: 5.6em; 
	line-height: 1.0em;
}
.dropcap + span {
	margin-left: -0.5em;  /* pulls first line left a little */
}
.wp-tab-content h3 {
	margin-top: 1.5em;
}

/* Dividers */
.divider {
  width: 100%;
  margin: 24px auto;
  height: 8px;
  background-color: #EFEFEF;
}

/* Images */

.vendor {
	margin: none !important;
	border: none !important;
	padding: none !important;
	vertical-align: top !important;
}

/* Image Borders */

/* fun with caption styles */
.wp-caption .wp-caption-text,
.gallery-caption {
	font-family: 'PT Sans Narrow', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 0.75em;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.wp-caption .wp-caption-text:before {
	content: ''; /*remove the symbol before caption text */
}
.wp-caption .wp-caption-text {
	padding: 10px 0 5px 20px;
}
.wp-caption { 
	position:relative; 
	overflow: hidden; 
	padding: 2px;
}
p.wp-caption-text { 
	display:none;
}
.wp-caption:hover p.wp-caption-text {
	display:block;
	position:absolute;
	bottom: 0px;
	left: 0px;
	background: #eeeeee;
	width:100%; 
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #eee;
	border-color: #ccc;
}

/* Gallery Thumbs (non-Jetpack Galleries, as in Vault albums) */
.gallery-thumb {
	margin: 0 0.3125em 1.5em 0 !important;
	float: left;
	text-align: center;
}
.gallery-thumb img {
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: 4px 0px 4px 5px;
	padding: 4px;
	position: relative;
}
.gallery-thumb img:hover {
	background-color: #a9a9a9;
}
.gallery-thumb span {
	display: block;
	max-width: 125px;
	min-height: 115px;
	margin: 6px auto !important;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 0.6875em !important;
	line-height: 1.2em;
} 

/* Colorbox Modal Window */
#cboxContent {
	margin-bottom: 20px;
}
#cboxCurrent {
	top: 100% !important;
	left: 0px !important;
}
#cboxSlideshow {
	right: 0px !important;
	top: 100% !important;
}

/* CSS Button (Newsletter Signup) */
.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 9px 24px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

/* Password Protected Posts */

/* Author Info */

/* Comments Link */
.entry-header .comments-link, .entry-header .comments-link a {
	display: none;
}

/* Post Formats Headings (see notes in original stylesheet about hiding headings) */
.entry-header .entry-format {
	display: none;
	}
.entry-header hgroup .entry-title {
	padding-top: 0px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 0px;
}

/* Singular content styles for Posts and Pages */
blockquote.pull {
	font-size: 20px;
	line-height: 1.5;
}


/* =Widepage Template
------------------------------------------------------------------- */
.wide-entry-header,
.wide-entry-content,
.wide-entry-meta {
	margin: 0 auto;
	width: 100%;
}
.wide-entry-meta .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.wide-entry-meta .edit-link a:hover {
	background: #888;
	color: #fff;
}
.wide-entry-content .edit-link {
	clear: both;
	display: block;
}

/* =Showcase
-------------------------------------------------------------------- */
/* Intro */
article.intro {
	background: transparent url(images/groovepaper.png) repeat top left scroll;
}

/* Easy Random Quotes (Showcase Intro) */
.rquotes {
	margin: 20px 0;
	border: none;
	padding: 15px 20px;
	background: #fff url(images/quote-bg.png) no-repeat top left scroll;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	min-height: 52px; /* minimum height = height of image */
	width: auto;
}

/* Featured post */
section.featured-post {
	margin: -1.625em -8.9% 0;
	max-height: 288px;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	max-height: 288px;
}
article.feature-image.small {
	margin: 0 !important;
	max-height: 288px;
}
article.feature-image.small .entry-summary {
	font-size: 15px;
}

/* Large featured post */
article.feature-image.large .entry-title a {
	display: none;
}
section.feature-image.large img {
	padding: 0 !important;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	display: none;
}

/* Featured Slider */
.featured-posts {
	height: 318px;
	margin: 1.625em -8.9% 1.25em;
	-webkit-box-shadow: 0 0.75em 0.625em -0.625em #777;  /* 0 12px 10px -10px #777 */
	   -moz-box-shadow: 0 0.75em 0.625em -0.625em #777;
	        box-shadow: 0 0.75em 0.625em -0.625em #777;
}

/* Recent Posts */
h1.showcase-heading {
	margin-bottom: 0.625em;
	border-bottom: 1px solid #ddd;
	padding: 0.1em;
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.featured-posts .showcase-heading {
	margin-bottom: 0 !important;
	padding-bottom: 0.5em;
}

section.recent-posts .hentry {
	border-bottom: 1px solid #ddd;
}
section.recent-posts .hentry:last-child, .no-results {
	border-bottom: none;
}

/* =Widgets
------------------------------------------------------------------------- */
.widget-area {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 14px;
	line-height: 1.3;
}
.widget {
	margin: 0 0 3em;
}
.widget-title, .entry-title .widget-title {
	font-family: 'PT Sans Narrow', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 16px !important;
	line-height: 1.5 !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 0.625em;
	border-bottom: 1px solid #ddd;
	padding: 0.1em;
}
div#first.widget-area h3.entry-title {
	line-height: 1.5 !important;
	margin-bottom: 0.625em !important;
	padding: 0.1em !important;
	border-bottom: none !important;
}
div#second.widget-area h3.widget-title {
	border-bottom: none !important;
}
.widget ul {
	list-style: square inside none;
}
.widget ul li, .widget ul ul li {
	margin-bottom: 8px;
}
.widget a {
	font-weight: normal;
}

/* Really Simple Gallery */
dl.rsgallery {
	margin: 0;
}
dl.rsgallery img {
	height: auto;
}

/* WP Email Capture */
#wp_email_capture form, #wp_email_capture_2 form {
	margin-top: 3px;
}
#wp_email_capture label.wp-email-capture-name, #wp_email_capture_2 label.wp-email-capture-name {
	margin-top: 3px;
	text-transform: uppercase;
}
#wp_email_capture label.wp-email-capture-email, #wp_email_capture_2 label.wp-email-capture-email {
	margin-top: 3px;
	text-transform: uppercase;
}
#wp_email_capture input.wp-email-capture-name, #wp_email_capture_2 input.wp-email-capture-name {
	margin: 3px 0;
}
#wp_email_capture input.wp-email-capture-email, #wp_email_capture_2 input.wp-email-capture-email {
	margin: 3px 0;
}
#wp_email_capture input.wp-email-capture-submit, #wp_email_capture_2 input.wp-email-capture-submit{
	margin-top: 3px;
	font-family: 'PT Sans Narrow', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/* =NextGEN Gallery Plugin & Widgets
----------------------------------------------- */

/* Book Jacket Gallery */
.ngg-gallery-jacket-thumb {
	margin: 0 0.3125em 1.5em 0 !important;
	float: left;
	text-align: center;
}
.ngg-gallery-jacket-thumb img {
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: 4px 0px 4px 5px;
	padding: 4px;
	position: relative;
}
.ngg-gallery-jacket-thumb img:hover {
	background-color: #a9a9a9;
}
.ngg-gallery-jacket-thumb span {
	display: block;
	max-width: 125px;
	min-height: 115px;
	margin: 6px auto !important;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 0.6875em !important;
	line-height: 1.2em;
} 

/* Album Styles Compact */
.ngg-album-compact {
	float:left;
	height:180px; 
	padding-right:6px !important;
	margin:6px 0px !important; 
	text-align:left;
	width:120px;	
}

/* NextGEN Gallery Sidebar Widget and Single Pic Thumbs */
.ngg-singlepic, .ngg-sidebar-widget a img {
	border: 1px solid #ddd;
	padding: 6px;
}
.ngg-singlepic-description {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 13px;
	line-height: 1.3;
}

/* NextGEN Gallery Footer Widget */
div#first.widget-area h3.entry-title {
	font-family: 'PT Sans Narrow', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 1.1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 8px;
	padding: 0;
}

/* =Footer
----------------------------------------------- */
#colophon {
	clear: both;
	background: transparent url(images/Shehen.jpg) repeat top left scroll;
}
#supplementary {
	border-top: none;
	padding: 1.625em 7.6%;
	overflow: hidden;
}
/* Two Footer Widget Areas, Custom Widths */
#supplementary.two .widget-area {
	width: 30.85%;
}
#supplementary.two .widget-area + .widget-area {
	width: 61.7%;
}
/* Site Generator Line */
#site-generator {
	display: none;
}

/* =IE7
----------------------------------------------- */
/* Fix for IE showcase (tkt #18024) */
#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 .featured-posts {
    margin-top: 0;
	margin-left: -7.6%;
	margin-right: -7.6%;
}
#ie7 section.featured-post {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
} 