/*
Theme Name: Finance Professionals
Theme URI: http://resolvewebsites.com
Author: resolvewebsites.com
Author URI: http://resolvewebsites.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: finance-professionals

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.logged-in.admin-bar .header_section {
    top: 32px;
}
.breadcrumb {
	background:none;
	margin:0;
	padding:0;
	color:#fff;
}
.breadcrumb a {
	color:#fff;
}
.blog-post ul {
	float:left;
	padding:0 5px;
}
.blog-post p {
	float:left;
}
.blog-post a {
	color:#4d4d4d;
}
.blog-post a:hover,
.blog-post a:focus {
	text-decoration:underline;
}
.comment-form .submit {
	float:right;
	background: #0f376d none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	border:none;
	margin-right:15px;
}
.comment-notes {
	margin:15px;
}
.comment-form-comment label {
	display:none;
}
.comment-form-comment {
	margin:0 15px;
}
.comment-form-comment textarea {
	border: 1px solid #f1f1f1;
	height: 53px;
	margin-bottom: 30px;
	outline: medium none;
	padding: 15px 0 0 21px;
	width: 100%;
	height:208px;
}
.blogWidget {
	padding-bottom:60px;
	overflow:hidden;	
}
.tagcloud a {
	display: block;
	background: #EBF0F1;
	padding: 0 10px;
	font-size: 13px !important;
	line-height: 30px;
	border-radius: 4px;
	color: #4D4D4D;
	float:left;
	font-weight:400;
	margin:0 4px 4px 0;
}
.tagcloud a:hover{
	background: #0F376D;
	color: #fff;
}
.tagcloud a:focus {
	background: #0F376D;
	color: #fff;
}
.blogWidget ul {
}
.blogWidget ul li {
	color: #4D4D4D;
	border-bottom: 1px solid #DDE5E8;
	padding-bottom: 12px;
	margin-top: 14px;
	line-height: 20px;
	text-align:right;
	overflow:hidden;
	width:100%;
}
.blogWidget ul li a {
	font-size: 13px !important;	
	color: #4D4D4D;
	float:left;
}
.blogWidget ul li a:hover {
	color: #0F376D;
}
.post-email label.author {
	width:100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

th, td {
    border: none;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

a.clickhere {
	border:1px solid #163870; 
	background:#163870; 
	display:inline-block; 
	color:#fff; 
	padding:5px 15px;
	border-radius:40px;
	-ms-border-radius:40px;
	-o-border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
}
a.clickhere:active,
a.clickhere:focus,
a.clickhere:hover {
	color:#ccc;
}