/**
* Theme Name: International Tea Sippers Society (ITSS)
* Description: A news-style child theme of the Hybrid theme framework for the International Tea Sippers Society.
* Version: 0.1.1
* Author: Patrick Lawrence
* Author URI: http://patsoffice.com
* Tags: earth-tones, theme-options, threaded-comments, sticky-post, microformats, two-columns, three-columns, fixed-width
* Template: hybrid
*
* Copyright (c) 2009 Patrick Lawrence.  All rights reserved.
* http://patsoffice.com
*
* ITSS 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'); */

/**
* Body
************************************************/
body {
font: 12px/22px Verdana, Geneva, Tahoma, sans-serif;
}

/* Body container */
#body-container {
background: #e7d8ac url(images/large-bg.jpg) no-repeat top center;
}

/**
* Elements
************************************************/

/* Links */
a, a:visited  {
color: #093754;
text-decoration: none;
}
a:hover, a:active {
text-decoration: underline;
}
.entry-content a {
color: #336699;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
color: #444;
margin: 20px 20px 0;
}

/* Lists */
.content ul {
list-style-image:none;
margin: 20px 20px 0;
}
.content ul li {
overflow: hidden;
padding-left: 15px;
list-style-type: disc;
list-style-position: inside;
padding-left:1em;
text-indent: -1em;
}

/* Blockquotes */
blockquote {
overflow: hidden;
height: 100%;
margin: 0 24px 0  0;
padding: 3px 0 0 24px;
font-style: italic;
color: #444;
background: url(images/quotes.gif) no-repeat 0 0;
border: none;
}
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 normal normal 20px/22px Georgia, Times, 'Times New Roman', serif;
color: #444;
background: transparent;
border-top: 3px double #ddd;
border-bottom: 3px double #ddd;
}
.pullquote p {
margin: 0;
}

/* 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 Verdana, Geneva, Tahoma, 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;
}

/* Drop caps */
.drop-cap {
float: left;
margin-right: 3px;
font: normal normal normal 48px/39px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
color: #444;
}

/* Notes */
.note {
padding: 6px 9px;
background: #eee;
border: 1px solid #ccc;
}

/* Warnings/Alerts */
.warning, .alert {
padding: 6px 9px;
background: #fffbbc;
border: 1px solid #E6DB55;
}

/* 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: 0 auto 20px auto;
}
.block, .alignnone {
display: block;
margin: 0 0 20px 0;
}
.clear {
clear: both;
}
span.pullquote {
float: none;
margin: 0;
}
.text-center {
text-align:center;
}

/**
* 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: 20px;
padding: 4px;
background: #eee;
border: 1px solid #ccc;
}

/* Thumbnail */
.thumbnail {
float: left;
width: 100px;
height: 100px;
margin: 0 20px 10px 0;
padding: 4px;
background: #eee;
border: 1px solid #ccc;
}
.category img.medium {
float: left;
max-width: 230px;
margin: 0 20px 10px 0;
padding: 4px;
background: #eee;
border: 1px solid #ccc;
}

/**
* Page Navigation
************************************************/
#admin-nav {
display:block;
float:right;
color: #6D7050;
height:40px;
position:relative;
}
#admin-nav ul.admin-nav {
float:right;
height:40px;
margin:0;
padding:0;
position:relative;
}
#admin-nav ul.admin-nav li {
float:left;
height:40px;
margin-left:10px;
display:inline;
line-height:40px;
background: #d6c7ad url(images/admin-nav-bg.png) repeat-x scroll top;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
}
#admin-nav ul.admin-nav li.selectable:hover {
background: #d6c7ad url(images/admin-nav-bg-hover.png) repeat-x scroll top;
}
#admin-nav ul.admin-nav li a {
color:#6D7050;
font-family:Helvetica,Arial,sans-serif;
font-size:1.1em;
font-weight:bold;
padding:4px 12px;
text-decoration:none;
}
#admin-nav ul.admin-nav li span {
color:#6D7050;
font-family:Helvetica,Arial,sans-serif;
font-size:1.1em;
padding:4px 12px;
text-decoration:none;
}
#admin-nav ul.admin-nav li a:hover {
color:#7b8059;
}
#primary-nav {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
/* clear:both; */
display:block;
float:right;
height:60px;
width:1000px;
position:relative;
top:-60px;
}
#primary-nav.page {
background:transparent url(images/highlight.png) no-repeat scroll center bottom;
}
#primary-nav ul.prim-nav {
float:left;
height:60px;
margin:0;
padding:0;
position:relative;
left:345px;
}
#primary-nav ul.prim-nav li {
display:block;
float:left;
height:60px;
margin-left:10px;
width:155px;
}
#primary-nav ul.prim-nav li.participating-businesses div.tab a,
#primary-nav ul.prim-nav li.participating-businesses.active div.tab a,
#primary-nav ul.prim-nav li.participating-businesses.active div.tab a:hover,
#primary-nav ul.prim-nav li.participating-businesses div.tab a:hover,
#primary-nav ul.prim-nav li.calendar-of-teavents div.tab a,
#primary-nav ul.prim-nav li.calendar-of-teavents.active div.tab a,
#primary-nav ul.prim-nav li.calendar-of-teavents.active div.tab a:hover,
#primary-nav ul.prim-nav li.calendar-of-teavents div.tab a:hover,
#primary-nav ul.prim-nav li.tea-articles div.tab a,
#primary-nav ul.prim-nav li.tea-articles.active div.tab a,
#primary-nav ul.prim-nav li.tea-articles.active div.tab a:hover,
#primary-nav ul.prim-nav li.tea-articles div.tab a:hover,
#primary-nav ul.prim-nav li.communitea-discussions div.tab a,
#primary-nav ul.prim-nav li.communitea-discussions.active div.tab a,
#primary-nav ul.prim-nav li.communitea-discussions.active div.tab a:hover,
#primary-nav ul.prim-nav li.communitea-discussions div.tab a:hover {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-image:url(images/primary-nav-sprites.png);
}
#primary-nav ul.prim-nav li.participating-businesses div.tab a {
background-position:-310px 0px;
display:block;
height:60px;
width:150px;
}
#primary-nav ul.prim-nav li.participating-businesses.active div.tab a {
background-position:0px 0px;
display:block;
height:60px;
width:150px;
}
#primary-nav ul.prim-nav li.participating-businesses.active div.tab a:hover {
background-position:-155px 0px;
}
#primary-nav ul.prim-nav li.participating-businesses div.tab a:hover {
background-position:-465px 0px;
}
#primary-nav ul.prim-nav li.calendar-of-teavents div.tab a {
background-position:-310px -60px;
display:block;
height:60px;
width:150px;
}
#primary-nav ul.prim-nav li.calendar-of-teavents.active div.tab a {
background-position:0px -60px;
display:block;
height:60px;
width:150px;
}
#primary-nav ul.prim-nav li.calendar-of-teavents.active div.tab a:hover {
background-position:-155px -60px;
}
#primary-nav ul.prim-nav li.calendar-of-teavents div.tab a:hover {
background-position:-465px -60px;
}
#primary-nav ul.prim-nav li.tea-articles div.tab a {
background-position:-310px -120px;
display:block;
height:60px;
width:150px;
}
#primary-nav ul.prim-nav li.tea-articles.active div.tab a {
background-position:0px -120px;
display:block;
height:60px;
width:150px;
}
#primary-nav ul.prim-nav li.tea-articles.active div.tab a:hover {
background-position:-155px -120px;
}
#primary-nav ul.prim-nav li.tea-articles div.tab a:hover {
background-position:-465px -120px;
}
#primary-nav ul.prim-nav li.communitea-discussions div.tab a {
background-position:-310px -180px;
display:block;
height:60px;
width:150px;
}
#primary-nav ul.prim-nav li.communitea-discussions.active div.tab a {
background-position:0px -180px;
display:block;
height:60px;
width:150px;
}
#primary-nav ul.prim-nav li.communitea-discussions.active div.tab a:hover {
background-position:-155px -180px;
}
#primary-nav ul.prim-nav li.communitea-discussions div.tab a:hover {
background-position:-465px -180px;
}
#primary-nav ul.prim-nav li a span {
display:none;
}
#secondary-nav {
/*clear:both;*/
width:1000px;
height:40px;
padding:0;
margin:auto;
}
ul.secondary-nav {
border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft:5px;
background-color:#6d7050;
background-position:0 -400px;
background-repeat:repeat-x;
height:40px;
margin:0;
padding:0 0 0 40px;
}
ul.secondary-nav li {
display:inline;
line-height:40px;
margin-right:15px;
}
ul.secondary-nav li a {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
color:#f2e9cc;
font-family:Helvetica,Arial,sans-serif;
font-size:1.1em;
font-weight:bold;
padding:4px 10px;
text-decoration:none;
text-shadow:-1px -1px 0 #3b3d2b;
}
ul.secondary-nav li a:hover {
color:#F1F9FF;
}
ul.secondary-nav li.current-cat a {
background:#9EA374 none repeat scroll 0 0;
border-left:1px solid #1C3144;
border-top:1px solid #1C3144;
color:#F1F9FF;
text-shadow:-1px -1px 0 #3b3d2b;
}
ul.secondary-nav li.current-cat a:hover {
background:#a8ad7b none repeat scroll 0 0;
}
/* #navigation {
width: 960px;
height: 25px;
margin: 0 auto;
background: #00070f;
}
#page-nav {
float: left;
width: 700px;
margin: 0 0 0 -15px;
}
#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: normal normal normal 11px/11px Verdana, Geneva, Tahoma, sans-serif;
color: #999;
padding: 0 15px 0 15px;
border-right: 1px solid #353535;
} */

/* 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: 25px;
}
#navigation input {
float: right;
width: 170px;
height: 15px;
margin: 4px 0 0 0;
padding: 1px 8px 1px 22px;
font: normal normal normal 11px/15px Verdana, Geneva, Tahoma, sans-serif;
color: #aaa;
background: #001328 url(images/search-icon.png) no-repeat 5px 0;
border: 1px solid #011e3f;
}
#navigation .search-submit, #navigation .button {
display: none;
} */

/**
* Header
************************************************/
#header-container {
overflow: hidden;
height: 225px;
/*border-bottom: 1px solid #021f32;*/
margin: 0 auto;
width:1000px;
}
#header {
overflow: hidden;
height: 225px;
margin: auto;
}
#site-title {
float: left;
width: 450px;
line-height: 35px;
font-size: 28px;
font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
margin: 12px 0 0 0;
}
#site-title a {
color: #fafafa;
}
#site-description {
display: none;
}
.banner-home {
padding-top:5px;
height: 220px;
width: 350px;
float:left;
}
.banner-home a span {
display:none;
}

/**
* Header utility widget
************************************************/
#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 {
width: 658px;
height: 28px;
margin: 0 auto;
font: normal normal bold 12px/12px Verdana, Geneva, Tahoma, sans-serif;
text-transform: uppercase;
float:right;
}
#cat-nav {
float: left;
width: 650px;
height: 25px;
border-left: 1px solid #2b526b;
}
#cat-navigation ul {
list-style: none;
margin: 0;
}
#cat-navigation li {
float: left;
border-right: 1px solid #2b526b;
}
#cat-navigation a {
display: block;
padding: 7px 20px 6px 20px;
text-transform: uppercase;
color: #fafafa;
}
#cat-navigation li li a {
width: 160px;
font: normal normal bold 10px/10px Verdana, Geneva, Tahoma, sans-serif;
padding: 8px 10px;
color: #fff;
background: #2b526b;
border-top: 1px solid #244960;
}

/* 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: #2b526b;
}

/* 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: 7px 18px 6px 0;
background: url(images/feed-icon.png) no-repeat right 7px;
}

/**
* Container (content/primary/secondary)
************************************************/
#container {
overflow: hidden;
width: 960px;
margin: 0 auto;
padding: 20px;
background: #9EA374 url(images/container-bg.png) repeat-x;
}
.page-template-no-widget #container, .primary-inactive.secondary-inactive #container {
background: #9EA374 url(images/container-bg.png) repeat-x;
}

.content {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
overflow: hidden;
float: left;
width: 640px;
padding: 0;
background: #ffffff;
/*background: #ffffff url(images/content-bg.png) no-repeat top; */
}

.regular-content .fade, .feature-content .fade {
clear:both;
background:#ffffff url(images/fade.png) repeat-x top;
border-top:1px solid #fff;
}

.content .regular-content {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
background:#ffffff url(images/fade.png) repeat-x top;
padding-bottom:20px;
}

.page-template-no-widgets .content, .primary-inactive.secondary-inactive .content {
background: #ffffff url(images/content-bg-wide.png) no-repeat top;
width: 960px;
padding: 0 0 20px 0;
}

/**
* Posts
************************************************/
.posts div.post {
border-bottom:1px dotted #adadad;
padding-bottom:10px;
margin:20px;
clear:both;
}
.posts div.post h2 {
margin:0;
}
.post {
clear: both;
overflow: hidden;
/*margin: 20px;*/
}
.post .byline {
margin:0 20px;
}
.post p {
/*margin: 20px 20px 0;*/
}
.no-data {
margin:0 20px;
}

.single .post, .page .post {
/*	margin-bottom: 0; */
}
.page-template-blog .post, .page-template-quick-post .post {
margin-bottom: 20px;
}

/* Post title */
.entry-title {
margin: 20px 20px 0;
margin-bottom: 3px;
font: 15px/18px georgia, times, 'times new roman', serif;
font-weight: bold;
}
.entry-title a {
color: #222;
}
.home .entry-title, .page-title, .page-template-blog .entry-title, .single-title, .error-404-title, .attachment-title {
font: normal normal bold 22px/22px georgia, times, 'times new roman', serif;
}
.page-title, .error-404-title {
margin: 20px 20px 0;
}

/* Byline */
.byline {
font-size: .9em;
font-style: italic;
color: #777;
margin: 0 0 10px 0;
}
.archive .byline, .search .byline {
margin: 0 0 10px 0;
}
.byline a {
font-style: normal;
}
.byline p {
margin: 0 0 10px 0;
}

/* Entry */
.entry-content, .entry-summary {
overflow: hidden;
font-size: 13px;
}
.entry-content p {
margin:20px 20px 0;
}
.entry-summary p {
margin:0;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6  {
color:#111;
}
.entry-content .left, .entry-content .alignleft {
float: left;
margin: 20px 20px 0 20px;
}
.entry-content .right, .entry-content .alignright {
float: right;
margin: 20px 20px 0 20px;
}

/* Post meta data */
.entry-meta {
clear: both;
display: block;
margin:20px 0 0 0;
padding:10px 20px 0 20px;
font-size: .9em;
font-style: italic;
color: #777;
border-top: 1px dotted #ccc;
}
.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: #eee !important;
background: #093653;
border: 1px solid #eee;
}

/* Series */
.series-title {
font-size: 1.2em;
}

/* Single-post author box */
.author-profile {
overflow: hidden;
margin-top: 20px;
padding: 0 20px 20px;
background: #f2e9ca url(images/swirl-top.png) no-repeat scroll center bottom;
border-bottom: 1px solid #bbb;
border-top: 1px solid #bbb;
}
.author-profile p {
margin: 20px 0 0;
}
.author-profile h1,
.author-profile h2,
.author-profile h3,
.author-profile h4,
.author-profile h5,
.author-profile h6 {
margin: 20px 0 0;
}
.author-profile .avatar, .author-profile img {
margin: 20px 20px 20px 0;
float: left;
width: 100px;
height: 100px;
padding: 4px;
background: #eee;
border: 1px solid #ccc;
}

/* Page templates */
.author-profile-page {
overflow: hidden;
margin-top: 0;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}
.page-template-biography .author-profile {
margin: 0;
}
.author-profile .author-name {
margin-bottom: 0;
font-size: 1.2em;
font-weight: bold;
}
.author-posts h1 {
margin:0 20px;
padding-top:20px;
}
.entry-box {
overflow: hidden;
margin-bottom: 20px;
}

/* Archive templates */
.category-title, .tag-title, .date-title, .author-title, .search-title {
font: normal normal bold 26px/26px georgia, times, 'times new roman', serif;
}
.category-info, .date-info, .tag-info, .search-info {
overflow: hidden;
margin: 0;
/* border-bottom:1px solid #DDD; */
}
.category-description, .tag-description, .date-title, .author-title, .search-title {
padding:20px 20px 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: 20px;
}

/* Breadcrumb */
.breadcrumb {
margin: 20px;
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: #eee !important;
background: #093653;
border: 1px solid #eee;
}

/* Navigation links */
.navigation-links {
margin:20px;
overflow: hidden;
}
.next, .previous {
max-width: 50%;
font-size: 13px;
}
.previous {
float: left;
}
.next {
float: right;
text-align: right;
}

#comments-template, .fadeswirl {
background: #FFFFFF url(images/swirl-bottom.png) no-repeat scroll right top;
}
#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;
/* margin: 0 0 20px 0; */
/* padding: 9px 9px 0 9px; */
background: #fff url(images/widget-header-bg.png) no-repeat scroll top;
border-bottom: 1px solid #aaa;
}
.widget-inside {
padding:0 20px 5px 20px;
}
.widget-title {
height: 19px;
margin: 0 0 15px 0;
padding: 3px 0;
font: 15px/18px Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-weight: bold;
color: #f7f7f7;
/* background: #6D7050 url(images/widget-title.png) repeat-x 0 0; */
}
.widget-title a {
color: #f7f7f7;
}
.widget ul {
list-style: disc;
margin-left: 0;
}
.widget ul li {
list-style-type: disc;
list-style-position: inside;
padding-left:1em;
text-indent: -1em;
}

/* Widget search */
.widget-search .search-text {
width: 235px;
}

/* 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: normal normal bold 14px/20px georgia, times, 'times new roman', serif;
color: #333;
background: transparent;
border-bottom: 1px solid #ddd;
}
.content .widget-title a {
color: #093653;
}
.page-template-widgets .content .widget {
margin: 0 0 20px 0;
}

/**
* Primary, Secondary, and Tertiary
************************************************/
#widget-container {
float: right;
width: 300px;
}
#primary {
overflow: hidden;
float: right;
width: 300px;
}
#secondary {
overflow: hidden;
clear: right;
float: right;
width: 153px;
margin: 0 0 0 14px;
}
#tertiary {
overflow: hidden;
float: right;
width: 153px;
}
#primary .widget ul li {
margin: 0 0 5px 0;
padding: 0 5px 5px 20px;
list-style-type: disc;
border-bottom: 1px solid #eee;
}
#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: 300px;
padding: 0;
margin: 0 0 9px 0;
}

/**
* Comments
************************************************/
#comments-template {
padding: 20px 20px 0 20px;
}
/* Comment headers */
#comments-number, #reply {
font-size: 1.2em;
}
/* Comments are closed */
.comments-closed {
color: #666;
font-style: italic;
}
/* Comment list */
#comments-template ol {
list-style: none;
margin: 20px 0 0 0;
}
/* Individual comments */
#comments p {
margin:15px 0 0;
}
#comments h2 {
margin:0;
}
#comments li {
overflow: hidden;
margin: 0 0 15px 0;
padding: 15px;
color: #333;
background: #f7f7f7;
border: 1px solid #ddd;
}
#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: #f7f7f7;
}

/* 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;
margin-bottom:3px;
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;
}
input {
font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size:1em;
padding:4px;
}
select {
margin-bottom:3px;
}
textarea {
clear: left;
display: block;
width: 98%;
font: 14px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.button {
width: 100px;
margin-right: 9px;
padding: 6px 9px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;

font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-weight: bold;
color: #F2E9CC;
background: #6D7050;
border: none;
}
.button:hover {
cursor: pointer;
background: #9EA374;
}
.search-form input {
font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
margin-right: 9px;
margin-bottom: 10px;
}
#respond {
margin:15px 0 0 0;
padding:15px 0 0 0;
}
#respond h3 {
margin:0;
}

/**
* Footer container (wraps Subsidiary and Footer)
************************************************/
#footer-container {
overflow: hidden;
clear: both;
padding: 2px 0 0 0;
background: #6D7050;
}

/**
* Subsidiary
************************************************/
#subsidiary {
overflow: hidden;
width: 1000px;
margin: 0 auto 14px auto;
padding: 2px 0 0 0;
}
#subsidiary .widget {
overflow: hidden;
float: left;
width: 210px;
margin: 0;
padding: 15px 20px 0 20px;
font: 12px/21px Arial, 'Helvetica Neue', Helvetica, sans-serif;
color: #777;
background: transparent;
border: none;
}
#subsidiary .widget-title {
margin: 0 0 3px 0;
padding: 0 0 3px 0;
font-size: 15px;
color: #bbb;
background: transparent;
border-bottom: 1px solid #072145;
}
#subsidiary a {
color: #aaa;
}
#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 solid #072145;
}

/**
* Footer
************************************************/
#footer-container {
width:1000px;
overflow: hidden;
clear: both;
margin:auto;
background:#6D7050 url(images/footer-bg.png) no-repeat scroll center top;
}
#footer {
overflow: hidden;
width: 960px;
margin: 0 auto;
padding: 20px 0 0 0;
color: #f7f7f7;
}
#footer a {
font-style: normal;
color: #aaa;
}
#footer .copyright {
display: inline;
float: left;	
margin-right: 9px;
}

.businessbanner {
border:2px solid #CCCCCC;
height:135px;
position:relative;
width:400px;
margin: 20px 38px 55px 18px;
float:left;
}

.businessbanner a {
background:#6D7050 none repeat scroll 0 0;
bottom:-35px;
color:#FFFFFF;
font-size:14px;
font-weight:normal;
line-height:24px;
opacity:.90;
padding:10px 15px 10px 20px;
position:absolute;
right:-35px;
text-align:right;
}

.businessbanner a span {
color:#0000;
font-size:10px;
line-height:12px;
text-align:left;
text-transform:uppercase;
}

.businessbanner a:link, .businessbanner a:visited {
color:#ffffff;
font-weight:normal;
text-decoration:none;
}

.businessbanner a:hover, .businessbanner a:focus {
background:#9EA374 none repeat scroll 0 0;
color:#FFFFFF;
font-weight:normal;
opacity:100;
text-decoration:none;
}

.businessbanner a:hover span, .businessbanner a:focus span {
color:#FFFFFF;
}

.business-info {
padding:20px;
}

.business-info p {
margin:20px 0 0;
}

.business-info h2 {
margin:0;
}

.bio {
float:right;
width:465px;
}
/*
* Forum
*/
#sforum tr {
margin:0;
border:none;
}

.tea-sipper-offer {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
overflow: hidden;
/* margin: 0 0 20px 0; */
padding: 9px 15px 15px 15px;
background: #f2e9ca url(images/swirl-top.png) no-repeat scroll center bottom;
border: 1px solid #bbb;
}
.tea-sipper-offer p {
margin: 15px 0 0;
}
.tea-sipper-offer-image {
float:left;
margin:15px 15px 15px 0;
}
.tea-sipper-offer-description {
float:right;
margin:15px 15px 0 0;
width:465px;
}
.tea-sipper-offer-image img {
margin: 0;
float: left;
width: 100px;
height: 100px;
padding: 4px;
background: #eee;
border: 1px solid #ccc;
}
.tea-sipper-offer-description h2 {
margin:0;
}
.tea-sipper-offer ul li {
list-style-type: disc;
list-style-position: inside;
padding-left:1em;
text-indent: -1em;
}
.lead-image {
background:#DEDEDE;
border-bottom:1px solid #C4C4C4;
border-top:1px solid #C4C4C4;
margin:10px 0 0;
padding:20px;
}

/*
 * Sociable
 */
div.sociable { margin: 20px 20px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
fieldset {
margin:20px 20px 0 20px;
padding:15px;
background:#f2e9c8;
border:2px solid #e6d7ac;
}
label
{
width: 135px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
.subscription-button {
margin:20px 0 0 20px;
}
#description, #business-description, #business-offer {
width:375px;
margin-bottom:3px;
clear:none;
}
#business-logo {
width:400px;
float:right;
}
#business-logo p {
margin:20px 0 0;
}
:focus {
border-color:#9EA374;
}
