/*   
Theme Name: Thematic: Religion Headlines
Theme URI: thematic_rnablogs
Description: A Thematic child theme for ReligionHeadlines.org
Author: David Herrera / Kate Fox / Ian Stewart
Template: thematic
Version: 1.0
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('2c-rss.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

#branding {
/*    padding:88px 0 44px 0;*/
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #ccc;
}

#main {
    clear:both;
/*    padding:66px 0 22px 0;*/
    padding:20px 0 0 0;
	/* border-top: 1px solid #ccc; moved to #branding */
}

body, input, textarea {
    color: #262524;    
    font: 12px Arial,sans-serif;
    line-height:18px;
}

.entry-meta, .entry-utility {
	display: none;
}

.entry-content {
/*    padding:22px 0 0 0; */
	padding:0 0 0 0;
	border-bottom: 1px solid #ccc;
}

/* ========================= HEDS AND LINKS =========================== */

a:link {
    color:#330099;
	text-decoration: none;
}
a:active, a:visited {
    color:#330099;
	text-decoration: none;
}
a:hover {
    color: #330066;
	text-decoration: underline;
}

.page-title a {
    color:#330066;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #330099;
}

.entry-title a {
    color:#330066;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #330099;
}

.aside a, .aside a:active, .aside a:hover {
    color: #330066;
}

.aside h2 {
    color: #330066;
    font-size:18px;
    font-style: normal;
	font-weight: bold;
    line-height:24px;
}

.aside h3 {
    color: #330066;
    font-size:15px;
    font-style: normal;
	font-weight: bold;
    line-height:22px;
}

.aside h3 a {
    text-decoration:none;
}

#content .aside h3 {
	font-family: arial, sans-serif;
	color: #262524;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	}

/* ========================= FLICKR =========================== */
#flickr {
	width: 940px ;
	margin-left: auto ;
	margin-right: auto ;
	margin-top: 20px;
	background-color: #ccc;
}

/* http://coryholt.org/blog/2009/05/styling-the-flickrrss-plugin-for-wordpress/ */
#flickr img {
	border: 1px solid #ccc; margin: 3px;
}

#flickrtext, #flickrtext a, #flickrtext a:visited, #flickrtext a:hover {
	width: 940px ;
	margin-left: auto ;
	margin-right: auto ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	line-height: 11px;
}

/* ========================= SIDEBAR =========================== */

#primary {
border-top: none;
border-bottom: none;
border-left: 1px solid #ccc;
border-right: none;
}

/* ------------center container------------ */

#content .aside { /*This controls the inserts in the body copy */
    border: none;
/*    margin:0 0 22px 0;*/
/*    padding: 18px 0 0 0;*/
	margin:0 0 10px 0;
    padding: 0 0 0 0;
}
#content .aside ul {
	margin:0 0 0 0;
/*    padding:0 20px;*/
    padding: 0 0 0 0;
}

/*==========================FEED READING BLOGROLL ======================*/

ul#links, .single-feed ul {
/*
	margin-left: 0;
	list-style: none outside none;
*/
	}

body.page-template-display-links-in-a-category-php .entry-content {
	border-bottom: none; /* cheap hack to fix border because .single-feed floats mess it up */
	}

h2.single-feed-title {
	font-size: 17px;
	font-weight: bold;
	}

.single-feed {
	/* width: 330px; */
	/* height: 170px; */
	/* margin: 0 10px 0 0; */
	/* float: left; */
	}

div.edit-link { clear: both; }
	
/* ========================= FOOTER =========================== */

#footer {
	padding-top: 0;
	margin-top: 0;
}
#siteinfo {
	/* border-top: 1px solid #ccc; */ /* creates unnecessary double border */
}

