/*
Theme Name: Feed Me, Seymour
Theme URI: http://bavotasan.com/wordpress/free-wordpress-themes/feed-me-seymour-free-wordpress-theme/
Description: A simple news feed style theme with a fully customizable layout through an easy to use backend interface. Theme options include site width, 1 or 2 sidebars, header alignment, logo uploader, home page number of posts and more. Also includes two extremely useful widgets. Tested on WP 2.7.x using Firefox, IE6 and IE7. 100% xHTML valid. Designed by <a href="http://bavotasan.com">c.bavota</a> of <a href="http://tinkerpriestmedia.com">Tinker Priest Media</a>.
Version: 1.0.4
Author: c.bavota
Author URI: http://bavotasan.com/
Tags: right-sidebar,left-sidebar,fixed-width,three-columns,two-columns,white,custom-header,theme-options,orange

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Basic Tag Elements */

a {
	text-decoration: none;
	outline: none;
	}
	
	a:hover {
		text-decoration: underline;
		}
	
img { 
	border: 0;
	}

body {}

#mainwrapper {
	height:100%;
	line-height:22px;
	margin:0px;
	padding:0px;
	text-align:left;
}

#content {
}

#content h1,h2,h3,h4 {
font-family:arial;
}



	

/*---------------------- Main Elements */

#leftcontent {
	float: left;
	margin: 0;
	padding: 0;
	}

	#leftcontent h5 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		color: #E06110;
		margin-bottom: 5px;		
		}
		
	#leftcontent h1 {
		margin: 0;
		padding: 0;
		font-size: 1.25em;
		line-height: 26px;
		}
		

/*===================when listing categories===============================*/
.posts {
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
	width:800px;	
}
	
.posts h2 {
font-size: 1.2em;    
	margin: 10px 0 0;
	}

/* Left Content Elements */


.more-link {
	font-size: 11px;
	text-align: right;
	color: #E06110;
	}

.tags a {
	color: #E06110;
	}
	
.meta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	}	

.post {
	float: left;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}
/*------------- main page -------------------*/	
.main-title {
width: 800px;
padding:0;
font-size: 1.2em;
font-style:normal;
text-align:center;
color: #fff;
background-color: #c8c3bc;
border: 1px solid #fff;
display:inline-block;
}
	
.threecol {
	float: left;
}


.threecol ul li {
	list-style-type:none ;
}

.threecol2 {
	float: left;
	padding: 0;
}

	.threecol img {
		/*width: 40px;
		float: left;
		margin: 0 10px 5px 0;
		padding: 0;*/
		}
		

.threepost {
	width: 229px;
	float: left;
	border:5px solid #c8c3bc;
	background-color:#fff;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	padding-top:0;
	}
	
	.threepost2, .threepost5 {
		margin-left:10px;
		margin-right:10px;
	}

	.threepost1, .threepost4 {
		clear: left;
	}
		
	.threepost1, .threepost2, .threepost3 {
	}

	.threepost h2 {
		font-size: 1em;	
		line-height: 18px;
		margin-bottom: 10px;		
		}
		
		
.post-meta {
	background-color:#f3f3f3;
	border:1px solid #aaa;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #E06110;
	padding-left:3px;
	padding-right:3px;
	margin-left:0;
	
	font-variant: small-caps;
	font-size: 1.1em;
	text-align:center;
	}
ul.post-meta {
	list-style-type:none ;
	}

		
.contread {
	text-align: right;
	}	
	.contread a {
		color: #E06110;
		font-size: 12px;
		}	




		
/* Other Elements */

#leftcontent h1.catheader {
	margin: 10px 0 20px;
	color: #E06110;
	font-weight: normal;
	}
	
	#leftcontent .post h1 {
		color: #0077AA;
		margin-top: 10px;
		}

.red, .entry a {
	color: #E06110;
	}
	
#tagcloud {
	width: 400px;
	text-align: center;
	margin: auto;
	padding: 20px;
	}	
	
#tagcloud a {
	color: #E06110;
	}

/* Comment Elements */

h3#comments {
	text-transform: none;
	padding-bottom: 5px;
	}

#postcomments {
	padding-top: 20px;
	}

.commentlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}		
		
	.commentlist li {
		float: left;
		clear: both;
		padding: 0 10px 10px;
		background-color: #ffedd2;
		}
		
	.commentlist img {
		padding: 10px 0 0;
		margin: 0;
		}	
		
	.commentlist li.alt {
		background-color: #fad9a8;
		}	
		
	.comment-info {
		clear: both;
		float: left;
		}	
			
	.comment-text {
		margin-left: 120px;
		}			
			
#responder {
	float: left;
	clear: both;
	padding-top: 10px;
	}

/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin: 5px 0 10px;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 10px 5px 0;
}

.alignright {
   float: right;
	margin: 5px 0 5px 10px;
}

.alignnone {
	margin: 5px 10px;
}

/*--------------------------*/
.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding:8px 8px 0 8px;
margin-top: 10px;
margin-right:15px;
margin-bottom: 10px;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
border:5px solid #e2e0bd;
}

.wp-caption p.wp-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}
/*----------- sidebar ---------------------------*/
#sidebar {
float:left;
height:100%;
}

#sidebar ul,li {
list-style: disc;
margin-left:0;
padding-left: 10px;
padding-bottom:0px;
font-size: 1em;
line-height: 1.5em;
}


#sidebar h3 {
margin-top:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.1em;
color: #666;
}

/* previous + next links
--------------------------------------------------*/
.navigation {
width:100%;
padding-bottom:15px;
height:20px;
}

.navigation a {
color:#FFFD87;
background:#000;
padding:1px 3px;
}