/**
 * Theme Name: pBong
 * Theme URI: http://wpcult.com/
 * Description: A custom theme for PORTOBONG, built on the Hybrid framework.
 * Version: 0.2.1.1
 * Author: Austin Passy
 * Author URI: http://austinpassy.com
 * Tags: threaded-comments, sticky-post, microformats, two-columns, fixed-width, blue
 * Template: hybrid
 *
 * Copyright (c) 2008 - 2009 Austin Passy.  All rights reserved.
 * http://frostywebdesigns.com
 */

/* 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 */
@import url('./library/css/tabs.css');

/* Get widgets CSS */
@import url('./library/css/widgets.css');

/* Get extra CSS */
@import url('./library/css/extra.css');

/**
* Body
************************************************/
html { background: #333; }
body { background: #333; }

/* Body container */
#page {
	margin: 0 auto 0 140px;
	position: relative;
	}
#body-container {
	overflow: hidden;
	width: 960px;
	margin: 37px auto 0 auto;
	position: relative;
	}

/**
* Elements
************************************************/

/* Links */
a, a:visited  {
	color: #D54E21;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}

/* External Image */
.external {
	background-color:transparent;
	background-image:url(./images/external.gif);
	background-position:right -10px;
	background-repeat:no-repeat;
	padding-right:14px;
	}
.external:hover {
	background-color:transparent;
	background-image:url(./images/external.gif);
	background-position:right 5px;
	background-repeat:no-repeat;
	}
	
/* Headers */
h2 {
	font-size: 22px;
	}
h3 {
	font-size: 20px;
	}
h4 {
	font-size: 18px;
	}
h5 {
	font-size: 16px;
	}
h6 {
	font-size: 14px;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #444;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #444 !important;
	}
.sticky h2, .sticky h3, .sticky h4, .sticky h5, .sticky h6 {
	color: #eee;
	}

/* Lists */
.content ul {
	list-style: none;
	margin-left: 21px;
	}
.content ul li {
	overflow: hidden;
	height: 100%;
	padding-left: 9px;
	background: url(images/bullet.gif) no-repeat 0 6px;
	}
.content .sticky ul li {
	padding-left: 9px;
	background: url(images/bullet-light.gif) no-repeat 0 6px;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #444;
	border-left: 3px solid #CADAE7;
	}
.post blockquote {
	margin: 0 24px 0  0;
	padding: 6px 0 0 24px;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
.sticky blockquote {
	color: #f7f7f7;
	background: url(images/quotes-alt.gif) no-repeat 0 0;
	}
blockquote blockquote {
	color: #555;
	border-left: 3px solid #CADAE7;
	}
.sticky blockquote blockquote {
	color: #eee;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	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;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	padding: 0 3px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	background: url(images/pre.png) repeat 0 0;
	border: 1px solid #eee;
	}
pre code {
	padding: 0;
	background: transparent;
	}
.sticky pre {
	background: #246F93;
	border: 1px solid #666;
	}
.sticky code {
	background: #246F93;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 39px;
	margin: 3px 3px 0 0;
	font-size: 51px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #666;
	}
.sticky .drop-cap {
	color: #eee;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	margin-bottom: 18px;
	}
.sticky .note {
	color: #333;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	margin-bottom: 18px;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	margin-bottom: 18px;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	margin-bottom: 18px;
	}
.sticky .download {
	color: #444;
	}

/* Footnotes */
.footnotes {
	margin: 0 0 21px 24px;
	padding: 9px 0 0 0;
	font-size: .8em;
	color: #777;
	border-top: 1px solid #eee;
	}
.footnotes a.return {
	padding: 0 1px;
	}
.footnotes a.return:hover {
	color: #eee;
	background: #3C738C;
	text-decoration: none;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 18px 0 0 !important;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 18px !important;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 21px 0;
	}
.clear {
	clear: both;
	}
.fix {
	clear: both;
	height: 1px;
	margin: 0;
	overflow: hidden;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
.post img {
	max-width: 480px;
	height: auto;
	}
.post img.dynamic {
	border: 2px solid #e7e7e7;
	border-left: none;
	border-right: none;
	margin: 0 0 0 -20px;
	max-width: 480px;
	width: 480px;
	height: auto;
	}
.single .post img.dynamic {
	margin: 0 0 18px -20px;
	max-width: 480px;
	}

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

/* Captions */
.wp-caption {
	max-width: 480px;
	padding: 6px 1px 0 1px;
	background: #f9f9f9;
	background: #adc7c7;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .8em;
	color: #666;
	color: #fff;
	}
.wp-caption img {
	max-width: 470px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
	}
.gallery img {
	border: 1px solid #bdc7c7;
	}

/* Author avatar */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 18px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
	}

/* Thumbnail */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 18px 9px 0;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
	}
.sticky .thumbnail {
	background: transparent;
	border: 1px solid #000;
	}

/**
* Top container
************************************************/
#top-container {
	background: #fff;
	height: 25px;
	opacity: 0.8;
	}
#top {
	margin: 0 auto;
	opacity: 1.0;
	text-align: center;
	width: 960px;
	}

/**
* Header
************************************************/
#header {
	display: block;
	margin-bottom: 18px;
	}
#site-title {
	background: url(images/logo.png) no-repeat;
	font-size: 2.3em !important;
	margin-bottom: 9px;
	line-height: 27px;
	height: 65px;
	}
#site-title a {
	display: block;
	height: 54px;
	width: 300px;
	}
#site-title a span {
	color: #5f97b1;
	display: none;
	}
#site-description {
	display: none;
	font-size: 1.1em;
	font-style: italic;
	color: #eee;
	margin-bottom: 27px;
	}
#site-title, #site-description {
	font-family: Georgia, Times, "Times New Roman", serif;
	}

/**
* Navigation
************************************************/
#navigation {
	height: 30px;
	margin: 0 auto 0;
	}
#page-nav {
	float: left;
	}
#page-nav li {
	margin: 0 4px 0 0;
	padding: 0;
	}
#page-nav li:last-child {
	margin: 0;
	padding: 0;
	}
#page-nav li li {
	margin: 0;
	}
#page-nav li.sfHover {
	background: #eee;
	}
#page-nav li.sfHover a {
	color: #333;
	}
#page-nav li a {
	float: left;
	font-size: 14px;
	padding: 6px 10px 11px;
	color: #777;
	}
#page-nav li li a {
	color: #777 !important;
	}
#page-nav li li.current_page_item:hover {
	background: #ddd;
	}
#page-nav li li.current_page_item a {
	color: #000 !important;
	}
#page-nav li a:hover {
	color: #666;
	}
#page-nav li li a:hover {
	color: #111;
	}
#page-nav ul li.current_page_item a, #page-nav ul li.current_page_parent a, #page-nav ul li.current_page_ancestor a {
	color: #f7f7f7;
	}
#page-nav ul li.current_page_parent:hover a, #page-nav ul li.current_page_ancestor:hover a {
	color: #666;
	}
#page-nav ul li.current_page_item li {
	}

/* Hybrid drop-down styles */
#page-nav ul ul {
	background: #eee;
	}
#page-nav li.current_page_item:hover {
	background: ;
	}
#page-nav li.current_page_item:hover a {
	color: #666;
	}
#page-nav li:hover {
	background: #eee;
	}
#page-nav li li:hover {
	background: #ddd;
	}
#page-nav li li a {
	font-size: 14px;
	}
#page-nav li:hover ul {
	top: 31px;
	}
#page-nav li:hover ul, li.sfHover ul {
	top: 31px;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: 0px;
	}

/* Twitter link */
#twitter {
	float: right;
	}
#twitter ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#twitter li {
	position: relative;
	}
#twitter li a {
	color: #777;
	float: left;
	padding: 3px 5px;
	}
#twitter .twitter-url a {
	color: #00FFFF;
	font-size: 14px;
	}
		
/**
* Dock utility widget
************************************************/
#utility-dock {
	float: left;
	font-size: 12px;
	margin: 0;
	overflow: hidden;
	width: 140px;
	z-index: 99;
	}
#dock {
	background: #eee;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	top: 114px;
	width: 120px;
	}
#utility-dock .widget {
	line-height: 19px;
	margin: 0;
	padding: 0;
	color: #aaa;
	border: none;
	}
#utility-dock h3.widget-title {
	font-size: 14px;
	}
#utility-dock .widget ul li {
	background: none;
	}

/**
* Category Navigation
************************************************/
#cat-navigation {
	background: #333;
	width: 960px;
	height: 28px;
	margin: 0 auto;
	font: normal normal bold 12px/12px Verdana, Geneva, Tahoma, sans-serif;
	text-transform: uppercase;
	}
#cat-nav {
	float: left;
	width: 790px;
	height: 28px;
	}
#cat-navigation ul {
	list-style: none;
	margin: 0;
	}
#cat-navigation li {
	float: left;
	}
#cat-navigation a {
	display: block;
	padding: 8px 10px;
	text-transform: uppercase;
	color: #777;
	}
#cat-navigation a:hover {
	color: #999;
	}
#cat-navigation li.current-cat a, #cat-navigation li.current-cat-parent a {
	color: #ccc;
	}
#cat-navigation li li a {
	width: 160px;
	font: normal normal bold 10px/10px Verdana, Geneva, Tahoma, sans-serif;
	padding: 8px 10px;
	color: #888;
	background: #222;
	border-top: 1px solid #444;
	}

/* Drop-down controls */
#cat-nav ul ul, #cat-nav ul ul ul {
	width: 120px;
	}
#cat-nav li li:hover ul, #cat-nav li li li:hover ul {
	left: 120px;
	}
#cat-nav li:hover ul, #cat-nav li.sfHover ul {
	top: 2.3em;
	}
#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: #222;
	}

/**
* Container (content/primary/secondary)
************************************************/
#container {
	background: transparent url(images/container-960.gif) repeat-y scroll right 0;
	overflow: hidden;
	float: left;
	margin: 0 0 21px 0;
	min-height: 425px;
	width: 820px;
	}
.no-widgets #container, .no-default-widgets #container, .primary-inactive.secondary-inactive #container, .page-template-no-body-widgets #container {
	background: transparent;
	}

.content {
	background: transparent;
	overflow: hidden;
	float: left;
	margin: 0 -1px 0;
	padding: 0;
	width: 520px;
	}
.single .content, .page .content {
	padding: 0;
	}
.no-widgets .content, .no-default-widgets .content, .primary-inactive.secondary-inactive .content, .page-template-no-body-widgets .content {
	border-right: none;
	padding: 0;
	width: 960px;
	}

/**
* Posts
************************************************/
.home .hentry {
	padding-top: 20px;
}
.hentry, .post {
	background: #fff;
	clear: both;
	overflow: ;
	height: 100%;
	padding: 0 20px 20px;
	margin: 0;
	}
	
.tag .post, .category .post {
	padding: 20px;
	}

.single .post, .page .page {
	margin-bottom: 0;
	}
.front-page .post, .blog .post {
	padding: 20px;
	}
.no-widgets .post, .no-default-widgets .post, .primary-inactive.secondary-inactive .post {
	margin: 0;
	}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 36px;
	}
.sticky {
	color: #f7f7f7;
	background: #232C36;
	}
.sticky a {
	color: #A6C2CF !important;
	}

/* Ad boxes */
.postbox {
	background: #f3f3f3;
	border: 1px solid #e3e3e3;
	border-left: none;
	border-right: none;
	height: 90px;
	margin: 0;
	width: 660px;
	}
	
.adbox {
	background: #f3f3f3;
	border: 1px solid #e3e3e3;
	border-left: none;
	border-right: none;
	height: 90px;
	margin: 0 0 20px -20px;
	width: 660px;
	}
.no-widgets .adbox , .no-default-widgets .adbox , .primary-inactive.secondary-inactive .adbox {
	width: 960px;
	}

/* Series */
.series {
	background: #fff;
	margin: 0;
	padding: 20px;
	}

/* Social box */
.no-widgets .socialbox, .no-default-widgets .socialbox, .primary-inactive.secondary-inactive .socialbox {
	margin: 0;
	}
.socialbox {
	background: #f7f7f7 url(images/sidebar-separator.gif) repeat-x left bottom;
	border-bottom: 2px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	border-left: none;
	border-right: none;
	margin: 0;
	padding: 10px 20px;
	}

/* Asides */
.asides {
	padding: 20px;
	}
.asides .aside-comment {
	float: left;
	margin: 2px 0 0 -10px;
	}
.asides .aside-comment a {
	background: transparent url(images/aside-comments.gif) no-repeat;
	display:block;
	height:26px;
	padding:1px 0 0 8px;
	width:26px;
	}

.asides .aside-content {
	margin: 0 0 0 20px;
	}
	
.advert-stats {
	float: left;
	margin: 0 30px 20px;
	}

/* Post title */
.home .entry-title {
	padding: 20px 0 0 0;
	}
.entry-title {
	font-size: 21px;
	margin-bottom: 3px;
	}
.single-title, .page-title {
	font-size: 21px;
	}
.page-title, .attachment-title, .error-404-title {
	margin: 0 20px 21px 0;
	}

/* Byline */
.byline {
	margin: 0;
	font-size: .85em;
	font-style: italic;
	color: #666;
	}
.single .byline, .home .byline {
	margin: 0 20px 21px 0;
	}
.sticky .byline {
	color: #f7f7f7;
	}
.byline a {
	color: #232c36;
	}

/* Post meta data */
.post-meta-data {
	clear: both;
	display: block;
	padding: 9px 0 0 0;
	font-size: .85em;
	font-style: italic;
	color: #666;
	border-top: 1px solid #ddd;
	}
.sticky .post-meta-data {
	color: #f7f7f7;
	border: none;
	}
.post-meta-data a {
	color: #232c36;
	}

/* Page links */
p.pages a {
	margin: 0 1px;
	padding: 1px 6px;
	font-style: italic;
	border: 1px solid #ddd;
	}
.sticky p.pages a {
	background: #3C738C;
	border: none;
	}
/* Series */
.series-title {
	font-size: 1.2em;
	}

/* Social */
.social-title {
	font-size: 1.2em;
	}

/* Social */
.socialbox ul {
	list-style: none;
	margin: 0 !important;
	}
.socialbox li {
	background: none !important;
	list-style: none;
	display: inline;
	float: left;
	margin: 0 9px 0 0;
	padding: 0 !important;
	}

/* Page templates */
.no-widgets .author-profile, .no-default-widgets .author-profile, .primary-inactive.secondary-inactive .author-profile {
	margin: 0;
	}
.author-profile {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	height: 100%;
	margin: 0;
	padding: 20px;
	overflow: hidden;
	}
.author-profile .avatar {
	height: 64px;
	width: 64px;
	}
.page-template-biography .author-profile {
	margin: 0;
	}
.author-profile .author-name {
	margin-bottom: 0;
	font-size: .94em;
	font-weight: bold;
	}
.author-profile .author-name span {
	color: #676767;
	}
.post-box {
	overflow: hidden;
	margin: 0 20px 21px 0;
	}

/* Archive templates */
.author-title, .category-title, .date-title, .tag-title, .search-title {
	font-size: 21px;
	}
.author-info, .category-info, .date-info, .tag-info, .search-info {
	background: #fff;
	overflow: hidden;
	margin: 0;
	padding: 0 20px 20px;
	}

/* 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: 0 20px 21px 0;
	}
.attachment-icon, .mime-type-icon {
	height: 18px;
	margin-right: 6px;
	padding: 0;
	}
.attachment-application-octet-stream .video {
	height: 400px;
	margin: 0 20px 21px 0;
	}

/* Breadcrumb */
.breadcrumb {
	background: #fff;
	margin: 0;
	font-size: .85em;
	color: #666;
	padding: 20px 20px 10px;
	}
.no-widgets .breadcrumb, .no-default-widgets .breadcrumb, .primary-inactive.secondary-inactive .breadcrumb {
	margin: 0;
	}

/* Navigation links */
.navigation-links {
	background: #fff;
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 20px;
	}
.no-widgets .navigation-links, .no-default-widgets .navigation-links, .primary-inactive.secondary-inactive .navigation-links {
	margin: 0;
	}
.next, .previous {
	max-width: 50%;
	font-size: .85em;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	font: .95em Georgia, "Times New Roman", Times;
	}
#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;
	}

.wp-pagenavi {
	background: #333;
	color: #f9f9f9;
	font-size: 12px;
	margin: 0;
	padding: 20px;
	}
.wp-pagenavi a {
	border: none;
	}

/**
* Widget inserts
* Primary (displayed first) and Secondary
************************************************/
#primary {
	float: right;
	width: 300px;
	}
#secondary {
	overflow: hidden;
	clear: right;
	float: right;
	width: 143px;
	margin: 0 0 0 14px;
	}
#tertiary {
	overflow: hidden;
	float: right;
	width: 143px;
	}
#quaternary {
	clear: right;
	float: right;
	overflow: hidden;
	width: 300px;
	}

#subsidiary {
	overflow: hidden;
	margin: 0 auto 15px auto;
	width: 960px;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 5px;
	padding: 18px 15px 0;
	background: transparent url(images/sidebar-separator.gif) repeat-x left bottom;
	}
.content .widget {
	margin: 0;
	padding: 0;
	}
#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 210px;
	margin: 0 30px 0 0;
	padding: 0;
	color: #999;
	background: transparent;
	}

/* Widget title */
#widget-container .widget-title {
	background: #fff;
	font-size: 1.2em;
	margin: -18px -18px 10px;
	padding: 10px 18px;
	}
#primary .widget-title:hover {
	cursor: pointer;
	cursor: n-resize;
	}
#primary .widget-title.plus {
	background: #fff url(images/widget-toggle.gif) no-repeat 260px -48px;
	}
#primary .widget-title.minus {
	background: #fff url(images/widget-toggle.gif) no-repeat 260px -2px;
	}
#subsidiary .widget-title {
	color: #999;
	}

/* Widget lists */
.widget ul {
	list-style: none;
	margin-left: 9px;
	}
.widget ul li {
	padding-left: 9px;
	background: url(images/bullet.gif) no-repeat 0 6px;
	}
.widget li.current-cat a, .widget li.current_page_item a {
	color: #232c36;
	}
.widget li.current-cat li a, .widget li.current_page_item li a {
	color: #2f6eb9;
	}
#subsidiary .widget ul {
	margin-left: 0;
	}
#subsidiary .widget ul li {
	padding: 3px;
	background: transparent;
	border-bottom: 1px solid #985615;
	}
#subsidiary a {
	color: #ffa449;
	color: #ccc;
	}

/* Widget search */
.widget-search .search-text {
	width: 230px;
	}
.widget-search #search-form-1 .search-text {
	float: left;
	width: 140px;
	}

/* Widget categories */
.widget-categories img {
	position: relative;
	max-height: 16px;
	top: 1px;
	margin: 0;
	padding: 0;
	}

/* Widget table (calendar) */
.widget table {
	width: 240px;
	}

/**
* Comments
************************************************/
#comments-template {
	background: #fff;
	margin: 0;
	padding: 20px;
	}
.no-widgets #comments-template, .no-default-widgets #comments-template, .primary-inactive.secondary-inactive #comments-template {
	margin: 0;
	}

/* Comment headers */
#comments-number, #reply {
	font-size: 1.2em;
	}
li.author #reply {
	color: #f7f7f7;
	}

/* Comments are closed */
.comments-closed {
	color: #666;
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li {
	overflow: hidden;
	margin-bottom: 9px;
	padding: 9px 9px 0 9px;
	color: #333;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#comments li li, #comments li.author li li {
	color: #333;
	margin: 0 9px 9px 18px;
	background: #fff;
	}
#comments li.author li, #comments li li li, #comments li li.author li, #comments li.author li.author li {
	color: #333;
	background: #f9f9f9;
	}
#comments li.author, #comments li li.author, #comments li li li.author, #comments li.author li.author li.author {
	color: #f7f7f7;
	background: #363223;
	}
#comments li.author li.author, #comments li li.author li.author, #comments li.author li li.author {
	color: #f7f7f7;
	background: #937024;
	}
#comments li li.author, #comments li li.author li.author {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}

/* Comment links */
#comments li a, #comments li.author li a, #comments li.author li.author li a {
	color: #937024;
	} 
#comments li.author a, #comments li.author li.author a, #comments li.author li.author li.author a {
	color: #cfcfa6;
	border-color: #333;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 18px;
	padding: 0;
	border: 1px solid #666;
	}
#comments-template li.author .avatar {
	padding: 2px;
	background: #efefef;
	}

/* Comment meta data */
#comments-template .comment-meta-data {
	margin-bottom: 18px;
	}

/* Comment text */
#comments-template .comment-text {
	clear: left;
	margin: 0 18px;
	}
 #comments-template .pingback .comment-meta-data {
	visibility: ;
	}
#comments-template .pingback .comment-text {
	display: none;
	}
#comments-template .pingback .comment-author {
	visibility: visible;
	}
.comment-text blockquote {
	margin: 0 20px 21px 0;
	}
.comment-text blockquote p {
	display: inline;
	}
#comments-template li.author blockquote, #comments-template li.author pre {
	color: #fff;
	background: #936d24;
	border: none;
	}
#comments-template li.author code {
	background: transparent;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	}
.page-template-quick-post .text-input {
	width: 97.5%;
	}
#comments-template label {
	font-size: .8em;
	}
textarea {
	clear: left;
	display: block;
	width: 98.5%;
	}
.button {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font: .9em Cambria, Georgia, Times, 'Times New Roman', serif;
	font-weight: bold;
	color: #eee;
	background: #666;
	border: none;
	}
li.author .button {
	background: #888;
	}
.button:hover {
	cursor: pointer;
	background: #888;
	}
.search-form input {
	margin-right: 9px;
	}
.allowed-tags {
	font-size: .8em;
	}

/**
* Footer
************************************************/
#footer-container {
	background: #333;
	clear: both;
	overflow: hidden;
	color: #999;
	}
#subsidiary-container {
	background: transparent;
	clear: both;
	overflow: hidden;
	padding: 20px 0 0;
	}
#footer-container a {
	color: #ccc;
	}
#footer {
	clear: both;
	font-size: 13px;
	font-style: italic;
	padding: 0;
	}
#footer a {
	font-style: normal;
	color: #f7f7f7;
	}
#footer .copyright, #footer .credit, #footer .design, #footer .hosted, #footer .top {
	display: inline;
	float: left;
	margin-right: 9px;
	}
#footer .copyright {
	font-size: 13px !important;
	}
#footer .1and1 {
	background: url( './images/1and1.png' ) no-repeat 0 0;
	}
#footer .1and1 span {
	text-indent: -999px;
	visibility: hidden;
	}

/* Utililty After Footer widget */
#utility-before-footer {
	font-size: 12px;
	}
#utility-before-footer .widget {
	background: none;
	padding: 0;
	}
#utility-before-footer ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
#utility-before-footer ul ul {
	margin: 0 0 0 8px;
	}
#utility-before-footer ul ul ul {
	margin: 0;
	}
#utility-before-footer li { 
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
#utility-before-footer li a {
	color: #ddd;
	padding: 0 8px 0 0;
	}
#utility-before-footer li a:hover {
	color: #eee;
	}
/* Social Networks */
.networks a.twitter {
	color: #9AE4E8 !important;
	}
.networks a.feedburner {
	color: #0078C1 !important;
	}
.networks a.youtube {
	color: #000 !important;
	padding: 1px 2px;
	text-shadow: 1px 1px 0 #999;
	-moz-text-shadow: 1px 1px 0 #999;
	-webkit-text-shadow: 1px 1px 0 #999;
	}
.networks a.youtube span {
	background: #f23730;
	color: #fff !important;
	margin: 0 0 0 2px;
	padding: 1px 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 1px 1px 0 #000;
	-moz-text-shadow: 1px 1px 0 #000;
	-webkit-text-shadow: 1px 1px 0 #000;
	}
.networks a.youtube:hover {
	border-bottom: 0;
	text-decoration: none;
}
.networks a.flickr {
	color: #0063dc !important;
	}
.networks a.flickr span {
	color: #ff0084 !important;
	font-weight: 600;
	}
.networks a.myspace {
	color: #2358B8;
	}
	
