/*
Theme Name: 		THET WordPress
Version: 			1.0
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: 			busybee
*/
 
 
/* This is a child theme, so grab the parent */
@import url("../../busybee/style.css");


/* Change the height of the header to accommodate the larger logo */
#header {
	width: 					100%;
	height: 				132px;
	padding-top: 			0px;
	background: 			url(../images/bg_top_gradient.gif) no-repeat 60px 0;
	clear: 					both;
	position: 				relative;
}

/* Put a margin on the top of the logo */
#header img {
	margin-top:  			8px;
}

/* Change the header font to Arial */
h1, h2, h3, h4, h5 {
	padding: 				10px 0;
 	font-family: 			Arial, Helvetica, sans-serif;
	font-weight: 			bold;
	
}

/* Change the font on the video tabs */
ul.idTabs li {
	display: 				inline;
 	font-family: 			Arial, Helvetica, sans-serif;
	font-weight: 			bold;
}
.float-right {
	float: 					right;
}

.float-left {
	float: 					left;
}

/* Need to change font sizes for Cufon */
#main-content h2 {
	font-size: 30px;
}

#main-content h3 {
	font-size: 24px;
}

#main-content h4 {
	font-size: 16px;
}
#sidebar h2 {
	font-size: 18px;
	background: #9F9F9F;
	color: #fff;
	padding: 8px 14px;
	float: left;
	margin: 0 0 10px 1px;
	display: inline;
}

/* Get rid of nasty borders on sidebar widgets. This was a problem for the social widget. */
#sidebar .widgetized ul {
	clear: both;
	width: 100%;
	padding: 0 0 8px 0;
	border-top: none;
}
#sidebar .widgetized li {
	border-bottom: none;
	line-height: 1em;
	padding: 0;
	background: none;
	overflow: hidden;
}

/* Redefine the colours of the Continue Button*/

#main-content .post h4.continue a:hover {
	background-color: 	#f60 !important;
}
#main-content .post h4.continue a {
	background: #2c6288 !important;
}

/* Set up the H4 buttons for the sidebar, for text widgets etc. */
#sidebar h4.continue a {
	background: #f60 ;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	float: right;
	text-transform:uppercase;
}

#sidebar h4.continue a:hover {
	background: #2c6288;
}


/* Let's remove that Wordpress Stats Smiley Face ! */
img#wpstats {
     width:     0px;
     height:    0px;
     padding:   0px;
     border:    none;
     overflow:  hidden;
	 display:none;
}

.clear {
	clear: both;
}

/* Change the colour of the search form text */
#sidebar #search_main input.field {
	color: #333;
}