/*
Theme Name: Feed Me, Seymour
Theme URI: http://tinkerpriestmedia.com/free-wordpress-themes/feed-me-seymour/
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.8 using Firefox, IE6 and IE7. 100% xHTML valid. Designed by <a href="http://tinkerpriestmedia.com">c.bavota</a>.
Version: 1.1.2
Author: c.bavota
Author URI: http://tinkerpriestmedia.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

*/
#wp-admin-bar{display:none; visibility:hidden}

/* 
	Grey Suits you Sir table style	written by Stuart Colville http://www.muffinresearch.co.uk
*/

table,td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
  font                 : small/1.5 ;
}
table
{
	border                :none;
	border                :2px solid #CCC;
}
thead th,
tbody th
{
	background            : #FFF url(images/th_bck.gif) repeat-x;
	padding               : 5px 10px;
  border-left           : 2px solid #CCC;
  font-weight: bold;
}
tbody th
{
  background: #fafafb;
  border-top: 2px solid #CCC;
  border-bottom: 2px solid #CCC;
  text-align: left;
  font-weight: normal;
}
tbody tr td
{
	padding: 5px 10px;
	font-size: smaller;
}
tbody tr:hover
{
  background: #FFF url(images/tr_bck.gif) repeat;
}

tbody tr:hover td
{
  color: #454545;
}
tfoot td,
tfoot th
{
  border-left: none;
  border-top: 2px solid #CCC;
  border-bottom: 2px solid #CCC;
  padding: 4px;
  background: #FFF url(images/foot_bck.gif) repeat;
}
caption
{
	text-align: left;
	font-size: 120%;
	padding: 10px 0;
}
table a:link
{
}
table a:visited
{
}
table a:hover
{
	color: #003366;
	text-decoration: none;
}
table a:active
{
	color: #003366;
}

/* Basic Tag Elements */



a {
	text-decoration: none;
	outline: none;
	color: #0077AA;
	}
	
	a:hover {
		text-decoration: underline;
		}
	
img { 
	border: 0;
	}

body {
	color: #444;
 	margin: 0 auto; 
 	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px; 
	background:url(images/shadow3.png) #fff repeat-y top; /* Border Spaces&Header BG Color */
	}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #0077AA;
	text-transform: capitalize;
	}

/* Header Elements */

#header{
	float: left;
	border-top: 0;
	padding: 0px 20px;
	position: relative;
	background:#fff;
	margin-top:0;
	}


#login {
	height: 16px;
	font-size: 13px;
	color: #fff;
	text-align: right;
	padding: 10px 10px 7px;
	background: url(images/-login.png) #999 ; /* Top Color Bar */
	border: 3px double #fff;
	margin-bottom: 5px;
	}
	
	#login a {
		color: #fff;
		}
	
	#login ul {
		padding: 0;
		margin: 0;
		}
	
	#login ul li {
		display: inline;
		}

	#header-rss {
		position: absolute;
		}
	
	#header-rss p {
		padding: 0;
		margin: 0 5px;
		font-size: 11px;
		color: #aaa;
		}
	
.dot:before {
	content: url(images/-whitedot.png) " ";
	}

#title {
	font-size: 48px;
	margin: 0;
	padding: 0;
	line-height: 52px;
	}
	
	#title a {
		color: #222;
		}		
	
	#title a:hover {
		color: #0077AA;
		text-decoration: none;
		}
		
	#title img {
		margin: 5px 0 5px 0;
		padding: 0;

		}
		
#description {
	font-size: 14px;
	margin: 0;
	padding: 0;
	}		

/* Main Elements */
	
#mainwrapper {
	float: left;
	padding: 0;
	margin: 0;
	background: #fff; /* Main Background Color*/
	}

#sidebar {
	float: left;
	margin: 0;
	padding: 5px 0 0 5px;
	}

#secondsidebar {
	float: left;
	margin: 0;
	padding: 5px 10px 0;
	}
	
.side {
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 0;
	}	

ul.cats {
	padding: 0;
	margin: 0;
	}

ul.cats li { 
	margin-bottom: 7px; 
	list-style-type: none;
	position: relative;
	}

ul.cats li a:hover { 
	background: /* url(images/-sidebarhover.png) center repeat-y */ #FE8700; /* Category Hover Color */
	}

ul.cats li.current_page_parent a{background:#0077aa;}
ul.cats li.current_page_item a{background:#0077aa;}

ul.cats li a {
	padding: 10px 0 7px 10px;
	font-weight: bold;
	background-image: url(images/-sidebar.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 1%;
	background-color: #ccc; /*Category Color is Here */
	border: 3px double #fff;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

ul.cats li ul {
	padding: 0;
	margin: 0;
	margin-top: 7px;
	}

.sidebox {
	margin: 0 0 7px;
	background: #fff;
	border: 3px double #aaa;
	float: left;
	padding: 0;
	}
	
	.sidebox img {
		float: left;
		}
	
	.sidebox p {
		margin: 13px 0 0 5px;
		float: left;
		}
	
.side-widget {
	float: left;
	margin: 0 0 .5em;
	background: url(images/-sidebar.png) center repeat-y #ccc; /*twitter part BG Color */
	padding: 0;
	border: 3px double #fff;
	}

	.side-widget ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		}

	.side-widget ul li {
		padding: 8px;
		margin: 2px 0;
		font-size: 13px;
		}

	
	.side-widget h2 {
		font-size: 14px;
		border-bottom: 1px solid #fff;
		padding: 10px 0 5px 10px;
		margin-top: 0;
		text-transform: uppercase;
		color: #fff;
		}
		
	h2 a.rsswidget {
		color: #fff;
		text-transform: uppercase;
		}
		

	
	.side-widget .storycontent {
		border-bottom: 1px solid #ddd;font-size: 10pt;font-family:Arial, Helvetica, sans-serif;
		}
	.storycontent p{font-family:Arial, Helvetica, sans-serif;font-size: 10pt;}
		
	.side-widget .featured-post {
		padding: 0 10px;
		}
	
	.side-widget .noline {
		border-bottom: 0;
		}
	
	.side-widget a {
		color: #fff;
		}
		
	.rsswidget img {
		display: none;
		}		

.posts {
	margin-bottom: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
	
	.posts h1 {
		margin:0px;
		background-color: #999;
		color:#fff;
		padding-left:2px;
		font-weight: normal;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		
		}
	.posts h2 a{
		margin:0px;
		padding-left:2px;
		font-weight: normal;
		font-family:Verdana, Arial, Helvetica, sans-serif
		}

#footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0;
	font-size: 11px;
	color:#aaa;
	background: #fff;
	text-align: center;
	margin-top:10px;
	}
	
	#footer a {
		color: #FE8700;
		}
#akismet-credit-insert {display:none; visibility:hidden;}
		
h1.section-header{font-weight: normal;}

/* Left Content Elements */

#leftcontent {

	float: left;
	margin: 0 10px;
	padding: 0;
	}

	#leftcontent h5 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		color: #0077aa;
		margin-bottom: 5px;
		font-size: 14px;
		}

	#leftcontent h1 {
		margin: 0;
		padding: 0;
		font-size: 24px;
		line-height: 26px;

		}

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

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

.post {
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}
		
#threecol {
	float: left;
	background: url(images/-line.png) repeat-y 32% 0;
	}

#threecol2 {
	float: left;
	padding: 0 0 0 10px;
	background: url(images/-line.png) repeat-y 67% 0;
}

	#threecol img {
		border:1px solid #ccc;
		float: left;
		margin:5px 10px 0 0;
		padding: 1px;
		}

.threepost {
	width: 29%;
	float: left;
	border-top: 1px solid #aaa;
	padding-top:7px;
	}
	
	.threepost h2 {
		margin: 0;
		font-size: 12pt;
		line-height: 19px;
		}
		

	
	.threepost .small {font-size: 12px;}

	.threepost2, .threepost5 {
		margin: 0 6%;
		}

	.threepost1, .threepost4 {
			clear: left;
			}
		
	.threepost1, .threepost2, .threepost3 {
		border-top: 0;
		}
		
.contread {
	text-align: center;
	}
	
	.contread a {
		color: #0077AA;
		font-size: 12px;
		}	
		
/* Other Elements */

.post img.avatar {margin-right:5px;margin-top:6px;height:50px; width:50px;}
.storycontent img.avatar {margin-right:5px;margin-top:6px;height:60px; width:60px;}


#leftcontent h1.catheader {
	margin: 8px 0 20px 0;
	background:url(images/-login.png) #999 ;
	color:#fff;
	padding-left:2px;
	font-weight: normal;
	}
	
	#leftcontent .post h1 {
		color: #0077AA;
		margin-top: 4px;
		margin-left:65px;
		}

	#leftcontent .post small{
		display:block;
		margin-left:65px;
		margin-right:65px;
		}
		
.red, .entry a {
	color: #0077aa;
	}
	
.entry {font-family:Arial, Helvetica, sans-serif;font-size:10pt;}
p.postmetadata {font-style: italic; margin:auto 25px auto; }
p.postmetadata a{color: #0077AA}


	
#tagcloud {
	width: 400px;
	text-align: center;
	margin: auto;
	padding: 20px;
	}	
	
#tagcloud a {
	color: #0077aa;
	}

/* 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;
		border-bottom:1px solid #ccc;
		border-top:1px solid #ccc;

		}
		
	.commentlist img {
		padding: 10px 0 0;
		margin: 0;
		}	
		
	.commentlist li.alt {
		background-color: #fafafb;
		}	
		
	.comment-info {
		clear: both;
		float: left;
		font-size: 9pt;
		}	
		
	.comment-info img {border:1px solid #ccc; padding:1px; margin-top: 8px;}
	
	.comment-info cite{font-size: 10pt;font-weight: bold;}
			
	.comment-text {
		margin-left: 130px;
		font-size: small;
		}			
			
#responder {
	float: left;
	clear: both;
	padding-top: 10px;
	}

.navigation {
	clear: both;
	float: left;
	width: 100%;
	padding-top: 5px;
	font-weight: bold;
	}
	


/* WordPress Required Elements */

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

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

.alignleft a{   
   background:#fafafb;
   padding:5px;
   border:3px double #aaa;}

.alignright {
   float: right;
	margin: 5px 0 5px 20px;

}

.alignright a{   
   background:#fafafb;
   padding:5px;
   border:3px double #aaa;}

.alignnone {
	margin: 5px 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 10px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#today {
	color: #0077aa;
	}

#wp-calendar {
	margin: auto;
	}
	
	

/*Campers*/





/*Camper Profile and Archive*/


p.auth-meta-entry {font-family:Arial, Helvetica, sans-serif;font-size:10pt;margin-left:7px; margin-top:0;}
p.auth-meta-entry a{text-transform: lowercase;}
.camper img {border: 1px solid #ccc;padding: 2px; margin: 0 0 7 7; float:right;}
.posts {clear:both;font-family:Arial, Helvetica, sans-serif;}
p.authbio {font-family:Arial, Helvetica, sans-serif;font-size:10pt;}
p.authsite a {font-family:Arial, Helvetica, sans-serif;
   padding: 0 4px 5px;
   margin: 0;
}

#today {
	color: #0077aa;
	}

#wp-calendar {
	margin: auto;
	}
	
	
/*Twitter Sidebar*/


.twitter-hash-tag-widget img {float:left; padding:8px;}

.twitter-hash-tag-widget li {border-bottom: 1px solid #fff;}

.twitter-hash-tag-widget li.view-all {border:none;padding:3px;}


/*Campers*/

.post img.avatar {border: 1px solid #ccc;padding: 2px;float:left;}
#authname a{margin-left:7px;font-size: normal;}


/*Camper Profile and Archive*/
.camperarchive-border {padding-bottom:1px;margin:5px 0 15px 0;min-height: 165px;border-bottom:1px solid #0077AA;}
.camperarchive {border-bottom:2px solid #0077AA;min-height: 165px; margin-right:0;}
.camper img {border: 1px solid #ccc;padding: 2px; float:left;}
.posts {}
p.authbio {margin-left: 120px;}
p.authsite {margin-left: 120px;}
h3.authname {margin-left: 120px; color: #0077AA;font-size: normal;}

/*recaptcha*/
#recaptcha-submit-btn-area{padding-bottom:10px;}