/*
Theme Name: Dividend Guy Blog - Liquid
Theme URI: http://forumskin.com/
Description: Customized Theme for dividendguyblog.com
Author: ForumSkin.com
Author URI: http://forumskin.com/
Version: 1.0
Tags: Dividend Guy Blog, forumskin, dividendguyblog, noncompare

License:
License URI:

General comments (optional).
*/


html,  body {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	background: #eeeeee url(images/body_bg.png) left top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link, a:visited { 
	color: #3d6d39; 
	text-decoration: none; 
}

a:hover {
	color: #4ace3f;
}

a img { border: 0px; }

.alignright { float: right; }

.alignleft { float: left; }

.aligncenter  { display: block; margin: 0 auto; }

.clear { clear: both; }

.pagewrapper { 
	min-width: 960px;
	margin: 0 auto;
}

ul, li { margin: 0; padding: 0; list-style: none; }


/* HEADER
---------------------------------------------------------------------------------------------------------*/
#header {

}

#header .header_logo {
	background: url(images/header_bg.png) no-repeat left top;
	height: 131px;
	position: relative;
}

#header .header_logo .logo { margin-top: 36px; }

#header .header_logo .logo_feet {
	background: url(images/logo_feet.png) no-repeat;
	width: 15px;
	height: 5px;
	position: absolute;
	bottom: -5px;
	left: 114px;
}

.nav_top {
	position: absolute;
	top: 11px;
	right: 10px;
}

.nav_top ul {

}

.nav_top ul li {
	float: left;
	margin: 0 15px 0 10px;
	padding: 0 0 0 17px;
}

.nav_top ul li a { color: #333; }

.nav_top ul li a:hover { color: #8a8989; }

.nav_top ul li#navtop_home { background: url(images/icon_home.png) no-repeat left center; }

.nav_top ul li#navtop_about { background: url(images/icon_about.png) no-repeat left center; padding-left: 15px; }

.nav_top ul li#navtop_contact { background: url(images/icon_contact.png) no-repeat left center; }





.navbar {
	background: #0f2f0d;
	border-top: 5px solid #8d8d8d;
	margin: 0 20px;
	height: 37px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.navbar li { float: left; margin: 0px 15px; padding: 10px 7px 6px; }

.navbar li a { color: #fff; font-size: 14px; font-weight: bold; }

.navbar li:hover, .navbar li.current-menu-item, .navbar li.current_page_item { border-bottom: 5px solid #37ba2c; }

.navbar li a:hover, .navbar li.current-menu-item a, .navbar li.current_page_item a { color: #ccc; }







.global_search {
	background: #fff;
	position: absolute;
	top: 95px;
	right: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 1px 5px;
	_width: 175px;
	_height: 24px;
	*width: 175px;
	*height: 24px;
	overflow: hidden;
}

.global_search .search_txt {
	border: 0 none;
	outline: none;
}

.global_search .search_btn {
	background: url(images/btn_search.png) no-repeat;
	width: 15px;
	height: 15px;
	text-indent: -99999px;
	border: 0 none;
	text-transform: uppercase;
}



/* PAGEBODY
---------------------------------------------------------------------------------------------------------*/

.pagebody {
	margin: 10px 20px;
}

.pagebody .ads_above { margin: 20px 0 13px; }

.content_container {
	margin: 0 -325px 30px 0;
	float: left;
	width: 100%;
}

.content_container .main_content {
	margin: 0 325px 0 0;
}

.page_container {
	background: #fff;
	padding: 10px 15px;
	margin-top: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
	box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;
}

div.post_container { padding: 10px 7px; }

.post_container {
	padding: 23px 7px 20px;
	border-bottom: 1px solid #ccc;
}

.post_container:last-child { border-bottom: 0 none; }

.post_container .post_meta { color: #999999; position: relative; padding: 0 0 7px 63px; border-bottom: 2px solid #3d6d39; }

.post_container .post_meta .post_avatar {
	position: absolute;
	top: 3px;
	left: 0px;
	_top: 30px;
	*top: 25px;
	_left: -60px;
}

.post_container .post_meta .post_avatar_ie {
	_top: 3px;
	*top: 3px;
}

.post_container .post_meta .post_avatar img { width: 57px; height: 57px; }

.post_container .post_meta .post_title {
	font-size: 20px;
	font-weight: bold;
}

.post_container .post_bottom { text-transform: uppercase; font-size: 10px; padding: 13px 0 0; }

.post_container .post_readmore {
	float: right;
	*position: relative;
	*top: -15px;
	_position: relative;
	_top: -15px;
}

.post_social {
	position: absolute;
	top: 0px;
	right: 0;
}




.post_container .post_option {
	margin: 0 0 0 0px;
}

.post_container .post_option ul{
	float: left;
	list-style: none;
	padding: 0;
	margin: 7px 0;
}

.post_container .post_option ul li{
	font-size: 11px;
	float: left;
	padding: 0 20px;
}

.post_container .post_option ul li a{ color: #; }

.post_container .post_option ul #email{ background: url(images/icon_email.png) center left no-repeat; }

.post_container .post_option ul #print{ background: url(images/icon_print.png) center left no-repeat; }

.post_container .post_option ul #post-comment{ background: url(images/icon_comment.png) center left no-repeat; }





.post_navigation { margin: 35px 0 10px; text-align: right; }

.post_navigation .wp-pagenavi a:visited {
	border: 1px solid #ccc !important;
	color: #3d6d39 !important;
}

.post_navigation .wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #ccc !important;
	color: #3d6d39 !important;
}

.post_navigation .wp-pagenavi span.pages {
	border-color: #fff;
}

.post_navigation .wp-pagenavi span.current {
	background: #3d6d39;
	color: #fff;
	border: 1px solid #3d6d39;
}


/*.slider { min-height: 150px; margin: 10px 0; } */

.slider {
	padding: 10px 15px;
	margin-top: 10px;
	min-height: 150px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
	box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;
	
}

.nav_title {
	background: url(images/icon_slider.png) center left no-repeat;
	margin: 5px 30px;
	padding: 5px 25px;
	float: left;
	font-size: 18px;
	font-weight: bold;
}




/* SIDEBAR
---------------------------------------------------------------------------------------------------------*/

.sidebar_container {
	float: right;
	width: 300px;
}

.sidebar {
	margin: 10px 0 20px;;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
	box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;
}

.sidebar .sidebar_header {
	background: #3d6d39 url(images/icon_sidebarheadere.png) no-repeat 9px 8px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 7px 15px 7px 27px;
	border-bottom: 2px solid #0f2f0d;
}

.sidebar .sidebar_content { background: #fff; padding: 7px 15px; }

.sidebar .sidebar_content .spost_container {
	border-bottom: 1px dashed #ccc;
	padding: 13px 0 7px;
}

.sidebar .sidebar_content .spost_container:last-child { border-bottom: none 0; }

.sidebar .sidebar_content .spost_container:first-child { padding-top: 7px; }

.sidebar .sidebar_content .spost_container .spost_title {
	
}

.sidebar .sidebar_content .spost_container .spost_excerpt {
	margin: -5px 0 -3px;
}

.sidebar_newsletter {
	background: url(images/gradient_sidebar_newsletter.png) bottom right repeat-x;
}

div.sidebar_newsletter .sidebar_content { background: url(images/sidebar_newsletter_bg.png) no-repeat right bottom; }

.sidebar .eemail_caption {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
}

.sidebar .eemail_textbox_class {
	width: 220px;
	height: 18px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	margin-top: 2px;
}

.sidebar #eemail_txt_Button {
	background: url(images/btn_subscriber.png) no-repeat;
	width: 120px;
	height: 24px;
	border: 0 none;
	text-indent: -99999px;
	text-transform: uppercase;
	margin-top: 5px;
}





/* COMMENTS
---------------------------------------------------------------------------------------------------------*/

#comments {	margin-top: 30px; }

#comments input[type=text] { border: 1px solid #cccccc; }

#comments .comment-wrapper {
	padding: 7px 0;
	margin: 3px 0;
	position: relative;
}

#comments .comment-wrapper:first-child { border-top: 1px solid #ccc; }

.comment-author, .comment-author a {
	color: #3d6d39;
	font-size: 14px;
}

.comment-wrapper .comment-avatar {
	position: absolute;
	top: 7px;
	left: 0;
}

.comment-wrapper .comment-avatar img { width: 58px; height: 58px; }

.comment-wrapper .comment-content {
	background: #eeeeee;
	margin-left: 67px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 7px 10px 0 10px;
}

.comment-wrapper:nth-of-type(even) .comment-content {
	background: #fff;
}

.comment-wrapper .comment-content .comment-date { font-size: 10px; }

.comment-wrapper .comment-content .comment-text {
	padding: 7px 0 10px;
	margin-top: 7px;
}

.comment-wrapper .comment-content .comment-text p {
	margin: 0;
}

#comment {
	border-radius: 3px;
	border: 1px solid #cccccc;
}

#submitcomment {
	background: url(images/btn_submit.png) no-repeat;
	display: block;
	text-indent: -99999px;
	text-transform: uppercase;
	width: 70px;
	height: 24px;
	border: 0 none !important;
}









/* FOOTER
---------------------------------------------------------------------------------------------------------*/

.footer {
	clear: both;
	margin: 20px;
}

.fot_col { float: left; width: 25%; }

.fot_col_last { float: right; width: 24%; text-align: center; }

.fot_col_last p { margin: 10px 15px; }

.fot_col h3, .fot_col ul { margin-right: 27px; }

.footer h3 { font-size: 14px; border-bottom: 2px solid #3d6d39; padding-bottom: 7px; margin-bottom: 5px; }

.fot_col ul li {
	padding: 7px 0;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}

.fot_col ul li:first-child { padding-top: 5px; }

.fot_col ul li:last-child { border: 0 none; }


.fot_col ul.fot_links li {
	background: url(images/icon_slider.png) left center no-repeat;
	padding: 5px 0 5px 22px;
	border: 0 none;
	text-transform: capitalize;
}






.footer_last {
	background: url(images/pagebody_bottom_b.png) repeat-x left bottom;
	clear: both;
	min-height: 130px;
	padding: 0 20px;
	position: relative;
}

.footer_last .fot_col2 {
	position: absolute;
	bottom: 20px;
	right: 54%;
}

.footer_last .fot_col3 {
	font-size: 11px;
	font-style: italic;
	position: absolute;
	bottom: 33px;
	right: 20px;
	width: 50%;
	border-left: 1px solid #3d6d39;
	padding: 2px 0 5px 10px;
}

.footer_last .horizontal_line_container {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}

.footer_last .horizontal_line_container .horizontal_line {
	border-top: 1px solid #666666;
	margin: 0 20px;
	height: 2px;
}