/*
Theme Name: Osborn Financial Theme
*/

html, body {
	height: 100%;
	width: 100%;
}

body {
	background: #e3e6e8;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 62.5%;
	margin: 0;
}

img {
	border: 0;
}

#site {
	border-top: 6px solid #212121;
	overflow: hidden;
	padding: 14px 0 0;
}

#main {
	background: #fff;
	margin: 0 auto;
	padding: 16px;
	width: 768px;
}

#header {
	margin: 0 0 12px;
	height: 75px;
}

#logo {
	display: block;
	float: left;
	height: 78px;
	width: 117px;
}

#logo h1 {
	font-size: 1.8em;
	height: 78px;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 117px;
}

#logo img {
	background: #fff;
	left: 0;
	position: absolute;
	top: 0;
}

#links {
	border-bottom: 1px solid #ccc;
	float: right;
	font-size: 11px;
	height: 22px;
	overflow: hidden;
	width: 620px;
}

#links ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#links li {
	color: #ccc;
	float: left;
	padding: 0 0 0 24px;
}

#links a {
	color: #888;
	text-decoration: none;
}

#links li a:hover {
	color: #555;
	text-decoration: underline;
}

#navigation {
	float: right;
	font-size: 13px;
	margin: 28px 0 0;
	width: 620px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	margin: 0 2px 0 0;
	position: relative;
}

#navigation a {
	display: block;
	background: #fafafa;
	color: #333;
	font-weight: bold;
	padding: 5px 18px;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#navigation a:hover, #navigation li.current_page_item a {
	background: #168eb4;
	color: #fff;
}

#navigation li.current_page_item ul li a {
	background: #fafafa;
	color: #333;
}

#navigation li.current_page_item ul li a:hover {
	background: #168eb4;
	color: #fff;
}

#navigation ul li ul {
	display: block;
	background: none;
	left: 0;
	position: absolute;
	top: 28px;
	width: 220px;
}

#navigation ul li ul li {
	display: block;
	width: 100%;
}

#top {
	background: #979b92 url('images/image1.png') top left no-repeat;
	display: block;
	height: 220px;
	overflow: hidden;
}

#toptext {
	background: transparent url('images/topbg.png') top right no-repeat;
	color: #ccc;
	float: right;
	height: 200px;
	padding: 10px 0 10px 43px;
	width: 210px;
}

.quote_top {
	display: block;
	font-size: 1.4em;
	padding: 6px 22px 0;
}

.quote_bottom {
	display: block;
	font-size: 2.4em;
	text-align: center;
}

#toptext img {
	display: block;
	margin: 10px auto 0;
}

#toptext a {
	color: #168eb4;
	text-decoration: none;
}

#page {
	overflow: hidden;
	padding: 10px 0 0;
	background: transparent url('images/pagebg.png') top left no-repeat;
}

.post {
	float: left;
	margin: 0 0 10px;
	width: 550px;
}

.widepost {
	width: 100%;
}

.post .title {
	background: #168eb4;
	color: #fff;
	padding: 6px;
}

.post .title h2 {
	font-size: 1.3em;
	margin: 0;
}

.post .content {
	font-size: 1.2em;
	line-height: 1.6em;
	min-height: 360px;
	padding: 0;
	overflow: hidden;
}

.post .content h1 {
	font-size: 2.0em;
}

.post .content h2 {
	font-size: 1.8em;
}

.post .content h3 {
	font-size: 1.5em;
}

.post .content h4 {
	font-size: 1.2em;
}

.post .content p {
	text-align: justify;
}

#sidebar {
	color: #666;
	float: right;
	font-size: 1.1em;
	width: 196px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	margin: 0 0 20px;
	padding: 0;
}

#sidebar .title {
	background: #168eb4;
	color: #fff;
	font-weight: bold;
	margin: 0 0 4px;
	padding: 7px 6px;
}

#sidebar .title a {
	color: #fff;
	text-decoration: none;
}

#sidebar ul ul {
	padding: 0 0 10px;
}

#sidebar ul ul li {
	margin: 0 0 10px;
}

.alignleft {
	float: left;
	margin: 0 12px 8px 0;
}

.aligncenter {
	margin: 0 auto;
}

.alignright {
	float: right;
	margin: 0 0 8px 12px;
}

#footer {
	background: #212121;
	color: #ccc;
	margin: 0;
	min-height: 100px;
	overflow: hidden;
	width: 100%;
}

#footer .foot {
	background: #fff;
	margin: 0 auto 16px;
	padding: 8px 16px;
	overflow: hidden;
	width: 768px;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 33%;
}

#footer ul li .title {
	color: #777;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 4px 0;
	text-align: center;
}

#footer p {
	color: #666;
	font-size: 1.1em;
	margin: 0.6em 0 1.2em;
	text-align: center;
}

#footer ul li ul {
	list-style-type: square;
	list-style-position: inside;
	text-align: center;
}

#footer ul li ul li {
	color: #666;
	float: none;
	padding: 0.4em 0 0;
	width: auto;
}

ul.blogroll li a {
	display: block;
}

.post .content .wp-caption {
	background: #f0f0f0;
	margin: 20px auto;
	padding: 5px 0;
	text-align: center;
}

.post .content .wp-caption-text {
	background: #fafafa;
	color: #777;
	font-size: 0.8em;
	margin: 5px;
	padding: 0;
	text-align: center;
}

.addtoany_share_save {
	padding: 0 !important;
}
