/*
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/
*/

body {background:#0d3442 url(images/background.jpg) no-repeat top left;}

.custom a, .custom a:active, .custom a:focus {outline:none;}

.custom .clear {clear:both;}
.custom .social img {margin-right:8px;}
.custom .watchMore {
	background:url(images/watchMore.jpg) no-repeat center; 
	width:207px; 
	height:30px; 
	margin:10px auto 0 auto;
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

.custom #container {width:946px;}
.custom #content {width:617px;}
.custom #sidebars {width:329px; padding:0;}
.custom #page {background:none; padding:0;}
.custom #header {padding:0;}
.custom #logo {margin-left:-10px; float:left; outline:none;}
.custom #number {
	background:url(images/number.png) no-repeat top left; 
	font-size:17px; 
	color:#e7e7e7; 
	display:block; 
	float:right; 
	width:219px; 
	height:33px;
	padding-left:50px;
	padding-top:13px;
	margin-top:40px;
	margin-right:6px;
}

.custom #topBox {background:url(images/topBox.png) no-repeat top left; height:394px;}

/* Contact */
#contact {margin-left:30px; margin-top:40px; width:352px;}
#contact ul {list-style-type:none;}

#contact  #gform_1 {position:relative;}
#contact .gfield {margin-bottom:10px;}
#contact .gfield_required {display:none;}
#contact .gfield_label {font-size:12px; color:#dce0df; text-transform:uppercase; margin-right:12px;}
#contact .gform_title {font-size:25px; color:#dce0df; margin-bottom:10px; font-weight:bold;}
#contact .gform_description {font-size:12px; color:#dce0df;}
#contact .gform_heading {margin-bottom:5px;}
#contact .gform_body {margin-top:10px;}

#contact .validation_error {
	font-size:12px; 
	color:#f1525b;
	background-color:#02577B;
	padding:5px 5px 5px 10px;
	position:absolute;
	left:373px;
	top:0;
	width:250px;
	
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;	

	
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;	
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;	
	
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}


#contact .instruction {font-size:10px; color:#dce0df; margin-left:-27px;}
#contact .validation_message {color:#f1525b; clear:both; text-align:right;}

#contact #gforms_confirmation_message {color:#FFFFFF; font-size:18px; padding-top:127px; text-align:center;}

#contact .ginput_container {}
#contact .ginput_container input {
	background:url(images/smallInput.jpg) no-repeat right top; 
	border:0; 
	height:20px;
	width:103px;
	padding:4px 5px 0 5px; 
	font-size:14px;
}

#contact #field_1_1 {float:left;}
#contact #field_1_2 {float:right;}
#contact #field_1_3 {clear:both;}
#contact #field_1_3 {clear:both;}

#contact #field_1_4 {clear:both;}

#contact #field_1_1 .gfield_label, #contact #field_1_2 .gfield_label, #contact #field_1_3 .gfield_label {float:left;}
#contact #field_1_1 .ginput_container, #contact #field_1_2 .ginput_container {float:right;}

#contact #field_1_3 {height:24px;}
#contact #field_1_3 .ginput_container {float:right; width:auto;}
#contact #field_1_3 .ginput_container input {width:290px; background:url(images/bigInput.jpg) no-repeat right top;}

#contact #field_1_4 .ginput_container {margin-top:3px;}
#contact #field_1_4 .ginput_container textarea {
	border:0; 
	background:url(images/textarea.jpg) no-repeat right top; 
	overflow:hidden;
	height:60px; 
	width:342px; 
	padding:5px;
	resize:none;
	font-size:14px;
}

#contact .gform_footer {text-align:right; padding-top:10px;}
#contact .gform_footer a {color:#fff; line-height:24px;}

#contact .button {
	background:url(images/send.jpg) no-repeat right top; 
	cursor:pointer;
	width:92px; 
	height:25px; 
	border:none; 
	text-indent:-9999px; 
	font-size:0; 
	line-height:0;
	float:right;
	margin-left:10px;
	outline:none;
}

/* Menu */
.custom .menu {border:none; padding:9px 0 0 40px;}
.custom .menu .tab {margin-right:12px;}
.custom .menu .tab a {background:none; border:none; color:#fff; letter-spacing:0.05em; font-size:12px; padding:6px 14px; outline:none;}

.custom .menu .tab:hover {background:url(images/activeRight.jpg) no-repeat right top;}
.custom .menu .tab:hover a {background:url(images/activeLeft.jpg) no-repeat left top; color:#207c9c;}

.custom .menu .current {background:url(images/activeRight.jpg) no-repeat right top;}
.custom .menu .current a {background:url(images/activeLeft.jpg) no-repeat left top; color:#207c9c;}

.blog .menu .tab-4 {background:url(images/activeRight.jpg) no-repeat right top;}
.blog .menu .tab-4 a {background:url(images/activeLeft.jpg) no-repeat left top; color:#207c9c;}

.custom .menu .rss {margin-top:-29px;}
.custom .menu .rss a {background:url(images/headerRss.jpg) no-repeat center top; color:#fff; letter-spacing:0.05em; font-size:12px; padding-top:35px;}

/* Content */
.custom #content_box {margin-top:20px;}
.custom #contentTop {background:url(images/contentTop.jpg) no-repeat top left; height:10px;}
.custom #content {background:url(images/content.jpg) repeat-y top left; margin-bottom:14px;}
.custom #contentBottom {background:#0D3442 url(images/contentBottom.jpg) no-repeat top left; height:12px;}

.custom .post_box, .custom .teasers_box {padding-top:0; margin:0 22px 15px 22px; background:url(images/postSeparator.jpg) repeat-x left bottom; padding-bottom:22px;}
.custom .headline_area h1, .headline_area h2 {font-weight:bold;}
.custom .headline_area h1 a:hover, .headline_area h2 a:hover {color:#ca5306;} 

.custom .format_text a {}
.custom .format_text a:hover {color:#ca5306; text-decoration:none;}

.custom  .format_text .post_tags {
	display:inline; 
	background:url(images/tags.png) no-repeat top left; 
	padding-left:40px;
	color:#02577b; 
	font-weight:bold; 
	font-size:14px;
	margin-bottom:0;
}
.custom  .format_text .post_tags a {color:#02577b; font-weight:bold; font-size:14px;}

.custom .format_text .to_comments {text-align:right; float:right; background:url(images/comments.png) no-repeat top left; padding-left:32px; margin-bottom:0;}
.custom .format_text .to_comments .bracket {display:none;}
.custom .format_text .to_comments a, .custom .format_text .to_comments a span {color:#02577b; font-weight:bold; font-size:14px; text-transform:capitalize;}

.custom .format_text .post_tags a:hover, .custom .format_text .to_comments a:hover, .custom .format_text .to_comments a:hover span {color:#ca5306; text-decoration:none;}

/* Sidebars */
.custom .sidebar .sidebar_list {padding:0;}
.custom .sidebar h3 {
	background:url(images/sidebarTop.jpg) no-repeat top left; 
	font-size:18px; 
	color:#fff; 
	height:31px; 
	padding-left:25px; 
	padding-top:20px;
	letter-spacing:0.05em;
	font-variant:normal;
	margin-left:-36px;
}
.custom .sidebar object {border:3px solid #bebebe; display:block;}
.custom .sidebar .widget {background:url(images/sidebarBottom.jpg) repeat-y bottom left; margin-bottom:14px; padding-left:36px; width:300px;}
.custom .sidebar .widget ul, .custom .sidebar .widget div {padding-bottom:20px; padding-right:27px;}
.custom .sidebar .widget div ul, .custom .sidebar .widget div div {padding:0;}

.custom .sidebar .widget a {color:#000; text-decoration:none;}
.custom .sidebar .widget a:hover {color:#ca5306;}

.custom .sidebar .widget ul li {background:url(images/blueArrow.jpg) no-repeat left 4px; padding-left:17px;}
.custom .sidebar .widget ul li:hover {background:url(images/orangeArrow.jpg) no-repeat left 4px;}

.custom .sidebar .widget ul ul {padding-bottom:0; padding-right:0; margin-left:10px;}

/* Footer */
.custom #footer {text-align:left; padding-top:0; padding-bottom:18px;}
.custom #footer .footer_list {list-style-type:none;}
.custom #footer .col {width:270px; float:left; margin:0px 25px;}
.custom #footer .footer2 {width:240px;}
.custom #footer .footer3 {width:260px;}

.custom #footer .footer1 a {color:#fb7c29;}

.custom #footer p {font-size:12px;}
.custom #footer a {font-size:12px; text-decoration:none; border:none;}
.custom #footer a:hover {color:#fb7c29;}
.custom #footer .widget {padding-top:15px; margin-bottom:15px;}
.custom #footer .widget h3 {font-size:20px; background:url(images/hr.jpg) repeat-x left bottom; padding-bottom:10px; margin-bottom:15px;}

#footerWidgets {background-color:#02577b; margin-right:-4px; margin-left:6px;}
#footerWidgets .top {background:url(images/footerTop.jpg) no-repeat top left; height:10px;}
#footerWidgets .bottom {background:#0D3442 url(images/footerBottom.jpg) no-repeat top left; height:10px;}

.custom #footer input {background:url(images/subscribeInput.jpg) no-repeat top left; border:none; width:140px; height:14px; padding:8px; margin:0;}
.custom #footer .button {
	background:url(images/subscribeButton.jpg) no-repeat top left; 
	width:100px; 
	height:30px; 
	text-indent:-9999px; 
	line-height:0; 
	cursor:pointer;
	padding:0;
	margin:0;
	outline:none;
}
.custom #footer .button:focus {outline:none;}

/* Credits */
#credits {background-color:#02577b; margin-top:18px; margin-right:-4px; margin-left:6px;}
#credits .top {background:url(images/footerTop.jpg) no-repeat top left; height:10px;}
#credits .bottom {background:#0D3442 url(images/footerBottom.jpg) no-repeat top left; height:10px;}

#credits p {text-align:center; color:#fff;}