/**
 * Theme Name: Hybrid
 * Theme URI: http://themehybrid.com/themes/hybrid
 * Description: A user-friendly, search-engine optimized theme framework, featuring 14 custom page templates and multiple widget-ready areas, allowing you to create any type of site you want. 
 * Version: 0.5.2
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: theme-options, threaded-comments, sticky-post, microformats, one-column, two-columns, three-columns, fixed-width
 *
 * Copyright (c) 2008 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * 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.
 *
 * Hybrid customisation by Adam Ma'anit for PLATFORM
 *
 */

/* 
==============================================================
COLOUR PALETTE
==============================================================

green:		008000
light yellow:   ffff99
light grey: 	999999
medium grey: 	666666
dark grey:      333333
==============================================================
*/

/* Get base CSS */
@import url('http://remembersarowiwa.com/wp-content/themes/hybrid/library/css/21px.css');

/* Get plugins CSS */
@import url('http://remembersarowiwa.com/wp-content/themes/hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('http://remembersarowiwa.com/wp-content/themes/hybrid/library/css/drop-downs.css');

/* Make sure theme clears WP.org theme repository checklist */

.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}

/**
 * Screen Stylesheet
 * Default style for the Remember Saro-Wiwa theme
 *
 * @since 0.3
 * @package Hybrid
 * @subpackage CSS
 */

/**
* Body
************************************************/

body {
    background-color: #ffffff;
	}

/* Body container */
#body-container {
	width: 960px;
	margin: 0px auto 0px auto;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	}

/**
* Elements
************************************************/

/* Links */
a {
	color: #008000;
	text-decoration: none;
	}
a:visited 	{
	color: #008000;
}
a:hover, a:active {
	text-decoration: underline;
	color: #008000;
	}

div.entry-content.entry a {
	text-decoration: none;
}


div.entry-content.entry a:hover, a:active {
	text-decoration: underline;
}

a.more-link {
	color: #008000;
}

a.more-link:hover {
	color: #008000;
	text-decoration: underline;
}

/* Headers */
h2 {
	font-size: 22px;
	}
h3 {
	font-size: 20px;
	}
h4 {
	font-size: 18px;
	}
h5 {
	font-size: 16px;
	}
h6 {
	font-size: 14px;
	}
h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000000;
}	
h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	text-shadow: #eee 1px 1px 1px;
	color: #444;
	}
.sticky h2, .sticky h3, .sticky h4, .sticky h5, .sticky h6 {
	color: #eee;
	}
	
.widget-inside h3 {
	text-shadow: none;
}	


#comments h3 {
	text-shadow: none;
}

/* 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;
	}
	
.widget-inside li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: dashed;
	border-color: #fffff9;
	border-width: 1px;
}

/* 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%;
	background: #5F97B1;
	border: 1px solid #eee;
	}
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
	}
td {
	padding: .3em;
	border: 1px solid #35667c;
	}
tr {
	color: #fff;
	background: #3e7690;
	}
tr.alt, tr.even {
	background: #437f9b;
	}
th {
	padding: .3em;
	color: #fff;
	background: #274958;
	border: 1px solid #35667c;
	}
td a, th a {
	font-weight: bold;
	color: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	width: .85em;
	line-height: .85em;
	margin: 3px 2px 0 0;
	font-size: 3.2em;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #8fbc8f;
	}
.sticky .drop-cap {
	color: #eee;
	}

/* Notes */
.note {
	margin-right: 9px;
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
/*
	-webkit-border-bottom-left-radius: 2ex;
	-webkit-border-top-right-radius: 2ex;
*/	
	}

/* 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;
	}

/* 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;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
.post img {
	max-width: 594px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Captions */
.wp-caption {
	max-width: 592px;
	padding: 0px;
	margin: 0px;
	background: #000000;
	text-align: left;
	}
.wp-caption .wp-caption-text {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	text-align: left;
	font-size: .8em;
	color: #ffffff;
	}
.wp-caption img {
	margin: 0px;
	padding: 0px;
	padding-top: 1%;
	padding-left: 1%;
	width: 98%;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
	}
.gallery img {
	border: 1px solid #3c738c;
	}

/* 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;
	}

/**
* Header
************************************************/
#header {
	width: 960px;
	height: 265px;
	margin: 0px;
	background: url(images/rswheadercleangradient.png) no-repeat;
	padding: 0px;
    }	
#header h1 {
	display: none;
}   
#headerutility {
	display: none;
}
/*
.roundedheader {
  -moz-border-radius:2ex;
  -webkit-border-radius:2ex;
	}
*/
#site-title {
	display: none;
	font-size: 1em !important;
	font-weight: bolder;
	color: #008000;
	}
#site-title a {
	display: none;
	color: #ffffff;
	text-decoration: none;
	}
#site-description {
	display: none;	
	}
#site-title {
	/*font-family: Georgia, Times, "Times New Roman", serif;*/
	font-family: "Courier New", Verdana, sans-serif;
	}
	
#site-description {
	font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif;
}

/**
* Navigation
************************************************/
#navigation {
	vertical-align: top;
	float: left;
	width: 100%;
	background-color: #000000;
	font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif;
	text-transform: lowercase;
	font-size: .8em;
    -moz-border-radius-bottomleft:3ex;
    -moz-border-radius-bottomright:0ex;
    -webkit-border-bottom-left-radius:3ex; 
    -webkit-border-bottom-right-radius:0ex;
	}
#page-nav li {
	margin: 0px;
	}
		
#page-nav li li {
	margin: 0px;
	}

#page-nav li:first-child a {
	padding-left: 30px;
    -moz-border-radius-bottomleft:3ex;
    -webkit-border-bottom-left-radius:3ex;    
	}
	
#page-nav li a {
	float: left;
	padding: 6px 14px 6px 16px;
	color: /*#f9f9f9;*/ #ffffff;
	font-weight: bold;
	}
	
#page-nav li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #008000;
}

#strapline {
	float: right;
	width: 250px;
	height: 100px;
	margin-top: 158px;
	margin-right: -220px;
}

#strapline-text {
	font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif;
	color: #000000;
	text-shadow: #666 1px 1px 1px;
	font-size: 1.2em;
	margin-right: 0px;
}

#page-nav li a:active {
	color: #000000;
}
	
#page-nav ul li.current_page_item {
	/*background: #4d8ca8;*/
	}
#page-nav ul li.current_page_item li {
	background: #3c738c;
	}

/* Hybrid drop-down styles */
#page-nav ul ul {
	background: #3c738c;
	border-bottom: 1px solid #2e647d;
	}
#page-nav li li {
	border-top: 1px solid #2e647d;
	}
#page-nav li li a {
	font-size: 14px;
	}
#page-nav li:hover ul {
	top: 30px;
	}
#page-nav li:hover ul, li.sfHover ul {
	top: 30px;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}

/**
* Container (content/primary/secondary)
************************************************/
#container {
        overflow: hidden;
        float: left;
	width: 960px;
	margin: 0px 0 0px 0;
	padding-top: 0px;
	background-color: #000000;
    }

.content {
	overflow: hidden;
	float: left;
	width: 600px;
	padding: 14px 20px 36px 28px;
	background: #ffffff;
	-moz-border-radius-topright:6ex;
	-moz-border-bottom-right-radius:6ex;
        -webkit-border-top-right-radius:6ex;
        -webkit-border-bottom-right-radius:6ex;
	}
	
.no-widgets .content, .no-default-widgets .content, .primary-inactive.secondary-inactive .content {
	width: 920px;
	}

/**
* Posts
************************************************/

.post {
	clear: both;
	overflow: hidden;
	height: 100%;
	margin-bottom: 21px;
	margin-top: 20px;
	}

.single .post, .page .page {
	margin-bottom: 0;
	}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 36px;
	}
.sticky {
	padding: 18px 9px 0 9px;
	color: #f7f7f7;
	background: #232C36;
	}
.sticky a {
	color: #A6C2CF !important;
	}

/* Post title */
.entry-title {
	font-size: 1.4em;
	margin-bottom: 3px;
	font-weight: bold;
	}
.single-title, .page-title {
	font-size: 21px;
	}
.page-title, .attachment-title, .error-404-title {
	margin-bottom: 21px;
	}

/* Byline */
.byline {
	margin: 0;
	font-size: .85em;
	font-style: normal;
	color: #666;
	text-transform: lowercase;
	}
.single .byline, .home .byline {
	margin-bottom: 21px;
	}
.sticky .byline {
	color: #f7f7f7;
	}
.byline a {
	color: /*#232c36*/ #008000;
	}

/* Post meta data */
.post-meta-data {
	clear: both;
	display: block;
	padding: 9px 0 0 0;
	font-size: .85em;
	font-style: normal;
	text-transform: lowercase;
	color: #666;
	border-top: 1px solid #666;
	}
.sticky .post-meta-data {
	color: #f7f7f7;
	border: none;
	}
.post-meta-data a {
	color: /*#232c36*/ #008000;
	font-style: normal;
	}
	
.post-meta-data a:hover {
	color: /*#232c36*/ #008000;
	font-style: normal;
	text-decoration: underline;



	}


/* 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;
	}

/* Page templates */
.author-profile {
	overflow: hidden;
	height: 100%;
	margin-bottom: 21px;
	}
.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: 21px;
	}

/* 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 {
	overflow: hidden;
	margin-bottom: 21px;
	}

/* 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: 21px;
	}
.attachment-icon, .mime-type-icon {
	height: 18px;
	margin-right: 6px;
	padding: 0;
	}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 21px;
	}

/* Breadcrumb */
.breadcrumb {
	margin-bottom: 21px;
	font-size: .85em;
	color: #666;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	height: 100%;
	margin: 20px auto;
	}
.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;
	}

/**
* Widget inserts
* Primary (displayed first) and Secondary
************************************************/
#primary {
	float: left;
	width: 300px;
	background-color: #000000;
	}
#secondary {
	color: #ffffff;
	float: left;
	margin-left: 15px;
	margin-right: 0px;
	width: 295px;
	background-color: #000000;
        font-size: .95em;
	}
	
	
#secondary a {
	color: #ffff99;
	}
	
/* Add email signup styling */
#newslettersignupform form label {text-transform: lowercase; float: left; padding-top: 24px;}
#newslettersignupform form input {margin-top: 0px; float: right; clear: right; }
#newslettersignupform input#subscribe {margin-top: 16px; float: right; text-transform: lowercase;}
#newslettersignupform input#subscribe:hover {background-color: #ffff99;}
#newslettersignupform input#subscribe:active {background-color: #999; border: solid 1px #000;}	
	
#subsidiary {
	overflow: hidden;
	margin: 0 0 0px 0;
	background-color: #000000;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 61px 20px 20px 20px;
	padding: 0px 0px;
	background: #000000;
	}
.content .widget {
	margin: 0;
	padding: 0;
	}
#subsidiary .widget {
	overflow: hidden;
	float: left;
	margin: 0 18px 0 0;
	padding: 0;
	color: #ffffff;
	background:#000000;
	}

/* Widget title */
.widget-title {
	font-size: 1.2em;
	margin-bottom: 2px;
        color: #ffffff;
	}
#subsidiary .widget-title {
	color: #999;
	}

/* Widget lists */
.widget ul {
	list-style: none;
	margin-left: 9px;
	}
.widget ul li {
	padding-left: 0px;
/*	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: #f5f5dc;
	border-bottom: 1px solid #2b3b4a;
	}
#subsidiary a {
	color: #678db1;
	color: #ccc;
	}

/* Widget search */
.widget-search .search-text {
	width: 230px;
	}

/* 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 {
	}

/* 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: 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: #232C36;
	}
#comments li.author li.author, #comments li li.author li.author, #comments li.author li li.author {
	color: #f7f7f7;
	background: /*#246F93*/ #008000;
	}
#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: /*#3C738C*/ #008000;
	} 
#comments li.author a, #comments li.author li.author a, #comments li.author li.author li.author a {
	color: #A6C2CF;
	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: #8fbc8f;
	}

/* Comment meta data */
#comments-template .comment-meta-data {
	margin-bottom: 18px;
	}

/* Comment text */
#comments-template .comment-text {
	clear: left;
	margin: 0 18px;
	}
.comment-text blockquote {
	margin-bottom: 21px;
	}
.comment-text blockquote p {
	display: inline;
	}
#comments-template li.author blockquote, #comments-template li.author pre {
	color: #fff;
	background: #8fbc8f;
	border: none;
	}
#comments-template li.author code {
	background: transparent;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	}
.page-template-quick-post .text-input {
	width: 97.5%;
	}
#comments-template label {
	font-size: .8em;
	}
textarea {
	display: block;
	width: 98.5%;
	}
.button {
	width: 70px;
	padding: 6px 9px;
	text-transform: lowercase;
	font-size: .8em;
	font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif;
	font-weight: normal;
	color: #eee;
	background: #000;
	border-width: 0px;
	-moz-border-radius:2ex;
    -webkit-border-radius:2ex;
  }
.button:hover {
	cursor: pointer;
	background-color: #ffff99;
	color: #000000;
	font-weight: bold;
	}
.search-form input {
	margin-top: 4px;
	margin-left: -30px;
	width: 240px;
	}

input, textarea {
	padding: 5px;
	background-color: #ffffff;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	color: #000000;	
/*
	-webkit-border-radius:2ex;
	-moz-border-radius:2ex;
*/
	}

input#search-submit.search-submit.button {
	width: 80px;
	margin-right: -12px;
	float: right;
	margin-top: 4px;
}

.allowed-tags {
	font-size: .8em;
	}

div.search {
	float: right;
	margin-top: 74px;
	margin-right: 40px;
	padding-right: 0px;
	width: 210px;
}

/**
* Footer
************************************************/

/* Footer -------------------------------------------------------------- */

#footer-container {
	margin-bottom: 0px;
	padding: 20px 10px 60px 20px;
	background-color: #333;
	border-width: 1px 0px 0px 0px;
	border-color: #000000;
	border-style: solid;
	clear: both;		
	-moz-border-radius:0ex; 
	-webkit-border-radius:0ex;
	}
#footer-container a {
	color: #f5f5dc;
	}
#footer {
	font-family: Georgia,sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #d3d3d3;
	text-shadow: #000 1px 1px 1px;
	}
#footer a {
	font-size: 14px;
	font-style: normal;
	color: #f5f5dc;
	}
#footer img {
	padding-right: 8px;
}	

#footer p.copyright {
	display: inline;
	text-align: center;
	margin-right: 9px;
	margin-left: 6px;
	font-size: 14px;
	}

#footer li { float : left; list-style-type : none; width : 110px; margin-right : 50px;}
#footer .vcard { float : left; width : 120px; margin-right : 50px; }
#footer #about { float : left; width : 300px; }
#footer #thirdparty { clear : left; overflow : hidden; width : auto; margin : 18px 0 36px 6px; }

#thirdparty #facebook { float : left; width : 240px; margin: 0 90px 0 0px; }
#thirdparty #twitter { float : left; width : 240px; margin: 0 90px 0 0px; }

a.twitter_title_link { 
	text-shadow: #222 1px 1px 1px;
	font-weight: bold;
	font-size: 1.1em;
}

#twitter-2 div.widget-inside ul.twitter {
	margin-left: 0px;
	padding-left: 0px;	
}

#twitter-2 div.widget-inside li.twitter-item:first-child {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	border: none;
}

#twitter-2 div.widget-inside li.twitter-item {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 16px;
	padding-bottom: 6px;
	border: 0px;
	border-top: 1px;
	border-style: dashed;
	border-color: #333;
}



#twitter-1 div.widget-inside ul.twitter {
	margin-left: 0px;
	padding-left: 0px;		
}

#twitter-1 div.widget-inside li.twitter-item:first-child {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	border: none;
}


#twitter-1 div.widget-inside li.twitter-item {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 16px;
	padding-bottom: 6px;
	border: 0px;
	border-top: 1px;
	border-style: dashed;
	border-color: #333;
}



#thirdparty #rss { float : left; width : 240px; margin:0 0px 0 0px;}

#thirdparty a[rel*="facebook"] { display : block; height : 40px; padding-left : 50px; padding-top: 12px; background : url(images/a-facebook.png) no-repeat 10px 10px; background-color: #444; -moz-border-radius:1ex; -webkit-border-radius:1ex;}
#thirdparty a[rel*="twitter"] { display : block; height : 40px; padding-left : 50px; padding-top:  12px; background : url(images/a-twitter.png) no-repeat 10px 10px; background-color: #444; -moz-border-radius:1ex; -webkit-border-radius:1ex;}
#thirdparty a[rel*="twitter"]:hover {
}
#thirdparty #rss a { display : block; height : 40px; padding-left : 50px; padding-top: 12px; background : url(images/a-rss.png) no-repeat 10px 10px; background-color: #444; -moz-border-radius:1ex; -webkit-border-radius:1ex;}
#thirdparty a[rel*="facebook"]:active, #thirdparty a[rel*="twitter"]:active, #thirdparty #rss a:active { background-position : 0 2px; }

/**
* Comments popup
************************************************/
.comments-popup #body-container {
	width: 540px;
	margin: 20px auto;
	padding: 20px;
	}
.comments-popup #container {
	width: 520px;
	margin: 0 auto;
	padding: 0;
	}
.comments-popup .content {
	width: 500px;
	padding: 20px;
	}

#comment {
}

/* Recaptcha Overrides */

#recaptcha_widget_div {
	margin: 20px auto;	
}

/* Tag Cloud */
p.tag-cloud {
	margin-left: 10px;
}

#footer ul.footer-nav {
	margin-top: 30px;
	margin-left: 7px;
	width: 60px;
	height: 60px;
	text-transform: lowercase;
}
