
/*

Theme Name: The Webinar Vet
Description: A Child Theme of Webinar
Version: 1.0
Author: Rob Barrett (Creative Eye)
Author URI: http://www.creativeeye.co.uk
Template: webinartheme

*/

body {
  background: #CBD3D6 url(images/bg_body.gif) repeat-y top center;
}

#header {
	background-image: url(images/header.jpg);
}

#intro-video {
	width: 100%;
}
#intro-links a {
	background-repeat: no-repeat;
	background-position: left top;
	width: 270px;
  height: 92px;
  float: left;
  text-indent: -999em;}
#intro-links #become-a-member { margin-left: 30px; }
#intro-links #secure-your-spot { background-image: url(images/intro-link_secure-your-spot.gif); }
#intro-links #become-a-member { background-image: url(images/intro-link_become-a-member.gif); }
#intro-links br { display: none; }


a#invest-in-your-training {
  background: url(images/button_invest-in-your-training.gif) no-repeat left top;
  display: block;
  width: 200px;
  height: 160px;
  float: right;
  margin: 2em 0 1em 20px;
  text-indent: -999em;}
a#invest-in-your-training-wide {
  background: url(images/button_invest-in-your-training_wide.gif) no-repeat left top;
  display: block;
  width: 570px;
  height: 80px;
  text-indent: -999em;}

#sidebar #recent-posts h5,
#sidebar #testimonial h5 {
  padding-left: 42px;
}
#sidebar #recent-posts h5 {
	background: url(images/icon_sidebar_clock.gif) no-repeat left center;
  min-height: 32px;
}
#sidebar #testimonial h5 {
	background: url(images/icon_sidebar_quotes.gif) no-repeat left center;
  min-height: 24px;
}
#sidebar #search-box form {
  line-height: 32px;
  background: url(images/icon_sidebar_search.gif) no-repeat left center;
  min-height: 32px;
  padding-left: 42px;
}
#sidebar #search-box form input {
  font-size: 1.2em;
  width: 206px;
}
#sidebar #webinar-advert {
	margin: 2em auto 0;
  text-align: center;
}

/* ~~~ Sign Up Box ~~~ */
#sidebar #text-5,
#sidebar #text-8 {
	color: #FFF;
	background-color: #036;
}
#sidebar #text-5 form {
	padding: 0;
	border: 0; }
#sidebar #text-5 h5,
#sidebar #text-8 h5 {
	color: #FFF;
	margin-top: 0; }
#sidebar #text-5 form p input {
	width: 248px;
	margin: 0; }
#sidebar #text-5 form input.submit {
	font-size: 1.4em; }
#sidebar #text-5 p.privacy {
	font-size: 1em;
	text-align: right; }
#sidebar #text-5 p.privacy a {
	color: #AAA; }

/* ~~~ Blog Subscription ~~~ */
#sidebar #text-6 a {
	display: block;
	padding-left: 50px;
	background-repeat: no-repeat;
	min-height: 30px; }
#sidebar #text-6 a#blog-sub-rss {
	background-image: url(images/icon_rss.png);
	background-position: 5px center; }
#sidebar #text-6 a#blog-sub-email {
	background-image: url(images/icon_email.png);
	background-position: left center;
	margin-top: 0.833em; }
#sidebar #text-6 br { display: none; }
