.worksheet-thumb {
	display: block;
	float: left;
	position: relative;
}

.single-worksheet-template .worksheet-thumb {
	max-width: 231px;
}

.worksheets-template .worksheet-thumb {
	max-width: 120px;
}

.worksheet-detail {
	float: right;
	width: 430px;
}

.content .k12_worksheets .worksheet-thumb {
	margin-right: 10px;
}

.content .k12_worksheets .entry-content {
	border: 0px;
	clear: none;
	padding: 0 0 10px;
}

.single .content .k12_worksheets .entry-content {
	clear: both;
}

.k12_worksheets .post-info {
	font-size: 12px;
	margin: 0;
}

.k12_worksheets .post-info a, .k12_worksheets .post-info a:hover, .k12_worksheets .post-info a:visited {
	color: #333;
	text-decoration: none;
}

.k12_worksheets .post-info .taxonomy {
	color: #91603B;
	font-style: italic;
}

.k12_worksheets .post-info {
	text-transform: none;
}

.k12-taxonomy-archive > [class^="taxonomy"],
.k12_worksheets.worksheet {
	font-size: 15px;
	min-height: 130px;
	width: 97%;
	background: #F5F5DF;
	border: 1px solid #F5F5DF;
	float: left;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 6px 5px 6px 5px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.worksheet-download,
.worksheet-preview {
	background: #04b8fd; /* Old browsers */
	background: -moz-linear-gradient(top,  #04b8fd 0%, #04b8fd 49%, #15ace6 50%, #15ace6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04b8fd), color-stop(49%,#04b8fd), color-stop(50%,#15ace6), color-stop(100%,#15ace6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #04b8fd 0%,#04b8fd 49%,#15ace6 50%,#15ace6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #04b8fd 0%,#04b8fd 49%,#15ace6 50%,#15ace6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #04b8fd 0%,#04b8fd 49%,#15ace6 50%,#15ace6 100%); /* IE10+ */
	background: linear-gradient(top,  #04b8fd 0%,#04b8fd 49%,#15ace6 50%,#15ace6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04b8fd', endColorstr='#15ace6',GradientType=0 ); /* IE6-9 */
	color: #fff;
	display:inline-block;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 10px 10px 31px;
	padding: 12px 28px;
	text-decoration: none !important;
	text-shadow: 0px 1px 0px #000;
}

.worksheet-download:hover,
.worksheet-download:visited,
.worksheet-preview:hover,
.worksheet-preview:visited {
	background: #15ace6; /* Old browsers */
	background: -moz-linear-gradient(top,  #15ace6 0%, #15ace6 50%, #04b8fd 51%, #04b8fd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#15ace6), color-stop(50%,#15ace6), color-stop(51%,#04b8fd), color-stop(100%,#04b8fd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #15ace6 0%,#15ace6 50%,#04b8fd 51%,#04b8fd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #15ace6 0%,#15ace6 50%,#04b8fd 51%,#04b8fd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #15ace6 0%,#15ace6 50%,#04b8fd 51%,#04b8fd 100%); /* IE10+ */
	background: linear-gradient(top,  #15ace6 0%,#15ace6 50%,#04b8fd 51%,#04b8fd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15ace6', endColorstr='#04b8fd',GradientType=0 ); /* IE6-9 */
	color: #fff;
    text-decoration: none !important;
}

.worksheets-template .worksheet-download,
.worksheets-template .worksheet-preview {
	font-size: 14px;
	margin: 5px 5px 5px 20px;
	padding: 8px 10px;
}

.attachment-worksheet-thumbnail {
	border: 1px solid #e1e1e1;
}

.worksheet-description {
	display: block;
	margin: 0 10px;
	width: 100%;
}

.worksheet-description .about-title {
	float:left;
	width: 100%;
	max-width: 200px;
}

.worksheet-details {
	background: url(images/worksheet-details.png) no-repeat;
	display: block;
	float: right;
	margin: 10px;
	width: 320px;
}

.worksheet-details ul.details {
	list-style-type: none;
	padding: 0;
}

.worksheet-details ul li,
.worksheet-details ul > [class^="tax-k12"] {
	list-style-type: none;
	margin: 0 0 10px;
}

.tax-title {
	border-bottom: 1px solid #e1e1e1;
	width: 90%;
}

.taxonomy-description {
	clear: both;
}

.taxonomy-description p {
	background: transparent;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 10px 0 0;
	width: 100%;
	max-width: 250px;
}

/* Master Taxonomy page
------------------------------------------------------------ */

.master-taxonomy .entry-content {
	clear: none;
	padding-top: 0;
}

.master-term-count {
	display: inline;
	float: right;
	margin: 10px 0 0;
	position: relative;
}

.k12_worksheets .entry-header {
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 10px;
}

.k12_worksheets .entry-title {
	float: left;
}

.k12_worksheets .entry-title a {
	color: #0088B3;
	text-decoration: underline;
}

.k12_worksheets .entry-title a:hover {
	color: #333333;
	text-decoration: none;
}

.master-taxonomy-title {
	color: #555;
	font-weight: normal;
}

.master-taxonomy article .entry-header .entry-title {
	display: inline-block;
	margin-bottom: 0;
	width: 60%;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}

/* Social Media Icons
------------------------------------------------------------ */

#social-media-icons {
	display: block;
	float: right;
	height: 22px;
	margin: 0;
	padding: 10px 0;
	width: 50%;
	max-width: 250px;
}

/*
#social-media-icons {
	display: block;
	height: 30px;
	width: 50%;
	float:left;
	margin: 0;
	margin-bottom:10px;
	padding: 0;
}
*/

.k12-facebook-small {
	float: left;
	margin-top: 0;
	overflow: hidden;
	width: 48px;
	border-bottom: 1px solid #CAD4E7;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.k12-twitter {
	float: left;
	padding-right: 20px;
	width: 59px;
}

.k12-gplus {
	float: left;
	overflow: hidden;
	padding-left: 20px;
	width: 32px;
}

.k12-pinterest {
	float: left;
	padding-right: 20px;
	width: 40px;
}

.k12-stumbleupon {
	float: left;
	width: 100px;
}

.k12-linkedin {
	float: left;
}

/*
.tweet-button,
.twitter-button,
.facebook-like-button,
.facebook-button,
.plus-one,
.gplus-button,
.pinterest-button,
.stumbleupon-button,
.linkedin-button {
	float:left;
	height: 30px;
	max-width: 90px;
	width: 90px;
}

.tweet-button,
.twitter-button,
.facebook-like-button,
.facebook-button {
	margin-right: 15px;
}

.pinterest-button {
	width: 70px;
}

.stumbleupon-button {
	width: 100px;
}
*/ 

#detail-top-ad {
	clear: none;
	float: right;
	margin-right: 10px;
	padding: 10px;
	width: 100%;
	max-width: 300px;
}

#post-top-ad {
	clear: none;
	float: none;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	max-width: 500px;
}

#post-top-ad:after {
	clear: both;
	content: " ";
}