/*
Theme Name: CT Business Travel
Theme URI: http://www.richardshepherd.com/
Description: Designed by <a href="http://www.richardshepherd.com">Richard Shepherd</a>.
Author: Richard Shepherd
Author URI: http://www.richardshepherd.com/
Template: thestation
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url("../thestation/style.css");
body {
	color: 					#23262a;
	background: 			#e7e7e7;
}
#header #subscribe {
	color: 					#fff;
	background: 			none;
}
img#wpstats {
	width:     				0px;
	height:    				0px;
	padding:   				0px;
	border:    				none;
	overflow:  				hidden
}
.widget h3 {
	border: 				none;
}
#search, #feedburner, #campaignmonitor {
	border-bottom: 			1px solid #cbd1d2;
}
a:link, a:visited {
	text-decoration: 		underline;
}
a:hover {
	text-decoration: 		none;
}
a:link, a:visited {
	color: 					#0094aa;
}
#sidebar h2, #sidebar h3 {
	color: 					#0094aa;
}
.entry img {
	border:					none;
}
.border {
	padding: 				5px;
	border: 				1px solid #333 !important;
}
.footlogos {
	padding-left: 			20px;
	padding-top: 			35px;
}
#header {
	width: 					970px;
	margin: 				5px auto 0 auto;
	height: 				110px;
	background-image:		url(../CTBusinessTravel/img/header_background.png);
	background-color:		#FFF;
	padding-left: 			10px;
}
#header h1 {
	display: 				none;
}
#header img {
	float: 					left;
	margin: 				15px 0 0 0;
}
#header #subscribe {
	float: 					right;
	display: 				block;
	height: 				43px;
	width: 					144px;
	padding: 				0;
	margin: 				72px 0 0 0;
}

#pagenav li a:hover {
	text-decoration: underline;	
}

#featured-tabs li a:hover, #featured-tabs li.active a  {
	background: none;
	background-color: #dce1e2;
	
}

#tabber_contact label {
	width: 130px;
	display:block;
	float:left;
}
#tabber_contact input,
#tabber_contact textarea,
#tabber_contact select {
	border: 1px #ccc solid;	
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 2px;
}
#tabber_contact textarea {
	width: 300px;
}
#tabber-contact-submit {
	margin-left: 130px;
	padding: 2px 5px;
	-moz-box-shadow: 2px 2px 5px #cecece;
	cursor: pointer;
	border: 1px #666 solid;	
	color: #fff !important;
	font-weight:bold;
	background-color: #0094aa;
}
#tabber_contact input:hover,
#tabber_contact input:focus,
#tabber_contact textarea:hover,
#tabber_contact textarea:focus {
	border: 1px #0094aa solid;	
}


