/*  
Theme Name: Tescol Teachers
Theme URI: 
Description: 
Version: 1.0
Author: 
*/


/* -- Basic Style -- */

h1, h2, h3, h4, h5, h6, form
	{
		margin:0px;
		padding:0px;
	}
h1{font-size:24px;}
h2{font-size:22px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}
p
	{
		margin:0px;
		padding:0px;
		padding-bottom:12px;
	}
ul, ol, li
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}
a, a:visited
	{
		color:#039fc6;
		text-decoration:none;
		outline:none;
	}
a:hover
	{
		text-decoration:underline;
	}
img {border:none;}
img.alignright {float:right; margin:2px 0px 5px 5px; }
img.alignleft {float:left; margin:2px 5px 5px 0px;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:2px 0 2px 5px;}
a img.alignleft {float:left; margin:0px 5px 2px 0px}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

blockquote
	{
		padding:7px 0px 0px 30px;
		font-size:14px;
		font-style:italic;
		border-left:solid 6px;
		height:1%;
	}
.storyContent ul, ol
	{
		margin-left:20px;
		padding:5px 5px 15px 5px;
	}
.storyContent ol li
	{
		list-style:decimal;
	}
.storyContent ul li
	{
		list-style:square;
	}
	

/* -- Main Style  -- */	

body
	{
		margin:0px;
		padding:0px;
		font-family:arial;
		font-size:14px;
		color:#282828;
		background:url(images/bg.jpg) repeat-x left top #ffffff;
	}
#main
	{
		margin:0px auto;
		padding:0px;
		width:1003px;
	}
	
	
	
/* -- Header -- */

.header
	{
		height:340px;
		/*overflow:hidden;*/
		background:url(images/header_bg.jpg) no-repeat center bottom;
		margin-bottom:10px;
		overflow:hidden;
	}
.header_top
	{
		height:21px;
		overflow:hidden;
		text-align:right;
		padding-right:10px;
		font-size:13px;
		padding-top:3px;
	}
.header_top a, .header_top a:visited, .header_top a:hover
	{
		color:#ffffff;
		text-decoration:none;
	}
.header_bottom
	{
		height:316px;
		overflow:hidden;
	}
.title
	{
	}
.title h1
	{
		font-size:1px;
		font-weight:normal;
		height:52px;
		overflow:hidden;
		padding-top:10px;
		padding-left:11px;
		text-indent:-500px;
	}
.title a, .title a:visited, .title a:hover
	{
		text-decoration:none;
		width:430px;
		height:52px;
		display:block;
	}
.contact
	{
		font-family:"Century Gothic",arial;
		font-size:18px;
		padding-top:138px;
		padding-left:390px;
		line-height:24px;
	}
.contact a, .contact a:visited
	{
		color:#fffc00;
		text-decoration:none;
	}
.contact a:hover
	{
		text-decoration:underline;
	}
/******************************************/


/* -- Page Navigation -- */
.nav
	{
		background:url(images/nav_bg.jpg) repeat-x left top;
		height:49px;
		width:993px;
		margin:0px auto;
	}
.nav_left
	{
		background:url(images/nav_left.jpg) no-repeat left top;
		height:49px;
		width:993px;
	}
.nav_right
	{
		background:url(images/nav_right.jpg) no-repeat right top;
		height:49px;
		width:993px;
	}
ul#nav{
  border: 0 none;
  padding: 0 14px 0 14px;
  list-style: none;
  float:left;
  z-index:1000;
}
ul#nav li {
  margin: 0;
  border: 0 none;
  padding: 0 2px 0 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height:auto;
  background:url(images/nav_border.jpg) no-repeat right top;
}
ul#nav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 250px;
  list-style: none;
  display: none;
  position: absolute;
  top: 48px;
  left: 0px;
  /*border:solid 1px #c5aa59;*/
  z-index:1000;
}

ul#nav ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#nav ul li {
  width: 200px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  background:none;
}

/* Root Menu */
ul#nav a {
 padding:16px 25px 17px 25px;
  text-align:center;
  /*padding-left:32px;*/
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
 font-size:14px;
 color:#ffffff;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
    text-transform:capitalize;
}
ul#nav li.current_page_item a, ul#nav li.current_page_ancestor a {
	color:#ffffff;
}
/* Root Menu Hover Persistence */
ul#nav a:hover,
ul#nav li:hover a,
ul#nav li.iehover a {
 color:#ffffff;
text-decoration:none; 
	background:url(images/nav_hover.jpg) no-repeat center top;
}

ul#nav a:active,
ul#nav li:active a,
ul#nav li.ieactive a {
  color: #ffffff;
}

/* 2nd Menu */
ul#nav li:hover li a,
ul#nav li.iehover li a {
  float: none;
  padding:7px 10px;
  width:160px;
  color: #ffffff;
  font-size:13px;
  text-align:left;
  padding-left:20px;
  background:#555555;
}

/* 2nd Menu Hover Persistence */
ul#nav li:hover li a:hover,
ul#nav li:hover li:hover a,
ul#nav li.iehover li a:hover,
ul#nav li.iehover li.iehover a {
  color: #ffffff;
  background:#2f2f2f;
}

/* 3rd Menu */
ul#nav li:hover li:hover li a,
ul#nav li.iehover li.iehover li a {
  float: none;
  padding:7px 10px;
  width:160px;
  color: #ffffff;
  font-size:13px;
  text-align:left;
  padding-left:20px;
  background:#555555;
}

/* 3rd Menu Hover Persistence */
ul#nav li:hover li:hover li a:hover,
ul#nav li:hover li:hover li:hover a,
ul#nav li.iehover li.iehover li a:hover,
ul#nav li.iehover li.iehover li.iehover a {
  color: #ffffff;
  background:#2f2f2f;
}

/* 4th Menu */
ul#nav li:hover li:hover li:hover li a,
ul#nav li.iehover li.iehover li.iehover li a {
  float: none;
  padding:7px 10px;
  width:160px;
  color: #ffffff;
  font-size:13px;
  text-align:left;
  padding-left:20px;
  background:#555555;
}

/* 4th Menu Hover */
ul#nav li:hover li:hover li:hover li a:hover,
ul#nav li.iehover li.iehover li.iehover li a:hover {
  color: #ffffff;
  background:#2f2f2f;
}

ul#nav ul ul,
ul#nav ul ul ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 190px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.iehover ul ul,
ul#nav li.iehover ul ul ul {
  display: none;
}

ul#nav li:hover ul,
ul#nav ul li:hover ul,
ul#nav ul ul li:hover ul,
ul#nav li.iehover ul,
ul#nav ul li.iehover ul,
ul#nav ul ul li.iehover ul {
  display: block;
}
/*****************************************************************/
.content
	{
		background:url(images/content_bg.jpg) repeat-y left top;
	}
.content_bottom
	{
		background:url(images/content_bottom.jpg) no-repeat left bottom;
		padding:20px 10px 30px 14px;
		height:1%;
	}
.content_bg
	{
		background:url(images/country_bg.jpg) no-repeat center top;
	}
/****************************************************************/
.innerContent
	{
		float:left;
		width:702px;
		padding-left:10px;
	}
.story
	{
		padding-bottom:40px;
		height:1%;
	}
.story h2
	{
		font-size:24px;
		font-weight:normal;
		color:#00384e;
		padding-bottom:5px;
	}
.story h2 a, .story h2 a:visited
	{
		text-decoration:none;
		color:#00384e;
	}
.story h2 a:hover
	{
		color:#828181;
		text-decoration:none;
	}
.storyAuthor
	{
		padding-bottom:10px;
		font-size:13px;
	}
.storyAuthor span
	{
		color:#039fc6;
	}
.storyContent
	{
		padding:8px 0px 0px 0px;
		background:url(images/sidebar_border.jpg) repeat-x left top;
	}
.storyContent p
	{
		text-align:justify;
		line-height:18px;
	}
.storyContent h1, .storyContent h2, .storyContent h3, .storyContent h4, .storyContent h5, .storyContent h6
	{
		padding-bottom:10px;
		font-weight:bold;
	}
.storyContent h2 { font-size:24px; color:#00384e; font-weight:normal;}
.storyTags
	{
		padding-bottom:40px;
		line-height:22px;
	}
a.more-link { color:#f9424c; font-size:13px; }
/****************************************************************/
.sideBar
	{
		float:right;
		width:255px;
		color:#003950;
	}
.sideBar ul
	{
		padding:0px;
		margin:0px;
	}
.sideBar ul ul
	{
		padding:0px;
		margin:0px;
	}
.sideBar ul ul ul
	{
		padding:0px;
		margin:0px;
	}
.sideBar h3
	{
		font-size:18px;
		font-weight:normal;
		color:#ffffff;
		overflow:hidden;
		padding:4px 18px;
		background:url(images/sidebar_title_bg.jpg) repeat-y;
	}
.sideBar h3.home_title
	{
		background:url(images/title1.jpg) no-repeat left top;
		font-size:15px;
		font-weight:bold;
		text-align:center;
		height:47px;
		padding-top:25px;
	}
.home_sidebar .sidebar_inner
	{
		background:none;
		padding-top:0px;
		text-align:center;
	}
.home_sidebar .sidebar_inner li
	{
		padding-left:10px;
		padding-right:10px;
	}
li.getin_touch a, li.getin_touch a:visited, li.getin_touch a:hover
	{
		color:#df2631 !important;
		text-decoration:none !important;
		font-size:20px;
	}
.sidebar_inner
	{
		background:url(images/title_bottom.jpg) no-repeat left top;
		padding:6px 11px 18px 11px;
	}
.sidebar_bottom
	{
		background:url(images/sidebar_bottom.jpg) no-repeat center bottom;
		height:1%;
	}
.sideBar ul li
	{
		list-style:none;
		margin:0px;
		padding:0px;
		margin-bottom:15px;
		background:url(images/sidebar_bg.jpg) repeat-y;
		height:1%;
	}
.sideBar li li li
	{
		padding:0px;
		margin:0px;
		padding:7px 0px 3px 15px;
		list-style:none;
		border:none;
	}
.sideBar li li
	{
		padding:0px;
		margin:0px;
		border:none;
		padding:7px 0px 7px 15px;
		background:none;
		border-bottom:solid 1px #daddda;
	}
.sideBar li li a, .sideBar li li a:visited
	{
		color:#003950;
		text-decoration:none;
	}
.sideBar li li a:hover
	{
		text-decoration:underline;
		color:#000000;
	}
.sideBar li a, .sideBar li a:visited
	{
		color:#003950;
		text-decoration:none;
		padding-right:5px;
	}
.sideBar li a:hover
	{
		text-decoration:underline;
		color:#000000;
	}
.textwidget
	{
		padding:5px;
	}
/*-------------------------------------------------*/
.main_content
	{
		float:left;
		width:420px;
		padding-left:12px;
	}
.left_content
	{
		float:left;
		width:280px;
	}
/***********************************************/

.common_questions
	{
	}
.common_questions h4
	{
		font-size:16px;
		color:#00364c;
		padding-bottom:8px;
		margin-bottom:5px;
		border-bottom:dashed 1px #2c7b9b;
	}
.common_questions a, .common_questions a:visited
	{
		color:#282828;
		text-decoration:none;
	}
.common_questions a:hover
	{
		text-decoration:underline;
	}
.common_questions ul, .common_questions ul li
	{
		list-style:none;
		margin:0px;
	}
.common_questions ul li.que_blue
	{
		background:#e7f2fd;
		opacity:0.6;
		filter:alpha(opacity=60);
		padding:5px;
		margin-bottom:2px;
	}
.common_questions ul li.que_pink
	{
		background:#fff0f1;
		opacity:0.6;
		filter:alpha(opacity=60);
		padding:5px;
		margin-bottom:2px;
	}
/*---------------------------------------*/
.form{
	
}
.form .label{
	width:290px;
	background:#f5f5f5;
	border:1px solid #fff;
	float:left;
	padding:5px;
}
.form .label2{
	width:150px;
	float:left;
	padding:5px;
}
.form .text{
	width:294px;
	background:#f5f5f5;
	border:1px solid #fff;
	float:left;
	padding:4px;
}
.form .text2{
	width:294px;
	float:left;
	padding:4px;
}
.clear{
	clear:both;
}
.submit{
}
/*--------------------------------------*/
/* -- Sidebar Search Tool -- */
.search
	{
		padding-left:10px;
	}
.searchText
	{
		float:left;
		width:162px;
		margin:0px;
		padding:0px;
		padding:2px;
		font-size:13px;
		font-family:arial;
		margin-top:12px;
		margin-bottom:4px;
		color:#323232;
		border:solid 1px #cccccc;
		background:#ffffff;
	}
.go
	{
		float:left;
		width:40px;
		margin-top:11px;
		margin-left:5px;
	}
/***********************************************/

/* -- Footer -- */
.footer_outer
	{
		border-top:solid 2px #005895;
		height:2px;
		overflow:hidden;
		margin-top:25px;
	}
.footer
	{
		padding-top:18px;
		padding-bottom:10px;
		overflow:hidden;
		color:#ffffff;
		font-size:12px;
		background:url(images/footer_bg.jpg) repeat;
	}
.footer_content
	{
		margin:0px auto;
		width:1003px;
	}
.footer a, .footer a:visited
	{
		text-decoration:none;
		color:#ffffff;
	}
.footer a:hover
	{
		text-decoration:underline;
	}
.footer_left
	{
		float:left;
		width:790px;
	}
.footer_right
	{
		float:right;
		width:190px;
		text-align:right;
		padding-right:10px;
	}
.footer_left ul
	{
		float:left;
		padding-bottom:15px;
	}
.footer_left li
	{
		float:left;
		border-right:solid 1px #ffffff;
		padding:0px 12px;
	}
.footer_left p
	{
		padding-left:12px;
	}
/*****************************************************/

/* -- Pagination -- */

.navigation
	{
		height:1%;
		padding-bottom:20px;
	}
.alignleft
	{
		float:left;
		padding-left:0px;
	}
.alignright
	{
		float:right;
		padding-right:0px;
	}
	
	

/* -- search result's title -- */

h2.pagetitle, .article h2, h2.error, h2.center
	{
		font-size:24px;
		font-weight:bold;
		padding-top:0px;
		padding-bottom:20px;
		text-align:left;
		color:#005d9b;
	}
	
	
	
/* -- Comments Section -- */

.comment_template
	{
		padding-top:15px;
	}
#comments, #respond h3, .commenttitle
	{
		padding-top:5px;
		padding-bottom:15px;
		font-size:22px;
		font-weight:bold;
	}
ol.commentlist {
	padding:0px;
	margin:0px;
	text-align: justify;
	}
ol.commentlist li {
	margin:0px;
	padding: 0px 0px 20px 0px;
	margin-bottom:30px;
	list-style: none;
	line-height:18px;
	background:url(images/sidebar_border.jpg) repeat-x left bottom;
	height:1%;
	}
ol.commentlist li li
	{
		padding-left:30px;
		padding-top:25px;
		padding-bottom:0px;
		margin-bottom:0px;
		background:none;
	}

.avatar
	{
		float:left;
		border:solid 1px #f3f3f3;
		padding:2px;
		margin-left:5px;
		width:35px;
		height:35px;
	}
.fn
	{
		font-style:normal;
		padding-left:20px;
	}
.commentmetadata a { color:#787878;}
.fn .url
	{
		padding:3px 0px 3px 0px;
		font-weight:bold;
		font-family:georgia, verdana;
		font-size:13px;
	}
.commentmetadata {
	margin: 0px;
	display: block;
	padding:0px 0px 0px 65px;
	font-size:11px;
	}
.comment-body p
	{
		clear:both;
		padding:10px 0px 0px 0px;
	}
	


/* -- Comment Form -- */

#comment, #author, #email, #url
	{
		font-family:verdana;
		font-size:12px;
		color:#747373;
		border:solid 1px #cccccc;
		width:200px;
		padding:2px;
		background:#ffffff;
	}
#comment
	{
		width:480px;
	}
/*********************************************************/

/* Begin Comments*/
.alt {
	/*margin:0px;
	padding:0px;
	border:solid 1px #f3c377;*/
	/*border-left:none !important;
	border-right:none !important;*/
	/*height:1%;*/
	}

.commentlist li cite img
	{
		border:0px;
		vertical-align:middle;
	}
.commentlist em
	{
		padding-left:15px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}


/* -- CALENDER STYLE -- */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin:0px auto;
	padding: 0px;
	width: 180px;
	font-size:11px;
	font-family:tahoma;
	color:#003950;
	text-align:center;
	}
#wp-calendar th
	{
		color:#f9424c;
	}
#wp-calendar #today
	{
		color:#000000;
		font-weight:bold;
	}
#wp-calendar #next a {
	padding-right: 5px;
	color:#f9424c;
	text-align: right;
	background:none;
	text-decoration:none;
	}
#wp-calendar #next a:hover
	{
		text-decoration:underline;
		background:none;
	}
#wp-calendar #prev a {
	padding-left: 5px;
	text-align: left;
	color:#f9424c;
	background:none;
	text-decoration:none;
	}
#wp-calendar #prev a:hover
	{
		text-decoration:underline;
		background:none;
	}
#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;
	width:180px;
	/*color:#105a82;*/
	/*background:#cfcfd0;*/
	}
	
#wp-calendar td a, #wp-calendar td a:visited {
	border-left: none;
	padding:0px;
	color: #f9424c;
	text-decoration:none;
	font-weight:bold;
	font-size:11px !important;
}
#wp-calendar td a:hover {
	background: none;
	border-left: none;
	font-weight:bold;
	text-decoration: underline;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	/*background-color: #b48625;*/ }
/* End Calendar */




/************************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}


.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   /*-moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;*/
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   text-align:center;
}
/*--------------------------------------*/
.clear
	{
		clear:both;
	}
.applicatio_form p
	{
		padding:0px;
	}
.application_form .label
	{
		float:left;
		width:300px;
		margin:0px;
		padding:0px;
	}
.application_form .text
	{
		float:left;
		margin:0px 0px 14px 0px;
		padding:0px;
		width:370px;
		padding-left:10px;
	}
.application_form .txt
	{
		float:left;
		width:200px;
		margin:0px;
		padding:0px;
	}
.application_form .education .wpcf7-radio .wpcf7-list-item
	{
		width:150px !important;
		float:left;
	}