   /*
   Theme Name: WebOver50
   Description: A search engine optimized website framework for WordPress.
   Author: Mark Eberman
   Version: 1.0
    */

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/*
LAYOUT: Three-Column
DESCRIPTION: Three-column fluid layout with two sidebars on both sides of content
*/

/*======Begin Styles for Top-level elements=====*/

body{
	color:#3a3a35;
	font:14px/16px georgia, times, serif;
}

h1{
	color:#cb4f37;
	font-size:28px;
	line-height:30px;
}

	h1 a{
		color:#cb4f37;
		text-decoration:none;
	}

	h1 a:hover{
		color:#2d526a;
		text-decoration:underline;
	}

h2{
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:10px;
}

h4{
	color:#cb4f37;
	font-size:24px;
	line-height:24px;
}

h3{
	color:#ce5b44;
	font-weight:bold;
}

ul{
	line-height:20px;
	list-style: outside url(images/category-bullet.jpg);
	margin-left:16px;
}

a{
	color:#2d526a;
	text-decoration:none;
}

a:hover{
	color:#cb4f37;
	text-decoration:underline;
}

/*======Begin Styles for Post/Content elements=====*/


.category_label{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

.author_date{
	color:#85857d;
	font:12px/26px tahoma, arial, sans-serif;
}

#social_bar{
	background-color:#e8e8e0;
	height:60px;
	margin-top:10px;
	overflow:hidden;
	padding:10px 0 0 10px;
}

.signup{
	float:left;
	overflow:hidden;
}

.signup_sharing{
	margin-top:31px;
	overflow:hidden;
}

.signup_toprow{
	color:#cb4f37;
	font:normal 15px/21px tahoma, arial, sans-serif;
}

.signup_bottomrow{
	float:left;
	overflow:hidden;
}

.signup_sharing{
	overflow:hidden;
}

	.small-subscribe-button{
		background:url(images/small-subscribe.jpg);
		border:none;
		height:25px;
		margin:4px 43px 0px 5px;
		width:94px;
	}
	
	.signup_bottomrow input[type='text']{
		height:19px;
		padding:0 0;
		width:260px;
	}

/*======Begin Styles for Comment elements=====*/

#comments ul, #respond ul{
	list-style:none;
}

#respond li{
	margin:3px 0 0 2px;
}

	#respond li:first-child{
		margin-top:10px;
	}

	#respond form label{
		font-weight:bold;
	}
	
	#respond form fieldset{
		width:550px;
	}

	#respond textarea#styled{
		color:#3a3a35;
		width:100%;
	}

	#respond .parend{
		font-size:12px;
		font-style:italic;
	}

	#respond .submit{
		background:url(images/submit-comment-inactive.jpg);
		border:none;
		height:27px;
		width:134px;
	}

	#respond .submit:hover{
		background:url(images/submit-comment-active.jpg);
	}

#comments_divider{
	background:url(images/divider-bg.jpg) repeat-x;
	height:14px;
	margin-bottom:20px;
}

#gray_bar{
	background-color:#e8e8e0;
	height:35px;
	padding-left:10px 0 0 10px;
}

	#gray_bar ul{
		list-style:none;
	}

	#gray_bar li{
		display:inline;
	}

	#gray_bar a{
		color:#2d526a;
		font:12px/34px tahoma, arial, sans-serif;
		margin-left:10px;
		text-decoration:none;
	}

	#gray_bar a:hover{
		color:#cb4f37;
		text-decoration:underline;
	}

/*======Begin Styles for Divs that control overall layout=====*/

#wrapper{
	margin-left:auto;
	margin-right:auto;
	width: 982px;
}

#container {
	float: left;
	width: 100%;
}

#content {
	float:left;
	margin:0 200px;
	width:550px;
}

#header {
	background:url(images/header-bg.png) no-repeat;
	height:197px;
	position:relative;
	width:982px;
}

	/*======Begin Styles for Menu elements within Header=====*/

	#access {
		float:left;
		font:12px/14px tahoma, arial, sans-serif;
		margin:75px 0 0 496px;
		overflow:hidden;
		width:450px;
	}

		.menu ul {
			list-style: none;
			margin: 0;
		}

		.menu ul ul {
			display: none;
		}

		.menu li {
			display: inline;
			height:28px;
		}

		.menu li.current_page_item{
			color:#FFF;
			background:url(images/nav-bg.png) repeat-x;
			float:left;
		}

		.menu a {
			color:#f2c072;
			display: block;
			float: left;
			line-height:26px;
			margin:0 18px;
			text-decoration:none;
			text-transform:uppercase;
		}

		.menu a:hover{
			color:#FFF;
		}

#footer {
	clear: left;
	width: 100%;
}

	#site-info{
		color:#3a3a35;
		font:13px/40px tahoma, arial, sans-serif;
		margin:0 0 0 200px;
	}

/*======Begin Styles for Primary Sidebar elements=====*/

#primary{
	float: left;
	margin: 0 0 0 -100%;
	overflow: hidden;
	width: 190px;
}

	#primary.widget-area ul{
		line-height:0;
		list-style:none;
		margin-left:5px;
	}
	
	#primary.widget-area li{
		margin-bottom:6px;
	}

	#primary .widget-title{
		background:url(images/widget-title-bg.jpg) no-repeat left top;
		color:#cb4f37;
		font:20px/44px tahoma, arial, sans-serif;
		height:55px;
		padding-left:15px;
		text-transform:lowercase;
		width:180px;
	}
	
	#primary .widget-title a{
		background:url(images/widget-title-bg.jpg) no-repeat left top;
		color:#cb4f37;
		font:20px/44px tahoma, arial, sans-serif;
		height:55px;
		padding-left:15px;
		text-transform:lowercase;
		width:180px;
	}

	#primary a{
		color:#2d526a;
		font:12px/14px tahoma, arial, sans-serif;
		text-decoration:none;
	}

	#primary a:hover{
		color:#cb4f37;
		text-decoration:underline;
	}

	#primary .widget_categories ul{
	list-style: inside url(images/category-bullet.jpg);
	}

/*======Begin Styles for Secondary Sidebar elements=====*/

#secondary {
	color:#3a3a35;
	font:13px/16px tahoma, arial, sans-serif;
	float:right;
	margin: 0 0 0 -100%;
	overflow: hidden;
	width: 221px;
}

	#secondary li{
		list-style: none;
	}

/*======Begin Styles for Feature Widget=====*/

#feature-container{
	margin-left:-16px;
	margin-top:10px;
	position:relative;
}

#feature-topper{
	background:url(../../plugins/features_widget/features-top.jpg) no-repeat top left;
	height:7px;
	width:210px;
}

#feature-bottom{
	background:url(../../plugins/features_widget/features-bottom.jpg) no-repeat top left;
	height:7px;
	width:210px;
}

#feature-textoverlay{
	background-color:#ffe49d;
	height:100%;
	width:210px;
}

.feature-headline{
	color:#3a3a35;
	font:bold 18px/21px georgia, times, serif;
	margin:0 13px;
}

.feature-image{
	margin:7px 13px 0px 13px;
}

.feature-text{
	color:#3a3a35;
	font:13px/16px tahoma, arial, sans-serif;
	margin:0 13px;
}

	.feature-text ul{
		list-style:outside url(../../plugins/features_widget/features-bullet.jpg);
		margin-left:14px;
		padding:0;
	}

	.feature-text a{
		color:#2d526a;
		text-decoration:none;
	}

	.feature-text a:hover{
		color:#cb4f37;
		text-decoration:underline;
	}
	
/*======Begin Styles for Adsense Widget=====*/

.adsense{
	margin-left:30px;
}
	
/*======Begin Styles for Search in header=====*/
		
#search{
	float:right;
	margin:20px 22px 0 0;
}

	#search .screen-reader-text{
		display:none;
	}

	#search input[type="text"]{
		width:185px;
	}

	#search .search_button{
		border:none;
		background:url(images/search-inactive.png) no-repeat left top;
		height:27px;
		margin:10px 0 0 3px;
		text-indent:-9999px;
		width:72px;
	}

	#search .search_button:hover{
		background:url(images/search-active.png) no-repeat left top;		
	}

	
/*======Begin Styles for Social Widget=====*/

#social-container{
	margin-left:-16px;
	position:relative;
}

#social-topper{
	background:url(../../plugins/social_widget/social-top.jpg) no-repeat top left;
	height:7px;
}

#social-bottom{
	background:url(../../plugins/social_widget/social-bottom.jpg) no-repeat top left;
	height:7px;
}

#social-textoverlay{
	background-color:#e8e8e0;
	height:100%;
	width:210px;
}

.social-headline{
	color:#cb4f37;
	font:bold 18px/20px tahoma, arial, sans-serif;
	margin:0 13px 10px 13px;
}

.social-image{
	margin:7px 13px 0px 13px;
}

.social-text{
	color:#3a3a35;
	font:13px/16px tahoma, arial, sans-serif;
	margin:0 13px;
}

	.small{
		font-size:12px;
		line-height:14px;
	}

	.social-text .shift-text{
		vertical-align:25%;
	}

	.social-text ul{
		list-style:none;
		margin:0;
		padding:0;
	}
	
	.social-text ul:first-child{
		margin-top:10px;
	}
	
	.social-text li{
		margin-top:2px;
	}
	
	.social-text a{
		color:#2d526a;
		text-decoration:none;
		vertical-align:25%;
	}
	
	.social-text a:hover{
		color:#cb4f37;
		text-decoration:underline;
		vertical-align:25%;		
	}
	
	.social-text img{
		margin:0 8px 0 0;
	}
	
	/*======Begin Styles for FeedBlitz signup in social widget=====*/

	#socialfeedblitz{
		float:right;
		margin-bottom:10px;
	}

		#socialfeedblitz .subscribe-button{
			background:url(../../plugins/social_widget/subscribe.png);
			border:none;
			float:right;
			height:30px;
			margin:4px 43px 3px 0;
			width:103px;
		}
		
		#socialfeedblitz input[type='text']{
			
			padding:0 0;
			width:180px;
		}
		
/*======Begin Styles for Twitter widget=====*/

.twtr-widget{
	margin:10px 0 0 -16px;
}

.twtr-widget h3, .twtr-widget h4{
	clear:none;
}

