/* Blueprint CSS Framework 0.8 */
@import url("base.css");
/* @group Grid */
a.normal:inactive, a.normal:visited, a.normal {
  color: #395546;
  text-decoration:none;
}

a.normal:hover
{
  text-decoration:underline;
}

div.one-column {
	width:92em;
	margin-left:2em;
	float:left;
}
div.two-column-left,
div.two-column-right {
	float:left;
}
div.two-column-left {
	width:680px;
	padding:0 0 0 20px;
}
div.two-column-right {
	width:220px;
	padding:0 0 0 20px;
}
DIV.three-column-left {
	MARGIN-LEFT: 2em
}
DIV.three-column-left {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 220px; PADDING-RIGHT: 100px; PADDING-TOP: 0px; float:left;
}
DIV.three-column-middle {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 220px; PADDING-RIGHT: 100px; PADDING-TOP: 0px; float:left;
}
DIV.three-column-right {
	WIDTH: 220px; FLOAT: right
}
div.box {
	padding:2em 2em 1em 2em;
	margin-bottom:2em;
	background:#cfd8cf url(../images/body_bg_dark.jpg) repeat center top;
	border:1px solid #c4cac3;
	border-bottom:1px solid #f1f3f1;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
}
div.no-bg {
	background:transparent;
	border:none;}
/* @end */
/* @group Structure */
body {
	background:#dee6de url(../images/body_bg.jpg) repeat center top;
}
#header {

}
#header .container {
	height:220px;
	position:relative;
	margin-bottom:10px;
}
#admin-header {

}
#admin-header .container {
	height:30px;
	position:relative;
}
#main {
}
#main .container {
	padding:20px 0 0 0;
}
#footer {

}
#footer .container {
	padding:4em 0;
}
/* @end */
/* @group Header */
#logo a {
	display:block;
	width:800px;
	height:150px;
	background:url(../images/mascot_HEADER_FullDesk_800by150pixels.gif);
	float:left;
	margin-top:25px;
	margin-left:0px;
	margin-bottom:25px;
	text-indent:-999em;
}
/* @end */
/* @group Nav */

#nav {
	position:absolute;
	width:900px;
	bottom:10px;
	left:20px;
}
#nav ul {
	float:left;
}
#nav ul li {
	float:left;
	margin-bottom:0;
}
#nav li a /* left */ {
	display:block;
	padding:0 0 0 10px;
	text-decoration:none;
	height:30px;
	line-height:30px;
	margin-left:5px;
	float:left; /* ie6fix */
	color:#6d8075;
}
#nav li a span /* right */ {
	display:block;
	height:30px;
	padding:0 10px 0 0;
	float:left; /* ie6fix */
}

#nav li a:hover {
	color:#2f4d3d;
	background:url(../images/nav_indicator.gif) no-repeat center bottom;
}

#nav li.active a /* left */ {
	color:#2f4d3d;
	background:url(../images/nav_indicator.gif) no-repeat center bottom;
}
#nav li.active a span /* right */ {
}

#nav-admin {
	position:absolute;
	width:900px;
	bottom:10px;
	left:20px;
}
#nav-admin ul {
	float:left;
}
#nav-admin ul li {
	float:left;
	margin-bottom:0;
}
#nav-admin li a, #nav-admin li span /* left */ {
	display:block;
	padding:0 0 0 10px;
	text-decoration:none;
	height:30px;
	line-height:30px;
	margin-left:5px;
	float:left; /* ie6fix */
	color:#6d8075;
}
#nav-admin li a span /* right */ {
	display:block;
	height:30px;
	padding:0 10px 0 0;
	float:left; /* ie6fix */
}

#nav-admin li a:hover {
	color:#2f4d3d;
	background:url(../images/nav_indicator.gif) no-repeat center bottom;
}

#nav-admin li.active a /* left */ {
	color:#2f4d3d;
	background:url(../images/nav_indicator.gif) no-repeat center bottom;
}
#nav-admin li.active a span /* right */ {
}



/* @end */
/* @group Legend */

.legend {
	background:#cfd8cf url(../images/body_bg_dark.jpg) repeat center top;
	border:1px solid #c4cac3;
	border-bottom:1px solid #f1f3f1;
	padding:1.5em 1.5em 1em 2em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	margin-bottom:20px;
	}
.legend h2 {
	float:left;
	margin-right:20px;
	margin-bottom:0;
	}
.legend .rating {
	float:left;
	}
.legend .rating li {
	float:left;
	margin-right:20px;
	color:#4f6559;
	line-height:20px;
	}
.legend .rating .value {
	float:left;
	display:block;
	text-indent:-999em;
	background:url(../images/rating_sprite.png) no-repeat 0 -19px;
	margin-right:5px;
	width:19px;
	height:19px;
	}
.legend .rating .one-point .value {
	background-position:0px -19px;
	}
.legend .rating .two-points .value {
	background-position:-19px -19px;
	}
.legend .rating .three-points .value {
	background-position:-38px -19px;
	}

/* @end */
/* @group Chuckle */
.chuckle {
	clear:left;
	}
.chuckle blockquote {
	margin:0;
	padding:15px 20px 18px 15px;
	background:#395546 url(../images/chalk_bg_chuckle.jpg) no-repeat center top;
	font-weight:normal;
	font-style:normal;
	border:1px solid black;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	}
.chuckle blockquote p {
	margin:0;
	padding:0;
	color:#f6f8f6;
	/*text-shadow:0px -1px #000;*/
	}
.chuckle blockquote span {
	font-size:11px;
	color:#FFF380;
	}
.chuckle .controls {
	margin-bottom:15px;
	padding:0 20px;
	}
/* @group Author */
.chuckle .author {
	padding-top:11px;
	padding-left:25px;
	float:right;
	background:url(../images/chuckle_edge.png) no-repeat left top;
	margin-top:-1px;
	}
.chuckle .author li {
	float:left;
	margin-left:6px;
	line-height:19px;
	}
.chuckle .author li a {
	text-decoration:none;
	}
.chuckle .author li a:hover {
	text-decoration:underline;
	}
.chuckle .author .teaches,
.chuckle .author .location {
	color:#6d8075;
	font-size:10px;
	}
/* @end */
/* @group Rating */
.chuckle .rating {
	padding-top:10px;
	float:left;
	}
.chuckle .rating li {
	float:left;
	}
.chuckle .rating li a {
	display:block;
	text-indent:-999em;
	background:url(../images/rating_sprite.png) no-repeat 0 0;
	margin-right:5px;
	width:19px;
	height:19px;
	}
.chuckle .rating .one-point a {
	background-position:0px 0px;
	}
.chuckle .rating .two-points a {
	background-position:-19px 0px;
	}
.chuckle .rating .three-points a {
	background-position:-38px 0px;
	}
.chuckle .rating .one-point a:hover {
	background-position:0px -19px;
	}
.chuckle .rating .two-points a:hover {
	background-position:-19px -19px;
	}
.chuckle .rating .three-points a:hover {
	background-position:-38px -19px;
	}
	
.chuckle .rating .one-point a.value {
	background-position:0px -19px;
	}
.chuckle .rating .two-points a.value {
	background-position:-19px -19px;
	}
.chuckle .rating .three-points a.value {
	background-position:-38px -19px;
	}

/* @end */
/* @group Share */
.chuckle .ratings {
  padding-top: 10px;
  float:left;
  margin-left:20px;
}

.chuckle .share {
	padding-top:10px;
	float:left;
	margin-left:20px;
	}
.chuckle .share li {
	float:left;
	line-height:19px;
	}
.chuckle .share li a {
	padding-left:22px;
	background:url(../images/social_twitter_mono.gif) no-repeat 0 center;
	display:block;
	margin-right:20px;
	text-decoration:none;
	color:#4f6559; 
	}
.chuckle .share li.facebook a {
	background-image:url(../images/social_facebook_mono.gif);
	}
.chuckle .share li a:hover {
	text-decoration:none;
	}
/* @end */

/* @end */
/* @group Footer */
/* @end */
/* @group Sidebar */
/* @group Subscribe */
.sidebar ul {
	position:relative;
	}
.sidebar ul li {
	margin:0 0 10px 0;
	}
.sidebar ul li.text input {
	border:none;
	border-top:1px solid #c1c6c0;
	padding:9px 30px 9px 5px;
	width:143px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	}
	
.sidebar ul li.active {
  font-weight:bold;
  font-size:14px;
}

.sidebar ul li.submit input {
	position:absolute;
	top:53px;
	right:4px;
	width:21px;
	height:21px;
	text-indent:-999px;
	line-height:50px;
	border:none;
	background:#fff url(../images/button_submit_arrow.png) no-repeat;
	cursor:pointer;
	cursor:hand;
	}
.sidebar ul li.submitEmail input {
	position:absolute;
	top:9px;
	right:4px;
	width:21px;
	height:21px;
	text-indent:-999px;
	line-height:50px;
	border:none;
	background:#fff url(../images/button_submit_arrow.png) no-repeat;
	cursor:pointer;
	cursor:hand;
	}

.sidebar .subscribe {
	position:relative;
	}
.sidebar .icon-supplies {
	width:151px;
	height:44px;
	background:url(../images/icon_supplies.png) no-repeat;
	position:absolute;
	top:-45px;
	left:10px;
	}
/* @end */
/* @group Social */
.sidebar .social {
	padding:0px 20px;
	}
.sidebar .social ul {
	
	}
.sidebar .social ul li {
	float:left;
	margin-right:20px;
	}
.sidebar .social ul li a {
	padding-left:22px;
	background:url(../images/social_twitter.gif) no-repeat;
	height:15px;
	display:block;
	line-height:15px;
	color:#4f6559;
	text-decoration:none;
	
	}
.sidebar .social ul li.facebook {
	margin-right:0;
	padding-left:5px;
	}
.sidebar .social ul li.facebook a {
	background-image:url(../images/social_facebook.gif);
	}
.sidebar .social ul li.rss {
	margin-right:0;
	padding-right:5px;
	}
.sidebar .social ul li.rss a {
	background-image:url(../images/RSS-Icon-Transparent.png);
	}

.sidebar .social ul li.partners {
	margin-right:0;
	padding-right:5px;
	}
.sidebar .social ul li.partners a {
	background-image:url(../images/MascotAvatar15by15.gif);
	}
	
/* @end */
/* @group Categories */
.sidebar .categories {
	background:#3e3c3e url(../images/chalk_bg_categories.jpg) no-repeat center top;
	border-color:#000;
	padding-bottom:20px;
	}
.sidebar .categories h2 {
	color:#fff;
	text-shadow:none;
	}
.sidebar .categories ul {

	}
.sidebar .categories ul li {
	padding-bottom:10px;
	background:url(../images/chalk_rule.png) no-repeat 0 bottom;
	}
.sidebar .categories ul li a {
	color:#fff;
	text-decoration:none;
	text-shadow:none;
	padding-left:10px;
	background:url(../images/chalk_arrow.png) no-repeat 0 center;
	}
.sidebar .categories ul li a:hover {
	text-decoration:underline;
	}
/* @end */

/* @group Main */
/* @group Rows */
.main-form ul li.text {
	float:left;
	margin-right:10px;
	width:100px;
	}
.main-form ul li.select {
	float:left;
	margin-right:10px;
	}
.main-form ul li.textarea {
	float:left;
	margin-top:5px;
	}
.main-form ul li.options {
	clear:left;
	float:left;
	width:500px;
	margin-top:20px;
	}
.main-form ul li.checkbox {
	float:left;
	margin-top:30px;
	margin-bottom:20px;
	}
.main-form ul li.terms {
	float:left;
	margin-top:30px;
	margin-bottom:20px;
	}

.main-form ul li.submit {
	float:right;
	margin-right:10px;
	margin-top:10px;
	}
/* @end */
.main-form {
	color:#6e7e75;
	padding:1.5em 2em 1em 2em;
	background:#cfd8cf url(../images/body_bg_dark.jpg) repeat center top;
	border:1px solid #c4cac3;
	border-bottom:1px solid #f1f3f1;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	margin-bottom:20px;
	min-height:400px;
	}
.main-form input,
.main-form textarea {
	margin:0;
	}
.main-form ul {
	margin-right:-10px;
	}
.main-form ul li {
	position:relative;
	}
.main-form ul label {
	display:block;
	margin-bottom:4px;
	}
	
.main-form ul li.checkbox label {
display:inline;
margin-bottom:4px;
}
.main-form ul .text input,
.main-form ul .textarea textarea {
	border:none;
	border-top:1px solid #c1c6c0;
	padding:7px 5px 7px 5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	}

.main-form ul li.text input {
	width:90px;
	}
.main-form ul li.half {
	width:200px;
	}
.main-form ul li.half input {
	width:190px;
	}
.main-form ul textarea {
	width:630px;
	}
.main-form .submit {
	position:relative;
	height:31px;
	width:125px;

	}
.main-form .submit-chuckle,
.main-form .submit-subscribe {
	position:absolute;
	top:0;
	right:0;
	width:125px;
	height:31px;
	background:url(../images/button_submit_chuckle.png);
	border:none;
	line-height:100px;
	text-indent:-999em;
	cursor:pointer;
	cursor:hand;
	}
.main-form .submit-subscribe {
	background-image:url(../images/button_submit_subscribe.png);
	}
.main-form .submit-chuckle:hover,
.main-form .submit-subscribe:hover {
	background-position:0px -31px;
	}
/*css for partner page===============================*/	
.partner
{
	width:484px;
	margin: 5px auto;
  font-size: 10px;
  border-bottom: solid 1px #ccc;
	}
	.partner-title {
	  font-size:18px;
	}
	a.partner-title {
	  text-decoration:underline;
	}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

p.displayed {
    margin-left: auto;
    margin-right: auto;
    margin-top:5px;    
    } 
    
 /*css for blog page===============================*/	   
 .blog {
	text-align: center;
	}
    
/*end*/

 /*css for sidebar ad===============================*/
 .ad {
 
width:220px;
padding:0 0 0 25px;
 	}
 

	

/* @end */
/* @group Footer */
#footer p {
	color:#6e7e75;
	font-size:10px;
	margin-left:20px;
	margin-bottom:0px;
	}
/* @end */

.error-text {
  display:inline-block;
  position:absolute;
  margin-top:12px;
  margin-left:3px;
}

.profile-picture {
  border: 2px inset #c1c6c0;
  float:right;
  margin-right:20px;
}

/*************************
ad copy 
************************/
#adcopy-outer {
  display:inline-block;
  float:left;
  position:relative;
	background-color: transparent;
	border: 1px solid #ccc;
	width: 300px;
	padding: 5px;
}
#adcopy-instr, #adcopy-error-msg {
	font-size: 10pt;
	font-family: sans-serif;
}
#adcopy-instr {
	color: #000;
	display: inline;
}
#adcopy-error-msg {
	color: #f00;
	display: none;
}
#adcopy-outer A {
	text-decoration: none;
	border: none;
}
#adcopy-outer img {
	border: 0;
}
#adcopy-link-image {
	display: none;
}
#adcopy-link-refresh, #adcopy-link-info {
	display: inline;
}
#adcopy-puzzle-audio {
	height: 150px;
	display: none;
}
#adcopy_response {
	width: 150px;
}
#adcopy-puzzle-image {
	border: none;
	margin-bottom: 5px;
}
#adcopy-pixel-image {
    display: none;
}

/******************************
grid
********************************/
.grid-alt-rows {
  background-color:#ccc;
  border-bottom: solid 1px #333 !important;
}

.grid-rows {
  border-bottom: solid 1px #333;
}
/*******************************
marketplace
*******************************/
.marketplace {
  	background:#cfd8cf url(../images/body_bg_dark.jpg) repeat center top;
	border:1px solid #c4cac3;
	border-bottom:1px solid #f1f3f1;
	padding:1.5em 1.5em 1em 2em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	margin-bottom:20px;

}
.marketplace-item {
  font-size:12px;
}

.sitemap table {
  margin:0 !important;
  padding:0 !important;
  width: inherit;
}

.author-thumb {
  border: solid 1px #f1f3f1;
  padding: 3px;
  margin: 3px;
  float:left;
  max-width: 50px;
}