/*
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

*/

/* Basic Tag Elements */

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

body {
	color: #444;
 	margin: auto; 
	font-size: 14px; 
	padding: 0 20px; 
	background:url(images/background.png) #fee9c9 repeat-x;
	}

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

/* Header Elements */

#header{
	float: left;
	border: 1px dotted #aaa;
	padding: 20px;
	position: relative;
	/*background-image:url("images/header_bk.jpg");*/
	}

#login {
	height: 16px;
	font-size: 13px;
	color: #fff;
	text-align: right;
	padding: 10px 10px 7px;
	background: url(images/login.png) repeat-x #F7921E;
	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: blue;
		font-family:Tahoma;
		}		
	
	#title a:hover {
		color: #E06110;
		text-decoration: none;
		}
		
	#title img {
		margin: 0 0 5px 0;
		padding: 0;
		}
		
#description {
	font-size: 14px;
	margin: 0;
	padding: 0;
	}		

/* Main Elements */
	
#mainwrapper {
	float: left;
	padding: 0;
	margin: 0;
	border-left: 1px dotted #aaa;
	border-right: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	}

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

#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 #E06110;
	}

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: #F7931E;
	border: 3px double #fff;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	
	font-size:12px;
}

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 {
	
	margin: 0 0 .5em;
	background: url(images/sidebar.png) center repeat-y #F7931E;
	padding: 0 0 10px;
	border: 3px double #fff;
	}

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

	.side-widget ul li {
		padding: 0 10px;
		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;
		}
		
	.side-widget .featured-post {
		padding: 0 10px;
		}
	
	.side-widget .noline {
		border-bottom: 0;
		}
	
	.side-widget a {
		color: #77470F;
		font-size:16px;
		}
		
	.rsswidget img {
		display: none;
		}		

.posts {
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
	}
	
	.posts h2 {
		margin: 10px 0 0;
		}

#footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0;
	font-size: 11px;
	margin-top:15px;
	}
	
	#footer a {
		color: #0077AA;
		}

/* 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: #E06110;
		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: #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%;
}
		
#threecol {
	float: left;
	background: url(images/line.png) repeat-y 32% 0;
	
	}
#threecol h2{
	font-size:16px;
}
#threecol2 {
	float: left;
	padding: 0;
	background: url(images/line.png) repeat-y 67% 0;
}

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

.threepost {
	width: 29%;
	float: left;
	border-top: 1px dotted #aaa;
	}
	
	.threepost h2, {
		margin: 0;
		font-size: 16px;
		line-height: 18px;
		}

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

	.threepost1, .threepost4 {
			clear: left;
			}
		
	.threepost1, .threepost2, .threepost3 {
		border-top: 0;
		}
		
.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;
	}

.navigation {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px dotted #aaa;
	padding-top: 5px;
	}

/* 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-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: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#today {
	color: #E06110;
	}

#wp-calendar {
	margin: auto;
	}
	
/*search*/
.search_input
{
	margin-left:10px;
	border:1px solid #77470F;
	width:148px;
	color:lightgray;
	padding-left:4px;
}
#comment
{
	border:1px solid #77470F;
	
}

#submit
{
	border:1px solid #77470F;
	color:white;
	text-transform:uppercase;
	background-color:#FAAA35;
	font-weight:bold;
	padding:3px;
	
}
#submit:hover
{
	background-color:#F36507;
}


.lft{float:left; display:inline;}
.rgt{float:right; display:inline;}
.clr{clear:both;}
.brdr{border:solid 1px #000;}
h1,p,h2,h3,h4,h5,h6,form,div,ul,li{margin:0px; padding:0px;}
a{text-decoration:none; border:none; color:#fff;}
a img{border:none; float:left; font-weight:normal;}
.map{padding:0px; margin:0px;}
.input{ margin:0px; padding:0px; display:inline;}


.bttm_boxmain{ width:640px; height:auto; float:left;}
.bttm_boxmain h3{ width:585px; height:auto; float:left;background-color:#F7931E;background-image:url("images/sidebar.png");background-position:center center;background-repeat:repeat-y;border:3px double #FFFFFF;color:#FFFFFF;display:block;font-size:12px;font-weight:bold;height:1%;padding:10px 0 7px 10px;text-decoration:none;text-transform:uppercase;margin-top:5px}
.boxpart1{ width:150px; height:auto; min-height:165px; float:left; padding:26px 0 0 0; border-bottom:1px dotted;}
.boxpart1 ul{ width:150px; height:auto; float:left;}
.boxpart1 ul li{ width:150px; height:16px; float:left; color:#000; font-size:12px; font-weight:normal; list-style:inside square;}
.boxpart1 ul li a{ width:150px; height:auto; color:#000; font-size:12px; font-weight:normal; list-style:inside square; font-style:italic;}

.neutral_philosophy{ width:150px; height:auto; min-height:165px; float:left; border-bottom:1px dotted;}
.neutral_philosophy h1{ width:150px; height:auto; line-height:50px; float:left; color:#000; text-decoration:underline; font-size:18px !important; font-weight:normal; list-style:inside square; font-style:italic; font-family:"Times New Roman", Times, serif; text-align:center;}
.neutral_philosophy p{ width:150px; height:auto; line-height:20px; float:left; color:#000; font-size:13px; font-weight:normal; list-style:inside square; font-style:italic; font-family:"Times New Roman", Times, serif; text-align:left;}


.boxpart2{ width:150px; height:auto; min-height:75px; float:left; padding:10px 0 10px 0; border-bottom:1px dotted;}
.boxpart2 p{ width:150px; height:auto; line-height:20px; float:left; color:#000; font-size:13px; font-weight:normal; list-style:inside square; font-style:italic; font-family:"Times New Roman", Times, serif; text-align:left;}

.bttm_detailbox{ width:150px; height:auto; min-height:400px; float:left; padding:10px 0 10px 0;  background:url('../images/linebg002.png') bottom repeat-x;}
.bttm_detail1{ width:150px; height:auto; float:left;}
.bttm_detail_part1{ width:120px; height:auto; float:left; line-height:30px;}
.bttm_detail_part1 h1{ width:120px; height:auto; float:left; color:#000; font-size:13px; font-weight:normal; list-style:inside square; font-style:italic; font-family:"Times New Roman", Times, serif; text-align:left;}
.bttm_detail_part2{ width:30px; height:auto; float:left; line-height:30px;}
.bttm_detail_part2 h1{ width:30px; height:auto; float:left; color:#000; font-size:13px; font-weight:normal; list-style:inside square; font-style:italic; font-family:"Times New Roman", Times, serif; text-align:left;}

.searchboxa{ width:440px; height:auto; float:left; background:url("../images/linebg001.png") repeat; padding:17px 17px 17px 30px;}
.searchboxa_head{ width:500px; height:auto; float:left;}
.searchboxa_head h1{ width:500px; height:auto; float:left; font-size:16px; font-weight:normal; color:#000;}
.searchboxb{ width:500px; height:auto; float:left; padding-bottom:10px;}
.searchboxb h1{ width:115px !important; height:auto !important; float:left !important; font-size:16px !important; font-weight:normal !important; color:#77470F !important;}
.searchboxb input{ width:300px; height:auto; float:left; font-size:12px; font-weight:normal; color:#000;}
.searchboxc{ width:500px; height:auto; float:left;}
.searchboxc  input{ width:115px; height:auto; float:left; font-size:12px; font-weight:normal; color:#000; margin-left:115px; display:inline;}

#quoterotator{ width:auto; height:auto; float:left;}

#container{ width:100%; height:auto; float:left; margin:0px;}

.bttm_box11{ width:650px !important; height:auto !important; float:left !important; background:url('../images/linebg001.png') repeat; margin:0 8px 0 0 !important; display:inline !important; padding:24px 0 24px 0 !important;}
.bttm_box21{ width:600px !important; height:auto !important; float:left !important; margin:0 0 0 25px !important; display:inline !important; background:url('../images/linebg002.png') top repeat-x;}
.boxpart11{ width:600px !important; height:auto !important; min-height:165px !important; float:left !important; padding:26px 0 0 0 !important; border-bottom:1px dotted !important;}
.boxpart11 h2{ width:600px !important; height:auto !important; float:left !important; color:#4a1a01 !important; font-size:21px !important; text-align:center !important; font-family:Cambria (Headings); margin:0px !important;}
.boxpart11 h3{ width:600px !important; height:43px !important; line-height:43px !important; float:left !important;  color:#000 !important; font-size:20px !important; text-align:center !important; font-style:italic !important; font-family:Cambria (Headings); margin:0px !important;}
.boxpart11 h4{ width:600px !important; height:43px !important; float:left !important; color:#000 !important; font-size:28px !important; text-align:center !important; font-style:italic !important; font-family:Cambria (Headings) !important;}.boxpart1 h2{ width:173px !important; height:auto !important; float:left !important; color:#4a1a01 !important; font-size:21px !important; text-decoration:none !important; text-align:center !important; font-style:normal !important; font-family:Cambria (Headings); margin:0px !important;}
.boxpart1 h2 a {color:#E06110 !important;}
.boxpart11 ul{ width:600px !important; height:auto !important; min-height:40px !important; float:left; margin:0px !important;}
.boxpart11 ul li{ width:600px !important; height:16px !important; float:left !important; color:#000 !important; font-size:12px !important; font-weight:normal !important; list-style:inside square !important;}
.boxpart11 ul li a{ width:600px ; height:auto; color:#000; font-size:12px; font-weight:normal; list-style:inside square; font-style:italic;}

.neutral_philosophy1{ width:600px; height:auto; min-height:165px; float:left; border-bottom:1px dotted;}
.neutral_philosophy1 h1{ width:600px; height:auto; line-height:50px; float:left; color:#000; text-decoration:underline; font-size:12px; font-weight:normal; list-style:inside square; font-style:italic; font-family:"Times New Roman", Times, serif; text-align:center;}
.neutral_philosophy1 p{ width:600px; height:auto; line-height:20px; float:left; color:#000; font-size:13px; font-weight:normal; list-style:inside square; font-style:italic; font-family:"Times New Roman", Times, serif; text-align:left;}


.boxpart21{ width:600px; height:auto; float:left; padding:10px 0 10px 0; border-bottom:1px dotted; border-top:1px dotted;}
.boxpart21 p{ width:600px; height:auto; float:left; color:#000; font-size:25px; font-weight:normal; list-style:inside square; font-style:italic; font-family:"Times New Roman", Times, serif; text-align:left; margin:0px !important;}

.bttm_detailbox1{ width:600px; height:auto; min-height:400px; float:left; padding:10px 0 10px 0;  background:url('../images/linebg002.png') bottom repeat-x;}
.bttm_detail11{ width:600px; height:auto; float:left;}
.bttm_detail_part11{ width:500px; height:auto; float:left; line-height:30px;}
.bttm_detail_part11 h1{ width:600px; height:auto; float:left; color:#000; font-size:15px !important; font-weight:normal; list-style:inside square; font-family:"Times New Roman", Times, serif; text-align:left;}
.bttm_detail_part21{ width:100px; height:auto; float:left; line-height:30px;}
.bttm_detail_part21 h1{ width:100px; height:auto; float:left; color:#000; font-size:18px !important; font-weight:normal; list-style:inside square; font-style:italic; font-family:"Times New Roman", Times, serif; text-align:left;}.lft{float:left; display:inline;}.rgt{float:right; display:inline;}.clr{clear:both;}.brdr{border:solid 1px #000;}h1,p,h2,h3,h4,h5,h6,form,div,ul,li{margin:0px; padding:0px;}a{text-decoration:none; border:none; color:#fff;}a img{border:none; float:left; font-weight:normal;}.map{padding:0px; margin:0px;}.input{ margin:0px; padding:0px; display:inline;}.bttm_boxmain{ width:640px !important; height:auto !important; float:left !important;}.bttm_box1{ width:205px !important; height:auto !important; float:left !important; background:url('../images/linebg001.png') repeat; margin:0 8px 0 0 !important; display:inline !important; padding:0px 0 24px 0 !important;}.bttm_box2{ width:150px !important; height:auto !important; float:left !important; margin:0 0 0 10px !important; display:inline !important; background:url('../images/linebg002.png') top repeat-x !important;}.boxpart1{ width:150px !important; height:auto !important; min-height:165px !important; float:left !important; padding:26px 0 0 0 !important; border-bottom:1px dotted !important;}.boxpart1 h3{ width:150px !important; height:22px !important; float:left !important;  color:#000 !important; font-size:9px !important; text-align:justify !important; font-style:normal !important;font-weight:normal !important; font-family:Cambria (Headings) !important;}.boxpart1 h4{ width:150px !important; height:43px !important; float:left !important; color:#000 !important; font-size:16px !important; text-align:center !important; font-style:italic !important; font-family:Cambria (Headings) !important;}.boxpart1 ul{ width:150px !important; height:auto !important; float:left !important;}.boxpart1 ul li{ width:150px !important; height:16px !important; float:left !important; color:#000 !important; font-size:12px !important; font-weight:normal !important; list-style:inside square !important;}.boxpart1 ul li a{ width:150px !important; height:auto !important; color:#000 !important; font-size:12px !important; font-weight:normal !important; list-style:inside square !important; font-style:italic !important;}.neutral_philosophy{ width:150px !important; height:auto !important; min-height:165px !important; float:left !important; border-bottom:1px dotted !important;}.neutral_philosophy h1{ width:150px !important; height:auto !important; line-height:50px !important; float:left !important; color:#000 !important; text-decoration:underline !important; font-size:12px !important; font-weight:normal !important; list-style:inside square !important; font-style:italic !important; font-family:"Times New Roman", Times, serif !important; text-align:center !important;}.neutral_philosophy p{ width:150px !important; height:auto !important; line-height:20px !important; float:left !important; color:#000 !important; font-size:13px !important; font-weight:normal !important; list-style:inside square !important; font-style:italic !important; font-family:"Times New Roman", Times, serif !important; text-align:left !important;}.boxpart2{ width:150px !important; height:auto !important; min-height:75px !important; float:left !important; padding:10px 0 10px 0 !important; border-bottom:1px dotted !important;}.boxpart2 p{ width:150px !important; height:auto !important; line-height:20px !important; float:left !important; color:#000 !important; font-size:13px !important; font-weight:normal !important; list-style:inside square !important; font-style:italic !important; font-family:"Times New Roman", Times, serif; text-align:left !important;}.bttm_detailbox{ width:150px !important; height:auto !important; min-height:400px !important; float:left !important; padding:10px 0 10px 0 !important;  background:url('../images/linebg002.png') bottom repeat-x;}.bttm_detail1{ width:150px !important; height:auto !important; float:left !important;}.bttm_detail_part1{ width:120px !important; height:auto !important; float:left !important; line-height:30px !important;}.bttm_detail_part1 h1{ width:120px !important; height:auto !important; float:left !important; color:#000 !important; font-size:13px !important; font-weight:normal !important; list-style:inside square !important; font-style:italic !important; font-family:"Times New Roman", Times, serif !important; text-align:left !important;}.bttm_detail_part2{ width:30px !important; height:auto !important; float:left !important; line-height:30px !important;}.bttm_detail_part2 h1{ width:30px !important; height:auto !important; float:left !important; color:#000 !important; font-size:13px !important; font-weight:normal !important; list-style:inside square !important; font-style:italic !important; font-family:"Times New Roman", Times, serif !important; text-align:left !important;}
textarea {width:385px !important;}.boxpart11 h2 a {color:#E06110 !important;text-decoration:none !important; font-size:30px; }
.boxpart11 h2 a:visited{ color:#4a1a01 !important;}.username_onb{color:#4A1A01 !important;float:left !important;font-size:21px !important;font-style:normal !important;height:auto !important;margin:0 !important;text-align:left !important;text-decoration:none !important;width:600px !important;padding-top:10px;}}
