/*
File:			custom.css
Description:	Custom styles for techliminal.com

*/

/******* Body ***********************************/
body.custom{
	background-color: #dddddd;

}

/* Fonts and Default Sizes */


/******* Header *********************************/
.custom #header{
	height:88px;
	border-bottom:none;
}

.custom #header #logo {
	height:88px;
	width:198px;
	float:left;
	font-size:10px;
	line-height:11px;
}

.custom #header #cinfo {
	float: right;
	width: 300px;
	text-align:right;
	font-size:12px;
	line-height:15px;
}

/******* Navbar *********************************/

.custom .menu{
	background:#ff3c0e;
	
}

ul.menu{
      background:#ff3c0e;
      border-style:none none none none;
      border: 0 none;
      padding:3px 0px 0px 10px;
      text-align:middle;
    
}


ul.menu li{
      background:#ff3c0e;
      border-style:none none none none;
      margin:0px 0px 0px 0px;
      vertical-align:middle;
	  font-weight:bold;
}

ul.menu li a{
 
}

ul.menu li.current_page_item ,ul.menu li.current-cat{
	background:#fffff;
}

/******* Page ***********************************/

.custom #page{
	background-color: #ffffff;
	padding-top:1em;
}

.custom #content h1,
{
	color:#ff5305;
	font-size: 1.5em;
}

.custom #content h2
{
	font-size: 1.5em;
}

p.caption_text{
	font-size: 1em;
	margin-top:2px;
	padding-top:0px;
}

/******* Image Box *******************************/


.custom #image_box {
	background-color: #ffffff;
	border:none;
}

/******* Sidebars *********************************/

#sidebar_1 {
	color:#5f9f04;
	border-width:0px 0px 0px 0px !important;
}

#sidebars h3 {
	font-variant:none;
	font-weight:bold;
	color:#5f9f04;
	padding-bottom:0px;
	margin-bottom:2px;
	font-size:1.2em;
}

li.widget {
	padding-top:0px;
	padding-bottom:7px;
	margin-bottom:10px;

}


// Hours Listing
.custom #text-3 {
	padding-left:15px;
    padding-top:10px;
	padding-right:15px;
	font-weight:bold;
	background-color: #ffffff;
}

.custom #text-6 {
	background-color: #ffffff;

}

.custom #text-4{

	background-color:#ecfa93;
    padding-bottom: 50px;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: 1em;
    margin-right:1em;
  
}

.custom #sidebar_1 ul {
    padding:0px 0px 0px 0px;
    margin-bottom:20px;
	margin-right:10px;
	margin-left:10px;

}

/******* Footer *********************************/
#footer{
	border-top:none;
}

/******* Emma Signup *********************************/
/* TODO:  Move into their own file */

/* Controls width of your form */
.e2ma_signup_form {
	width:175px;
}

/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text],
.e2ma_signup_form textarea,
.e2ma_signup_form select { 
	border:1px solid #5f9f04; 
	font-family:Arial, sans-serif;
	font-size:12px;
	width: 100%; 
}

/* Controls style and formatting of welcome message */
.e2ma_signup_message {
	font-family:Arial, sans-serif
	font-size:12px;
	color:#5f9f04;
	padding-top:0px;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#5f9f04;
	text-align:left;
	padding-top:5px;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#ffffff;
}


/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	display:none;
}

/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
	color:#FF0000;
}

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
	padding-top:8px;
	float:left;
}

/* Controls display of the "clear" button */
.e2ma_signup_form_button_row #e2ma_signup_reset_button {
	display: none;
}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button { 
    width: 60px !important;
    border: 1px solid #37aea7;
    color: #37aea7;
    background-color:#ecfa93; 
}


/* -------------  Sidebars ---------------*/

