/*
Theme Name: Homework HowTo Default
Theme URI: http://wordpress.org/
Description: Homework HowTo theme
Version: 0.5 Alpha
Author: Homework HowTo
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Reset CSS */

/* Begin Typography & Colors */

body {
	background: url('images/bodybg.gif') repeat-x;
}


#contentarea {
	margin: 0 auto 0;
	width: 890px;
	position: relative;
}

#footer {
	width: 530px;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}

#footer p {
	font-size:8pt;
}

#header {
	width: 890px;
	height: 105px;
	position: relative;
}

#headerimg {
	width:175px;
	height:85px;
	position:absolute;
	left:10px;
	top:5px;
}

#headerslogan {
	position:absolute;
	right:20px;
	top:15px;
}

#maincontent {
	width:530px;

	padding-left:20px;
	padding-top:40px;
	padding-right:20px;
	top:105px;
}

#sidebar {
	width:320px;
}

#sidebarbg {
	width:320px;
	height:918px;
	position:absolute;
	background:url('images/sidebarbg.gif') no-repeat;
	background-position:bottom left;
	top: 105px;
	float:right;
	margin-left:570px;
}

#sidebarcontent {
	width:280px;
	position:absolute;
	top:420px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}

#askbox {
	width:320px;
	height:420px;
	background:url('images/askboxbg.png') no-repeat;
	padding-top:5px;
}

#askboxtop {
	width:320px;
	height:14px;
	position:absolute;
	top: 92px;
	right:0px;
}

#askboxform {
	width:248px;
	position:absolute;
	left:23px;
	padding-left:15px;
	padding-right:15px;
}

#askboxaaq {
	margin-left:38px;
}

#tvtxt {
	font-size:12px;
	font-weight:bold;
	height:50px;
	overflow:auto;
	width:244px;
	font-family:arial;
	margin-top:5px;
	margin-bottom:5px;
	resize:none;
}

#tvconnect {
	cursor:pointer;
}

#askboxformsubmit{
	width:150px;
	height:55px;
	position:absolute;
	top:65px;
	right:10px;
}

#askboxformpoweredby{
	position:absolute;
	top:75px;
	left:15px;
	}

#askboxinfo {
	position:absolute;
	top:170px;
	left:65px;
}

#askboxinfo li{
	padding:2px;
	color:#FFF;
	font-weight:bold;
}

#searchformbox {
	position:absolute;
	top: 45px;
	right:20px;
	width:225px;
	text-align:right;
}
.searchbutton {
	padding: 1px 5px 1px 5px;
	margin: 0;
}

.post h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	color: #387fc2;
}

.post a {
	text-decoration:none;
	color: #387fc2;
}

.post a:hover {
	text-decoration:none;
	color: #F90;
}

#searchform span{
	color:#FFF;
	font-weight:bold;
	font-size:10pt;
}

#navbar {
	position:absolute;
	left:10px;
	top:80px;
}

.entry {
	padding-top: 20px;
	padding-bottom: 20px;
}

.entry p{
	font-size:14px;
	line-height: 17px;
}

.entry strong{
	font-weight:bold;
}

.entry h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-top:10px;
	font-weight:bold;
	color:#2e2e2e;
}

.post .tags{
	font-size:11px;
	margin-top:10px;
}

.post .postdate{
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}

.postdate img{
	vertical-align:middle;
}

.post .postcomments{
	padding-left:330px;
	text-align:right;
	top:-15px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}

.postcomments img{
	vertical-align:middle;
}

#commentform textarea{
	width:500px;
}

hr {
	color: #5d9eda;
	background-color: #5d9eda;
	height: 4px;
	border:0px;
}

#comment_title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20pt;
	font-weight:bold;
	color:#676767;
	margin-top:10px;
}

.commentlist a{
	text-decoration:none;
	color:#387fc2;
}

.commentlist{
	background:#f6f6f6;
	padding:10px;
	font-size:14px;
}

#morehelp {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	color:#676767;
}

#morehelp a{
	color:#676767;
}


#morehelp a:hover{
	color:#F90;
}
.entry h3{
	font-size:18px;
}

.content_description {
	padding-bottom:5px;
}

.content_overview {
	padding-bottom:5px;
	padding-top:10px;
}

.content_description strong{
	font-size:16px;
}

.content_overview strong{
	font-size:16px;
}

#commentform p{
	padding-top: 5px;
}

#respond h3{
	padding-top:5px;
}

#home_maincontent{
}

#main_teacherimg{
	float:left;
}

#home_maincontent span{
	float:left;
}

.home_topictableheader{
	font-size:16px;
	font-weight:bold;
}

.home_blurb{
	font-size:14px;
	line-height:18px;
	padding-top:7px;
	color:#333;
}

#home_tutorialtable{
	width:100%;
	text-align:center;
}

#home_tutorialtable tr td{
	width:33%;
	text-align:center;
	vertical-align:bottom;
	font-size:10px;
}

#home_topictable{
	width:100%;
	text-align:center;
}

#home_topictable tr td{
	width:33%;
	text-align:center;
	vertical-align:bottom;
	font-size:10px;
}

#home_topictable a{
	text-decoration:none;
	color: #387fc2;
}

#home_tutorialtable a{
	text-decoration:none;
	color: #387fc2;
}

.commentlist p{
	line-height:17px;
	padding-top:5px;
}

.comment-meta {
	padding-top:5px;
}

table.alltutorials tr td div{
	padding: 5px;
}

.leftcolumn {
	border-right: 1px solid #676767;
	text-align: right;
	padding-right: 10px;
}

.centercolumn {
	text-align: center;
}

.rightcolumn {
	border-left: 1px solid #676767;
	text-align: left;
	padding-left: 10px;
}

.leftcolumn a{
	text-decoration:none;
	color: #387fc2;
}

.centercolumn a{
	text-decoration:none;
	color: #387fc2;
}

.rightcolumn a{
	text-decoration:none;
	color: #387fc2;
}

.leftcolumn a:hover{
	text-decoration:none;
	color: #F90;
}

.centercolumn a:hover{
	text-decoration:none;
	color: #F90;
}

.rightcolumn a:hover{
	text-decoration:none;
	color: #F90;
}

#footer a{
	text-decoration:none;
	color: #387fc2;
}

#footer a:hover{
	text-decoration:none;
	color: #F90;
}
h2.pagetitle {
	font-size:16px;
	font-weight:bold;
}
img.searchimg {
	border: 1px solid black;
	padding: 2px;
	margin-right: 5px;
}
strong.search-excerpt {
	background-color: #ffff99;
}
div.searchexp p{
	font-size: 10px;
}
div.left {
	float: left;
}
p.clear {
	clear: both;
}
.heatmap_title {
	font-size:14px;
	font-weight:bold;	
}

#searchresults a{
	text-decoration:none;
	color: #387fc2;
}



#searchresults a:visited{
	color: #387fc2;
}

#searchresults a:hover{
	color: #F90;
}

/* Drop Down Menu CSS */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
	width:500px;
	height:32px;
	position:relative;
	z-index:100;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:746px;
	w\idth:745px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	margin-right:15px;
	line-height:25px;
	padding: 0px 10px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:149px;
	w\idth:138px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#1d5b96 url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#1d5b96 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;
}

.menu ul ul :hover > a.drop {
	background:#1d5b96 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0;
	width:149px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:148px;
	top:-1px;
	width:149px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-148px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background: url('images/menubg.png');
	color:#FFF;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	border-width:0 1px 1px 1px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#FFF;
	background:#5a9bd6;
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#FFF;
	background:#1d5b96;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}

/* End Drop Down Menu CSS */
