/**
/*
Theme Name: Wild-type Hybrid Custom
Theme URI: http://wild-type.com
Description: Custom theme for Wild-type Design.
Version: 0.1
Author: Jodi Sweere
Author URI: http://wild-type.com
Tags: Custom
Template: hybrid
*/
/* Get base CSS */
@import url('../hybrid/library/css/20px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('tabs.css'); */

/*colors:
gold- #b99103 d6bc2a
red - #c12c0a
dark peat- #605422
spring green - c4c566 
grass - 96c127
deep brick 8B4D20
sunshine yellow FFF47D
oats - dfddac
melon - da7b67
*/
/* Graublau Sans Web (www.fonts.info) */
/* Peake Doubled font by Paul Lloyd http://moorstation.org/typoasis/designers/lloyd/reprise/peake.htm*/
/* BLACK JACK is copyright �2002 Typadelic Fonts. All rights reserved. FOR PERMISSION TO DISTRIBUTE IN ANY WAY, SHAPE, OR FORM, WRITE TO THE FOLLOWING EMAIL ADDRESS:
ronna@typadelic.com Other fonts, free or otherwise, available at <http://www.typadelic.com> 
*/ 

@font-face {
  font-family: "BlackJack";
  src: url(type/blackjack/BLACKJAR.TTF) format("truetype");
}

/*** Body************************************************/
body {
background: #dfddac;
	font: 100% Verdana, Geneva, Tahoma, sans-serif;
	color:#605422;
	}

/* Body container */
#body-container {
	background-color: #dfddac /*url(images/columbine.png) no-repeat 100% 20px*/;
	}
p.fontface {
font-family: "BlackJack"; 
font-size: 24px;
}

p.dailyat01{
font-family: "BlackJack"; 
font-size: 156px;
margin: 0px auto;
padding: 0px;
text-align: center;
text-shadow: 3px 3px 5px #c12c0a;/*, 0 0 1em #c12c0a, 0 0 0.2em #c12c0a;*/
}
p.atdescript{
font-family: "trebuchet MS"; 
font-size: 12px;
text-align: center;
margin: 0px auto;
padding: 0px;
}

/**
* Container (content/primary/secondary)
************************************************/
#container {
background-color: #dfddac /*url(images/container-bg.png) repeat-y right 0*/;
overflow: hidden;
width: 90%;
margin: 0 auto;
padding: 3px;
border: #d6bc2a 5px double;
border-radius: 9px;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
-moz-box-shadow: 0 0 1.8em #c5d159;
-webkit-box-shadow: 0 0 1.8em #c5d159;
box-shadow: 0 0 1.8em #c5d159; 
	}

.page-template-no-widget #container, .primary-inactive.secondary-inactive #container {
	background: #dfddac;
	}

.content {
background-color: transparent /*url(images/content-bg.png) repeat-y right 0*/;
	overflow: hidden;
	float: left;
	width: 68%;
	padding: 0px;
	/*border-top: 1px solid #d6bc2a;*/
		}
.page-template-no-widgets .content, .primary-inactive.secondary-inactive .content {
	width: 100%;
margin: 0px auto;
	padding: 0 0 20px 0;
	}

/**Portfolio**/
.portfolio {
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
	}
.portfolio img {
	background-color: #d6bc2a;
	width: 120px;
	height: 120px;
	margin: 10px 10px 5px 9px;
	padding: 5px;
	border: 1px solid #c12c0a;
	}

.portfolio a {
	color: #d6bc2a;
	font-style: italic;
	text-decoration: none;
	}
.portfolio h3 {
	font-size: 90%;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
	}
.portfolio h {
	display: inline-table;
	font-size: 90%;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
	}
.name {
display: inline-table;
width: 152px;
font-size: 85%;
text-align: center;
}
table, table * {white-space: no-wrap}

/**
* Elements
************************************************/

/* Links */
a, a:visited  {
	color:#605422;
	text-decoration: none;
	}
a:hover, a:active {
	color: #c12c0a;
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px dotted #da7b67;
	}
.entry-content a {
	color: #c12c0a;
	border-bottom: 1px dotted #c12c0a
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #605422;
	margin-bottom: 10px;
	}

/* Lists */
.content ul {
	list-style: none;
	margin-left: 20px;
	}
.content ul li {
	overflow: hidden;
	padding-left: 15px;
	background: url(images/bullet.png) no-repeat 0 6px;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 7px 0;
	padding: 3px 0 0 24px;
	color: #605422;
	background: #efeee0 url(images/quotes.gif) no-repeat 0 0;
border: 1px solid #c5d159;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-moz-box-shadow: 0 0 1.8em #c5d159;
-webkit-box-shadow: 0 0 1.8em #c5d159;
box-shadow: 0 0 1.8em #c5d159;
	}
blockquote blockquote {
	color: #555;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	text-align: center;
	font: italic 150% Georgia, Times, 'Times New Roman', serif;
	color: #605422;
	background: transparent;
	border-top: 3px double #96c127;
	border-bottom: 3px double #96c127;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	padding: 0 3px;
	font-size: 12px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	font-size: 85%;
	color: #605422;
	background: url(images/code.png) repeat 0 0;
	border: 1px solid #da7b67;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	background: #96c127;
	}
caption {
	font: italic normal 90% Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #6D5C25;
	}
tr {
	margin: 1px;
	border: 1px solid #96c127;
	}
td {
	padding: 3px;
	background: #dfddac;
	border: 1px solid #96c127;
	}
tr.alt td, tr.even td {
	background: #eee;
	}
th {
	padding: 3px;
	color: #fff;
	background: #605422;
	border: 1px solid #96c127;
	}
th a {
	font-weight: bold;
	color: #eee;
	}

/* Acronyms */
acronym {
	border-bottom: 1px dotted #da7b67;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin-top: -17px;
	margin-right: 1px;
	font: normal 35pt "Tempus Sans ITC", Garamond, "Book Antiqua", Cambria, Georgia, serif;/* A font by*/
	color: #605422;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #da7b67;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #da7b67;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
.post img {
	max-width: 800px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Captions */
.wp-caption {
background: #cfcd9b;
max-width: 800px;
margin:0px 10px;
padding: 10px 15px 10px 10px;
border: 1px solid #da7b67;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-moz-box-shadow: 0 0 1.8em #c5d159;
-webkit-box-shadow: 0 0 1.8em #c5d159;
box-shadow: 0 0 1.8em #c5d159;
}
.wp-caption .wp-caption-text {
	margin: 0px auto;
	padding: 7px;
	text-align: center;
	font-size: 95%;
	color: #6D5C25;
	}
.wp-caption img {
background-color:#dfddac;
clear:both;
max-width: 800px;
margin: 0 auto;
padding: 7px;
border: 1px solid #96c127;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 20px !important;
	}
.gallery img {
	border: 1px solid #3c738c;
	}

/* Author avatar */
.avatar {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	padding: 4px;
	background: #eee;
	border: 1px solid #da7b67;
	}

/* Thumbnail */
.thumbnail {
	float: left;
	width: 256px;
	height: 256px;
	margin: 0 20px 10px 1em;
	padding: 4px;
	background: #eee;
	border: 1px solid #da7b67;
	}
.category img.medium {
	float: left;
	max-width: 230px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #da7b67;
	}

/**
* Page Navigation
************************************************/
#navigation {
	width: 100%;
	height: 25px;
	margin: 0 auto;
	background: #c5d159;
	border-bottom: 3px solid #d6bc2a;
	}

#page-nav {
	float: left;
	width: 70%;
	margin: 0px;
	}
#page-nav ul {
	list-style: none;
	margin: 0;
	}
#page-nav li {
	float: left;
	margin: 6px 0 0 0;
	padding: 0 0 8px 0;
	}
#page-nav a {
	display: block;
	font-size: 80%;
	color: #605422;
	padding: 0 15px 0 15px;
	border-right: 1px solid #d6bc2a;
	}

/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 19px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#page-nav ul ul {
	border-top: 1px solid #222;
	background: #111;
	}
#page-nav li li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #222;
	}
#page-nav li li a {
	padding: 7px 7px;
	border: none;
	}

/**
* Search form (in navigation)
************************************************/
#navigation .search {
	float: right;
	width: 200px;
	height: 30px;
	}
#navigation input {
	float: right;
	width: 160px;
	height: 18px;
	margin: 2px 3px 0 0;
	padding: 1px 8px 1px 22px;
	font: normal 85% Tahoma, Verdana, Geneva, sans-serif;
	color: #fff;
	background: transparent url(images/search-icon.png) no-repeat 5px 0;
	border: 1px solid #c12c0a;
	}
#navigation .search-submit, #navigation .button {
	display: none;
	}

/**
* Header
************************************************/
#header-container {
	clear: both;
	width: 90%;
	margin: 0px auto;
	overflow: hidden;
		}
#header {
	background: transparent url(images/logo.png) no-repeat top right;
	overflow: hidden;
	width: 100%;
	height: 140px;
	margin: 0px auto;
	}
#header p{
padding-top: 30px;
}

#site-title {
	float: left;
	width: 20%;
	line-height: 35px;
	font-size: 20%;
	font-family: georgia, serif;
	margin: 0 12% 0 0;
	}
#site-title a {
	color: #dfddac;
	}
#site-description {
	display: none;
	}

/**
* Header utility widget
************************************************/
#utility-header {
	overflow: hidden;
	float: left;
	width: 60%;
	height: 60px;
	}
#utility-header .widget {
	line-height: 19px;
	margin: 0;
	padding: 0;
	color: #aaa;
	background: transparent;
	border: none;
	}
#utility-header .widget-inside div, #utility-header .widget-inside img {
	float: right;
	}

/**
* Category Navigation
************************************************/
#cat-navigation {
	width: 962px;
	height: 70px;
	margin: 0 auto;
	font: normal bold 85% Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	display: none; /*prevents over run of multiple categories*/
	}
#cat-nav {
	float: left;
	width: 760px;
	height: 36px;
	border-left: 1px solid #d6bc2a;
	}
#cat-navigation ul {
	list-style: none;
	margin: 0;
	}
#cat-navigation li {
	float: left;
	border-right: 1px solid #d6bc2a;
	}
#cat-navigation a {
	display: block;
	padding: 12px 20px 10px 20px;
	text-transform: uppercase;
	color: #96c127;
	}
#cat-navigation li li a {
	width: 160px;
	font-size: 85%;
	font-weight: bold;
	padding: 8px 10px;
	color: #96c127;
	background: #dfddac;
	border-top: 1px solid #d6bc2a;
	}

/* Drop-down controls */
#cat-nav ul ul, #cat-nav ul ul ul {
	width: 180px;
	}
#cat-nav li li:hover ul, #cat-nav li li li:hover ul {
	left: 180px;
	}
#cat-nav li:hover ul, #cat-nav li.sfHover ul {
	top: 2.1em;
	}
#cat-nav li li:hover ul, #cat-nav li li.sfHover ul, #cat-nav li li li:hover ul, #cat-nav li li li.sfHover ul  {
	top: 0;
	}
#cat-nav ul ul {
	background: #d6bc2a;
	}

/* Make sure page menu overlaps category menu */
#cat-nav ul.menu {
	position: relative;
	z-index: 98;
	}
#page-nav ul.menu {
	position: relative;
	z-index: 99;
	}

/**
* Subscribe/feed link (in navigation)
************************************************/
#cat-navigation #feed {
	width: 180px;
	float: right;
	}
#feed li {
	float: right;
	border: none;
	}
#feed li a {
	padding: 10px 218px 10px 0;
	background: url(images/feed-icon.png) no-repeat 38% 2px;
	}

/**
* Posts
************************************************/
.post {
	clear: both;
	overflow: hidden;
margin: 0 15px 10px 0;
	}
.single .post, .page .post {
	margin-bottom: 0;
	}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 10px;
	}
.post p {
margin: 15px 0px;
}
/* Post title */
.entry-title {
	margin-bottom: 3px;
	font: 120% georgia, times, 'times new roman', serif;
	font-weight: bold;
padding-left: 1em;
	}
.entry-title a {
	color: #c12c0a;
	}
.home .entry-title, .page-title, .page-template-blog .entry-title, .single-title, .error-404-title, .attachment-title {
	font: bold 120% georgia, times, 'times new roman', serif;
	}
.page-title, .error-404-title {
	margin: 0 0 20px 0;
	}

/* Byline */
.byline {
padding-left: 1em;
	font-size: 80%;
	font-style: italic;
	color: #96c127;
	}
.archive .byline, .search .byline {
	margin: 0 0 3px 0;
	}
.byline a {
	font-style: normal;
	color: #da7b67;
	}

/* Entry */
.entry-content, .entry-summary {
overflow: hidden;
font-size: 90%;
padding-left: 1em;
padding-right: 1em;
}

/* Post meta data */
.entry-meta {
	clear: both;
	display: block;
	padding: 9px 0 0 0;
	font-size: 75%;
	font-style: italic;
	color: #96c127;
	border-top: 1px solid #da7b67;
	}
.entry-meta a {
	font-style: normal;
	}

/* Page links */
p.pages {
	font-weight: bold;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	font-weight: normal;
	font-style: italic;
	color: #d6bc2a !important;
	background: #605422;
	border: 1px solid #da7b67;
	}

/* Series */
.series-title {
	font-size: 110%;
	}

/* Single-post author box */
.single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 9px 9px 0 9px;
	background: #dfddac;
	border: 1px solid #da7b67;
	}
.single .author-profile p {
	margin: 0 0 9px 0;
	}
.single .author-profile .avatar {
	margin: 0 20px 9px 0;
	}

/* Page templates */
.author-profile {
	overflow: hidden;
	margin-bottom: 10px;
	}
.page-template-biography .author-profile {
	margin: 0;
	}
.author-profile .author-name {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	}
.post-box {
	overflow: hidden;
	margin-bottom: 20px;
	}

/* Archive templates */
.category-title, .tag-title, .date-title, .author-title, .search-title {
	font: bold 120% Georgia, times, 'times new roman', serif;
	margin-bottom: 10px;
	}
.author-info, .category-info, .date-info, .tag-info, .search-info {
	overflow: hidden;
	margin: 0 0 10px 0;
	}

/* Attachments (post meta data) */
.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
	}
.attachment object.video {
	width: 100%;
	height: 360px;
	}
.attachment object.audio {
	width: 100%;
	}
.attachment-image .post-meta-data {
	clear: left;
	}
.attachment .download {
	display: block;
	margin-bottom: 20px;
	}
.attachment-icon, .mime-type-icon {
	height: 20px;
	margin-right: 10px;
	padding: 0;
	}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom:10px;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	font-size: 11px;
	color: #666;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #d6bc2a !important;
	background: #605422;
	border: 1px solid #da7b67;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #da7b67 !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widgets in general
************************************************/
.widget {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 9px 9px 0 9px;
	background-color:#c12c0a /*transparent url(images/widget-bg.png) repeat-y left*/;
	border: 1px solid #96c127;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
	}
.widget-title {
	height: 21px;
	margin: 0px 0 7px 0;
	padding: 0px;
	font: 130% "Tempus Sans ITC", georgia, times, 'times new roman', serif;
	font-weight: bold;
	color: #d6bc2a;
	background: transparent /*url(images/widget-title.png) repeat-x 0 0*/;
	}
.widget-title a {
	color: #d6bc2a;
	}
.widget ul {
	list-style: none;
	margin-left: 0;
	}
.widget ul li {
	padding: 0 0 0 18px;
	background: url(images/bullet.png) no-repeat 3px 1px;
	font-size: 90%;
	}
.widget ul li a{
	color: #dfddac;
}
/* Widget search */
.widget-search .search-text {
	width: 300px;
	}

/* Widget categories */
.widget-categories img {
	position: relative;
	max-height: 16px;
	top: 1px;
	margin: 0;
	padding: 0;
	}

/**
* Content-area widgets (mostly utility widgets)
************************************************/
.content .widget {
	margin: 0;
	padding: 0;
	border: none;
	}
.content .widget-title {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font: bold 100% georgia, times, 'times new roman', serif;
	color: #333;
	background: transparent;
	border-bottom: 1px solid #da7b67;
	}
.content .widget-title a {
	color: #605422;
	}
.page-template-widgets .content .widget {
	margin: 0 0 20px 0;
	}

/**
* Primary, Secondary, and Tertiary
************************************************/
#widget-container {
	float: right;
	width: 30%;
	}
#primary {
	overflow: hidden;
	float: right;
	width: 100%;
	}
#secondary {
	background: transparent;
	overflow: hidden;
	clear: right;
	float: right;
	width: 15.3%;
	margin: 0 0 0 14px;
	}
#tertiary {
	background: transparent;
	overflow: hidden;
	float: right;
	width: 15.3%;
	margin-bottom: -10px;
	padding-bottom: 0px;
	}

#primary .widget ul li {
	margin: 0 0 5px 0;
	padding: 0 5px 5px 20px;
	background: url(images/bullet.png) no-repeat 5px 7px;
	border-bottom: 1px solid #da7b67;
	}
#primary .widget ul ul {
	margin: 5px 0 0 0;
	}
#primary .widget ul li li {
	margin: 0 0 2px 0;
	padding: 0 0 2px 20px;
	border: none;
	}
#primary object {
	float: left;
	width: 30%;
	padding: 0;
	margin: 0 0 9px 0;
	}

/**
* Comments
************************************************/
#comments-template {
	margin-top: 21px;
	}

/* Comment headers */
#comments-number, #reply {
	font-size: 110%;
	}

/* Comments are closed */
.comments-closed {
	color: #666;
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0;
	}

/* Individual comments */
#comments li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	color: #333;
	background: #dfddac;
	border-top: 1px solid #96c127;
	border-bottom: 1px solid #96c127;
	}
#comments li li, #comments li li li li, #comments li li li li li li {
	background: #fff;
	}
#comments li li li, #comments li li li li li {
	background: #dfddac;
	}

/* Avatar */
#comments li .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
#comments .comment-author {
	font-weight: bold;
	}
#comments .comment-meta-data {
	margin-bottom: 15px;
	}

/* Comment text */
.comment-text {
	clear: left;
	font-size: 13px;
	}

/* Forms */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	font: 13px Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
.page-template-quick-post .text-input {
	width: 97.5%;
	}
#comments-template label {
	font: 13px Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
textarea {
	clear: left;
	display: block;
	width: 98%;
	font: 14px/20px Tahoma, Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
.button {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font: 13px Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	color: #dfddac;
	background: #605422;
	border: none;
	}
.button:hover {
	cursor: pointer;
	background: #605422;
	}
.search-form input {
	margin-right: 9px;
	}

/**
* Footer container (wraps Subsidiary and Footer)
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	padding: 2px 0 0 0;
	background: #a7c42d;
	border-top: 3px solid #cbbe64;
	}

/**
* Subsidiary
************************************************/
#subsidiary {
	overflow: hidden;
	width: 100%;
	margin: 0 auto 14px auto;
	padding: 2px 0 0 0;
	}
#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 140px;
	margin: 0;
	padding: 15px 20px 0 20px;
	font-style: normal; 
font-size:  90%; 
	color: #605422;
	background: transparent;
	border: none;
	}
#subsidiary .widget-title {
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	font-size: 15px;
	color: #c12c0a; 
	background: transparent;
	border-bottom: 1px solid #da7b67;
	}
#subsidiary a {
font-size: 80%; 
color: #c12c0a;
	}
#subsidiary .widget ul {
	margin-left: 0;
	}
#subsidiary .widget ul li {
	margin: 0 0 3px 0;
	padding: 0 5px 3px 5px;
	background: transparent;
	border-bottom: 1px dotted #96c127;
	}
p.wtfbbadge {
width: 90%;
margin: 0px auto;
}


/**
* Footer
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	padding: 2px 0 0 0;
	background-color: #c5d159;
	border-top: 3px solid #cbbe64;
	}
#footer {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	color: #605422;
	font-size: 80%;
	}
#footer a {
	font-style: normal;
	color: #c03227;
	}
#footer .copyright {
	display: inline;
	float: left;	
	margin-right: 9px;
	}
