/*
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/
*/
/* This line removes the padding from the header so that the image sits close to the nav menu, the bottom border of the header, and the sides of the content */
body {
	color:#6d6d6d;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600,700);
.custom #header {
	padding: 0px;
	margin: 0px;
}
/* This line adds space between the multimedia box and the header */

.custom .image_box {
	margin-top: 20px;
}
.custom #header #logo {
	display:none;
}
.post_box, .teasers_box, .full_width #content_box .page {
	margin: 0 2.1em;
}
.custom #header #tagline {
	display:none;
}
#header {
	border:none;
}
.format_text {
	font-size:1.3em;
}
.headline_area {
	margin-bottom:1em;
}
a, h2 a:hover, #logo a:hover {
	color:#453f6c;
}
.headline_area h1, .headline_area h2, #archive_intro h1 {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 1.8em;
	font-weight:bold;
	font-family: 'Open Sans', Verdana, sans-serif;
}
.headline_meta {
	font-size:1.1em;
}
.headline_meta span, .headline_meta abbr {
	letter-spacing:normal;
}
.headline_meta, .headline_meta a, .teaser_author, .teaser_date, .teaser .edit_post, .teaser_author a, .teaser_comments, .teaser_category, .teaser .edit_post a {
	color: #909090;
}
#page {
	background:url(images/bgimage.jpg) repeat-y top center;
}
.menu {
	background:url(images/menu-bg.jpg) repeat-x;
	height:48px;
}
.menu a {
	padding: 16px 19px;
	letter-spacing: normal;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold
}
.menu, .menu a, .menu li ul {
	border-color:transparent !important;
}
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover, .menu .current-menu-item a, .menu .current-menu-item a:hover {
	background:none;
	color:#ffbe00 !important;
}
.menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a {
	background:none !important;
	color:#fff;
}
.menu, .menu a, .menu li ul {
	border-color:none;
}
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover, .menu .current-menu-item ul a:hover, .menu .current-menu-ancestor a:hover {
	background: none !important;
	color: #ffbe00 !important;
}
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover, .menu .current-menu-item a, .menu .current-menu-item a:hover {
	background: none !important;
	color: #ffbe00 !important;
}
.menu .current-parent > a, .menu .current-cat-parent > a, .menu .current-menu-ancestor > a {
	background: none !important;
	color: #ffbe00 !important;
}
.teaser h2 {
	font-size: 1.4em;
	line-height: 1.7em;
	font-family: 'Open Sans', Verdana, sans-serif;
}
.teaser .format_teaser {
	font-size:1.3em;
	font-family: 'Open Sans', Verdana, sans-serif;
}
.teaser .teaser_link, .prev_next a {
	background:#453f6c;
	padding:5px 10px;
	color:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.teasers_box {
	border-color: #ecebf0;
	border-style: solid;
	clear: both;
}
.post_box {
	border-color:transparent;
}
#mycustom-banner {
	overflow:hidden;
	height:234px;
	position:relative;
}
#footer {
	border-color: #DDDDDD;
	background:#453f6c;
	padding:20px 10px;
	margin:20px 0 0 0;
	color:#fff;
	line-height:13px;
	font:12px 'Open Sans', Arial, Helvetica, sans-serif;
	border-style: none;
	clear: both;
	text-align: right;
}
#page {
	padding:0 2em 0 2em
}
#content {
	width: 60.1em;
}
#sidebars {
	background:#e9e9ea;
	border: 0 none;
	float: right;
	margin-right: 2em;
	width: 29em;
	margin-top: 2em;
}
#content_box {
	background:none;
}
ul.sidebar_list li h3 {
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 2px 2px 0 0;
	font-size: 13px;
	line-height: 1.5em;
	color:#2d2d2d;
	margin:0;
	font:12px 'Open Sans', Arial, Helvetica, sans-serif;
	padding:8px 0 8px 26px;
	font-weight:bold;
	letter-spacing: normal;
	margin-left: -15px;
}
#footer a {
	border-bottom:none;
	color:#fff;
}
#footer a:hover {
	text-decoration:underline;
	color:#fff;
}
.teasers_box {
	width: 56em;
}
.textwidget {
	padding:10px;
	font:13px 'Open Sans', Arial, Helvetica, sans-serif;
}
.textwidget img {
	width:100%;
	height:auto;
}
#af-form-1489147122, #af-form-1489147122 .quirksMode {
	width:200px;
}
li.widget ul {
	margin: 1em;
	font:13px 'Open Sans', Arial, Helvetica, sans-serif;
}
li.widget ul li {
	font:13px 'Open Sans', Arial, Helvetica, sans-serif;
}
.sidebar ul.sidebar_list {
	padding-left: 1.5em;
	padding-right: 1.5em;
	font:13px 'Open Sans', Arial, Helvetica, sans-serif;
}
.comments_intro, #respond_intro {
	margin-left: 2em;
}
#commentform {
	padding-left: 2em;
	padding-right:0;
}
li.widget ul li {
	background:none;
	box-shadow:none;
}
ul.sidebar_list li {
	background: none repeat scroll 0 0 #FFFFFF;
	overflow:hidden;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	padding:0;
}
.post_box, .teasers_box, .full_width #content_box .page {
	margin: 0 2em;
}
.teaser {
	width: 27em;
}
#commentform input.form_submit {
	background:#453f6c;
	padding:5px 10px;
	color:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:0;
	font:13px 'Open Sans', Arial, Helvetica, sans-serif;
}
.connectwithme {
	position:absolute;
	right:0;
	background:#ffbe00;
	padding:5px;
	top:0;
	font:13px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#2f2954;
	text-transform:uppercase;
}
.connectwithme ul {
	list-style:none;
	margin:5px 0 0;
	padding:0;
}
.connectwithme ul li.first {
	margin:0 10px;
}
.connectwithme ul li {
	list-style:none;
	margin:0 5px 0 0;
	padding:0;
	float:left
}
.slogan {
	color: #FFBE00;
	font: 18px 'Open Sans', Arial, Helvetica, sans-serif;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 60px;
	font-weight:bold;
	width: 300px;
	text-shadow:0 0 1px #000;
}
.menu-footer-container {
	float:left;
}
.menu-footer-container ul {
	list-style:none;
}
.menu-footer-container ul li {
	list-style:none;
	float:left;
	border-right:1px solid #ccc;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
}
.menu-footer-container ul li a {
	text-decoration:none;
}
.teaser_intro p {
	background:#838383;
	padding:8px 10px 8px 8px;
	font:1.2em 'Open Sans', Arial, Helvetica, sans-serif;
	color:#fff;
	display:inline-block;
	font-weight:bold;
	text-transform:uppercase;
}
.teaser_intro {
	border-bottom:3px solid #838383;
	margin:0 2em;
}

