﻿@charset "UTF-8";

.clearfix { display:inline-block; }
.clearfix:after { visibility:hidden; display:block; font-size:0; content:" "; height: 0;clear: both;}
* html .clearfix { height: 1%;  }
.clearfix { display: block; }

.connections_container {
    margin: 20px 0;
}

.connections_poll_header {
    background-color:#efdc0e;
    padding: 11px 0px 6px 20px;
    width:570px;
    height: 53px;
    color:#454343;
    font-size:11px;
    font-weight:bold;
    float:right;
    margin-right: -20px;
    margin-bottom: 20px;
}
.connections_poll_header img {
    float:left;
    margin: 0;
    padding: 3px 0 0;
}

.connections_poll_header p {
    float: left;
    width: 243px;
    margin: 0 0 0 15px;
    border-left: 5px solid #1eafe0;
    padding:0 0 0 15px;
}

#connections_poll_results {
    margin-top: 20px;
    margin-left: 10px;
    width: 570px;
}

.connections_poll_answer {
    margin: 0 10px 28px 0;
    border: 4px dotted #b4f4ec;
    padding: 10px 0;
    float: right;
    width: 171px;
    text-align: center;
}

.connections_poll_answer p {
    margin: 20px 0 0;
    padding: 0;
    color: #484646;
    font-weight: bold;
    width: 183px;
    line-height: 1.2em;
}

.connections_poll_answer strong {
    font-size: 125%;
}


.connections_container hr {
    background-color: #068ed8;
    height: 4px;
    border: none;
    margin: 0 -20px 27px 0;
    width: 590px;
    float:right;
}

.blue{
        background-color:#00ccbe;
        height:20px;
        padding: 18px 20px;
        margin-top:45px;
        width:560px;
        font-size:11px;
        font-weight:bold;
}

.left-connections{
    float:left;
    margin:0;
}

.right-connections{
    float:right;
    margin:0;
    width:315px;
}

.right-connections-small{
    float:right;
    margin:0;
    width:260px;
}

.con-caption {
    font-size:10px;
}

.connections-container{
    margin:20px 0;
}

.question{
    background: url('../graphics/q.png') no-repeat center left transparent;
    padding-left:20px;
    font-weight:bold;
    margin-top:20px;
    margin-bottom:10px;
    min-height:21px;
}

.lime-text{
    color:#f39139;
    font-weight:bold;
    font-style:italic;
    font-size:13px;
}

.last{margin-right:0!important;}
.nomargintop{margin-top:0 !important;}
.pop{width:292px;}

#text-top{
    margin:45px 0 20px 0;
}

.bluetext{
    color:#47b6ad;
}

.imagebox{
    clear:both;
    background: #fff;
    margin-bottom:30px;
}

.imagebox1{
    float:left;
    width:175px;
    margin-right:10px;
    font-size:11px;
}

.imagebox1 img{
    margin-bottom:5px;
    margin-top:25px;
}

.imagebox1 ul{
    margin:0 0 0 10px;
    padding:0;
}

.imagebox1 ul li{
    margin:0;
}

.blue-container{
    padding:15px;
    background-color:#d7ecf4;
    margin-bottom:27px;
}

/* For features - Supplies on demand */
#image-text{
    position: absolute;
    left: 200px;
    top: 85px;
    padding-right:20px;
}

#image-text #feat-text-top{
    font-size:15px;
    color:#414042;
    margin-bottom:15px;
}

#image-text #feat-text-bot{
    font-size:12px;
    color:#636466;
}

ul#supplies{
    list-style-type:none;
    margin:0;
    padding:0;
}

ul#supplies li{
    float:left;
    font-size:10px;
    text-transform:uppercase;
    width:100px;
    margin-right:20px;
    text-align:center;
}

ul#supplies li a{
    text-decoration:none;
    font-weight:normal;
    color:none;
    cursor:pointer;
}

ul#supplies li img{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 5px solid #afafaf;
    margin-bottom:10px;
}

ul#supplies li#desk.active a{color:#47b6ae;}
ul#supplies li#arts.active a{color:#fc65ce;}
ul#supplies li#tools.active a{color:#9d2ee4;}
ul#supplies li#wish.active a{color:#97e42e;}
ul#supplies li#nice.active a{color:#ff9c0e;}

ul#supplies li#desk.active img{border-bottom-color:#47b6ae;}
ul#supplies li#arts.active img{border-bottom-color:#fc65ce;}
ul#supplies li#tools.active img{border-bottom-color:#9d2ee4;}
ul#supplies li#wish.active img{border-bottom-color:#97e42e;}
ul#supplies li#nice.active img{border-bottom-color:#ff9c0e;}


/* For the tooltips styling*/

#wrapper {
	position: relative;
	margin: 0;
}

/* Hide the original tooltips contents */
.pin {
	display: none;
}

/* Begin styling the tooltips and pins */
.tooltip-in {
	position: absolute;
	background: url('../graphics/s-number.png') no-repeat transparent;
	width: 25px;
	height: 19px;
	padding-top:6px;
	font-size:11px;
	color:white;
	text-align:center;
}

.tooltip {
	display: none;
	width: 200px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 999;
	margin-left: -100px;
	-moz-box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.3);
	background:white;
}

.tooltip::after {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right :10px solid transparent;
}

.tooltip {
	bottom: 25px;
	top: auto;
}

.tooltip::after {
	bottom: -10px;
	top: auto;
	border-bottom: 0;
	border-top: 10px solid white;
}

.tooltip .tt-title{
    font-family: 'Helvetica', Arial, sans-serif;
    background-color:#3bc9bb;
    color:white;
    padding:10px;
    font-size:13px;
    text-transform:uppercase;
    font-weight:bold;
}

.tooltip .content{
    font-family: 'Helvetica', Arial, sans-serif;
    background-color:white;
    color:white;
    margin:10px;
    color:black;
    font-size:13px;
    padding:10px 0;
}

.tooltip .content .price{
    padding:0 5px;
    font-weight:bold;
    color:black;
    width:40%;

}

.tooltip .content .link{
    background-color:white;
    padding:0 5px;
    font-weight:bold;
    color:black;
    border-left:4px solid #7f00ac;
    width:45%;
}

/* In Your Classroom */

.classroom_article {
    margin: 20px 0;
}

.classroom_header {
    float: left;
    width: 240px;
    color: #898888;
}

.classroom_header img {
    margin: 12px 0 0;
}

.classroom_header a,
.classroom_header a:hover
{
    color: #599800 !important;
    text-decoration: none;
}

.classroom_text {
    float: right;
    width: 314px;
    border-left: 6px solid #068ed8;
    padding: 0 0 0 20px;
m}

.classroom_text.alt {
    border-color: #ddcb05;
}

.classroom_twitter {
    float: right;
    width: 320px;
    padding: 0 0 0 20px;
}

.classroom_twitter_meta,
.classroom_twitter_tweet
{
    clear: both;
    border-top: 2px dotted #068ed8;
    border-top: 2px solid #1ae2f4;
}

.classroom_twitter_meta {
    font-size: 12px;
}

.classroom_twitter_bio,
.classroom_twitter_tweet
{
    margin: 0;
    padding: 0 10px 10px;
}

.classroom_twitter_bio p {
    font-style: italic;
}

.classroom_twitter_bio p em, .classroom_twitter_bio p cite, .classroom_twitter_bio p i {
    font-style: normal;
}


.classroom_twitter p {
    margin: 0;
    font-size: 11px;
}

.classroom_twitter_url {
    float: left;
    padding: 10px;
}

.classroom_twitter_url a {
    text-decoration: none;
}

.classroom_twitter_followers {
    float: right;
    border-left: 2px dotted #068ed8;
    border-left: 2px solid #1ae2f4;
    padding: 10px;
}

.classroom_twitter h3 {
    margin: 10px 0 5px;
    font-weight: normal;
    color: #000;
}

.classroom_twitter h3 strong {
    font-size: 125%;
}

.classroom_twitter_bio img {
    float: left;
    margin: 0 25px 20px 0;
}

.classroom_twitter_tweet img {
    float: left;
    margin: 24px 20px 15px 0;
}

.classroom_container hr {
    width: 600px;
    color: #068ed8;
    background-color: #068ed8;
    height: 3px;
}

.profession_container hr {
    margin: 40px 0;
    width: 600px;
    color: #9eded6;
    background-color: #9eded6;
    height: 3px;
}

.profession_article {
    margin: 20px 20px 40px;
}

.profession_column .intro {
    color: #898888;
}

.profession_column {
    float: left;
    width: 270px;
    margin: 0;
    color: #232323;
}

.profession_column h3 {
    margin-top: 20px;
    color: #232323;
}

.profession_column h3 img {
    float: left;
    margin: 2px 5px 0 0;
}

.profession_column + .profession_column {
    margin-left: 40px;
}

.attribution {
    font-style: italic;
}

.classroom_header .attribution {
    padding-right: 10px;
    text-align: right;
    color: #898888;
}

.tools_column {
    float: left;
    width: 280px;
    margin: 1em 20px 0 0;
    color: #232323;
}

.tools_column + .tools_column {
    margin: 1em 0 0;
}

.tools_column h3 {
    margin: 0;
    padding: 2em 0 0;
    text-transform: uppercase;
}

.tools_column h3 strong {
    float: left;
    margin: -.05em 0.1em 0 ;
    font-size: 300%;
    line-height: 1;
    color: #ff9f09;
}

.tools_column p {
    margin: 0 0 0.5em;
}