/* @override 
	http://sovereignman.wespeakinternet.com/wp-content/themes/thesis_16/custom/custom.css?021610-103330
	http://sovereignman.wespeakinternet.com/wp-content/themes/thesis_16/custom/custom.css?021610-113930
	http://sovereignman.wespeakinternet.com/wp-content/themes/thesis_16/custom/custom.css?030310-02649
	http://sovereignman.wespeakinternet.com/wp-content/themes/thesis_16/custom/custom.css?030810-230429
	http://sovereignman.wespeakinternet.com/wp-content/themes/thesis_16/custom/custom.css?033110-51237
	http://sovereignman.wespeakinternet.com/wp-content/themes/thesis_16/custom/custom.css?033110-55356
	http://sovereignman.wespeakinternet.com/wp-content/themes/thesis_16/custom/custom.css?033110-62516
	http://sovereignman.wespeakinternet.com/wp-content/themes/thesis/custom/custom.css?051210-180417
	http://www.sovereignman.com/wp-content/themes/thesis_16/custom/custom.css?052410-32811
	http://www.sovereignman.com/wp-content/themes/thesis_16/custom/custom.css?052410-51039
	http://www.sovereignman.com/wp-content/themes/thesis_16/custom/custom.css?052410-52029
	http://www.sovereignman.com/wp-content/themes/thesis_16/custom/custom.css?052410-52341
	http://www.sovereignman.com/wp-content/themes/thesis_16/custom/custom.css?052410-53128
*/

/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* @group Main Elements */

body.custom {
	background-color: #f8f8ee;
}

.custom div#header {
	margin: 0;
	padding: 0;
	height: 132px;
	background: url(images/header_banner.png) no-repeat 0 top;
	border-style: none;
}

.custom div#container {
	width: 980px;
}

.custom div#page {
	width: 980px;
	background: transparent url(images/bkgd_shadow.png) repeat-y center 7px;
	padding-top: 10px;
	margin-top: 10px;
	padding: 0;
}

.custom div#content_box {
	width: 960px;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/shadow-line.jpg) no-repeat 493px 0;
}

.custom div.contact-us-widget {
	height: 386px;
}

div#content.hfeed {
	width: 475px;
}

.post_box.top {
	margin-right: 0;
	padding-right: 32px;
	width: 441px;
}

div#content {
	width: 510px;
}

div.comments_closed {
	display: none;
}

div.teasers_box {
	width: 470px;
}

div .teaser {
	width: 225px;
	margin-right: 0;
	padding: 0;
}

div#sidebars {
	width: 450px;
}

div#sidebar_1.sidebar, div#sidebar_2.sidebar {
	width: 224px;
}

div#feature_box {
	display: none;
}

input#search-text.search-text {
	width: 190px;
	height: 25px;
	border: 1px solid #4c4c4c;
}

div#disqus_thread {
	margin-left: 10px;
}

#content a.dsq-brlink {
	margin-left: 10px;
}



/* @end */

/* @group Sidebars */

.custom #text-3 div.textwidget div.contact-us-widget form {
	margin-top: 302px;
}

div#sidebars h3 {
	background-color: #445878;
	color: white;
	padding: 8px;
	text-transform: capitalize;
	font-variant: normal;
	letter-spacing: 0;
	font-size: 1.25em;
}

#widget_killer_recent_entries-3 ul {
	margin-left: 8px;
}

.custom #widget_killer_recent_entries-455420691 ul li, .custom ul.xoxo.blogroll li, .custom #widgets-reloaded-archives-3 ul.xoxo.archives li, .custom #recently-popular-2 ul li {
	padding-left: 10px;
}

li#sfc-fanbox-3.widget.widget_sfc-fanbox {
	margin-bottom: 7px;
}

/* @end */

/* @group Navigation */

.custom #page ul.menu {
	width: 960px;
	padding-right: 10px;
	padding-left: 10px;
	border-style: none;
	background: url(images/bkgd_main_nav.png) repeat-y;
	height: 30px;
}

.custom #page ul.menu li a {
	background-color: #445878;
	color: white;
	border-style: none;
	padding: 0 8px;
	margin: 0;
	line-height: 30px;
	font-size: 1.1em;
}

.custom #page ul.menu li a:hover {
	background-color: black;
	color: white;
	border-style: none;
	padding: 0 8px;
	margin: 0;
	line-height: 30px;
	font-size: 1.1em;
}

.custom #page ul.menu li.tab.current a, .custom #page ul.menu li.cat-item.current-cat a {
	background-color: white;
	color: #730C02;
}



/* @end */

/* @group Typography */

.custom h2.entry-title, .custom .headline_area h1, .custom .headline_area h2  {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #730C02;
}


.custom h2.entry-title {
	text-transform: uppercase;
	color: #730C02;
}



/* @end */

/* @group Multimedia Box */

.custom div#multimedia_box.custom_box {
	background: transparent url(images/bkgd_notebook.png) no-repeat left 5px;
	height: 300px;
	border-bottom-style: none;
}

.custom #custom_box ul.sidebar_list li.widget.widget_text div.textwidget form {
	margin-top: 195px;
	margin-left: 115px;
	margin-right: 31px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.custom #custom_box ul.sidebar_list li.widget.widget_text div.textwidget form table tbody tr td input {
	border: 1px solid #8A8BA6;
	padding: 3px;
	color: #919191;
	font-style: italic;
	font-size: .85em;
	margin-bottom: 4px;
	background-color: #fff;
	width: 200px;
}

.custom #custom_box ul.sidebar_list li.widget.widget_text div.textwidget form table tbody tr td input#Submit.button.np.inf-button {
	text-transform: uppercase;
	font: normal normal .75em Arial, Helvetica, Geneva, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #445878;
	color: white;
	width: 90px;
}



/* @end */

/* @group Footer */

.custom div#footer {
	margin-right: 10px;
	margin-left: 10px;
	padding: 20px 0 0;
	border-top: 2px solid #7A8A84;
}

.custom div#footer_col_01.footer_box {
	margin-left: 10px;
}

.custom div#footer_bottom {
	clear: both;
	text-align: left;
	color: white;
	margin-bottom: 0;
	padding: 20px 10px;
	background-color: #4c4c4c;
}

.custom div#footer_top ul.sidebar_list {
	width: 210px;
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	padding-right: 0;
	padding-bottom: 0;
	border-left: 1px dotted #8A8BA6;
	padding-left: 15px;
}

.custom div#footer_top div#footer_col_01.footer_box ul.sidebar_list {
	margin: 0;
	border-left-style: none;
	padding-right: 0;
	padding-bottom: 0;
}

.custom div#footer_top ul.sidebar_list li.widget {
	text-align: left;
}

.custom div#footer h3 {
	color: black;
	font-weight: bold;
	margin-bottom: 7px;
}

.custom div#footer a {
	color: #004280;
	text-decoration: none;
	border-style: none;
}



/* @end */

/* @group Social Bar before posts */

	.social { border: dashed #ddd; border-width:1px 0 1px 0; margin: 0 auto 15px; display:block; padding: 3px 0 1px 0px;  overflow: hidden;
	width: 470px;
}
	.social .social_button {float: left; display: inline; overflow: hidden; height:22px; }
 
	.social .social_button.dg { margin: 0px 0 0; padding-top: 1px;}
	.social .social_button.tm { margin: 0px 0 0 10px;  padding-top: 4px;}
	.social .social_button.fb { margin: 0 0 0 -5px;  padding-bottom:0px;
	padding-top: 2px;
}
	.social .social_button.su { margin: 0px 0 0 19px;  padding-top: 2px;}
        .social .social_button.em { margin: 2px 0 0 14px;  padding-top: 0px;}
        .social .social_button.em a{background:#eee url(images/emailthis.gif) 3px 50% no-repeat; padding:2px 3px 2px 20px;  font-size:10px; border:#ddd 1px solid; text-decoration:none; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
		.social .social_button.em a:hover {background:#ddd url(images/emailthis.gif) 3px 50% no-repeat}
	.social .social_button a img { border: 0; padding: 0; }
	.social strong { font-size: 11px; float: left; margin:2px 0 0 0; color:#555;}
 
.clear{clear:both;}

/* @end */
