﻿/**
 * Theme Name: Williams & Hyatt Theme v0.2
 * Description: A theme for The Williams and Hyatt On Demand website.  Built upon the WordPress personal publishing platform and the Hybrid framework.
 * Author: Erik Paulson
 * Template: hybrid
 *
 * Copyright (c) 2009 Hyatt Broadcasting LLC  All rights reserved
 *
 * Hybrid Framework - Copyright (c) 2009 Justin Tadlock.  All rights reserved.
 *
 * Hybrid is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* 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');

/* Get PaulMaul Font CSS */
@import url('Fonts/stylesheet.css');

/**
* Body
************************************************/
body {
	font-family:'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-size: 14px;
	}

/* Body container 
#body-container {
	background: #610b0a;
	}
*/
#body-container {
	/*background:#9D9A8E; background:-webkit-gradient(linear, 0% 0% 0% 100%,from[#333],color-stop[0.5,],to[0.5,#610b0a]*);*/
	background:#fff;
}
/**
* Elements
************************************************/

/* Links */
a {
	}
a:visited {
	}
a:hover {
	}
a:active {
	position: relative;
	top: 1px;
	}
.entry-content a {
	color: #0d0959;
	text-decoration: underline;
	}
.entry-content a:visited {
	color: #0d0959;
	}
.entry-content a:hover, a:active {
	color: #0d0959;
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #444;
	}

/* Lists */
.content ul {
	margin-left: 20px;
	}
.content ul li {
	overflow: hidden;
	padding-left: 15px;
	}

/* Blockquotes */

blockquote {
		background:#f9f9f9;
		border-left:10px solid #ccc;
		margin:1.5em 10px;
		padding:.5em 10px;
	}
	blockquote:before {
		color:#ccc;
		content:open-quote;
		font-size:4em;
		line-height:.1em;
		margin-right:.25em;
		vertical-align:-.4em;
	}
	blockquote p {
	}
blockquote.pullquote {
	font-family: Georgia, serif;
	width: 210px;
	/*margin-top: 9px !important;*/
	margin-bottom: 3px !important;
	padding: 6px 9px;
	font-size: 18px;
	text-align: center;
	color: #333;
	background: transparent;
	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
	border-left: none;
	}
.pullquote p {
	margin: 0;
	}
.pullquote a {
	font-style: italic;
	text-decoration: none;
	}

/* Code */
code {
	padding: 0 3px;
	font-size: 12px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	font-size: 12px;
	color: #000;
	background: url(images/code.png) repeat 0 0;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	background: #ddd;
	}
caption {
	font: italic normal normal 12px/22px Helvetica, Arial, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px;
	border: 1px solid #ddd;
	}
td {
	padding: 3px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
tr.alt td, tr.even td {
	background: #eee;
	}
th {
	padding: 3px;
	color: #fff;
	background: #093653;
	border: 1px solid #ddd;
	}
th a {
	font-weight: bold;
	color: #eee;
	}

/* Acronyms */
acronym {
	border-bottom: 1px dotted #333;
	}
/* emphasis-block */
.emphasis-block {
	border: 1px solid #333;
	padding: 10px;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	}
.emphasis-block li {
	font-weight: bold;
	}
.emphasis-block h3 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 3px solid #333;
	}
.emphasis-block h2 {
	margin-bottom: 5px;
	}
	
/* emphasis-block */
.shadow {
	box-shadow: 0px 0px 5px #333;
	-moz-box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
	}	
	
/* Drop caps */
.drop-cap {
	float: left;
	margin-right: 3px;
	font: normal normal normal 56px/39px "corn-dog-1","corn-dog-2";
	color: #444;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	}

/* Notes */
.note {
	display: block;
	margin: 4px auto 20px auto;
	width: 95%;
	padding: 6px 9px;
	background: #e6e6e6;
	border: 1px solid #550d06;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	box-shadow: 0px 1px 3px #999;
	-moz-box-shadow: 0px 1px 3px #999;
	-webkit-box-shadow: 0px 1px 3px #999;
	}
.note a {
	font-style: italic;
	}
.hour {
    border: 1px solid #dddddd;
	padding: 10px;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
    }
p.audioplayer_container {
    margin-bottom: 0px;
    }
/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}
/* Global Button */
.global-button {
	font-size: 16px;
	padding:5px 10px;
	margin:0 0 30px 0;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #eee;
	background: #001838;
	border: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	}
.global-button:visited {
	color: #eee;
	margin:0 0 30px 0;
	}
.global-button:hover {
	cursor: pointer;
	background: #093653;
	}
.global-button:active {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
	top: 1px;
	}


/**
* Images
************************************************/
.post img {
	max-width: 600px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Captions */
.wp-caption {
	max-width: 590px;
	padding: 4px 4px 4px 4px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #666;
	}
.wp-caption img {
	max-width: 588px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* 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: 10px;
	margin-top: 5px;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Thumbnail */
.thumbnail {
	float: right;
	width: 100px;
	height: 100px;
	margin: 0 0 10px 20px;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}
.category img.medium {
	float: left;
	max-width: 230px;
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	}

/**
* Page Navigation
************************************************/
#navigation-container {
	width: 100%;
	height: 26px;
	border-top:3px solid #c40000;
	border-bottom:3px solid #000;
	background:url('images/nav-bg.jpg') repeat;
	}
#navigation {
	width: 960px;
	margin: 0 auto;
	padding:0 5px;
	height: 30px;
	}
#page-nav {
	float: left;
	width: 700px;
	margin: 0 0 0 -15px;
	padding-left: 10px;
	}
#page-nav ul {
	list-style: none;
	margin: 0;
	}
#page-nav li {
	float: left;
	margin: 8px 10px 0 0;
	padding: 0 0 0px 0;
	}
#page-nav a {
	display: block;
	font: normal normal normal 12px/12px Helvetica, Arial, sans-serif;
	color: #fff;
	padding: 0 5px 0 5px;
	}

/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	display: none;
	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;
	display: none;
	}
#page-nav ul ul {
	border-top: 1px solid #222;
	background: #111;
	display: none;
	}
#page-nav li li {
	display: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #222;
	}
#page-nav li li a {
	display: none;
	padding: 7px 7px;
	border: none;
	}

/**
* Search form (in navigation)
************************************************/
#navigation .search {
	float: right;
	width: 200px;
	height: 25px;
	margin-right: 10px;
	}
#navigation input {
	float: right;
	width: 170px;
	height: 14px;
	margin: 4px 0 0 0;
	padding: 2px 8px 1px 22px;
	font: normal normal normal 11px/15px Helvetica, Arial, sans-serif;
	color: #fff;
	background: #9D9A8E url(images/search.png) no-repeat 5px 2px;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	}
#navigation .search-submit, #navigation .button {
	display: none;
	}

/**
* Header
************************************************/
#header-container {
	overflow: visible;
	height: 162px;
	}
#header {
	overflow: visible;
	height: 162px;
	width: 960px;
	margin: 0 auto;
	padding:0 5px;
	background:white;
	/*border:1px solid #9D9A8E;
	border-top: none;
	border-bottom:none;*/
	}
#site-title {
	float: left;
	margin: 5px 0 0 0;
	}
#site-title a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	outline: none;
	width: 150px;
	height: 150px;
	background: url(images/logo150px.jpg) no-repeat 0 0;
	margin-left:5px;
	}
#site-title a:hover {}
#site-description {
	display: none;
	}
#header-ad {
	border: 1px solid #000;
	padding: 1px;
	box-shadow: 0px 1px 3px #999;
	-moz-box-shadow: 0px 1px 3px #999;
	-webkit-box-shadow: 0px 1px 3px #999;
	}
#header-ad:hover {
	}

/**
* Header utility widget
************************************************/
.ad {
	height: 90px;
	width: 728px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom:0px;
	float: right;
	}
#utility-header {
	overflow: hidden;
	float: right;
	width: 500px;
	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 {
	clear:right;
	width: 782px;
	height: 40px;
	float:right;
	margin-top:10px;
	background: url('images/cat-nav-bg.jpg') no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	}
#cat-nav {
	float: left;
	width: 560px;
	height: 25px;
	margin-left:5px;
	}
#cat-nav ul li a {
	margin-right: 10px;
}

#cat-navigation ul {
	list-style: none;
	margin: 0;
	}
#cat-navigation li {
	float: left;
	}
#cat-navigation a {
	display: block;
	padding: 10px 10px 1px 10px;
	text-transform: normal;
	font: normal normal 16px Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	color: #fff;
	}
#cat-navigation li li a {
	width: 160px;
	font: normal normal 16px Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	padding: 8px 10px;
	color: #fff;
	background: #333;
	border:1px solid #e6e6e6;
	border-top:none;
	}
.cat-item-1 {
	display:none;
	}
	
/* 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.05em;
	}
#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: #000;
	}

/* 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;
	margin-top:4px;
	}
#feed ul {
	display:block;
}
#feed li {
	display:block;
	height:32px;
	width:32px;
	float: right;
	border: none;
	padding:0 10px 0 0;
	text-indent:-9999px;
	}
#feed #rss {
	height:32px;
	width:32px;
	background:transparent url('images/rss.png') no-repeat;
	}
#feed #facebook {
	height:32px;
	width:32px;
	background:transparent url('images/facebook.png') no-repeat;
	}
#feed #twitter {
	height:32px;
	width:32px;
	background:transparent url('images/twitter.png') no-repeat;
	}


/**
* Container (content/primary/secondary)
************************************************/
#container {
	overflow: hidden;
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 10px 5px 5px 5px;
	background: #fff;
	/*border: 1px solid #9D9A8E;
	border-top:none;
	border-bottom:none;*/
	}
.page-template-no-widget #container, .primary-inactive.secondary-inactive #container {
	background: #fff;
	}

.content {
	overflow: hidden;
	float: left;
	width: 530px;
	padding: 0 0 0px 0;
	border-top: #550d06;
	}
.hfeed {
	border-top: #550d06;
}
.page-template-no-widgets .content, .primary-inactive.secondary-inactive .content {
	width: 960px;
	padding: 0 0 20px 0;
	}

.single .hfeed .category-podcasts .byline {
    display: none;
    }
.content .category-podcasts .author-profile .vcard {
    display: none;
    }

/**
* Posts
************************************************/
.post {
	clear: both;
	overflow: hidden;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.single .post, .page .post {
	margin-bottom: 0;
	}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 10px;
	}

/* Post title */
.entry-title {
	margin-bottom: 3px;
	font: 32px/26px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #0d0959;
	}
.entry-title a {
	font: 32px/26px Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	font-weight: bold;
	color: #0d0959;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	}
.entry-title a:visited {
	}
.entry-title a:hover {
	
	}
.entry-title a:active {
	text-shadow: none;
	}
.home .entry-title, .page-title, .page-template-blog .entry-title, .single-title, .error-404-title, .attachment-title {
	}
.page-title, .error-404-title {
	margin: 0 0 20px 0;
	}
.page-title {
	display: none;
	}

/* Byline */
.byline {
	font-size: 14px;
	font-style: italic;
	color: #222;
	display: block;
	height: auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 5px;
	overflow: hidden;
	}
.archive .byline, .search .byline {
	margin: 0 0 3px 0;
	}
.byline a {
	color: #550d06;
	font-style: normal;
	}

/* Entry */
.entry-content, .entry-summary {
	overflow: hidden;
	font-size: 14px;
	color: #000;
	}
.entry-content ul {
		list-style-type: none;
	}
.entry-content ul li {
	list-style-type: none;
	padding: 0 0 0 18px;
	background: url(images/bullet.gif) no-repeat 3px 7px;
	margin-bottom: 10px;
	}
.entry-content ol li {
	margin-bottom: 20px;
	}
.entry-content h1 {
	font-family: "corn-dog-1","corn-dog-2";
	font-size: 32px;
	text-shadow: 1px 1px 1px #000;
	}
.entry-content h2 {
	color: #550d06;
	font-family: "chunk-1","chunk-2";
	}
.five-things-title {
	font-family: "corn-dog-1","corn-dog-2";
	font-size: 100px;
	line-height: 1;
	text-align: center;
	}
.five-things-title a {
	font-size: 55px;
	}
.five-things-title a:hover {
	text-decoration: none;
	text-shadow: 0px 0px 0px;
	}
/* Post meta data */
.entry-meta {
	clear: both;
	padding: 4px 0 0 0;
	font-size: .9em;
	font-style: italic;
	color: #777;
	border-top: 1px solid #ccc;
	}
.entry-meta a {
	font-style: normal;
	}
.archive .entry-meta, .search .entry-meta  {
	display: none;
}

/* Page links */
p.pages {
	font-weight: bold;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	font-weight: normal;
	font-style: italic;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
	}

/* Series */
.series-title {
	font-size: 1.2em;
	}

/* Single-post author box */
.single-title a {
	font: 40px/35px bold Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	}
.single-title a:hover {
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	}
.single .entry-meta {
	}
.single .byline {
	display: block;
	height: auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 5px;
	}
.singular .author-profile {
	overflow: hidden;
	margin: 0 10px 10px 10px;
	padding: 9px 9px 0 9px;
	background: #e6e6e6;
	border: 2px solid #ccc;
	display:none;
	}
.single .author-profile p {
	margin: 0 0 9px 0;
	}
.single .author-profile .avatar {
	margin: 0 20px 0px 0;
	}

/* Page templates */
.author-profile {
	overflow: hidden;
	margin: 10px 10px 10px 10px;
	}
.page-template-biography .author-profile {
	margin: 0;
	}
.author-profile .author-name {
	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-size: 36px/28px;
	font-family: "corn-dog-1","corn-dog-2";
	color: #444;
	text-shadow: 1px 1px 1px #000;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	}
.author-info, .category-info, .date-info, .tag-info, .search-info {
	overflow: hidden;
	}
.author-info, .category-info, .date-info, .tag-info, .search-info .day-info p {
	}

/* 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: 20px;
	}

/* Breadcrumb */
.breadcrumb {
	height: 18px;
	margin: 0 0 15px 0;
	padding: 5px 3px 1px 5px;
	font: 11px/15px Helvetica, Arial, sans-serif;
	color: #550d06;
	background: url(images/header1.gif) repeat-x 0 0;
	border: 1px solid #550d06;
	border-bottom: none;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0; /* future proofing */
	-khtml-border-radius: 7px 7px 0 0; /* for old Konqueror browsers */
	}
.singular-post .breadcrumb {
	display:none;
}
.singular .SumaPanel .breadcrumb {
	display: none;
}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	margin-right:10px;
	}
.wp-pagenavi .pages {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	background: #333;
	border: 1px solid #000;
	color: #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px; /* future proofing */
	-khtml-border-radius: 7px; /* for old Konqueror browsers */
	}
.wp-pagenavi .current {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	background: #ccc;
	border: 1px solid #000;
	color: #550d06;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px; /* future proofing */
	-khtml-border-radius: 7px; /* for old Konqueror browsers */
	}
.wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	background: #333;
	border: 1px solid #333;
	color: #e6e6e6;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px; /* future proofing */
	-khtml-border-radius: 7px; /* for old Konqueror browsers */
	}
.after-content-ad {
	padding-left: 10px;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	display:none;
	}
.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 #eee !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;
	font-size: 14px;
	margin-bottom:10px;
	font-family:'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	}
.widget-title {
	height: 18px;
	margin: 0 0 2px 0;
	padding: 3px 10px;
	font: 17px/18px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #550d06;
	font-weight: 500;
	background: url(images/header1.gif) repeat-x 0 0;
	border: 1px solid #550d06;
	border-bottom:none;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0; /* future proofing */
	-khtml-border-radius: 7px 7px 0 0; /* for old Konqueror browsers */
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	}
.widget-title a {
	color: #550d06;
	}
.widget ul {
	list-style: none;
	margin-left: 0;
	}
.widget ul li {
	margin: 0;
	padding: 2px 10px;
	background: none;
	border-bottom: 1px solid #eee;
	}

/* 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 {
	height: 18px;
	margin: 0;
	padding: 3px 7px;
	font: 16px/18px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #550d06;
	border-top: #550d06;
	background: url(images/header1.gif) repeat-x 0 0;
	}
.content .utility-after-content .widget-title a {
	border-top: #550d06;
	}
.content .widget-title a {
	color: #000;
	}
.page-template-widgets .content .widget {
	margin: 0 0 20px 0;
	}

/**
* Primary, Secondary, and Tertiary
************************************************/
#widget-container {
	float: right;
	width: 250px;
	color: #000;
	}
#widget-container .textwidget {
	}
#primary {
	overflow: hidden;
	float: right;
	width: 250px;
	}
#secondary {
	margin-left: 5px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 5px;
	overflow: hidden;
	clear: right;
	float: right;
	font-size: 11px;
	width: 125px;
	text-align: center;
	}
#secondary .widget-title {
	text-align: center;
	}
#secondary .widget ul li {
	padding-left: 5px;
	font-size: 12px;
	background: none;
	border-bottom: 1px solid #eee;
	}
#secondary .widget ul li a {
	}
#secondary .widget ul li a:visited {
	}
#tertiary {
	font-size: 11px;
	overflow: hidden;
	float: right;
	width: 120px;
	margin: 5px 0 0 0;
	text-align: center;
	}
#tertiary .widget-title {
	text-align: center;
	}
#tertiary .widget ul {
	}
#tertiary .widget ul li {
	background: none;
	padding: 2px 5px;
	border-bottom: 1px solid #eee;
	font-size: 12px;
	}
#tertiary .widget ul li a {
	}
#tertiary .widget ul li a:visited {
	}
#primary .widget ul li {
	
	}
#primary .widget ul li a {
	}
#primary .widget ul li a:visited {
	}
#primary .widget ul li a:hover {
}
#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: 250px;
	padding: 0;
	margin: 0 0 9px 0;
	}
#primary form {
	padding: 0 10px;
	}
#primary form {
	padding: 0 10px;
	}
#primary form p {
	margin-bottom: 2px;
	}
#text-2 {
	border: none;
	}
#text-2 .side-ad:hover {
	}
#text-12 {
	border:none;
}
#text-12 img {
	padding:0;
	margin:0;
}
#text-12 #follow-ryan {
	text-align:center;
	padding-top:10px;
	overflow:hidden;
	line-height:1.15;
	font-family:;
}
#text-12 #follow-ryan a {
	font-family: "corn-dog-1","corn-dog-2", sans-serif;
	font-size:26px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
#text-12 #follow-ryan a:visited {
}
#text-12 #follow-ryan a:hover {
	text-decoration:none;
	text-shadow: 2px 2px 2px rgba(0,0,0,.4);
}
#text-12 #follow-ryan a:active {
	text-shadow:0px 0px 0px rgba(0,0,0,0);
}
#text-15 {
	overflow:visible;
	text-align:center;
	font-size:14px;
}
#text-15 a {
	margin-bottom:20px;
}
#text-15 .widget-title {
	text-align:center;
}
#text-15 p {
	margin:0 5px 20px 5px;
}
#text-14 {
	border:none;
}
#text-6 h1 {
	font-family: "corn-dog-1","corn-dog-2";
	font-size:45px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	line-height:.9;
	color:#333;
}
/*
#suma-sidebar-login .widget-title {
	text-indent:-9999px;
	background-image: url('images/widget_suma.jpg');
	background-position:center;
}
#hybrid-archives-6 .widget-title {
	text-indent:-9999px;
	background-image: url('images/widget_recently.jpg');
	background-position:center;
}
#text-9 .widget-title {
	text-indent:-9999px;
	background-image: url('images/widget_about.jpg');
	background-position:center;
}
#linkcat-157 .widget-title {
	text-indent:-9999px;
	background-image: url('images/widget_friends.jpg');
	background-position:center;
}
#query-posts-4 .widget-title {
	text-indent:-9999px;
	background-image: url('images/widgets_mostrecentposts.jpg');
	background-position:center;
}
#recent-comments-3 .widget-title {
	text-indent:-9999px;
	background-image: url('images/widget_discussions.jpg');
	background-position:center;
}
#text-6 .widget-title {
	text-indent:-9999px;
	background-image: url('images/widget_bandname.jpg');
	background-position:center;
}
*/

#lsidebar {
	clear: both;
	width: 160px;
	float: left;
	margin: 0px 10px 10px 0;
	border-top: none;
}
#lsidebar ul {
	list-style-type: none;
	padding: 2px 2px 2px;
	margin: 0px;
	}
#lsidebar ul li {
	}
#lsidebar ul li a {
	}
#lsidebar ul li a:visited {
	}
#lsidebar ul li a:hover {
	}

/**
* Comments
************************************************/
#comments-template {
	margin: 10px;
	margin-top: 20px;
	}

/* Comment headers */
.comments-header {
	margin: 0 0 5px 0;
	padding: 3px 10px;
	font-family:"corn-dog-1","corn-dog-2";
	font-size:32px;
	line-height: 1;
	color: #550d06;
	}
#comments-number, #reply {
	}

/* 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: #e6e6e6;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px; /* future proofing */
	-khtml-border-radius: 7px; /* for old Konqueror browsers */
	}
#comments li li, #comments li li li li, #comments li li li li li li {
	background: #fff;
	-moz-border-radius: 0 7px 7px 7px;
	-webkit-border-radius: 0 7px 7px 7px;
	border-radius: 0 7px 7px 7px; /* future proofing */
	-khtml-border-radius: 0 7px 7px 7px; /* for old Konqueror browsers */
	}
#comments li li li, #comments li li li li li {
	background: #e6e6e6;
	-moz-border-radius: 0 7px 7px 7px;
	-webkit-border-radius: 0 7px 7px 7px;
	border-radius: 0 7px 7px 7px; /* future proofing */
	-khtml-border-radius: 0 7px 7px 7px; /* for old Konqueror browsers */
	}

/* Avatar */
#comments li .avatar {
	width: 40px;
	height: 40px;
	float: right;
	margin-left: 0px;
	padding: 0;
	}

/* Comment meta data */
#comments .comment-author {
	font-family:"corn-dog-1","corn-dog-2";
	font-style:normal;
	font-size: 18px;
	}
#comments .comment-meta-data {
	margin-bottom: 15px;
	}

/* Comment text */
.comment-text {
	clear: left;
	}

/* Forms */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
.page-template-quick-post .text-input {
	width: 97.5%;
	}
#comments-template label {
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
textarea {
	clear: left;
	display: block;
	width: 98%;
	font: 14px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
/*
input {
	height: 16px;
	margin: 4px 0 0 0;
	padding: 2px 8px 1px 22px;
	font: normal normal normal 11px/15px Helvetica, Arial, sans-serif;
	color: #fff;
	background: #9D9A8E;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	-khtml-border-radius: 5px;
}
 */
.button {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font-size: 18px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #eee;
	background: #001838;
	border: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	}
.button:hover {
	cursor: pointer;
	background: #093653;
	}
.button:active {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
	top: 1px;
	}
.search-form input {
	margin-right: 9px;
	}

/**
* Footer container (wraps Subsidiary and Footer)
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	padding: 0px 0 0 0;
	background:#fff;
	}

/**
* Subsidiary
************************************************/
#subsidiary {
	overflow: hidden;
	width: 960px;
	margin: 10px auto 0 auto;
	padding: 2px 5px 0 5px;
	text-align: center;
	border: 1px solid #000;
	background:#333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	}
#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 200px;
	margin: 0;
	padding: 15px 20px 0 20px;
	font: 14px/21px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #000;
	background: transparent;
	border: none;
	}
#subsidiary .widget strong {
	font-size: 16px;
	margin: 5px 0;
	}
#subsidiary .widget-title {
	height: 18px;
	margin: 0 0 5px 0;
	padding: 3px 10px;
	font: 16px/18px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #550d06;
	background: url(images/header1.gif) repeat-x 0 0;
	border: 1px solid #550d06;
	border-bottom: none;
	}
#subsidiary li {
	border-bottom:none;
	}
#subsidiary li a {
	color:#fff;
	}
#subsidiary .widget ul {
	margin-left: 0;
	}
#subsidiary .widget ul li {
	margin: 0 0 1px 0;
	padding: 0 5px 1px 5px;
	background: transparent;
	}
#subsidiary .widget ul li a{
	}

/**
* Footer
************************************************/
#footer {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #333;
	}
#footer a {
	font-style: normal;
	text-decoration: underline;
	color: #333;
	}
#footer a:hover {
	text-decoration: none;
	}
#footer .copyright {
	margin-right: 9px;
	}
	
.signature {
	font-family: '!PaulMaulBold', Arial, Helvetica, sans-serif;
	font-size:20px;
}
