@charset "UTF-8";


/************************  Layout  ***********************/


body  {
	font-family:"Trebuchet MS", sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align:center;
}

#header {
	height: 95px;
	padding: 0;
	margin-bottom: 0px;
	background-image: url(../images/topbar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
} 

#headerContent {
	padding:0;
	width: 800px;
	position: relative;
	height: 87px;
	margin: 0 auto;
}

#mainContentContainer {
	margin: 0 auto;
	padding:0;
	width: 800px;
	text-align:left;
	position:relative;
}

/*right side bar*/

/*#mainContent {
	margin:0 -850px 0 200px;
	float:left;
	width:625px;
}
*/


#mainContent {
	float:left;
	width:600px;
	padding-top:18px;
}

.content {
	position:relative;
}


#footer {
	padding:0;
	background-color: #000000;
	margin-top: 25px;
	border-bottom:20px solid #444444;
	clear:both;
} 

#footerContent {
	padding:0;
	width: 800px;
	text-align:left;
	margin: 0 auto;
	position:relative;
}

.region-sidebar-second {
	width:200px;
	float:right;
	margin:0;
	padding-top:18px;
}


#preload {
	display:none;
}



/* Ebook pop up text */


.inquirebook_popuptext {
	text-align:left;
}


/************************  Text Styles  ***********************/


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25pt;
	font-style: normal;
	line-height: 27pt;
	font-weight: normal;
	color: #000000;
	margin:0px;
	padding: 20px 0 8px 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19.5pt;
	font-style: normal;
	line-height: 20.5pt;
	font-weight: normal;
	color: #000000;
	margin:0px;
	padding:22px 0 4px 0;
}

h3 {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 15pt;
	font-style: normal;
	line-height: 17pt;
	font-weight: bold;
	color: #000000;
	margin:0px;
	padding: 13px 0 0 0;
}

h4 {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 13pt;
	font-style: normal;
	line-height: 18pt;
	font-weight: bold;
	color: #000000;
	margin:0px;
	padding: 13px 0 0 0;
}

p {
	color:#000000;
	font-family:"Trebuchet MS", sans-serif;
	font-size:11pt;
	letter-spacing:0;
	line-height:16pt;
	word-spacing:normal;
	margin:4px 0 2px 0;
}

ul, .block ul, ol, .block ol {
	margin:2px 0 8px 0;
	padding:0 0 0 40px;
}

ul li {
	color:#000000;
	font-family:"Trebuchet MS", sans-serif;
	font-size:11pt;
	letter-spacing:0;
	line-height:16pt;
	word-spacing:normal;
	list-style-type: square;
	list-style-image: url(../images/TLbullet.gif);
}

ol li {
	color:#000000;
	font-family:"Trebuchet MS", sans-serif;
	font-size:11pt;
	letter-spacing:0;
	line-height:16pt;
	word-spacing:normal;
}

table {}

td {
	color:#000000;
	font-family:"Trebuchet MS", sans-serif;
	font-size:11pt;
	letter-spacing:0;
	line-height:16pt;
	word-spacing:normal;
	vertical-align:top;
}



a:link, a:visited {
	color: #4F83A9;
	text-decoration: none;
	border-bottom:1px dotted #4F83A9;
}

a:hover {
	color: #FFFFFF;
	background-color: #4F83A9;
	border: none;
}

a.imagelink:link, a.imagelink:hover {
	text-decoration:none;
	border:none;
	background-color:transparent;
}


sup {
	font-size:60%;
	vertical-align:text-top;
}

input.form-submit, input#submit, a.sidebar_linkbutton  {
	-moz-box-shadow:inset 0px 0px 0px 0px #fcfcfc;
	-webkit-box-shadow:inset 0px 0px 0px 0px #fcfcfc;
	box-shadow:inset 0px 0px 0px 0px #fcfcfc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e1e1e1), color-stop(1, #cfcfcf) );
	background:-moz-linear-gradient( center top, #e1e1e1 5%, #cfcfcf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#cfcfcf');
	background-color:#f2f2bf;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #5ec1ed;
	color:#3d3d3d;
	font-size:15px;
	font-weight:bold;
	padding:3px 25px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor:pointer;
}

input.form-submit:hover, input#submit:hover, a.sidebar_linkbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cfcfcf), color-stop(1, #e1e1e1) );
	background:-moz-linear-gradient( center top, #cfcfcf 5%, #e1e1e1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf', endColorstr='#e1e1e1');
	background-color:#a0abbe;
}

a.sidebar_linkbutton {
    display: block;
    line-height: 13pt;
    padding: 3px 10px;
    text-align: center;
}




/************************  Drupal Admin Resets  ***********************/


#admin-menu ul {}

#admin-menu li {
	font-size:8pt;
	line-height:10pt;
}

li.statistics_counter {
	margin-top:20px;
	background-color:#FFFF99;
	padding:4px;
	color:#000000;
	font-weight:bold;
}

legend {
	font-weight:bold;
}

legend a:link, legend a:visited {
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	border:none;
	color:#000000;
}

legend a:hover {
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	border:none;
	color:#000000;
	background-color:transparent;
}

a.tabledrag-handle, a.tabledrag-handle:hover {
	border-bottom:none;
	background-color:transparent;
}

.block-region {
	font-family:impact;
	font-size:16pt;
	opacity:0.4;
	filter:alpha(opacity=40);
}

div.newchild {
	display:none;
}


div.view-Highrise-User-Export th, div.view-Highrise-User-Export td {
	padding:4px;
	font-size:9pt;
	line-height:10.5pt;
}

.tabs ul.tabs {
	padding-left:0;
}

.tabs ul.primary, .tabs ul.primary li a .tab, .tabs ul.primary li a:hover .tab {
	background:none;
}

.tabs ul.primary li {
	margin:3px 0 0 0;
}

.tabs ul.primary li a {
	margin:0 2px 0 2px;
	background:none #FFFFFF;
	border:1px solid #777777;
	height:20px;
}

.tabs ul.primary li a:hover {
	background:none #2ca5d1;
	color:#FFFFFF;
	border:1px solid #1d91bc;
}

.tabs ul.primary li a.active, .tabs ul.primary li.active a {
	background:none #2ca5d1;
	color:#FFFFFF;
	border:1px solid #1d91bc;
	text-shadow: .75px .75px 2px #666666;
}

.tabs ul.primary li a .tab {
	padding:1px 13px 0 6px;
}

.tabs ul.secondary {
	background:none #e6e6e6;
	margin:6px 0 0 0;
}


/************************  Drupal User Config  ***********************/

form#user-login, form#user-register, form#user-pass {
	width:600px;
}

form#user-login input#edit-name, form#user-login input#edit-pass, form#user-register input.form-text, form#user-pass input.form-text {
	width:300px;
	margin:2px 0 4px 0;
}

form#user-login input.form-submit, form#user-register input.form-submit, form#user-pass input.form-submit {
	margin-top:10px;
}

form#user-login input.form-submit:hover, form#user-register input.form-submit:hover, form#user-pass input.form-submit:hover {
}



/************************  Header Styles  ***********************/


#headerContent img{
	position: absolute;
	left: 0px;
	top: 15px;
}

#headerContent a:link img, #headerContent a img, #headerContent a img {
	border:none;
	background-color:transparent;
}

#menu {
	position: absolute;
	left: 0px;
	top: 61px;
	text-align: left;
}


/*******  Menu  *******/


#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	border: none;
	padding:3px 10px 3px 10px;
	display:block;
}

#menu a.active:link, #menu a.active:visited, #menu li.active-trail a:link, #menu li.active-trail a:visited {
	background-image: url(http://www.thoughtfullearning.com/sites/all/themes/thoughtfullearning/images/menu_activebkg.jpg);
	background-repeat: repeat-x;
	background-position: left -1px;
	color: #FFFFFF;
	font-weight: normal;
	padding:3px 10px 3px 10px;
	-moz-box-shadow: inset 0 0 7px #205270;
	-webkit-box-shadow: inset 0 0 7px #205270;
	box-shadow: inner 0 0 7px #205270;
	display:block;
}

#menu a:hover {
	background-image: url(http://www.thoughtfullearning.com/sites/all/themes/thoughtfullearning/images/menu_activebkg.jpg);
	background-repeat: repeat-x;
	background-position: left -1px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#menu ul.links {
	margin:0;
}

#menu ul.links li {
	font-size:12pt;
	text-shadow: .75px .75px 2px #666666;
	line-height:20px;
	border-right:2px solid #7cd2ea;
	padding:0;
	float:left;
	line-height:20px;
}

#menu ul.links li.last {
	border-right:none;
}

#menu ul.links li.last a:link, #menu ul.links li.last a:visited {
	background-image: url(http://www.thoughtfullearning.com/sites/all/themes/thoughtfullearning/images/store_menuitem.jpg);
	background-repeat: no-repeat;
	background-position: left -1px;
	padding-left:35px;
}

#menu ul.links li.last a.active:link, #menu ul.links li.last a.active:visited {
	background-image: url(http://www.thoughtfullearning.com/sites/all/themes/thoughtfullearning/images/store_menuitem_active.jpg);
	background-repeat: no-repeat;
	background-position: left -1px;
}


#menu ul.links li.last a:hover {
	background-image: url(http://www.thoughtfullearning.com/sites/all/themes/thoughtfullearning/images/store_menuitem_active.jpg);
	background-repeat: no-repeat;
	background-position: left -1px;
}


/* submitted styles */

div.meta {
	padding-bottom:6px;
}

div.meta span.submitted {
	background-image: url(http://www.thoughtfullearning.com/sites/all/themes/thoughtfullearning/images/sumbitted_icon.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left:10px;
	color:#666666;
	font-size:9pt;
	line-height:10pt;
}



/***** BreadCrumbs *******/


.breadcrumb {
	margin-bottom:6px;
	color:#999999;
}

.breadcrumb a {
	color:#999999;
	font-size:9pt;
	border-bottom:none;
	padding:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color: #ECECEC;
}

.breadcrumb a:hover {
	color:#999999;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color: #CCCCCC;
}

/******************* Search Results Page ********************/

dl.search-results dt.title {
   font-size: 12pt;
    font-weight: bold;
    margin-bottom: 3px;
}

dl.search-results strong {
	padding:0 1px 0 1px;
	background-color:#FFFF66;
}


/******************* Pager List ********************/

ul.pager {}

ul.pager li {
}

ul.pager li.pager-current {
	padding:1px 6px 1px 6px;
	background-color:#4F83A9;
	color:#FFFFFF;
	font-weight:bold;
}


ul.pager li a{
	border:1px solid #4F83A9;
	padding:0 4px 0 4px;
}

ul.pager li a:hover{
	border:1px solid #4F83A9;
	background-color:#4F83A9;
	padding:0 4px 0 4px;
	color:#FFFFFF;
}



/******* Inquire online header button  *******/



 a#inquireonline_headerlink{
	background-image: url(http://www.thoughtfullearning.com/sites/all/themes/thoughtfullearning/images/inquire_online_button.png);
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
	top:42px;
	right:0px;
	width:230px;
	height:49px;
	border-bottom:none;
}

 a#inquireonline_headerlink:hover{
	background-image: url(http://www.thoughtfullearning.com/sites/all/themes/thoughtfullearning/images/inquire_online_button_on.png);
	border-bottom:none;
	background-color:transparent;
}


/*** This gets rid of a space that the div for the Inquire online button puts at the top of the header.  ***/


div.region-header div.block-block { 
	height:1px;
}


/*******  My Account / Logout button  *******/

#header_usersettings {
	position:absolute;
	top:2px;
	right:20px;
}

#header_usersettings p{
	font-size:9pt;
	color:#FFFFFF;
	padding:0;
	margin:0;
}


#header_usersettings a{
	font-size:9pt;
	color:#FFFFFF;
	border-bottom:none;
	padding:0 2px 0 2px;
}

#header_usersettings a:hover{
	font-size:9pt;
	color:#000000;
	border-bottom:none;
	background-color:#CCCCCC;
}




/******  Header Shopping Cart Styles  *******/

#block-uc_cart-0 {
	position:absolute;
	left:342px;
	top:20px;
	background-image: url(../images/cart_summary_tail.png);
	background-repeat: no-repeat;
	background-position: 40px bottom;
	padding-bottom:9px;
	margin:0;
}


#block-uc_cart-0 h2 {
	display:none;
}

#block-uc_cart-0 div.content{ 
	background-color:#FFFFFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:10pt;
	padding:2px;
}

#block-uc_cart-0 table.cart-block-summary{ 
	background-color:#FFFFFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:0;
	position:relative;
}

#block-uc_cart-0 table.cart-block-summary td{
	border-right:1px solid #CCCCCC;
	color:#000000;
	font-size:10pt;
	padding:0 6px;
}

#block-uc_cart-0 table.cart-block-summary tr.cart-block-summary-links td, .cart-block-summary-links ul.links li {
	border-right:none;
	float:left;
}


#block-uc_cart-0 td.cart-block-summary-items, #block-uc_cart-0 td {
	text-align:left;
}

#block-uc_cart-0 ul.links, #block-uc_cart-0 li {
	margin:0;
	padding:0;
}


#block-uc_cart-0 a:link, #block-uc_cart-0 a:visited {
	color: #4F83A9;
	text-decoration: none;
	padding:0;
	background-color:transparent;
	border:none;
}

#block-uc_cart-0 a:hover {
	color: #000000;
	padding:0;
	background-color:transparent;
	border:none;
}

#block-uc_cart-0 li.cart-block-checkout {
	display:none;
}

#block-uc_cart-0 tr.cart-block-summary-links li.cart-block-view-cart {
	border-left:1px solid #CCCCCC;
	position:absolute;
	top:0;
	right:0;
	padding:0 6px ;
}

#block-uc_cart-0 table.cart-block-summary td.cart-block-summary-total {
	
	padding:0 80px 0 6px;
	border-right:none;
}


/*****  IE 6 workaround  ******/

* html #block-uc_cart-0 table.cart-block-summary td.cart-block-summary-total {
	padding:0 90px 0 6px;
	border-right:none;
}

/******  IE 7 workaround  *******/

*+html #block-uc_cart-0 table.cart-block-summary td.cart-block-summary-total {
	padding:0 90px 0 6px;
	border-right:none;
}


/************************  Left Side Bar Styles  ***********************/

div.sidebar h2.title {
	background: #f0e7c3; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0e7c3 0%, #eddab0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e7c3), color-stop(100%,#eddab0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0e7c3 0%,#eddab0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0e7c3 0%,#eddab0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0e7c3 0%,#eddab0 100%); /* IE10+ */
	background: linear-gradient(top,  #f0e7c3 0%,#eddab0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e7c3', endColorstr='#eddab0',GradientType=0 ); /* IE6-9 */

	color: #444444;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	line-height: 15pt;
	margin: 0;
	padding: 0 4px;
	text-shadow: 0 1px 0 #FFFFFF;
}

/*div.sidebar h2.title {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: bold;
	color: #444444;
	margin:0;
	padding:0;
	border-bottom:1px dotted;
	padding-bottom:4px;
}
*/

div.sidebar p {
	font-size:10pt;
	line-height:13pt;
}

div.sidebar div.block {
	padding:8px;
}

div.sidebar ul.menu {
	padding-left:16px;
	margin:8px 0 0 0;
}

div.sidebar ul.menu li {
    font-size: 10pt;
    line-height: 13pt;
    padding: 0 0 1px;
}

div.sidebar form#user-login-form {}

div.sidebar form#user-login-form .form-item {
	margin:8px 0;
}

div.sidebar form#user-login-form .form-item label {
    font-size: 10pt;
    padding-bottom: 3px;
}

div.sidebar form#user-login-form .item-list ul {
	list-style:none;
	padding:0;
}

div.sidebar form#user-login-form .item-list li {
	font-size:8pt;
}

div.sidebar-outlined {
	border: 1px groove #CCCCCC;
    padding: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

/***  Featured Product  *****/

div.views-field-field-featured-image-fid a{
	border-bottom:none;
}

div.views-field-field-featured-image-fid a:hover{
	background-color:transparent;
}

div.view-featured-product-sidebar .views-field-field-featured-title-value, p.booktitle {
	padding:10px 0 3px 0;
}

div.view-featured-product-sidebar .views-field-field-featured-title-value a, p.booktitle {
	font-weight:bold;
	font-size:12pt;
	color:#333333;
	padding:10px 0 3px 0;
	border-bottom:none;
}

div.view-featured-product-sidebar .views-field-field-featured-title-value a:hover {
	color:#666666;
	background-color:transparent;
}




/***  Social Sidebar List  *****/


div.stayconnected_list {
	font-size:10pt;
	list-style:none;
}

div.stayconnected_list div{
	padding:6px 0 0 30px;
	background-repeat: no-repeat;
	background-position: left 8px;
}

div.stayconnected_list a div.stayconnected_newsletter {
	background-image: url(../images/social_newsletter.jpg);
}

div.stayconnected_list a div.stayconnected_twitter {
	background-image: url(../images/social_twitter.jpg);
}

div.stayconnected_list a div.stayconnected_facebook {
	background-image: url(../images/social_facebook.jpg);
}

div.stayconnected_list a div.stayconnected_googleplus {
	background-image: url(../images/social_googleplus.jpg);
}

div.stayconnected_list a:hover {
	color:#333333;
}



/************************  Footer Styles  ***********************/


#footerContent p {
	color: #CCCCCC;
	line-height:14pt;
}

#footerContent a:link, #footerContent :visited {
	color:#CCCCCC;
	border-bottom-color:#CCCCCC;
}

#footerContent h3 {
	color: #CCCCCC;
}

#footerContent div.ContactUsBox {
	padding-bottom: 15px;
}

#footerContent #block-block-2 {
	float:left;
}


#footerNewsletter #header{
	display:none;
}


#footerContent #block-block-3 {
    bottom: -19px;
    left: 315px;
    margin: 0;
    padding: 0;
    position: absolute;
}

#footerContent #block-block-3 p{
    margin: 0;
    padding: 0;
	color:#888888;
	font-size:10pt;
}

/*Bug fix showed up twice when I installed a jQuery update
*/
#block-feedback-form {
	visibility:hidden;
}

#footerContent #block-feedback-form {
	position:absolute;
	top:6px;
	right:0;
	visibility:visible;
}

#footerContent #block-feedback-form .feedback-link {
	font-size:10pt;
	padding:0;
}

#footerContent #block-feedback-form .feedback-link * {
    font-size: 10pt;
    line-height: 0;
}


#footerContent #block-feedback-form h2.title {
    padding:0 6px 0 6px;
	font-family:"Trebuchet MS", sans-serif;
	font-size: 13pt;
	line-height:14pt;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
}

#footerContent div.browserinfo {
	display:none;
}

#footerContent #block-feedback-form {
	bottom:auto;
}


#footerContent #block-feedback-form form {
	max-width:none;
	bottom:0;
	height:auto;
}
	
#footerContent #block-feedback-form div.form-item {
	margin-top:0;
	margin-bottom:0;
}

#footerContent #block-feedback-form label {
	font-size:10pt;
}

#footerContent #block-feedback-form .feedback-message {
	height:85px;
}

#footerContent #block-feedback-form div.grippie {
	display:none;
}

div.feedback-messages div.feedback-submitted {display:none;}

div.feedback-messages div.feedback-body {
	font-size:9pt;
	line-height:10pt;
}

#footerContent input.form-submit  {
	font-size:9pt;
	padding:1px 10px 1px 10px;
}



/************************  FrontPage Styles  ***********************/

.inquire_bookblock {
	background-color:#fcefbc;
	padding:12px;
	position:relative;
	width:520px;
	margin-top:50px;
}

.inquire_bookblock_bookimage {
	background:url(../images/inquire_cover.png) no-repeat left top;
	height:329px;
	width:260px;
	position:absolute;
	top:-55px;
	right:-60px;
}

.inquire_bookblock h1 {
	padding:0 0 25px 0;
	font-family: 'Pacifico', sans;
	font-size:40pt;
	color:#462c7a;
	line-height:40pt;
}

.inquire_bookblock p.inquire_bookblock_margin {
	margin-right:180px;
	margin-bottom:24px;
}


.inquire_bookblock_reviewbox {
    background: #ffffff;
    border: 1px dotted #CCCCCC;
    top: 228px;
    padding: 8px;
    position: absolute;
    right: -22px;
}

.inquire_bookblock_reviewbox p {
	background:url(../images/nextarrows_blue.gif) no-repeat left 4px;
	padding-left:16px;
	margin:0;
	font-size:10pt;
	line-height:13pt;
}

.frontpage_yellowbox {
	background-color:#fcefbc;
	padding:12px;
	margin:16px 0 4px 0;
	position:relative;
}

.frontpage_yellowbox ul{
	padding-left:22px;
}

.frontpage_yellowbox ul li{
	padding-bottom:6px;
}


.frontpageart_1 {
	background:url(../images/frontpage_art_1.png) no-repeat left top;
	width:239px;
	height:222px;
	position:absolute;
	bottom:0px;
	right:-91px;
}

.frontpageart_2 {
	background:url(../images/frontpage_art_2.png) no-repeat left top;
	width:328px;
	height:495px;
	position:absolute;
	top:-235px;
	right:-195px;
}


.frontpageart_3 {
	background:url(../images/frontpage_art_3.png) no-repeat left top;
	width:248px;
	height:833px;
	position:absolute;
	top:0px;
	right:0px;
}

.frontpageart_3 {
	background:url(../images/frontpage_art_3.png) no-repeat left top;
	width:248px;
	height:833px;
	position:absolute;
	top:-832px;
	right:-53px;
}

.frontpageart_4 {
	background:url(../images/frontpage_art_4.png) no-repeat right top;
	background-color:#fcefbc;
	padding:12px;
	margin:16px 0 4px 0;
	width:712px;
	position:relative;
}


.frontpageart_4 p{
	color:#333333;
	margin:0 180px 0 0;
	padding:0;
}

.frontpageart_4 p.frontpage_quoteauthor {
	color:#7a919d;
	text-align:right;
	margin-bottom:18px;
}



.twentyfirstoutline_container {}

.twentyfirstoutline_list {
	float: left;
	margin-right: 20px;
	background:url(../images/bulb.gif) no-repeat left top;
	padding:0 0 0 36px;
}

.twentyfirstoutline_list h3 {
	font-size:14pt;
}

.twentyfirstoutline_list ul {
	padding-left:20px;
}


.inquireforms_block {
	margin:20px 0 20px 0;
}



span.frontpage_inquirepart {
	font-weight:bold;
	font-size:13pt;
}

#inquireClassroomBox {
	margin-top: 10px;
}

.inquireClassroomList {
	background-color: #E2E2E2;
	width: 43%;
	margin-bottom: 15px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.inquireClassroomList_right {
	float: right;
}



.frontpage_quote p.frontpage_quoteauthor {
	color:#7a919d;
	text-align:right;
	margin-bottom:18px;
}


.frontfeed_container {
	margin-top:45px;
}

.frontfeed_heading {
	background: #71c7e4; /* Old browsers */
	background: -moz-linear-gradient(top, #71c7e4 1%, #6bb1e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#71c7e4), color-stop(100%,#6bb1e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #71c7e4 1%,#6bb1e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #71c7e4 1%,#6bb1e6 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #71c7e4 1%,#6bb1e6 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71c7e4', endColorstr='#6bb1e6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #71c7e4 1%,#6bb1e6 100%); /* W3C */

	padding:0 6px 0 6px;
	-moz-box-shadow: 1px 1px 2px #205270;
	-webkit-box-shadow: 1px 1px 2px #205270;
	box-shadow: 1px 1px 2px #205270;
}

.frontfeed_heading h3 {
	color:#FFFFFF;
	font-size:14pt;
	margin:0;
	padding:0;
	display:inline;
	text-shadow: .75px .75px 2px #666666;
}

.frontfeed_heading h4 {
	color:#FFFFFF;
	font-size:10pt;
	margin:0;
	padding:0;
	float:right;
}

.frontfeed_heading a{
	color:#FFFFFF;
	border-bottom:none;
}

.frontfeed_heading a:hover{
	color:#3179B1;
	background-color:transparent;
}


/*.frontfeed_left {
	float:left;
	width:245px;
}

.frontfeed_right {
	padding-left:260px;
}


.twtr-widget a, .twtr-widget a:hover {
	border-bottom:none;
	background-color:transparent;
}

div.frontfeed_right div.block h2.title {
	display:none;
}
*/

/*****  FrontPage Views  ******/


.view-event-list {}

.view-news-list {}

.view-event-list .views-row {
	margin-top:18px;
	padding-left:4px;
	padding-bottom:18px;
	border-bottom:1px solid #CCCCCC;
}

.view-event-list .views-row-last {
	border-bottom:none;
}

.view-news-list .views-row-first {
	margin-top:0;
}

.view-event-list .views-field-field-eventlogo-fid {
	float:left;
}

.views-field-field-eventlogo-fid a, .views-field-field-eventlogo-fid a:hover {
	border:none;
	background-color:transparent;
}

.view-event-list .views-field-title {
	font-weight:bold;
	font-size:13pt;
	padding-left:90px;
}

.view-event-list .views-field-title a{
	border-bottom:none;
	color:#000000;
}

.view-event-list .views-field-title a:hover{
	background-color:transparent;
	color:#4F83A9;
}

.view-event-list .views-field-field-eventdate-value {
	font-size:8pt;
	font-style:italic;
	color:#999999;
	line-height:10pt;
	margin:2px 0 6px 0;
	padding-left:90px;
}

.view-event-list .views-field-body {
	padding-left:90px;
	font-family:"Trebuchet MS", sans-serif;
	font-size:11pt;
	letter-spacing:0;
	line-height:16pt;
	word-spacing:normal;
	margin:4px 0 2px 0;
}

.view-news-list .views-field-title {
	font-weight:bold;
}


/********  Inquire Badge Styles  *******/

#InquireBadge {
	left:480px;
	position:absolute;
	text-align:right;
	top:-30px;
}

#InquireBadge a:link, #InquireBadge a:visited {
	border-bottom:none;
}

#InquireBadge a:hover {
	background-color:transparent;
}


/************************  Inquire Resource Styles  ***********************/


.view-inquire-link-resources-list .views-row {
	margin-top:15px;
}

.view-inquire-link-resources-list .views-field-nothing-1 {
	border-bottom: 1px solid #CCCCCC;
    clear: both;
    padding-bottom: 4px;
    text-align: left;
}

a.resource-list_bottomlink {
	font-size:8pt;
	color:#999999;
	border-bottom:1px dotted #999999;
}

a.resource-list_bottomlink:hover {
	color:#ffffff;
	background-color:#666666;
}


.resourcelist_numberbox {
	background-color:#73b1e6;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12pt;
	padding:2px 4px 2px 4px;
	text-align:center;
	width:48px;
	float:left;
}

.view-inquire-link-resources-list .views-field-field-includedfiles-fid, .view-inquire-link-resources-list .views-field-body {
	padding-left:65px;
}

/************************  Newsletter Signup page Styles  ***********************/

.region-content-bottom .block-mailchimp h2.title {
	display:none;
}

/************************  About Inquire Page Styles  ***********************/


.SEbook_cover {
	background:url(../images/inquire_cover.png) no-repeat left top;
	width:260px;
	height:329px;
	position:absolute;
	top:-30px;
	right:0;
	z-index:100;
}

.SEgroup_1 {
	background:url(../images/SEgroup_1.jpg) no-repeat left bottom;
	width:595px;
	height:590px;
	margin-bottom:30px;
	position:relative;
	z-index:90;
}

.SEgroup_2 {
	background:url(../images/SEgroup_2.jpg) no-repeat left bottom;
	width:595px;
	height:565px;
	margin-bottom:30px;
	position:relative;
}

.SEgroup_3 {
	background:url(../images/SEgroup_3.jpg) no-repeat left bottom;
	width:595px;
	height:440px;
	margin-bottom:30px;
	position:relative;
}

.SEgroup_4 {
	background:url(../images/SEgroup_4.jpg) no-repeat left bottom;
	width:595px;
	height:460px;
	margin-bottom:20px;
	position:relative;
}

.TGbook_cover {
	background:url(../images/inquireTG_cover.png) no-repeat left top;
	width:260px;
	height:314px;
	position:absolute;
	top:-30px;
	right:0;
}

.TGgroup_1 {
	background:url(../images/TEgroup_1.jpg) no-repeat left bottom;
	width:595px;
	height:420px;
	margin-bottom:30px;
}

.TGgroup_2 {
	background:url(../images/TEgroup_2.jpg) no-repeat left bottom;
	width:595px;
	height:495px;
	margin-bottom:30px;
}

.TGgroup_3 {
	background:url(../images/TEgroup_3.jpg) no-repeat left bottom;
	width:595px;
	height:365px;
	margin-bottom:30px;
}



.SEgroup_2 table, .SEgroup_3 table, .SEgroup_4 table {
	margin:10px 0 0 0;
}

.frontpage_yellowbox h1 {
	margin-top:0;
	padding-top:0;
}

.frontpage_yellowbox h2.moreabout_subheading {
	padding:0 0 4px 0;
	font-size:15pt;
	line-height:18pt;
}

.InquireCloserLook {
	position:relative;
}

.InquireCloserLook p {
	margin-right:200px;
}

.InquireOnline_Cover {
	background:url(../images/teacherandstudent.png) no-repeat left top;
	width:314px;
	height:292px;
	position:absolute;
	top:-50px;
	right:0;
	z-index:100;
}


.moreInquireSE_1 {
	background:url(../images/moreInquireSE_1.png) no-repeat left top;
	width:186px;
	height:316px;
	position:absolute;
	top:-20px;
	right:-115px;
}

.moreInquireSE_2 {
	background:url(../images/moreInquireSE_2.png) no-repeat left top;
	width:262px;
	height:594px;
	position:absolute;
	top:-90px;
	right:-200px;
}

.moreInquireSE_3 {
	background:url(../images/moreInquireSE_3.png) no-repeat left top;
	width:368px;
	height:559px;
	position:absolute;
	bottom:-159px;
	right:-205px;
	z-index:100;
}

.moreInquireSE_4 {
	background:url(../images/moreInquireSE_4.png) no-repeat left top;
	width:417px;
	height:193px;
	position:absolute;
	bottom:-49px;
	right:-180px;
	z-index:90;
}

.InquireOnline_SScallout {
	background:url(../images/InquireOnline_SScallout.jpg) no-repeat left top;
	width:585px;
	padding-top:455px;
	padding-bottom:10px;
	margin-bottom:30px;
	position:relative;
}

.InquireOnline_TGcallout {
	background:url(../images/InquireOnline_TGcallout.jpg) no-repeat left top;
	width:585px;
	padding-top:455px;
	padding-bottom:10px;
	margin-bottom:30px;
	position:relative;
}

.InquireOnline_BLcallout {
	background:url(../images/InquireOnline_BLcallout.jpg) no-repeat left top;
	width:585px;
	padding-top:455px;
	padding-bottom:10px;
	margin-bottom:30px;
	position:relative;
}


.moreInquireOnline_1 {
	background:url(../images/moreInquireOnline_1.png) no-repeat left top;
	width:242px;
	height:419px;
	position:absolute;
	top:290px;
	right:-182px;
}

.moreInquireOnline_2 {
	background:url(../images/moreInquireOnline_2.png) no-repeat left top;
	width:178px;
	height:389px;
	position:absolute;
	top:0;
	right:-200px;
}


.moreInquireOnline_3 {
	background:url(../images/moreInquireOnline_3.png) no-repeat left top;
	width:266px;
	height:1047px;
	position:absolute;
	bottom:-210px;
	right:-180px;
}

p.arrow1, p.arrow2, p.arrow3, p.arrow4, p.arrow5, p.arrow6, p.arrow7, p.arrow8, .InquireOnline_TGcallout p, .InquireOnline_BLcallout p {
	padding-left:47px;
	margin-left:38px;
	padding-right:15px;
	margin-bottom:3px;
}

p.arrow1 {
	background:url(../images/callout_numbers.png) no-repeat 0px 0px;
}

p.arrow2 {
	background:url(../images/callout_numbers.png) no-repeat 0px -36px;
}

p.arrow3 {
	background:url(../images/callout_numbers.png) no-repeat 0px -72px;
}

p.arrow4 {
	background:url(../images/callout_numbers.png) no-repeat 0px -108px;
}

p.arrow5 {
	background:url(../images/callout_numbers.png) no-repeat 0px -144px;
}

p.arrow6 {
	background:url(../images/callout_numbers.png) no-repeat 0px -180px;
}

p.arrow7 {
	background:url(../images/callout_numbers.png) no-repeat 0px -216px;
}

p.arrow8 {
	background:url(../images/callout_numbers.png) no-repeat 0px -252px;
}


/************************  About Us Styles  ***********************/

.aboutus_yellowbox {
	background-color:#fcefbc;
	padding:12px;
	margin:210px 0 4px 0;
	position:relative;
	z-index:100;
}

.aboutus_books {
	background:url(../images/aboutus_books.jpg) no-repeat left top;
	width:658px;
	height:246px;
	position:absolute;
	top:310px;
	right:-60px;
	z-index:90;
}

.aboutus_authors {
	background:url(../images/author_inqirecover.jpg) no-repeat left top;
	padding-left:210px;
	padding-top:28px;
	margin-top:30px;
}





/************************  SignUp Styles  ***********************/


.reviewerform {
	width: 460px;
	padding: 30px;
	border: 1px solid #999999;
	margin-top: 20px;
}

#InquireSignupLeft {
	margin-right: 275px;
}

#InquireSignupRight {
	float: right;
	width: 260px;
}

#InquireSignupRight img{
	padding-top:14px;
}


/************************  Contact Styles  ***********************/


.contactform {
	width: 460px;
	padding: 30px;
	border: 1px solid #999999;
	margin-top: 20px;
}


/************************  Events Styles  ***********************/


.view-events-calendar ul.links {
	margin:6px 0;
}

.view-events-calendar ul.links a {
	color:#999999;
	font-size:9pt;
	border-bottom:none;
	padding:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color: #ECECEC;
}

.view-events-calendar ul.links a:hover {
	color:#999999;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color: #CCCCCC;
}

.view-events-calendar .calendar-calendar .week {
	display:none;
}

.view-events-calendar .calendar-calendar td .inner div.day a, .view-events-calendar .calendar-calendar td .inner div.month a,  .view-events-calendar .calendar-calendar td.mini div.year a {
	border-bottom:none;
	text-decoration:none;
}

.view-events-calendar .calendar-calendar td .inner div.day a:hover, .view-events-calendar .calendar-calendar td .inner div.month a:hover, .view-events-calendar .calendar-calendar td.mini div.year a:hover {
	color: #FFFFFF;
	background-color: #4F83A9;
	border: none;
	text-decoration:none;
}

.view-events-calendar .calendar-calendar td.has-events {
	background-color:#FFFFCC;
}

.view-events-calendar .calendar-calendar th.days {
	font-size:10pt;
}

.view-events-calendar .calendar-calendar td div.day {
	margin-bottom:4px;
	padding:2.5px;
}

.view-events-calendar .calendar-calendar div.date-nav{
	background-color:#307EB1;
	border:none;
	padding:4px 10px;
	-moz-box-shadow: 1px 1px 2px #205270;
	-webkit-box-shadow: 1px 1px 2px #205270;
	box-shadow: 1px 1px 2px #205270;
}

.view-events-calendar .month-view div.date-nav {
	padding:0px 10px;
}

.view-events-calendar .date-nav div.date-heading h3 {
	color:#FFFFFF;
}

.view-events-calendar .month-view .date-nav div.date-heading h3 {
	font-size:12pt;
}

.view-events-calendar span.next a, .view-events-calendar div.date-nav div.date-heading h3 a {
	color:#FFFFFF;
	border-bottom:#FFFFFF;
}

.view-events-calendar span.next a:hover, .view-events-calendar .date-nav div.date-heading h3 a:hover {
	background-color:transparent;
	color:#DEDEDE;
	text-decoration:none;
}

.view-events-calendar .calendar-calendar .inner {
	line-height:10pt;
}

.view-events-calendar .calendar-calendar td.empty {
	background-color:#E6EEF6;
}

.view-events-calendar .calendar-calendar tr td.today, .view-events-calendar .calendar-calendar tr.odd td.today, .view-events-calendar .calendar-calendar tr.even td.today {
	background-color:#8BC1F3;
}

.view-events-calendar .calendar-calendar .year-view td table td {
	padding:3px;
}

/*******  Teasers that go under the calender  *******/

.event-calendar-teasers {}

.event-calendar-teasers .views-row {
	clear:both;
	margin:10px 0 30px 0;
}

.event-calendar-teasers .views-field-field-eventlogo-fid {
	float:left;
}

.event-calendar-teasers .views-field-title {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: 18pt;
	font-weight: bold;
	color: #000000;
	padding-left:115px;
}

.event-calendar-teasers .views-field-field-eventdate-value {
	font-size:12px;
	margin-top:3px;
	color:#999999;
	padding-left:115px;
}

.event-calendar-teasers .views-field-body {
	padding-left:115px;
}


/*******  Full Event page  *******/

.eventitem_date {
	background-color:#307EB1;
	padding:0 6px;
	margin-bottom:25px;
}

.eventitem_date span.date-display-single, .eventitem_date span.date-display-start, .eventitem_date span.date-display-separator, .eventitem_date span.date-display-end {
	color:#FFFFFF;
	font-weight:bold;
}

.eventitem_logo img {
	float:left;
	margin:0 15px 15px 0;
}

.eventitem_file .filefield-file {
	padding:10px 6px;
	border:dotted 1px #CCCCCC;
	margin:15px 0 15px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}



/************************  Blog Styles  ***********************/

.view-Blog {}

.view-Blog .views-row, .view-Blog-category .views-row, .view-Blog-date .views-row {
	position:relative;
}

.view-Blog h2.title, .view-Blog-category h2.title,  .view-Blog-date h2.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22pt;
	font-style: normal;
	line-height: 23pt;
	font-weight: normal;
	color: #000000;
	margin:0px;
	padding:35px 0 2px 0;
	border-bottom:1px solid #74b2e7;
}

.view-Blog h2.title a, .view-Blog-category h2.title a, .view-Blog-date h2.title a {
	color:#000000;
	border-bottom:none;
}

.view-Blog h2.title a:hover, .view-Blog-category h2.title a:hover, .view-Blog-date h2.title a:hover {
	color:#4F83A9;
	background-color:transparent;
}

.view-Blog .views-field-created, .view-Blog-category .views-field-created, .view-Blog-date .views-field-created {
	color:#666666;
	font-size:9pt;
	line-height:10pt;
	text-align:right;
	margin:3px 0 10px 0;
}

.view-Blog img.imagecache-blogpost_teaser, .view-Blog-category img.imagecache-blogpost_teaser, .view-Blog-date img.imagecache-blogpost_teaser {
	float:left;
	margin:0 15px 15px 0;
}

.view-Blog a.imagecache-blogpost_teaser, .view-Blog-category a.imagecache-blogpost_teaser, .view-Blog-date a.imagecache-blogpost_teaser {
	border-bottom:none;
}

.view-Blog a.imagecache-blogpost_teaser:hover, .view-Blog-category a.imagecache-blogpost_teaser:hover, .view-Blog-date a.imagecache-blogpost_teaser:hover {
	background-color:transparent;
}


.view-Blog .views-field-path {
	font-size:9pt;
	line-height:9pt;
	text-align:right;
}


.view-Blog ul.links.inline {
	margin:10px 0 20px 0;
	display:block;
	text-align: right;
}

.view-Blog ul.links li.service-links-facebook-like {
	padding:0 3px 0 3px;
}

.view-Blog ul.links li.service-links-google-plus-one, .view-Blog li.service-links-twitter-widget, .view-Blog li.service-links-linkedin-share-button {
	padding:0 3px 2px 3px;
}

.view-Blog ul.links li.node_read_more, .view-Blog-category ul.links li.node_read_more, .view-Blog-date ul.links li.node_read_more {	
	display:none;
}


a.blogpost_readmore {
	font-size:9pt;
	line-height:10pt;
	color:#990000;
	border-bottom-color:#990000;
}

a.blogpost_readmore:hover {
	background-color:#990000;
	color:#FFFFFF;
}

.blogpost_full_imageblock {
	float:left;
	margin:0 15px 15px 0;
}

img.imagecache-blogpost_full {
	margin: 0;
}

.blogpost_full_imageblock p {
	font-size:8pt;
	line-height:9pt;
	margin:0;
}

div.sidebar p.blog_rss {
	font-weight:bold;
	font-size:12pt;
	padding-left:45px;
	background:url(../images/rss_button.jpg) no-repeat left top;
	height:40px;
}

#block-views-Blog-block_4 ul, #block-views-Blog-block_3 ul, #block-views-Blog-block_2 ul, #block-views-Blog-block_1 ul {
	padding:0;
}

#block-views-Blog-block_4 ul li, #block-views-Blog-block_3 ul li, #block-views-Blog-block_2 ul li, #block-views-Blog-block_1 ul li {
    color: #666666;
    font-size: 10pt;
    line-height: 13pt;
    list-style: disc outside none;
    margin-bottom: 4px;
    margin-left: 20px;
}


.view-id-Blog .item-list li, .view-Blog-date .item-list li {
	list-style:none;
}

form.fivestar-widget {
	margin-top:20px;
}

/*******  Print HTML button  ********/

span.print_html {
    float: right;
    font-size: 9pt;
    margin-left: 1em;
}

span.print_html a:link, span.print_html a:visited{
	padding:3px;
	background-color:#CCCCCC;
	color:#333333;
	border:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

span.print_html a:hover{
	padding:3px;
	background-color:#666666;
	color:#FFFFFF;
}
	

/************************  Node Link Styles  ***********************/


ul.links li {
		vertical-align:bottom;
}

ul.links.inline {
	margin:10px 0 20px 0;
	display:block;
}

ul.links .fb_share_count_wrapper {
	float:none;
	display:inline-block;
	
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}

ul.links .fb_share_count_top {
	font-size:11.5pt;
	line-height:23pt;
}

ul.links .fb_share_count_nub_top {
	top:32px;
}

ul.links .FBConnectButton {
	margin-bottom:6px;
}

ul.links li.service-links-facebook-like {
	padding:0 3px 0 3px;
}

ul.links li.service-links-facebook-like iframe {
	margin-bottom:-3px;
}


ul.links li.service-links-google-plus-one, ul.links li.service-links-twitter-widget {
	padding:0 3px 2px 3px;
}




/************************  Inquire Standard Styles  ***********************/

#ISTE, #p21, #CCSS {}

#ISTE td, #p21 td, #CCSS td{
	padding:4px;
	border:solid 1px #999999;
}

#ISTE td.standardText, #p21 td.standardText, #CCSS td.standardText {
	border-right:none;
}

#ISTE td.standardText ol li, #CCSS td.standardText ol.CCSS_alpha li {
	list-style-type: lower-alpha;
	list-style-image: none;
}

#CCSS td.standardText ol li {
	list-style-type:decimal;
	list-style-image: none;
}

#ISTE td.standardTitle, #p21 td.standardTitle, #CCSS td.standardTitle {
	background-color:#C2DFFF;
	width:425px;
	border-right:none;
}

#p21 td.inquireCompare_subject {
	background-color:#C2DFFF;
	width:240px;
	border-right:none;
}

#p21 td.inquireCompare_themes {
	background-color:#C2DFFF;
	width:315px;
	border-right:none;
}

#ISTE td.standardTitle_doubleArrow, #p21 td.standardTitle_doubleArrow, #CCSS td.standardTitle_doubleArrow {
	background-color:#C2DFFF;
	border-right:none;
}

#ISTE td.standardTitle_tripleArrow, #p21 td.standardTitle_trippleArrow, #CCSS td.standardTitle_trippleArrow {
	background-color:#C2DFFF;
	border-right:none;
}

#ISTE h3, #p21 h3, #CCSS h3 {
	padding:0;
}

#ISTE td.IquireTitle, #p21 td.IquireTitle, #CCSS td.IquireTitle {
	background-color:#E7EDF3;
	background-image: url(../images/tableArrow_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-left:none;
	vertical-align:middle;
}

#p21 td.inquireEquivalent {
	background-color:#E7EDF3;
	background-image: url(../images/tableArrow_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-left:none;
	vertical-align:middle;
}

#ISTE td.IquireTitle_doubleArrow, #p21 td.IquireTitle_doubleArrow, #CCSS td.IquireTitle_doubleArrow {
	background-color:#E7EDF3;
	background-image: url(../images/tableArrow_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-left:none;
	vertical-align:middle;
}

#ISTE td.IquireTitle_trippleArrow, #p21 td.IquireTitle_trippleArrow, #CCSS td.IquireTitle_trippleArrow {
	background-color:#E7EDF3;
	background-image: url(../images/tableArrow_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-left:none;
	vertical-align:middle;
}

#ISTE h4, #p21 h4, #CCSS h4 {
	padding:0 0 0 30px;
	margin:0;
}

#ISTE td.standardText, #ISTE td.InquireText, #p21 td.standardText, #p21 td.InquireText, #CCSS td.standardText, #CCSS td.InquireText {
	padding-bottom:15px;
}

#ISTE .tablePadding, #p21 .tablePadding, #CCSS .tablePadding {
	border-left: none;
	width:24px;
}

#p21 td.inquireCompare_text {
	border-right:none;
}

div.Standard_backtotop {
	float:right;
	font-size:8pt;
	margin-left:20px;
}


#reserachListing {
	margin: 25px 40px 0 40px;
}

#reserachListing p{
	margin:0 0 10px 40px;
	text-indent:-40px;
}



/************************  LightBox Styles  ***********************/

#lightbox {}

#lightbox a:link, #lightbox a:visited {
	border-bottom:none;
}

#lightbox a:hover {
	background-color:transparent;
}

#imageData #caption {
	font-weight:normal;
	font-size:9pt;
}

#imageData #numberDisplay {
	color:#8D9CAA;
	padding-top:10px;
}




/************************  Comments Styles  ***********************/


ul.links li.first {
	padding-left:0;
}

ul.links li.comment_add a, ul.links li.comment_comments a{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-image: url(../images/addcomment_icon.jpg);
	background-repeat: no-repeat;
	background-position: 4px center;
	background-color:#ECECEC;
	border-bottom:none;
	color:#666666;
	font-size:9pt;
	padding:2px 4px 2px 22px;
}

ul.links li.comment_add a:hover, ul.links li.comment_comments a:hover{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color:#CCCCCC;
	color:#666666;
}


#comments {
	border-top:1px solid #999999;
}


#comments h2.title {
	padding:10px 0 6px 0;
}

#comments .box h2 {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 15pt;
	font-style: normal;
	line-height: 17pt;
	font-weight: bold;
	color: #000000;
	margin:0px;
	padding: 13px 0 0 0;
}

div.submitted {
	background-image: url(../images/sumbitted_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:9pt;
	padding-left:14px;
	margin:4px 0 4px 0;
	color:#999999;
}

#comments ul.links {
	margin:6px 0 6px 0;
}

#comments ul.links li {
	padding:0 2px 0 2px;
}

#comments ul.links li.first {
	padding:0 2px 0 0px;
}


#comments ul.links li a{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color:#ECECEC;
	border-bottom:none;
	color:#666666;
	font-size:9pt;
	padding:2px 4px 2px 4px;
}

#comments ul.links li a:hover{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color:#CCCCCC;
	color:#666666;
}


.commentQuestion {
	background-color:#FCEFBC;
	padding:8px;
	margin-top:30px;
	margin-bottom:4px;
}

.commentQuestion p:first-child {
	margin:0;
}


form#comment-form {
	background-color:#edeeee;
	padding:10px;
	border: 1px solid #CCCCCC;
    margin-top: 10px;
}

form#comment-form #edit-name-wrapper, form#comment-form #edit-mail-wrapper {
	float: left;
    margin: 0 30px 0 0;
    width: 240px;
}

form#comment-form #edit-subject-wrapper {
	clear:both;
}

form#comment-form #edit-mail-wrapper .description {
	font-size:9pt;
	line-height:11pt;
	margin-top:2px;
}

form#comment-form input#edit-subject {
	width:89%;
} 

form#comment-form input#edit-name, form#comment-form input#edit-mail {
    width: 240px;
}

form#comment-form #edit-homepage-wrapper, form#comment-form .wysiwyg .tips {
	display:none;
}


/************************  Flordia Standard pages  ***********************/


#FLStandard {}

#FLStandard table { 
	padding:0;
	margin:6px 0 16px 0;
}

#FLStandard td {
	padding:8px;
	border:1px solid #999999;
}

#FLStandard tr.FLStandard_titlerow {
	background-color:#F7F6D3;
}

#FLStandard td.FLStandard_title {
	width:120px;
}

#FLStandard td.FLStandard_explain {
	width:325px;
}

#FLStandard td.FLStandard_pages {}

#FLStandard tr.FLStandard_studentswill td {
	font-weight:bold;
	color:#666666;
	font-size:10pt;
	line-height:10pt;
	padding:26px 4px 4px 4px;
}


/*************** WYSIWYG resets ***************/

body.mceContentBody   {
	text-align:left;
	background-color: #FFFFFF;
	padding:4px;
}



/**********  Store Front Styles  **********/

.stores_sidemenu {
	width:180px;
	padding:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#CCCCCC;
	position:absolute;
	top:150px;
	right:0px;
}

.view-store-front table tr td {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    padding-top: 50px;
}

.view-store-front table tr.row-first td {
    padding-top: 15px;
}

.view-store-front h3 {
    background-color: #F7EFD2;
    color: #333333;
    margin-top: 36px;
    padding: 2px 0 2px 4px;
}

.view-store-front .views-field-title, .view-store-front h2.title {	
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: bold;
	color: #000000;
	margin:0 0 0 100px;
	padding: 0 0 3px 0;
	text-align:left;
}

.view-store-front .views-field-model, .view-store-front p.storefront_productISBN {
	font-size:10pt;
	color:#888888;
	display: block;
	margin:0 0 8px 100px;
}

.view-store-front .views-field-field-image-cache-fid, .view-store-front .imagecache-uc_thumbnail {
	text-align:left;
	float:left;
}

.view-store-front a.imagecache-uc_thumbnail, .view-store-front a:hover.imagecache-uc_thumbnail {
	border-bottom:none;
	background-color:transparent;
}

.view-store-front .views-field-field-storefront-teaser-value, .view-store-front .storefront_productTeaser {
	padding: 0 0 10px 0px;
	margin:0 0 10px 100px;
	border-bottom:1px solid #CCCCCC;
}

.views-field-field-image-cache-fid a, .views-field-field-image-cache-fid a:hover {
	border-bottom:none;
	background-color:transparent;
}

.productprice_Teaser {
	float:left;
	font-size:16pt;
}

.productprice_Teaser .sell {
	display:inline;
}

.view-store-front .views-field-sell-price, .view-store-front .uc-price-sell {
	text-align:left;
	font-size:14pt;
	font-weight:bold;
	margin:0;
}

.view-store-front div.add-to-cart {
	float:right;
	margin:0 0 0 0;
	text-align:left;
}

.view-store-front .form-item {
	margin-bottom:8px;
	display:inline;
}

.view-store-front .form-item label {
	display:inline;
}


.view-store-front div.add-to-cart .form-submit {
	font-size:10pt;
	padding:2px 10px 2px 10px;
	display:inline;
	margin-left:10px;
}


.view-store-front table.comparechart {}

.view-store-front table.comparechart tr td{
	padding:3px;
	border-bottom:none;
}

.view-store-front table tr td.comparechart_head {
    font-weight: bold;
	line-height:12pt;
	text-align:center;
	background-color:#e8f3fb;
	width:120px;
}

span.comparechart_subhead {
    display: block;
    font-size: 9pt;
}

.view-store-front table tr td.comparechart_item {
	text-align:right;
	font-size:10pt;
	border-bottom:.5px solid #999999;
	padding-right:10px;
}

.view-store-front table tr td.comparechart_check {
	background-color:#e8f3fb;
	border-bottom:.5px solid #999999;
	text-align:center;
}

.view-store-front table tr td.comparechart_blank {
	width:6px;
	background-color:#FFFFFF;
	border-bottom:.5px solid #999999;
}



/*****  ZB productteaser Styles  *****/

p.ZBexplanation_Teaser {
	padding: 4px 0 0 0;
	color: #999;
	line-height: 10pt;
	clear: both;
	font-size: 8pt;
	text-align: right;
	margin: 0;
}

p.ZBexplanation_Teaser a {
	color: #666666;
	border-bottom: none;
}

p.ZBexplanation_Teaser a:hover {
	color:#666666;
	border-bottom:1px dotted #666666;
	background-color:transparent;
}	

a.store_zbpurchase_Teaser {
	display: block;
	background-color: #58A458;
	padding: 4px 10px 4px 10px;
	color: white;
	font-size: 13pt;
	line-height: 16.5pt;
	margin: 0;
	border-bottom: none;
	border-radius: 3px;
	float: right;
	margin-bottom: 1px;
}


a:hover.store_zbpurchase_Teaser {
	background-color: #3D853B;
}






/**********  Product Styles  **********/

#content-area .node-type-product {
	padding-top:25px;
}

.meta div.terms {
	display:none;
}

.product_leftcol {
	float:left;
	margin:0;
	padding:0;
	width:235px;
}

.product-image {
	margin-left:0;
	padding-left:0;
}

.product_extraInfo {
	margin-top:25px;
}

.product_leftcol #inquireDownloads { /* Inquire Downlowad Box reset */
	position:static;
}

.ProductInformationField {
	margin-left:260px;
}

.product-image a:link, product-image a:visited {
	border-bottom:none;
}

.product-image a:hover {
	background-color:transparent;
}

.more-product-images a {
	padding-right:6px;
}

span.uc-price-sell {
	font-size:16pt;
	font-weight:bold;
	background-color:trasparent;
	padding-top:5px;
}

span.uc-price-sell span.price-prefixes {
	display:block;
	font-weight:normal;
	font-size:12pt;
	background-color:#cfe6ff;
	width:210px;
	padding:1px 0px 1px 4px;
}

p.discountTitle {
	margin-top:15px;
	background-color:#cfe6ff;
	width:210px;
	padding:1px 0px 1px 4px;
}

table.discountList {
	margin:2px 0 4px 10px
}

table.discountList td {
	text-align:right;
	font-size:10pt;
	line-height:12pt;
	padding-right:2px;
}

table.discountList td.discountPercent {
	text-align:left;
	font-weight:bold;
}

p.discountExplanation, .form-item .description p {
	color:#555555;
	font-size:10pt;
	line-height:12pt;
	margin-top:6px;
}

div.add-to-cart {
	float:right;
	margin-right:0;
}

div.ProductInformationField input.form-submit {
	padding:2px 10px;
	font-size:10pt;
	width:105px;
}

div.add-to-cart div.form-item {
	margin-top:0;
}

div.add-to-cart .form-item label {
	padding-bottom:3px;
}

.product-body {
	float:left;
	margin-top:30px;
}


/*****  ZB productfull Styles  *****/

p.ZBexplanation_Full {
	margin:6px 0 20px 0;
	color:#999;	
	line-height:12pt;
}

p.ZBexplanation_Full a {
	color:#666666;
	border-bottom:none;
}

p.ZBexplanation_Full a:hover {
	color:#666666;
	border-bottom:1px dotted #666666;
	background-color:transparent;
}	

a.store_zbpurchase_Full {
	display:block;
	background-color: #58a458;
	background-image: url(/sites/all/themes/tlearning/images/redesign/frontpage_cartbttn.png);
	padding: 6px 40px 6px 10px;
	color: #FFFFFF;
	font-size: 14pt;
	line-height: 16.5pt;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 250px center;
	border-bottom:none;
	border-radius:3px;
	width:250px;
}


a:hover.store_zbpurchase_Full {
	background-color: #3D853B;
}







/**********  Cart Styles  **********/

#cart-form-products {
	margin-top:30px;
}

#cart-form-products table {
	margin:0;
}

#cart-form-products thead.tableHeader-processed {
	background-color:#CFE6FF;
}

#cart-form-products thead.tableHeader-processed th {
	font-family:"Trebuchet MS", sans-serif;
	font-size:12pt;
	padding:4px;
}

#cart-form-products tbody tr {
	background-color:#FFFFFF;
}

#cart-form-products tbody td {
	padding:4px;
}

#cart-form-products ul.product-description {
	margin:0;
}

#cart-form-products table input.form-submit {
	padding:0 4px;
	font-size:9pt;
}

.uc-discounts-cart-pane-container {
	margin-top:15px;
	border:none;
}

.uc-discounts-cart-pane-container tbody, .uc-discounts-cart-pane-container tbody tr {
	border:none;
	background-color:#FFFFFF;
}

.uc-discounts-cart-pane-container tbody tr:last-child {
	border-top:1px solid #CCCCCC;
}

.uc-discounts-cart-pane-container tbody tr:last-child td.uc-discounts-cart-pane-table-cell {
	font-size:16pt;
	padding-top:8px;
}

table.uc-discounts-cart-pane-table {
	margin:0;
}

#cart-form-buttons {
	padding-top:15px;
	border:none;
}



/**********  Cart Styles  **********/


#cart-pane {}

#cart-pane .item-list ul {
	margin:0;
}

#cart-pane thead.tableHeader-processed {
	background-color:#CFE6FF;
}

#cart-pane thead.tableHeader-processed th {
	font-family:"Trebuchet MS", sans-serif;
	font-size:12pt;
	padding:4px;
}

#checkout-form-bottom {
	border:none;
}


/******************  Recent News Styles  **********************/

.view-news-list .views-field-title {
	font-size: 15pt;
	font-style: normal;
	line-height: 17pt;
	font-weight: bold;
	margin: 13px 0 0 0;
}

.view-news-list .views-field-field-articlesummary-value {
	font-style:italic;
}

.newsarticle_summary p {
	color: #666;
	margin:0 0px 14px 0px;
	font-style:italic;
}


/********************  Project Styles  ************************/

/*****  Project Entry Styles  ******/

body.page-node-add-project-item label, body.node-type-project-item.section-node-edit label {
	margin-bottom:3px;
}

body.page-node-add-project-item div.fieldset-wrapper div.form-item, body.node-type-project-item.section-node-edit div.fieldset-wrapper div.form-item {
  	border-bottom: 1px solid #CCCCCC;
  	padding-bottom: 20px;
}

body.page-node-add-project-item div.fieldset-wrapper select, body.node-type-project-item.section-node-edit div.fieldset-wrapper select {
	width:250px;
}

body.page-node-add-project-item div.fieldset-wrapper option, body.node-type-project-item.section-node-edit div.fieldset-wrapper option {
	font-size:9pt;
	padding:2px 6px;
}

body.page-node-add-project-item div.fieldset-wrapper .description, body.page-node-add-project-item fieldset.group-project-extras .description, body.node-type-project-item.section-node-edit div.fieldset-wrapper .description, body.node-type-project-item.section-node-edit fieldset.group-project-extras .description {
	font-size: 9pt;
    margin: 8px 0 0 0;
}

body.page-node-add-project-item fieldset.group-project-extras {}

body.page-node-add-project-item fieldset.group-project-extras table, body.page-node-add-project-item fieldset.group-project-extras div#edit-field-project-youtube-0-embed-wrapper, body.node-type-project-item.section-node-edit fieldset.group-project-extras table, body.node-type-project-item.section-node-edit fieldset.group-project-extras div#edit-field-project-youtube-0-embed-wrapper {
    border-top: 1px solid #CCCCCC;
    margin-top: 28px;
    padding-top: 28px;
    width: 100%;
}

body.page-node-add-project-item fieldset.group-project-extras table.sticky-header, body.node-type-project-item.section-node-edit fieldset.group-project-extras table.sticky-header {
	margin-top:0;
}

body.page-node-add-project-item fieldset.group-project-extras table#field_project_images_values, body.node-type-project-item.section-node-edit fieldset.group-project-extras table#field_project_images_values {
	border-top:none;
}

body.page-node-add-project-item fieldset.group-project-extras table thead th, body.node-type-project-item.section-node-edit fieldset.group-project-extras table thead th {
	padding-top:20px;
	padding-bottom:3px;
}

body.page-node-add-project-item fieldset.group-project-extras div.form-item, body.node-type-project-item.section-node-edit fieldset.group-project-extras div.form-item {
	margin:0;
}

body.page-node-add-project-item fieldset.group-project-extras input.form-file, body.node-type-project-item.section-node-edit fieldset.group-project-extras input.form-file {
	margin-right:20px;
}

body.page-node-add-project-item fieldset.group-project-extras div.content-add-more, body.node-type-project-item.section-node-edit fieldset.group-project-extras div.content-add-more {
	margin-top:12px;
}

body.node-type-project-item.section-node-edit div#edit-field-project-youtube-0-emvideo-delete-wrapper {
	margin-top:10px;
	padding:6px;
	border:1px solid #CCCCCC;
}


/*Removes the Show summary in full view checkbox from the body form
*/

body.page-node-add-project-item .teaser-checkbox div.form-item {
	display:none;
}



/*****  Project Full Styles  ******/


.project_detailsbox {
	background-color:#edeeee;
	padding:10px;
	margin-bottom:30px;
}

.project_detailsbox form.fivestar-widget {
	float:right;
	margin-top:0;
	padding-left:15px;
	border-left:1px solid #545454;
	width:150px;
}

.project_detailsbox .project_taxgroup {
	padding-right:185px;
}

span.project_taxspan {
	color:#545454;
	font-weight:bold;
	font-size:9pt;
	line-height:10pt;
}

.project_taxgroup ul.links {
	margin:0;
	display:inline;
}

.project_taxgroup ul.links li {
	color:#545454;
	font-size:9pt;
	line-height:10pt;
	padding:0 4px;
	background-color:#FFFFFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.project_imagegallery {
	float:right;
	margin:0 0 12px 12px;
}

.project_maincontent {
	margin-bottom:50px;
}

.project_imagegallery a, .project_imagegallery a:hover {
	border:none;
	background-color:transparent;
}

.project_imagegallery a img {
	border:4px solid #edeeee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.project_imagegallery a:hover img {
	border:4px solid #dbebf2;
}

fieldset.project_fieldset {
	font-size:9pt;
}

fieldset.project_fieldset legend {
	color:#545454;
}

.node-type-project-item .emvideo-video iframe {
	width:600px;
	height:450px;
}

.project_detailsbox span.flag-offensive a {
	border-bottom:none;
	font-weight:bold;
	font-size:10pt;
}

.project_detailsbox span.flag-offensive a:hover{
	color:#990000;
	background-color:transparent;
}

.project_detailsbox span.flag-message {
	position:static;
}

h3.projectshare {
	margin-top:30px;
	font-size:13pt;
	color:#666666;
}

/*****  Project Showcase Styles  ******/


#content-area .project-teaser .views-row {
	margin-top:30px;
	display:inline-block;
	
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}

#content-area .project-teaser .views-row-odd {
	margin-right:16px;
}

.projectteaser_outerbox {
	width:260px;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.projectteaser_innerbox {
	background-color:#FFFFFF;
	padding:10px;
	height:312px;
	overflow:hidden;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow: 2px 2px 3px #666666;
	-webkit-box-shadow: 2px 2px 3px #666666;
	box-shadow: 2px 2px 3px #666666;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.projectsubj_884 a .projectteaser_outerbox {
	background-color:#c8dfbf;
	border:2px solid #ffffff;
}

.projectsubj_884 a:hover .projectteaser_outerbox {
	background-color:#75af5f;
	border:2px solid #75af5f;
}

.projectsubj_884 .projectteaser_innerbox {
	background-image: url(/sites/all/themes/thoughtfullearning/images/projectsubj_science.jpg);
}

.projectsubj_883 a .projectteaser_outerbox {
	background-color:#f3aec2;
	border:2px solid #ffffff;
}

.projectsubj_883 a:hover .projectteaser_outerbox {
	background-color:#e23466;
	border:2px solid #e23466;
}

.projectsubj_883 .projectteaser_innerbox {
	background-image: url(/sites/all/themes/thoughtfullearning/images/projectsubj_math.jpg);
}

.projectsubj_887 a .projectteaser_outerbox {
	background-color:#f3d2ad;
	border:2px solid #ffffff;
}

.projectsubj_887 a:hover .projectteaser_outerbox {
	background-color:#e28e33;
	border:2px solid #e28e33;
}

.projectsubj_887 .projectteaser_innerbox {
	background-image: url(/sites/all/themes/thoughtfullearning/images/projectsubj_sstudies.jpg);
}

.projectsubj_885 a .projectteaser_outerbox {
	background-color:#f5f2bf;
	border:2px solid #ffffff;
}

.projectsubj_885 a:hover .projectteaser_outerbox {
	background-color:#e5de5e;
	border:2px solid #e5de5e;
}

.projectsubj_885 .projectteaser_innerbox {
	background-image: url(/sites/all/themes/thoughtfullearning/images/projectsubj_english.jpg);
}

.projectsubj_886 a .projectteaser_outerbox {
	background-color:#e9c5e9;
	border:2px solid #ffffff;
}

.projectsubj_886 a:hover .projectteaser_outerbox {
	background-color:#c76fc9;
	border:2px solid #c76fc9;
}

.projectsubj_886 .projectteaser_innerbox {
	background-image: url(/sites/all/themes/thoughtfullearning/images/projectsubj_esl.jpg);
}

.projectsubj_888 a .projectteaser_outerbox {
	background-color:#c1daed;
	border:2px solid #ffffff;
}

.projectsubj_888 a:hover .projectteaser_outerbox {
	background-color:#65a3d1;
	border:2px solid #65a3d1;
}

.projectsubj_888 .projectteaser_innerbox {
	background-image: url(/sites/all/themes/thoughtfullearning/images/projectsubj_art.jpg);
}

.projectsubj_889 a .projectteaser_outerbox {
	background-color:#7FD3C7;
	border:2px solid #ffffff;
}

.projectsubj_889 a:hover .projectteaser_outerbox {
	background-color:#43AFA2;
	border:2px solid #43AFA2;
}

.projectsubj_889 .projectteaser_innerbox {
	background-image: url(/sites/all/themes/thoughtfullearning/images/projectsubj_other.jpg);
}


.project_teaser_extrasbox {
	margin-top:4px;
	padding:0 12px;
}

.project_teaser_extrasbox .project_teaser_resourcesbox {
	}

.project_teaser_extrasbox .fivestar-widget-static {
	float:right;
}

.project_teaser_extrasbox span.flag-offensive {
	display:block;
    font-size: 9pt;
    margin-top: 0;
    text-align: right;
	position:relative;
}

.project_teaser_extrasbox span.flag-offensive a{
	border-bottom:none;
}

.project_teaser_extrasbox span.flag-offensive a:hover{
	color:#990000;
	background-color:transparent;
}

.project_teaser_extrasbox span.flag-offensive .flag-message  {
	right:0;
	width:auto;
}

.projectteaser_title {
	padding-left:72px;
	min-height:68px;
}

.projectteaser_title h2 {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 15pt;
	font-style: normal;
	line-height: 17pt;
	font-weight: bold;
	color: #000000;
	margin:0 0 6px 0;
	padding:0;
}

.project_teaser_authorinfo {
	background-image: url(/sites/all/themes/thoughtfullearning/images/sumbitted_icon.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left:10px;
	color:#666666;
	font-size:9pt;
	line-height:10pt;
	margin:0 0 8px 0;
}



/****  Project Showcase Search Styles  ****/

.view-project-showcase .view-filters {
	background-color:#f5f5f5;
	position:relative;
	padding:14px;
	border:.5px solid #CCCCCC;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow: 2px 2px 3px #666666;
	-webkit-box-shadow: 2px 2px 3px #666666;
	box-shadow: 2px 2px 3px #666666;
	width:550px;
}

.view-project-showcase .views-widget-filter-body input {
	font-size:12pt;
	color:#666666;
	width:400px;
	margin-bottom:12px;
}

.view-project-showcase .views-exposed-widget {
	margin:0;
}

.view-project-showcase .views-exposed-widget fieldset, .view-project-showcase .views-exposed-widget .form-radios {
	width:180px;
	margin:0px;
}

.view-project-showcase .views-widget-filter-term_node_tid_depth {
	display:block;
}

.view-project-showcase .form-checkboxes, .view-project-showcase .form-radios .fieldset-wrapper {
	font-size:9pt;
	margin:0;
	max-height:200px;
	overflow:auto;
}

.view-project-showcase .views-exposed-widget legend {
	font-size:10pt;
	font-weight:normal;
}

.view-project-showcase .views-exposed-widget {
	padding:2px 6px 0 0;
}

.views-widget-filter-term_node_tid_depth {
	float:left;
}

.views-widget-filter-term_node_tid_depth_1 {
	float:left;
}

.views-widget-filter-term_node_tid_depth_2 {
	float:left;
	clear:both;
}

.views-widget-filter-term_node_tid_depth_3 {
	float:left;
}

.view-project-showcase .views-submit-button {
    left: 450px;
    position: absolute;
    top: -10px;
}



/****  Project Showcase Sidebar Styles  ****/

.addproject_sidebar {}

div.sidebar .addproject_sidebar p {
	font-size:9pt;
	line-height:11pt;
	margin-bottom:4px;
}

div.sidebar .addproject_sidebar p.joinproject {
	margin-top:15px;
	font-weight:bold;
}

.addproject_sidebar a.sidebar_linkbutton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f35b5b), color-stop(1, #c22626) );
	background:-moz-linear-gradient( center top, #f35b5b 5%, #c22626 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f35b5b', endColorstr='#c22626');
	background-color:#f35b5b;
	border:1px solid #951111;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	padding:6px 0px;
	text-shadow:1px 1px 0px #000000;
}

.addproject_sidebar a.sidebar_linkbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c22626), color-stop(1, #f35b5b) );
	background:-moz-linear-gradient( center top, #c22626 5%, #f35b5b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c22626', endColorstr='#f35b5b');
	background-color:#c22626;
}

.addproject_sidebar span.addprojectbutton_smtext {
	font-size:11pt;
	display:block;
}

.block .view-project-showcase ol, .block .view-project-showcase ul {
	padding-left:26px;
	margin-top:8px;
}

.block .view-project-showcase ol li, .block .view-project-showcase ul li {
    font-size: 11pt;
    line-height: 14pt;
    margin-bottom: 3px;
}









