/*
Theme Name: eLangdell Theme for Toolbox
Theme URI: 
Author: Elmer Masters
Author URI: 
Description: A theme for eLangdell Classcaster sites. Derived from the Supplement Theme by Emily Barney & Library Technology Group (Jiayu Ji, Naupad Doshi, and Fang Zhou); A child theme of Toolbox 1.1
Template: toolbox
Version: 1.0
Tags: custom-menu, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
	font-family: 'JosefinSansStdLight';
	src: url('fonts/JosefinSansStd-Light-webfont.eot');
	src: local('fonts/Josefin Sans Std Light'), url('fonts/JosefinSansStd-Light-webfont.woff') format('woff'), url('fonts/JosefinSansStd-Light-webfont.ttf') format('truetype'), url('fonts/JosefinSansStd-Light-webfont.svg#webfontmMSjIQwC') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Nobile';
	src: url('fonts/nobile-webfont.eot');
	src: local('Nobile'), url('fonts/nobile-webfont.woff') format('woff'), url('fonts/nobile-webfont.ttf') format('truetype'), url('fonts/nobile-webfont.svg#webfontJRE3eIdv') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NobileItalic';
	src: url('fonts/nobile_italic-webfont.eot');
	src: local('Nobile'), url('fonts/nobile_italic-webfont.woff') format('woff'), url('fonts/nobile_italic-webfont.ttf') format('truetype'), url('fonts/nobile_italic-webfont.svg#webfonttYQJ7lut') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:.75em;
	line-height: 18px;
}

h1, h2, h3 {
	font-family: 'Nobile', 'Trebuchet MS', Arial, sans-serif;
	line-height:30px;
	font-weight: normal; }
	
h2 {font-size: 2em; line-height: 35px; color: #4D4D4F;}
h3 {font-size: 1.45em; }

blockquote {
    background: url("images/blockquote_bg.gif") no-repeat scroll left top transparent;
    color: #000000;
    margin: 0 0 1em;
    min-height: 1.5em;
    overflow: auto;
    padding: 30px 10px 13px 18px;
    font-style: normal;
}

hr {
    background: none repeat scroll 0 0 #02293F;
    border: medium none;
    clear: both;
    color: #02293F;
    float: none;
    height: 0.1em;
    margin: .1em 0 1.4em;
    width: 100%;
    	-moz-box-shadow: 2px 2px 2px #C0C0C0;
	-webkit-box-shadow: 2px 2px 2px #C0C0C0;
	box-shadow: 2px 2px 2px #C0C0C0;
}
.shadow, .top-ribbon, #recent-posts, #access {
	-moz-box-shadow: 2px 2px 4px #C0C0C0;
	-webkit-box-shadow: 2px 2px 4px #C0C0C0;
	box-shadow: 2px 2px 4px #C0C0C0;
}

/* Main color scheme
-------------------------------------------------------------- */

a {
	color: #3380DF;
	cursor: pointer;
	outline: medium none;
	text-decoration: none;
}
/* =Structure
-------------------------------------------------------------- */
* {
	margin: 0pt;
	padding: 0pt;
}

#page {
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 970px;
	z-index: 1000;
}


#primary {
	float: left;
	width: 68%;
	padding: 2em;
}

#content {}

#secondary {
	float: right;
	width: 20%;
	overflow: hidden;
	padding: 0 2em 0 2em;
}

#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.clear {
	clear: both;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Top Ribbon & Subscription Links
-------------------------------------------------------------- */

.top-ribbon {
	background: none repeat scroll 0 0 #EEEEEE;
	line-height: 3em;
	font-size: 1.25em;
	font-style: italic;
	font-family: NobileItalic, sans-serif;
	padding-left: 1.5em;
	margin: 0;
	border-bottom: #C0C0C0 1px solid;
}

.subscriptions {
	float:left;
}

.email-subscription, .rss-subscription  {
	padding: 0 0 5px 25px;
	margin-left: .5em;
}
.email-subscription {
	background: transparent url(images/icons/email.png) no-repeat scroll 0 0;
}

.rss-subscription {
	background: transparent url(images/icons/feed.png) no-repeat scroll 0 0;
}

.rss-link, .email-link {
	padding: 0 0 2px 18px;
}

.email-link {
	background: transparent url(images/icons/email-16.png) no-repeat scroll 0 0;
}

.rss-link {
	background: transparent url(images/icons/feed-16.png) no-repeat scroll 0 0;
}


/* =Search
-------------------------------------------------------------- */
#top_search {
	height:30px;
	float: right;
	width:412px;
	font-size:13px;
	padding-top: 7px;
}

/*input[type=text],*/
input#s {
	margin: 0 1em 0 0;
	background:transparent url(images/search.png) no-repeat scroll 0 0;
	border:medium none;
	color:#9499A1;
	float:left;
	font-family: 'Nobile', sans-serif;
	font-style: italic;
	font-size:13px;
	height:26px;
	padding:5px 15px 10px 40px;
	width:267px;
}
.searchform {
	background:transparent url(images/search.png) no-repeat scroll 0 0;
	border:medium none;
	color:#9499A1;
	float:left;
	font-family: 'Nobile', sans-serif;
	font-style: italic;
	font-size:13px;
	height:26px;
	padding:0px 0 10px 38px;
	width:311px;
}

#searchsubmit {
	font-family: 'Nobile', sans-serif;
	letter-spacing: .5px;
	height:30px;
	width:60px;
	vertical-align: top;
}

/* = Header
-------------------------------------------------------------- */
#title { float:left;
	padding: 2em 0 0 30px;
}

#title h1 a {
	color: black;
	text-decoration:none;
	text-shadow: 2px 2px 2px #C0C0C0;
}

#site-title {	
	font: 4em 'JosefinSansStdLight', Arial, sans-serif;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0;

}

#site-description {
	float: left;
	font-family: 'NobileItalic', sans-serif;
	color: #333333;
	font-size:1.75em;
	font-weight: normal;
	font-style:italic;
	padding: 2.5em 0 0 .5em;
}

/*  Header Featured Options Area
-------------------------------------------------------------- */
#featured {
	display: inline-block;
	margin-top: 1em;
	padding: 2% 2% 0 2%;
}

#header-image {float:left;}
#author-links{float:left; margin: 1.5em; padding: 2%; margin-left:3em; }
#recent-posts {margin-top: 1.5em; width: 50%; float:right; background-color: #F2F2F2; padding: 2%;}
#custom-text {float:right; margin-top:2em; margin-left:1em; width:50%; text-align:right;}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #eee;
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	margin-top: 1.5em;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
	font-size: 1.25em;
	font-family: 'Nobile', sans-serif;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #dedede;
	text-shadow:0 2px 4px rgba(0, 0, 0, 0.23);
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}

/* =Content
-------------------------------------------------------------- */

#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

.category {
	clear: both;
	color: #878789;
	font-size: 11px;
	padding-left: 3px;
}

.title {
	float:left;
}
.edit-link {
	float:left;
	margin-left: 5px;
	background: transparent url(images/icons/edit.png) no-repeat left bottom;
	padding: 1em 0 0 25px;
}
.entry {
	margin-top: 26px;
}

.entry p {
	margin-bottom: 15px;
	margin-top: 10px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5 {
	font-weight: normal;
	line-height: 135%;
	padding-bottom: .25em;
}

.entry ul {overflow: hidden; }
.entry li {line-height: 1.75em;}
.entry ol {padding: 0 0 0 35px; margin: 0;}
.entry ol li {list-style: none;}
.entry ol li li {list-style: upper-alpha outside;}
.entry ol li li li {list-style: decimal outside;}
.entry ol li li li li {list-style: lower-alpha outside;}
.entry ol li li li li li { list-style: lower-roman outside;}

#toc {
	margin: 0 10% 0 10%;
	width: 79%;
	float: left;
	padding: 0 0 40px;
	width: 700px;
}

.toc li {padding: 0 0 0 35px; line-height: 1.25em;}
.toc ol {padding: .5em 0 0 35px; margin: 0;}
.toc ol li {
	list-style: none;     
	font-weight: normal;
	line-height: 135%;
	font-family: 'Nobile','Trebuchet MS',Arial,sans-serif;
	}
.toc ol li li {list-style: upper-alpha outside; }
.toc ol li li li {list-style: decimal outside; }
.toc ol li li li li {list-style: lower-alpha outside; }
.toc ol li li li li li { list-style: lower-roman outside; }

.pages {
    float: right;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
}
/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
	margin: 0 10px 20px 0;
	text-align: left;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry {
	clear: both;
}
.image-attachment .entry. entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry  .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}




/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
/* #searchform input#s {
	width: 60%;
}*/


input[type=text],
input#s {
	margin: 0 1em 0 0;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */


/*.widget {
	display: block;
}*/
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
.widget-title {
	padding: 1em 0 .25em 0;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	border-top: 1px dotted #C0C0C0;
	padding: 2em 0 0;
	font-size: .9em;
	font-weight: normal;
	line-height: 2emx;
	text-align: center;
	margin-bottom: 2em;
}

.entry-meta {
	border-top: 1px dotted #C0C0C0;
	color: #878789;
	font-size: x-small;
	margin-top: 1em;
	text-align: left;
	clear: both;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 1em;
	padding-left: 2px;
	width: 100%;
}

.attachment-post-thumbnail {
float:left;
margin-right:10px;
margin-bottom:px;
}


.attachment-thumbnail {
	margin-right:10px;
	margin-bottom:px;
	float:left;
}

.entry-title
{font-size:18px;
font-weight:400;}

.entry-content{
	position:relative;}
