/*
THEME NAME: Thematic
THEME URI: http://www.playtheweb.org/
DESCRIPTION: Modified version of Thematic 0.6.5 by Ian Stewart (http://themeshaper.com/thematic-for-wordpress/)
VERSION: 0.1
AUTHOR: Nick Bouton / Taunt Media
AUTHOR URI: http://www.tauntmedia.com/
TAGS:three columns,two columns,fixed width,simple,seo,microformats,widgets,framework,options page,hooks,filters,valid XHTML,valid CSS
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-l-fixed.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* Un-comment the line below to set a grid with 18px line-height */
/*body { background:url(images/960_grid_12_col.gif) repeat-y top center; }*/

/* PlayTheWeb.org theme colours

	#eb5937 - orange/salmon (top nav, comments bubble, applications)
	#456f74 - turquoise/blue (links, technologies)
	#d3cbbd - beige (about block, blockquote border, recent comments b/g)
	#403d3c - medium gray (some text, business models)
	#1c1919 - gray/black (most text, techniques)
	#c93814 - orange/red (border on primary orange)
*/


/* =Global Elements
-------------------------------------------------------------- */

body {
	background-color: #eee;
	color: #1c1919;
    font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 13px; 
	line-height: 16px;
	margin: 0 0 12px 0;
}

#wrapper {
    width: 920px;
	padding: 20px;
	background-color: #fff;
	margin: 20px auto;
}

a:link, a:visited {
    color: #456f74;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

a:active {
	outline: none !important;
}

/* get rid of link focus borders in firefox */
:focus {
  -moz-outline-style: none;
}

blockquote {
	color: #403d3c;
	font-size: 12px;
	border-left: 18px solid #d3cbbd;
	padding-left: 8px;
	margin: 0 16px;
	line-height: 14px;
}

blockquote p {
	font-size: 12px;
	line-height: 14px;
}


input, textarea {
    font-family: Arial, Helvetica, sans-serif;
}

.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.important {
    font-weight: bold;
}

/* =Header
-------------------------------------------------------------- */

#header {
	width: 100%;
}

#branding {
	float: left;
	width: 275px;
}

#blog-title {
    overflow: hidden;
	text-indent: -400px;
    padding: 0;
	margin: 0;
}

#blog-title a {
	display: block;
	background: url('/images/playtheweb_logo.gif') no-repeat 0 0;
	width: 218px;
	height: 264px;
	margin: 31px 0 36px 30px;
}

#blog-description {
	font: 28px/36px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	*letter-spacing: -2px;		/* IE */
	color: #eb5937;
	margin-left: 10px;
}

body:first-of-type #blog-description { /* Safari 1.3+ only */
	letter-spacing: -2px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	float: right;
	width: 615px;
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	height: 18px;
	color: #fff;
	letter-spacing: -1px;
    background: #eb5937;
	margin: 0;
	padding: 5px 0;
    border: 1px solid #c93814;
}

body:first-of-type #access { /* Safari 1.3+ only */
	letter-spacing: 0px;
}

.skip-link {
    display:none;
}
#menu {
	width: auto;
	padding: 0 0 0 20px;
    overflow:hidden; /* clears the inner float  */
}
#menu ul {
    margin:0;
    list-style:none;
    clear:both;
}
#menu ul ul {
    display:none;
}
#menu li {
    display:inline;
}

#menu a {
    display:block;
    float:left;
    margin:0 10px 0 0;
    padding:1px 6px;
    color:#fff;
    text-decoration: none;
}

body:first-of-type #menu a { /* Safari 1.3+ only */
	margin-right: 4px;
}

#menu a:hover {
	text-decoration: underline;
}
#menu .current_page_item a {
	text-decoration: underline;
}
/*
#menu a:focus {
    background:#4887BD;
    color:#fff;
    border-color:#2772B3;
}
*/

/* =Content Heading (NEW)
-------------------------------------------------------------- */

#content-heading {
	float: right;
	overflow: hidden;
	width: 615px;
	margin: 20px 0 16px 0;
	background: url('/images/bg_heading.gif') repeat-x 0 0;
	border: 1px solid #d3cbbd;
}

#content-heading h3 {
	float: left;
	font: 24px/28px Georgia, "Times New Roman", Times, serif;
	color: #1c1919;
	padding: 4px 8px;
}

#content-heading a.iconRSS {
	float: left;
	display: block;
	text-indent: -200px;
	overflow: hidden;
	margin: 5px 0 5px 6px;
	background: transparent url('/images/rss_heading.png');
	width: 26px;
	height: 26px;
}

#search {
	float: right;
	text-align: right;
	overflow: auto;
	width: 242px;
	padding: 8px 8px 8px 0;
}

body:first-of-type #search { /* Safari 1.3+ only */
	width: 246px;
}

#search label {
	float: left;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #403d3c;
	text-transform: uppercase;
	margin: 0 8px 0 0;
}

#search #search-fields {
	float: left;
	height: 20px;
}

#search #search-fields input {
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#search #search-fields #s {
	color: #1c1919;
	background-color: #eee;
	border: 1px solid #456f74;
	padding: 2px 0;
	width: 150px;
}

#search #search-fields #searchsubmit {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #403d3c;
	background-color: #456f74;
	width: 30px;
	padding: 1px 0;
	margin: 0 0 0 4px;
}

body:first-of-type #search #search-fields #searchsubmit { /* Safari 1.3+ only */
	padding: 2px 0;
}


/* =Content
-------------------------------------------------------------- */

#main {
	float: left;
	overflow: visible;
    padding: 0;
}

#content {
	float: left;
	width: 615px;
	margin: -272px 0 0 305px;
}


/* ABOUT (new) */

#about {
	width: 253px;
	margin: 6px 0 0 0;
	padding: 10px 14px;
	font: 16px/24px Arial, Helvetica, sans-serif;
	color: #403d3c;
	letter-spacing: 0.5px;
	*letter-spacing: 1px;		/* IE */
	background: #e8e3db url('/images/bg_about.gif') repeat-x 0 0; 
	border: 1px solid #d3cbbd;
}

#about a {
	font-weight: bold;
	color: #403d3c;
}

#about a:hover {
	text-decoration: underline;
}

#primary {
	width: 255px;
	float: left;
}

#secondary {
	width: 255px;
	float: left;
}

.hentry {
	margin: 0;
	padding: 0;
}

.tag .hentry,
.category .hentry,
.search .hentry {
	margin: 10px 0 20px 0;
    padding: 0;
}

.p1 {
    margin: 0;
    padding: 0;
    border:none;
}

.page-title {
    font-size: 14px;
    font-weight: bold;
	margin: 10px 0 0 0;
}

.page-title span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
    font-weight: bold;
	color: #456f74;
}

/* Tags (inline) */
.tag-links {
	overflow: auto;
	padding: 12px 0 0 0;
	margin: 0;
}

.home .tag-links {
	margin: 0 0 10px 0;
}

.tag-links a {
	float: left;
	background-color: #999;
	color: #fff;
	text-transform: uppercase;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 0 6px 0 26px;
	line-height: 20px;
	height: 20px;
	letter-spacing: 0;
	margin-right: 10px;
	background: transparent url('/images/bullet_tag.png') no-repeat 4px center;
}

.tag-links a.technologies { background-color: #456f74; }
.tag-links a.techniques { background-color: #1c1919; }
.tag-links a.applications { background-color: #eb5937; }
.tag-links a.business-models { background-color: #403d3c; }

.post {
	width: 100%;
}

.home .post {
	clear: left;
	overflow: visible;
	position: relative;
	width: auto;
	margin: 0 0 12px 0;
	padding: 0;
	border-top: 1px dotted #403d3c;
}

.home .post.first-post {
	border: 0;
}

.home .post {
	position: relative;
}

.home .post .comment-count {
	position: absolute;
	top: 42px;
	right: 0;
	overflow: hidden;
	width: 35px;
	height: 32px;
	background: transparent url('/images/comment_bubble.gif') no-repeat 0 4px;
	text-align: center;
	vertical-align: text-top !important;
}

.home .post .comment-count a {
	font: bold 16px/28px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

h1 {
	letter-spacing: -2px;
	margin: 0;
    color: #000;
}

h1.entry-title {
	font: 40px/40px Georgia, "Times New Roman", Times, serif;	
	padding: 10px 0;
}

h1.page-title {
	font: 32px/32px Georgia, "Times New Roman", Times, serif;	
	padding: 0;
}

h2.entry-title {
	font: 22px/26px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 8px 0;
	padding: 0;
}

.home h2.entry-title {
	margin: 0;
}

h2.entry-title a {
    text-decoration: none;
    color: #000;
}

.entry-meta {
    font-size: 11px;
    color: #1c1919;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}

.home .entry-meta {
	padding: 6px 0;
}

.entry-meta a {
    color: #000;
	text-decoration: underline;
}

.entry-meta a:hover {
	color: #456f74;
}

.entry-meta .author {
}
.entry-meta .meta-sep {
}
.entry-meta abbr {
}

.entry-content {
    overflow: auto;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content a:hover {
	color: #403d3c;
}

.entry-content img.first-image {
	width: 198px;
	height: 148px;
	border: 1px solid #000;
}

.home .entry-content img.first-image {
	position: absolute;
	margin: 12px 10px 0 0 !important;
	top: 0;
	left: 0;
}

.home .first-post .entry-content img.first-image {
	margin: 12px 10px 0 0 !important;
}

.single img.first-image {
	display: none;
}

.entry-content h1, .entry-content h2 {
    font-size:18px;
    font-weight:bold;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}

.entry-content h3 {
	font: 20px/26px Georgia, "Times New Roman", Times, serif;
    letter-spacing: -1px;
	margin: 0 0 6px 0;
	padding: 10px 0 0 0;
}

.entry-content h4 {
	font: 18px/24px Georgia, "Times New Roman", Times, serif;
    letter-spacing: -1px;
	margin: 0 0 6px 0;
	padding: 10px 0 0 0;
}

.entry-content h5 {
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h6 {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.entry-content ul {
    list-style:square;
    padding:0 0 18px 40px;
    margin: 0;
}

.entry-content ol {
    padding:0 0 18px 40px;
    margin: 0;
}

.entry-content dl {
    margin:0 1.5em;
}
.entry-content dt {
    font-weight:bold;
}
.entry-content dd {
    margin:0 0 18px 0;
}
.entry-content abbr, .entry-content acronym, .entry-content .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
.content-column, .entry-content .linkcat {
	list-style:none;
	float:left;
}

.more-link {
    font-style: italic;
}

.page-link {
    margin:0 0 18px 0;
}
.page .edit-link {
    float:left;
    clear:both;
}
.entry-utility {
    font-size:11px;
    color: #787878;
	text-transform: uppercase;
}
.entry-utility a {
    color: #787878;
}
.entry-utility a:hover {
}

.entry-utility .cat-links {
	display: block;
	margin: 10px 0 4px 0;
	color: #1c1919;
}

.entry-utility .cat-links a {
    color: #000;
	text-decoration: underline;
}

.home .entry-utility .cat-links {
	color: #787878;
	margin: 0;
}

.home .entry-utility .cat-links a {
    color: #787878;
}

.comments-link a {
    color: #456f74;
	font-weight: bold;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
    background:#B5D1EA;
    color:#fff;
    margin:54px 0 0 0;
    padding:18px 0;
    overflow:hidden;
}
#comments h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    text-align:center;
    margin:0 0 18px 0;
    padding:0 20px 0 20px;
}
#comments .comments:first-child h3 {
    padding-top:18px;
}
#comments ol {
    margin:0 0 36px 0;
    list-style:none;
}
#comments li {
    background:#87B5DD;
    border-top:1px solid #6DA5D6;
    margin:0 20px 18px 20px;
    padding:17px 20px 0 20px;
    position:relative;
}
#comments a {
}
#comments li.byuser {
    background:#5C9BD1;
    border-color:#3B86C7;
}
#comments li.byuser p a {
}
#comments li.bypostauthor {
}
#comments li.bypostauthor p a {
}
#comments .avatar {
    width:48px;
    height:48px;
    position:absolute;
    top:19px;
    left:20px;
}
#comments .fn {
    font-weight:bold;
    font-size:14px;
    padding:18px 0 0 58px;
    display:block;
}
#comments .fn a {
    color:#fff;
}
#comments-list .comment-meta {
    font-size:10px;
    margin:0 0 18px 0;
    padding:0 0 0 58px
}
#comments-list .comment-meta a {
    font-style:italic;
    color:#fff;
}
#comments li p {
    margin:0;
    padding:0 0 18px 0;
}
#trackbacks-list .comment-author {
    margin:0 0 18px 0;
    font-size:11px;
}
#trackbacks-list .comment-author a {
    font-size:14px;
    font-weight:bold;
    color:#fff;
}
#respond {
    background:#87B5DD;
    border-top:1px solid #6DA5D6;
    padding:17px 20px 0 20px;
    width:460px;
    margin:0 auto;
}
#respond h3 {
    padding-top:18px;
}
#respond form {
    padding:0 0 36px 0;
}
#respond #form-section-author {
    width:230px;
    float:left;
}
#respond #form-section-author input {
    width:220px;
}
#respond #form-section-email {
    width:220px;
    float:right;
}
#respond #form-section-email input {
    width:100%;
}
#respond #form-section-url {
}
#respond #form-section-url input {
    width:100%;
}
#respond .form-label {
    font-size:10px;
}
#respond .form-input input {
    margin:0 0 14px 0;
}
#respond textarea {
    width:100%;
    margin:0 0 16px 0;
}
#respond .form-submit {
    float:right;
}
p.subscribe-to-comments {
    width:260px;
    float:left;
}
p.subscribe-to-comments label {
}
p.comment_license {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments:first-line {
    font-style:italic;
}
/*input#solo-subscribe-email {
    width:220px;
    margin:9px 0;
}*/
#respond .required {
    font-weight:bold;
}

/* =Author Info
-------------------------------------------------------------- */

#author-info {
    margin: 0 0 20px 0;
}
#author-info p:first-line {
    font-weight:bold;
}
#author-info .avatar {
    float:left;
    width:72px;
    height:72px;
    margin:0 10px 10px 0;
	border: 1px solid #000;
    position:relative;
    top:4px;
}

#author-info #author-email a {
	text-decoration: underline;
}

#author-info #author-email a:hover {
	color: #1c1919;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    margin: 12px 0 24px 0;
    overflow:hidden;
}

.navigation a {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: underline;
}

.navigation a:hover {
	color: #1c1919;
}

.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    margin: 10px 0;
}
.home #nav-above, .single #nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
}

/* =Images
-------------------------------------------------------------- */

/*  Remember the baseline   */

.entry-content img { margin: 0 0 18px 0; max-width:100%; }

.alignleft,
img.alignleft,
img.align-left {
	float: left;
	margin-right:20px;
}
.alignright,
img.alignright,
img.align-right {
	display: block;
	float: right;
	margin-left:20px;
}
.aligncenter,
img.aligncenter,
img.centered {
	margin: 0 auto 18px auto;
	display: block;
	float: none;
	clear: both;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/* =Asides (widgetized areas)
-------------------------------------------------------------- */

.aside ul {
    margin:0;
    list-style:none;
}
.aside ul ul {
    list-style:square;
}
.aside h3 {
    font-size:14px;
    font-weight:bold;
}
/* Begin Calendar styles */
.aside table {
    border-top:1px solid #e0e0e0;
    margin:0 0 8px 0;
}
.aside th {
    border-left:1px solid #e0e0e0;
}
.aside tr {
    border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    line-height:35px;
}
.aside td {
    border-left:1px solid #e0e0e0;
    padding:0 10px
}
.aside caption { /* Make the caption match h3 styles */
    font-size:14px;
    font-weight:bold;
    text-align:left;
    margin:0 0 9px 0;
}
.aside tfoot tr {
    border:none;
    line-height:36px;
}
.aside tfoot td {
    border:none;
    padding:0;
}
.aside #next {
    text-align:right;
}
/* End Calendar styles */
/* Begin Search styles */
.aside form {
    margin:4px 0 10px 0;
}
/* End Search styles */
/* Begin RSS widget styles */
/* I think I'm going to have to reset some stuff in functions.php for the RSS widget. It stinks for styling. */
/* End RSS widget styles */
#content .widgetcontainer {
    border-top:1px solid #e0e0e0;
    padding:35px 1px 18px 1px;
    margin:18px 0 36px 0;
}
#index-top .widgetcontainer,
#single-top .widgetcontainer,
#page-top .widgetcontainer {
    border-top:none;
    border-bottom:1px solid #e0e0e0;
    padding:0 1px 53px 1px;
    margin:0 0 36px 0;
}
#content .aside:first-child .widgetcontainer:first-child {
    padding-top:18px;
}
.page #content .aside:first-child .widgetcontainer:first-child {
    padding-top:0;
}
#content .aside h3 {
    font-size:24px;
    line-height:26px;
    padding:8px 0 20px 0;
    font-weight:bold;
}
#single-bottom .widgetcontainer {
    border-top:none;
}

.main-aside {
	margin: 26px 0 20px 44px;
	font: 14px/18px Arial, Helvetica, sans-serif;
}

.main-aside h3 {
	font: 32px/40px Georgia, "Times New Roman", Times, serif;
	color: #1c1919;
	letter-spacing: -1px;
    margin: 30px 0 4px 0;
	padding: 0;
}

.main-aside ul ul {
    margin: 0;
	list-style-type: none;
}
.main-aside ul ul ul {
    margin: 0;
	list-style-type: none;
}


.main-aside ul li {
	color: #eb5937;
	font-size: 13px;
}

.main-aside ul li a {
	color: #1c1919;
	font-size: 14px;
	text-decoration: underline;
	letter-spacing: 0;
}

.main-aside ul li a:hover {
	color: #456f74;
}


/* SIDEBAR (custom filters) */
.main-aside #filters ul {
	padding: 0;
	margin: 0;
	vertical-align: text-bottom;
}

.main-aside #filters ul li a {
	background: transparent url('/images/bullet_large.gif') no-repeat 2px center;
	font: bold 18px/32px Arial, Helvetica, sans-serif !important;
	color: #1c1919;
	text-transform: capitalize;
	text-decoration: underline;
	padding: 0 0 0 30px;
}

.main-aside #filters ul li a:hover {
	color: #456f74;
}

.main-aside #filters ul li .cat-item-count {
	color: #eb5937;
	font-size: 14px;
	font-weight: bold;
}


.sub-aside h3 {
}
#footer .widgetcontainer {
    padding:0 1px;
    margin:0 0 18px 0;
}
#footer .widgetcontainer ul {
    margin:0 0 0 13px;
}
#footer .widgetcontainer ul ul {
}


/* =Customizations to index footer / aside
-------------------------------------------------------------- */

#index-bottom.aside {
	overflow: auto;
	margin: 0 0 20px 0;
	padding: 0;
}

#index-bottom.aside h3 {
	font: 28px/32px Georgia, "Times New Roman", Times, serif;	
	letter-spacing: -1px;
	padding: 0 8px;
	margin: 0 0 10px 0;
	color: #1c1919;
	border-top: 1px dotted #1c1919;
	border-bottom: 1px dotted #1c1919;
}

#index-bottom.aside .widgetcontainer {
	float: left;
	width: 278px;
	border: 0;
	margin: 0;
	padding: 10px;
}

#index-bottom.aside #ranged-recent-posts {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}

#index-bottom.aside .widgetcontainer ul {
	list-style-type: none;
}

/* recent comments */
#index-bottom.aside #rss-230684731 {
	font-size: 11px;
	background: #e8e3db url('/images/bg_comments.gif') repeat-x 0 0;
	border: 1px solid d3cbbd;
	margin-right: 15px;
	padding-bottom: 0;
}

#index-bottom.aside #rss-230684731 .rss-date {
	white-space: nowrap;	/* TEMPORARY HACK */
	font-weight: bold;
}

#index-bottom.aside #rss-230684731 ul li {
	margin: 0 0 10px 0;
}

#index-bottom.aside #rss-230684731 ul li a {
	font-weight: bold;
	color: #fff;
	background-color: #456f74;
	/*padding: 2px 4px !important;*/
	border: 1px solid #403d3c;
}

#index-bottom.aside #rss-230684731 ul li a:hover {
	color: #456f74;
	background-color: #fff;
	text-decoration: underline;
}

#index-bottom.aside .widget_rss {
	background: #9dc1c6 url('/images/bg_aroundtheweb.gif') repeat-x 0 0;
	border: 1px solid #456f74;
}

#index-bottom.aside #rss-230684731 h3.widgettitle {
	background-color: #e8e3db;
	/*
	background: #e8e3db url('/images/rss_comments.gif') no-repeat right center;
	*/
}

#index-bottom.aside .widget_rss h3.widgettitle {
	background-color: #9dc1c6;
}

#index-bottom.aside .widget_rss h3.widgettitle a.rsswidget {
	color: #1c1919;
}

#index-bottom.aside .widget_rss h3.widgettitle a.rsswidget img {
	display: none;
	/*
	width: 24px;
	height: 24px;
	background: #9dc1c6 url('/images/rss_around.gif') no-repeat 0 0;
	*/
}

#index-bottom.aside #ranged-recent-posts {
	margin-bottom: 30px;
}

#index-bottom.aside #ranged-recent-posts h3 {
	overflow: hidden;
	margin: 20px 0 12px 0 !important;
	background: url('/images/bg_heading.gif') repeat-x 0 0;
	border: 1px solid #d3cbbd;
	font: 24px/28px Georgia, "Times New Roman", Times, serif;
	color: #1c1919;
	padding: 4px 8px;
}

#index-bottom.aside #ranged-recent-posts li {
	clear: left;
	overflow: auto;
}

#index-bottom.aside #ranged-recent-posts .date {
	float: left;
	width: 100px;
	color: #403d3c;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 4px 0 0 0;
	padding: 0 0 8px 0;
}

#index-bottom.aside #ranged-recent-posts .post {
	position: static;
	float: left;
	clear: none;
	width: 515px;
	border: 0;
	margin: 0;
	padding: 0 0 8px 0;
}

#index-bottom.aside #ranged-recent-posts .ranged-recent-title {
	display: block;
	font: 18px/20px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	color: #1c1919;	
}

#index-bottom.aside #ranged-recent-posts .author {
	float: left;
	clear: left;
	color: #403d3c;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 0;
	margin: 2px 5px 0 0;
}

#index-bottom.aside #ranged-recent-posts .author a {
	color: #403D3C;
	text-decoration: underline;
}

#index-bottom.aside #ranged-recent-posts .author a:hover {
	color: #1c1919;
}

#index-bottom.aside #ranged-recent-posts .tag-links {
	float: left;
	padding: 0;
	margin: 2px 0 0 0;
	color: #403D3C;
}

#index-bottom.aside #ranged-recent-posts .tag-links span {
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 16px;
}

#index-bottom.aside #ranged-recent-posts .tag-links a {
	background-image: none;
	padding: 0 4px;
	line-height: 16px;
	height: 16px;
	letter-spacing: 0;
	margin: 0 0 0 5px;
}

#index-bottom.aside .widget_rss ul li a {
	float: left;
	clear: both;
	font: bold 16px/16px Arial, Helvetica, sans-serif;
	background-color: #eb5937;
	border: 1px solid #c93814;
	color: #fff;
	margin: 6px 0 6px 0;
	padding: 4px;
}

#index-bottom.aside .widget_rss ul li a:hover {
	color: #eb5937;
	background-color: #fff;
}

#index-bottom.aside .widget_rss ul li {
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	color: #1c1919;
}

#index-bottom.aside .widget_rss ul li .rssSummary {
	clear: both;
}

#index-bottom.aside .widget_rss ul li cite::before {	/* Firefox/Safari only */
	content: '\2014\0020';
}

#index-bottom.aside .widget_rss ul li cite {
	clear: both;
	width: 100%;
	text-align: right;
	display: inline-block;
	padding-top: 4px;
	font-weight: bold;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	display: block;
	overflow: auto;
	font: 11px/18px Arial, Helvetica, sans-serif;
    color: #403d3c;
	margin: 20px 0 0 0;
    padding: 8px 0 0 0;
    border-top: 1px dotted #403d3c;
}

#footer a {
    color: #403d3c;
	text-decoration: underline;
}

#footer a.meld {
	text-decoration: none;
}

#footer a:hover {
	color: #1c1919;
}

#footer a.meld:hover {
	text-decoration: underline;
}

#subsidiary .aside {
    margin-bottom: 18px;
}

#copyright {
	float: left;
	width: 40%;
}

#siteinfo {
	float: right;
	width: 60%;
	text-align: right;
}

#siteinfo #designer-link a,
#siteinfo #generator-link a,
#siteinfo #theme-link a {
	font-weight: bold;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Use !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 0;
    line-height:36px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color:#2772B3 !important;
    background:#transparent !important;
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi a:hover {
    color:#000 !important;	
}
.wp-pagenavi span.pages {
    margin-left:0 !important;
    padding-left:0 !important;
}
.wp-pagenavi span.current {
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi span.extend {
    margin:0 !important;
}


/* =Extras (homepage logos) (ADDED)
-------------------------------------------------------------- */

#logos {
	overflow: auto;
	padding: 10px 0 0 0;
}

#logos h3 {
	font: 22px/26px Georgia, "Times New Roman", Times, serif;	
	letter-spacing: -1px;
	padding: 0 0 2px 0;
	margin: 0 0 10px 0;
    color: #000;
	border-bottom: 1px dotted #403d3c;
}

#logos #related-sites,
#logos #supporters {

	float: left;
	width: 300px;
}

#logos #related-sites {
	margin-right: 15px;
}

#logos #related-sites a,
#logos #supporters a {
	display: block;
	text-align: center;
	padding-right: 16px;
}

#logos #related-sites a {
	margin: 24px auto;
}

#logos #supporters a {
	margin: 30px auto;
}



/* DISQUS customizations */

#disqus_thread {
	position: relative;
}

#disqus_thread #dsq-content h3 {
	font: normal 28px/32px Georgia, "Times New Roman", Times, serif !important;
	letter-spacing: -1px;
	padding: 0 8px;
	margin: 0 0 10px 0;
	color: #1c1919;
	background: transparent url(/images/bg_heading.gif) repeat-x scroll 0 0;
	border: 1px solid #d3cbbd;
}

#disqus_thread .dsq-by {
	position: absolute;
	top: 8px;
	right: 6px;
}

#disqus_thread label {
	background: none !important;
}

#dsq-comments-count {
}
