/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

.sidebar h3 {
font-weight:bold;
font-size: 1.3em;
line-height: 1.2em;
margin-bottom: 0.6em;
}

.menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a {
font-weight: bold;
}

.menu {
background-color: #0078AE;
}

#header {
border-width: 0 0 0 0;
}


#menu-main-menu {
border-width: 1px 0 0 0;
border-color: #ffff;

}

.menu a {
border-top-width: 0;
}


#container {
padding: 0 0.6em;
}

/* category shortcode styling */
.csc_post_title { font-size: 14px; }
.csc_post_thumbnai { display: none; }
.csc_post_date { display: none; }
.csc_post_author { display: none; }
.csc_post_category { display: none; }

tbody.testimonial {
padding: 6px;
}

/* for the next webinar listing page */
.next_webinar_fullcontent {
border-width: 1px;
border-style: solid;
border-color: #0078AE;
padding: 10px 10px 0px 10px;
margin-bottom: 1.3em;
}

.next_webinar_fullcontent h2 {
	margin: 0;
}

.next_webinar_fullcontent p {
	margin-bottom: 1.0em;
}

.format_text input {
/* width: 65%; */
margin-bottom: 6px;
margin-top: 2px;
margin-left: 6px;
}

/* make submit text buttons orange background, white lettering */
.format_text input[type="submit"] {
	background-color:#F9A348;
	color: white;
}


.sidebar input[type="text"], .sidebar input[type="submit"] {
    /*padding: 0.286em; /*  0 0.286em 0; */
    /* margin: 0 0.286em 0 0.286em; */
}

/* format webinar recording opt-in form */
#optinform {
	width:50%;
	margin-left:100px;
  padding: 8px 0px 4px 20px;
  background-color: #f0eec2;
  border-color: #F9A348;
  border-width: 1px;
  border-style: solid;
}
#optinform input[type="text"] {
	width: 80%;
}
/*next webinar regisration custom formatting */
#nextwebinarregistration {
 	padding: 20px 0px 20px 60px;
  background-color: #f0eec2;
  border-color: #F9A348;
  border-width: 1px;
  border-style: solid;
}
