/*  
Theme Name: CS_Teach42
Theme URI: http://createsean.com
Description: CS_Teach42 custom theme for teach42.com designed by <a href="http://createsean.com">CreateSean Web Design</a>.
Version: 1.0
Author: Sean Smith
Author URI: http://createsean.com

	This theme was designed and built by Sean Smith.

This theme was developed for exclusive use by Steve Dembo at http://teach42.com it is not to be used by anyone else or distributed to other people for reuse or resale.
*/



/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}
#ie6_notice {
	display: none;
}

/* Remove border around linked images */
img {
	border: 0;
}
blockquote {
	margin: 0.2em 1.5em 0.4em;
	padding: 0 5px;
	background: #ecf6f6;
	border: 1px dashed #444;
}
/* ----- Lists ----- */
#primaryContent ul, ol {
	margin-left: 1em;
}
#primaryContent ul li{
	list-style-image: url(images/yes.png);
}
#primaryContent li {
	margin-bottom: 0.3em;
	margin-left: 1.9em;
}
/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

/* ----- IDS ----- */

#container{
	width:960px;
	margin: 0 auto;
	background: #e7e7e7;
	border: 1px #111 solid;
}
#header{
	height: 250px;
	background: url(images/logo.jpg) no-repeat transparent;
	text-align: left;
}
#navigation {
	background: none;
}
#navigation ul {
	list-style-type: none;
	position: relative;
	top: 165px;
	height: 45px;
	background: url(images/nav-bg.gif) repeat-x #07639c;
	margin: 0;
}
#navigation li a{
	float: left;
	display: block;
	min-width: 80px;
	padding: 5px 4px;
	height: 21px;
	line-height: 45px;
	font-size: 1.4em;
	text-align: center;
	margin: 0 auto;
}
#navigation ul li a{
	text-decoration:none;
}
#navigation ul li a:hover{
	background-color: #0C85CF;
}
#navigation ul li a:visited, a:active, a:focus{
}
#navigation #search_box{
	display: inline;
	position: relative;
	top: 109px;
	left: 625px;
}
#header #navigation .rss {
	display: inline;
	background: none;
	position: relative;
	top: 112px;
	left: 615px;
}
#navigation .rss a, #navigation .rss a:hover, #navigation .rss a:active{
	background: transparent;
}
#searchform {
	display:inline;
}
#search_box p {
	display: inline;
	color: #fff;
	font-weight: bold;
}
#primaryContent{
	position:relative;
	float:left;
	width:620px;
	margin: -53px 0 0 0;
	padding: 8px 0 0 0;
	background:url(images/mainbody.jpg) no-repeat white;
	font-size: 1.2em;
}
#secondaryContent{
	position:relative;
	float:left;
	width:340px;
	background:#e7e7e7;
}
#secondaryContent li {
	list-style-type: none;
}
#leftbar{
	position: relative;
	float: left;
	margin: 0 6px 0 10px;
	width: 148px;
	padding: 0 2px;
}
#rightbar{
	position: relative;
	float: left;
	margin: 0 10px 0 6px;
	width: 148px;
	padding: 0 2px;
}
#widgets {
	clear: left;
	padding: 5px 10px;
	font-size: 1.1em;
}
#footer{
	text-align: center;
	font-size: 0.9em;
	background: url(images/footer.jpg) no-repeat #e7e7e7;
	overflow: hidden;
	min-height: 50px;
	clear: both;
	padding: 20px 10px 10px;
}


/* ----- CLASSES ----- */

.hide{
	display:none;
}
.show{
	display:block;
}
.left{
	float: left;
}
.right {
	float: right;
}

/* ----- LINKS ----- */
#footer a{
	color: #444;
}
#secondaryContent li a {
	text-decoration:none;
	display: block;
}
#secondaryContent li a:hover, #secondaryContent li a:active {
	text-decoration:underline;
	background: #ecf6f6;
}
/* ----- entry styles ----- */
.blogbody {
	text-align: justify;
	padding: 0 5px;
	padding: 5px 0;
}
.blogentry {
	clear: left;
}
.posthead {
	width: 515px;
	float: left;
}
.entrywrap {
	background: url(images/entryWrap.gif) repeat-x transparent;
	margin-top: 2em;
	padding: 5px;
	clear: both;
}
#primaryContent .blogbody .title {
	margin: 0 3px 0.2em 0;
	color: #208AAF;
	font-size: 2em;
}
.categories {
	font-size: 0.9em;
	width: 515px;
	float: left;
	padding-left: 5px;
	margin: 0;
}
.categories a {
	text-decoration: none;
	color: purple;
}
.categories a:hover, .categories a:active {
	text-decoration: underline;
}
.commenthead {
	float: left;
	width: 50px;
	height: 35px;
	background: url(images/comments.png) transparent;
	margin-left: 10px;
}
.commenthead p {
	margin: 0;
	padding: 6px 1px 2px 0;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}
.commenthead p a{
	text-decoration: none;
	color: #000;
}
#primaryContent .entrywrap .related li{
	list-style-image:none;
}
.relatedPosts {
	margin: 10px 0 -10px 0;
}
#primaryContent .relatedHeader {
	font-weight: bold;
	font-size: 1.35em;
	color: #208aaf;
	margin-bottom: 0;

}
.paginate{
	text-align: center;
	font-size: 0.9em;
}
.paginate a {
	text-decoration:none;
	border-bottom: dotted 1px #777;
}
.paginate a:hover, .paginate a:active {
	border-bottom: dotted 1px red;
}
.paginate hr {
	width: 70%;
	margin: 0 auto;
}
.social {
	clear: both;
}
.related {
	margin-bottom: 0;
	text-decoration: underline;
}
/* = Google Ads 
-------------------------------------------------------------------------*/
.ads {
	display: block;
	width: 550px;
	height: 80px;
/*	border: dashed 2px #777;   */
	margin: 0 auto;
}
#secondaryContent .sidebar-ad {
	display: block;
	width: 336px;
	min-height: 58px;
/*	background: white;  */
/*	border: dashed 2px #777;   */
	margin: -48px 0 10px 0;
}
#secondaryContent .mid-ad {
	margin: 0 0 10px -10px;
}
#secondaryContent .sidebar-ad p {
	font-size: 12px;
}

/* = sidebar links
-------------------------------------------------------------------------*/
a {
	color: #07639c;
}
a:hover, a:active {
	color: #0C85CF;
}
.tags a:hover, .tags a:active {
	text-decoration: none;
}
/* = Sidebar
-------------------------------------------------------------------------*/
.widget1, .widget2, .widget3, .widget4, .wideWidget1, .wideWidget2, .wideWidget3 {
	min-height: 81px; /*181px is full height of background image */
	margin-bottom: 25px;
	padding: 0 3px 5px 5px;
}
.widget2, .widget4, .wideWidget2, .wideWidget3 {
	padding-top: 15px;
}
.wideWidget3 {
	padding-top: 20px;
}
.widget1 {
	background: url(images/widget1.jpg) no-repeat #ffffff;
}
.widget2 {
	background: url(images/widget2.jpg) no-repeat #ffffff;
}
.widget3 {
	background: url(images/widget3.jpg) no-repeat #ffffff;
}
.widget4 {
	background: url(images/widget4.jpg) no-repeat #ffffff;
}
.wideWidget1 {
	background: url(images/wideWidget1.jpg) no-repeat #ffffff;
}
.wideWidget2 {
	background: url(images/wideWidget2.jpg) no-repeat #ffffff;
}
.wideWidget3 {
	background: url(images/wideWidget3.jpg) no-repeat #ffffff;
}
#secondaryContent h3 {
	margin: 0;
	padding: 20px 3px 0px 30px;
	color: #000ffc;
	font-weight: bold;
	font-size: 1.4em;
}
#secondaryContent select {
	width: 140px;
	background: transparent;
}
/* = Comments
-------------------------------------------------------------------------*/
#commentsWrap {
	margin: 5px;
}
.comment {
	border: solid 1px #777;
	margin-top: 3px;
	clear: both;
	min-height: 150px;
}
.even {
	background: #EFF9FF
}
.odd{
	background: #ffffff
}
.comment_content {
	margin: -8px 3px 3px 3px;
}
.commentAuthor {
	float: left;
	margin: 0 3px 0 0;
	border: 1px solid #ccc;
	max-width: 90px;
	text-align: center;
	padding: 2px;
	background: #EFEFEF;
	color: #000;
}
.admin_comment {
	background-color: #07639c;
	color: #ffffff;
}
.admin_comment .commentAuthor{
	background: #EFF9FF;
}
.totalComments {
	font-size: 2em;
	font-variant: small-caps;
	border-top: groove 3px blue;
	padding: 0.8em 0 0 0;
	margin: 1.2em 0 0.8em 0;
	text-align: center;
	letter-spacing: 0.35em;
}
.commentAuthor img {
	border: #000 1px solid;
	height: 80px;
	width: 80px;
}
.commentAuthor p{
	font-size: 0.9em;
	margin: 0px;
	text-align: center;
}
.commentAuthor span {
	font-size: 0.8em;
	font-weight: normal;
}
/* =  floated images in entries
-------------------------------------------------------------------------*/
.imageRight {
	float: right;
	border: 1px solid #000;
	margin: 0 0 5px 5px;
}
.imageLeft {
	float: left;
	border: 1px solid #000;
	margin: 0 5px 5px 0;
}
.imageRight img{
	float: right;
	
}
.imageLeft img{
	float: left;
}
.imageRight span {
	float: right;
	font-size: 10;
	font-weight: bold;
	clear: both;
	text-align: center;
	margin: 10px;
	width: 100%;
}
.imageLeft span {
	float: left;
	font-size: 10;
	font-weight: bold;
	clear: both;
	text-align: center;
	margin: 10px;
	width: 100%;
}

/*
	Twitter Div */
#twitter_div {
	height: 70px;
	overflow: hidden;
	padding-right: 5px;
	top: -10px;
}
#twitter_div a {
	color: #000;
	font-weight: bold;
}
#primaryContent #twitter_div #twitter_update_list li {
	list-style-type: none;
	list-style-image: none;
	color: #000;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}
#primaryContent ul#twitter_update_list {
	margin: 0 0 0 -10px;
	padding: 0;
}
#fade {
	width: 520px;
	background-color: #fff;
	opacity: .50;
	filter: alpha(opacity=50);
}
.navemail {
	margin-right: 3px;
}
#twitter-link {
	margin-top:-10px;
}
/*zemata image style*/
.zemanta-img {
	float: left;
}