/*
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/
*/

.custom #content_box {
    background-image: url("images/content-bg.jpg");
    background-position: 50% 0;
    background-repeat: repeat-y;
}

.custom #header_area, #content_area, #footer_area {
    background-image: url("images/bg.png");
    background-repeat: repeat-y;
    background-position: 50% 0%;
}

.custom .menu li {
	height: 45px;
	padding-left: 49px;
}

.custom .menu{
    border-bottom-width: 3px;
    border-bottom-color: #000;
    background-color: #c72128;
    height: 45px;
    border-bottom-style: solid;
}

.custom #footer{
	height: 45px;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #000;
	background-color: #c72128;
}
    
@font-face {
	font-family: 'Conv_staravenue';
	src: url('fonts/staravenue.eot');
	src: local('☺'), url('fonts/staravenue.woff') format('woff'), url('fonts/staravenue.ttf') format('truetype'), url('fonts/staravenue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.custom .menu a {
	font-family: 'Conv_staravenue';
	font-size: 12px;
	padding-top:  1.4em;
	text-transform: none;
}

.custom .menu .tab-5 {
    padding-right: 3px;
}

.custom #content {
    padding-left: 20px;
    width: 63em;
}

.custom .headline_area h1, .headline_area h2, #archive_intro h1 {
	text-align:center;
	font-size: 24px;
	font-variant: small-caps;
	background-color: #c72128;
	padding-top: 10px;
	padding-bottom: 10px;
}

.custom .headline_area h1 a, .headline_area h2 a, #archive_intro h1 a{
	color: #fff;
}

.custom .headline_area h1 a:hover, .headline_area h2 a:hover, #archive_intro h1 a:hover{
	color: #000;
}

.custom .headline_meta, .headline_meta a, .teaser_author, .teaser_date, .teaser .edit_post, .teaser_author a, .teaser_comments, .teaser_category, .teaser .edit_post a {
	text-align:center;
}


.custom #sidebars {
	width: 31em;
}

.custom .menu .menu-item-380 {
    padding-left: 3px;
}

.custom #footer a{
	border: none;
	color: #fff;
}

.custom #footer a:hover{
	color: #000;
}

.custom #footer_info .footer_info_right {
    color: #d1d3d4;
    float: right;
    margin-top: -25px;
}

.custom #footer_info .footer_info_left {
    text-align: left;
    color: #d1d3d4;
}

.custom #footer_info {
    color: #FFFFFF;
    font-family: candara;
    font-size: 1.2em;
}

.custom #footer p{
	margin-top: 25px;
	font-size: 12px;
}

.custom .prev_next a{
	font-family: candara,"Arial Black","Arial Bold",Arial,sans-serif;
}

.custom .prev_next a {
    background-color: #939598;
    color: #FFFFFF;
    font-weight: bold;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.custom .prev_next a:hover {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-color: #d1d3d4;
    color: #000000;
}

.custom .prev_next p {
    line-height: 3.5em;
}

.custom .prev_next {
    padding-left: 2em;
    padding-right: 1.4em;
    padding-top: 5em;
}

/*style the submenus in nav*/
.custom ul.sub-menu li {
    height: 35px;
}

/*2011 pages headline
.custom #post-131 .headline_area {
    background-color: #c72128;
    padding-top: 10px;
    padding-bottom: 10px;
}*/

.custom h2 {
	color: #c72128;
}

.custom h1 {
	font-weight: bold;
}

.custom .format_text h2{
	font-size: 2em;
	margin-bottom: 1em;
	margin-top: 0;
}

.custom .sidebar ul.sidebar_list{
	padding-left: 0px;
	padding-right: 0px;
}

/*move sidebar video to the right*/
.custom #sidebar_1 #text-3 .textwidget{
	padding-left:20px;
}
	
.custom #sidebar_1 #text-2 .textwidget{
	margin-top: -15px;
	margin-bottom: 50px;
}

/*.custom #sidebar_1 #text-5 .textwidget{
	margin-bottom: 200px;
}*/


.custom #sidebar_1 #text-4 .textwidget img{
	padding-left: 3px;
	padding-right: 3px;
}	

.custom #sidebar_1 #text-4 .textwidget {
    text-align: center;
}

.custom .sidebar .thesis_widget_search input[type="text"], .sidebar .thesis_widget_search input[type="submit"] {
    background-color: #808285;
    border: none;
    color: #FFFFFF;
    font-size: 1.2em;
    padding-bottom: 1em;
    padding-top: 1em;
    text-align: center;
    margin-bottom: -10px;
}

.custom .sidebar .thesis_widget_search .text_input {
    width: 270px;
}

.thesis_widget_search {
    text-align: center;
}

/*put teasers one on a row instead of the default two*/
.custom .teaser {
width: 95%;
margin-top: 2em;
padding-top: 2em;
text-align: justify;
}

.custom .teasers_box {
    border: none;
    padding-bottom: 0px;
}

.custom .teaser_right{
	float: left;
}

.custom .teaser .teaser_link{
	font-family: candara, "Arial Black","Arial Bold",Arial,sans-serif;
}

.custom .post_box{
	margin-top: -14px;
}

/*comments css*/
.custom comments_intro span{
	font-size: 1.3em;
	color: #c72128;
}

.custom .format_text .to_comments span{
	color: #c72128;
}

.custom #respond {
	background-color: #939598;
	margin-left: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 565px;
}

.custom dl#comment_list {
	padding-left: 1em;
}

.custom #respond_intro, #commentform label, #commentform input.form_submit, .prev_next, dl#comment_list dt .comment_author, .comments_intro, .format_text .to_comments, #commentform p, .login_alert p {
	font-family: Candara,"Arial Black","Arial Bold",Arial,sans-serif;
}

.custom dl#comment_list dt .comment_author a{
	color: #c72128;
}

.custom #commentform textarea {
	width: 100%;
}

#respond_intro p {
    color: #000000;
    font-size: 2.5em;
}

.custom #commentform p .required {
    color: #fff;
}

.custom #commentform {
    border-top-color: #FFFFFF;
    border-top-width: 3px;
}

.custom .comments_intro, .to_comments{
     text-align:center;
}

.custom .mr_social_sharing_wrapper {
    text-align: center;
}

.custom div.mr_social_sharing_wrapper {
   margin-top:100px !important;
}

/*archive page css*/
.custom .archive h3 {margin-top: 0;}
.custom .archive ul {font-size: .85em; }
.custom .archivel { float: left; width: 40%;}
.custom .archiver { float: right; width: 60%;}

.custom .to_comments{
padding-top:20px;}

.custom #footer_area .page{padding-top: 30px;}