/*  
Theme Name: FindMeATeacher
Theme URI: 
Description: A Custom WordPress Theme
Version: 1.0
Author: W3Lift
Author URI: http://www.w3lift.com/
*/

/* main styles */
body
{
	margin: 0;
	padding: 0;
	background: #fff;
	color: #636363;
	font-family: tahoma,arial,sans-serif;
	font-size: 11px;
}

form
{
	margin: 0;
	padding: 0;
}

img { border: none; }

a
{
	text-decoration: none;
	color: #F15A28;
}

a:hover { text-decoration: underline; }
input { vertical-align: middle; }
.floatleft { float: left !important; }
.floatright { float: right !important; }
.clear { clear: both !important; }
.bold { font-weight: bold !important; }

input.text,
select,
textarea
{
	color: #000;
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* main container */
#main
{
	margin: 0 auto;
	width: 766px;
}

/* header */
#header
{
	position: relative;
	width: 100%;
	height: 274px;
	margin: 0 0 18px 0;
}

#header a { color: #fff; }

/* top navigation */
#top-nav
{
	position: absolute;
	top: 0;
	left: 0;
	background: #346699;
	font-size: 9px;
	height: 21px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#top-nav li
{
	float: left;
	padding: 0 10px 0 15px;
	line-height: 21px;
}

#top-nav li.last
{
	float: right;
	background: url(http://www.findmeateacher.com/img/arrow.gif) no-repeat left;
}

/* visual container */
#header div.block
{
	float: left;
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	height: 218px;
	background: url(http://www.findmeateacher.com/img/bg-header.jpg) no-repeat 0 -4px;
}

#header div.block div
{
	position: relative;
	font-family: arial,sans-serif;
}

#header div.block div * { position: absolute; }

#header h1
{
	margin: 0;
	font-size: 11px;
	left: 58px;
	top: 134px;
	color: #346699;
}

#header p
{
	margin: 0;
	left: 58px;
	top: 149px;
	width: 225px;
	line-height: 16px;
}

/* logo */
#header a.logo
{
	display: block;
	width: 400px;
	height: 89px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(http://www.findmeateacher.com/img/logo.gif) no-repeat left top;
	top: 40px;
	left: 20px;
}

/* main navigation */
#main-navigation
{
	position: absolute;
	top: 244px;
	left: 0;
	background: #F15A28 url(http://www.findmeateacher.com/img/nav-header.gif) repeat-x top;
	text-transform: uppercase;
	font: bold 13px/34px "Trebuchet MS",trebuchet,arial,sans-serif;
	height: 36px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#main-navigation li
{
	display: inline;
	background: url(http://www.findmeateacher.com/img/delimiter.gif) no-repeat 100% 3px;
	padding: 0 14px 0 6px;
}

* html #main-navigation li { padding: 0 10px; }

#main-navigation li.last
{
	background: none;
	padding-right: 0;
}

#main-navigation a:hover
{
	color: #000;
	text-decoration: none;
}

/* middle */
#middle
{
	float: left;
	width: 100%;
	font-family: arial,sans-serif;
	background: url(http://www.findmeateacher.com/img/border.gif) repeat-y 253px 0;
	margin: 0 0 18px 0;
}

#middle.without-border { background: none; }
#middle a { text-decoration: underline; }
#middle a:hover { text-decoration: none; }

#middle .left-column
{
	float: left;
	width: 253px;
}

#middle .right-column
{
	float: right;
	width: 511px;
}

/* headers */
#middle .left-column h3,
#middle .right-column h3
{
	font-size: 12px;
	height: 20px;
	line-height: 19px;
	background: #346699;
	text-align: center;
	margin: 0 21px 10px 37px;
	color: #fff;
	width: 195px;
}

/* teachers */
.teachers
{
	line-height: 16px;
	font-size: 10px;
	margin: 0 31px 30px 32px;
}

.teachers a { font-size: 11px; }

.teachers .one
{
	padding: 8px 19px;
	background: url(http://www.findmeateacher.com/img/bg-dotted.gif) repeat-x left bottom;
}

.teachers .last { background: none; }

.teachers .one a
{
	display: block;
	padding: 0 0 0 13px;
	background: url(http://www.findmeateacher.com/img/bullet.gif) no-repeat left;
	margin: 0 0 0 -13px;
}

/* latest news */
ul.latest-news
{
	margin: 20px 21px 10px 37px;
	padding: 0;
	list-style: none;
	font-size: 10px;
	line-height: 19px;
	font-family: tahoma,sans-serif;
}

ul.latest-news li
{
	padding: 0 0 0 13px;
	background: url(http://www.findmeateacher.com/img/bullet.gif) no-repeat 0 8px;
}

ul.latest-news li.link
{
	background: none;
	padding: 0 0 27px 0;
}

ul.latest-news li.more
{
	background: none;
	padding: 0 0 0 11px;
	font-size: 11px;
}

/* text content block */
.text-content { padding: 0 28px 0 33px; }

.text-content h1,
.text-content h2
{
	color: #346699;
	font-size: 16px;
	margin: 0 0 0.8em 0;
}

#middle .text-content  h1 a {
	color: #346699;
	text-decoration: none;
}

#middle .text-content h1 a:hover {
	color: #F15A28;
}

.text-content p
{
	text-align: justify;
	margin: 0 0 1.4em 0;
}

.image-right
{
	float: right;
	padding: 0 0 5px 5px;
}

.right-column ul
{
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
}

.right-column ul li
{
	padding: 0 0 0 13px;
	line-height: 16px;
	background: url(http://www.findmeateacher.com/img/bullet.gif) no-repeat 0 6px;
}

.some-blocks
{
	clear: both;
	margin: 0 0 0 20px;
	width: 465px;
}

.some-blocks .row
{
	float: left;
	width: 100%;
	background: url(http://www.findmeateacher.com/img/border.gif) repeat-y 232px 0;
	margin: 0 0 20px 0;
}

.some-blocks .left
{
	float: left;
	width: 210px;
}

.some-blocks .left .spacer { padding-top: 10px; }
* html .some-blocks .left .spacer { padding-top: 12px; }

.some-blocks .right
{
	float: right;
	width: 210px;
}

.some-blocks h3 { margin: 0 0 16px 8px !important; }
.some-blocks .right ul { margin-left: 8px !important; }
.some-blocks form { padding: 0 19px; }
.some-blocks form div { text-align: center; }

.some-blocks form select
{
	width: 170px;
	margin: 0 0 19px 0;
}

p.center { text-align: center; }

/* grey line */
.line
{
	clear: both;
	height: 2px;
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
	background: #ccc;
}

/* footer */
#footer
{
	float: left;
	width: 760px;
	background: #346699 url(http://www.findmeateacher.com/img/nav-footer.jpg) no-repeat left top;
	color: #fff;
	overflow: hidden;
}

#footer a { color: #fff; }

#footer ul
{
	padding: 0;
	list-style: none;
}

#footer ul .last
{
	background: none !important;
	padding-right: 0 !important;
}

#footer .top
{
	margin: 8px 0 60px 0;
	text-align: center;
	font-family: "Trebuchet MS",trebuchet,arial,sans-serif;
}

#footer .top li
{
	display: inline;
	padding: 0 8px 0 5px;
	background: url(http://www.findmeateacher.com/img/delimiter4.gif) no-repeat right;
}

* html #footer .top li { padding: 0 5px 0 8px; }

#footer .top a:hover
{
	text-decoration: none;
	color: #000;
}

#footer .bottom
{
	float: left;
	padding: 0 0 30px 32px;
	margin: 0;
	font-weight: bold;
}

#footer .bottom li
{
	float: left;
	padding: 0 11px 0 9px;
	font-size: 10px;
	background: url(http://www.findmeateacher.com/img/delimiter3.gif) no-repeat 100% 2px;
}

#footer .bottom a { text-decoration: underline; }
#footer .bottom a:hover { text-decoration: none; }

#footer .copyright
{
	float: right;
	font-size: 10px;
	padding: 0 28px 10px 0;
}

/* left banners */
.left-column .banners
{
	text-align: center;
	line-height: 20px;
}

.left-column .banners a { display: block; }

/* left address */
.left-column .address
{
	text-align: center;
	padding: 0 0 20px 0;
}

/* search result */
#search-result
{
	float: left;
	width: 100%;
	margin: 0 0 18px 0;
}

#search-result .keywords
{
	padding: 0 30px 20px 30px;
	color: #346699;
	font-family: arial,tahoma,arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#search-result .sort-by { padding: 0 30px 20px 30px; }
#search-result .sort-by select { width: 120px; }

#search-result .per-page
{
	text-align: center;
	padding: 10px;
}

#search-result .per-page select { width: 40px; }

#search-result .pagging
{
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

#search-result .listing
{
	clear: both;
	background: url(http://www.findmeateacher.com/img/bg-searchresults.gif) repeat-y left;
	width: 573px;
	overflow: hidden;
	margin: 0 auto;
}

#search-result .listing .one
{
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 4px solid #fff;
}

#search-result .listing .one .image
{
	float: left;
	width: 121px;
	text-align: center;
	padding: 10px 12px 10px 11px;
}

#search-result .listing .one .text
{
	float: right;
	padding: 0 13px 0 0;
	width: 402px;
}

#search-result .listing h3
{
	font-size: 14px;
	margin: 0 0 15px 0;
}

#search-result .listing h3 a { color: #369; }

#search-result .listing p
{
	margin: 0 0 15px 0;
	text-align: justify;
}

#search-result .info
{
	text-align: center;
	margin: 0 0 10px 0;
}

#search-result a { text-decoration: underline; }
#search-result a:hover { text-decoration: none; }

/* Live Support */
.help-status
{
	margin: 30px 0 30px 30px;
	display: block;
}

/* profile table */
#profile table
{
	width: 485px;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 16px;
	color: #636363;
}

#profile table .bg td { background: #F0F0F0; }

#profile table td.left
{
	width: 190px;
	font-weight: bold;
}

#profile table td.right { width: 290px; }
* html #profile table td.right { width: 240px; }

#profile table td
{
	padding: 5px 6px;
	vertical-align: top;
}

.feedburnerFeedBlock
{
	margin: 20px 21px 10px 0px;
	padding: 0;
}

.feedburnerFeedBlock img { display: none; }

.feedburnerFeedBlock ul
{
	list-style: none;
	font-size: 10px;
	line-height: 19px;
	font-family: tahoma,sans-serif;
}

.feedburnerFeedBlock ul li
{
	background: url('http://www.findmeateacher.com/img/bullet.gif') no-repeat 0 8px;
	padding-left: 11px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#creditfooter { padding-left: 40px; }

/* Find a Teacher */
#find-a-teacher { text-align: center; }

#find-a-teacher table
{
	border-collapse: collapse;
	width: 375px;
	margin: 0 auto;
	border-bottom: 20px solid #E9EEF7;
	background: #E9EEF7;
	color: #636363;
	font-family: Arial, Helvetica, sans-serif;
}

#find-a-teacher table.quick-find { margin: 70px auto 40px; }
* html #find-a-teacher table.quick-find { margin: 60px auto 40px; }

#find-a-teacher table th
{
	background: #346699;
	color: #fff;
	padding: 8px 14px;
	font-size: 13px;
}

#find-a-teacher table td { padding: 8px 14px; }

#find-a-teacher table td.name
{
	width: 120px;
	text-align: right;
}

#find-a-teacher table .star
{
	color: #ff0000;
	margin-right: 3px;
}

table.find-teacher { margin-top: 20px; }

#find-a-teacher table input.text,
#find-a-teacher table select
{
	color: #000;
	width: 200px;
	font: 13px Arial, Helvetica, sans-serif;
}

#find-a-teacher table input.text { width: 194px; }

#find-a-teacher table input.button
{
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #636363;
	vertical-align: middle;
	background-color: #fff;
	padding: 2px 0 0 4px;
	border: 1px solid #aaa;
	margin: 0;
	cursor: pointer;
	float: left;
}

/* Support */
#support .some-blocks
{
	width: 465px;
	margin: 0 auto;
	padding-bottom: 70px;
	overflow: hidden;
}

#support .some-blocks a
{
	text-align: center;
	display: block;
	padding: 20px 10px;
	text-decoration: none;
}

* html #support .some-blocks a { text-decoration: underline; }
* + html #support .some-blocks a { text-decoration: underline; }
* html #support .some-blocks a:hover { text-decoration: none; }
* + html #support .some-blocks a:hover { text-decoration: none; }

#support .some-blocks a span
{
	display: block;
	margin-bottom: 20px;
	text-decoration: underline;
}

#support .some-blocks a:hover span { text-decoration: none; }
.help-desk img { margin-top: 10px; }

/* Teacher Login */
#teacher-login
{
	float: left;
	width: 100%;
}

#teacher-login
{
	float: left;
	width: 100%;
}

#teacher-login .login-box
{
	margin: 59px auto 180px;
	width: 194px;
	height: 137px;
	padding: 28px 10px 0;
	background: url(http://www.findmeateacher.com/img/bg-loginbox.gif) no-repeat;
	color: #fff;
	position: relative;
}

#teacher-login form
{
	margin: 0;
	padding: 0;
}

#teacher-login form fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
}

#teacher-login .login-box h2
{
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	font-size: 1px;
}

#teacher-login .login-box label
{
	width: 50px;
	text-align: right;
	padding-right: 20px;
	float: left;
	margin-top: 5px;
}

#teacher-login .login-box input.text
{
	width: 114px;
	font-size: 14px;
	padding: 3px;
	margin: 0 0 4px;
	float: left;
}

#teacher-login .login-box ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}

#teacher-login .login-box li
{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

#teacher-login .login-box li.check
{
	text-align: center;
	margin: 5px 0 7px;
}

#teacher-login .login-box li.check label
{
	float: none;
	margin-left: 20px;
}

#teacher-login .login-box li.forgot { text-align: right; }
#teacher-login .login-box .button { margin-right: 10px; }

#teacher-login .login-box a
{
	color: #fff;
	text-decoration: underline;
}

#teacher-login .login-box a:hover { text-decoration: none; }

#error
{
	color: #f00;
	width: 214px;
	text-align: center;
	position: absolute;
	left: 0;
	top: -30px;
}

* html #error { top: -20px; }
.ads { padding: 0 0 10px 10px; }
.ads a { display: block; }

ul.icons
{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

ul.icons li
{
	display: inline;
	margin: 0 2px;
}

/* WordPress Stlyes */
.alignleft { float: left; }
.alignright { float: right; }

.comment {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px #ccc dashed;
}