/*   
Theme Name: Building Learners Project
Theme URI: http://blog.teachersfirst.com/blp/
Description: a theme built specifically for the BLP
Author: Jonah Goldstein
Author URI: http://www.TRintuition.com
Template: 
Version: 1.0
.
*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'header.php' file.
	This is to ease installation inside subdirectories of a server.  This is a tactic implemented in the original kubrick theme
.
*/
	


/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #ccc;
	color: #333;
	text-align: center;
	}

#page {
	background-color: #ccc;
	text-align: left;
}

#header {
	color: #FFF;
}

#content {
	font-size: 1.2em
}

.narrowcolumn .entry {
	line-height: 1.4em;
	}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	margin: 0;
	padding: 4px 10px;
	color: #FFF;
	font-size: 11px;
	background-color: #c54f48;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#sidebar h2 a {
	color: #FFF;
}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #c54f48;
}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

body {
	margin: 0;
	padding: 0; 
}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
	
#header {
	position: relative;
	padding: 0;
	margin: 0 0 0 33px;
	height: 146px;
	width: 100%;
}
#headertitle{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	left: 25px;
	text-align: left;
	line-height: 1em;
	font-weight: bold;
	font-size: 35px;
	z-index: 10;
}
#headertitle a:hover {
	color: #f24f62;
}
#headerimg {
	margin: 0;
	height: 146px;
}

#main-menu {
	width: 737px;
	height: 46px;
}
#main-menu li {
	/*display: inline-block;*/
	
	display: block;
	list-style:none;
	float: left;
	
	font-size: 16px;
}
#main-menu li a {
	/*display: inline-block;*/
	
	display: block;
	
	color: #FFF;
	padding:13px 22px;
}
#main-menu li a:hover {
	color: #f24f62;
}
#main-menu li.current-cat a {
	color: #f2adad;
}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 8px 0 0 33px;
	width: 534px;
}
	
.post {
	clear: both;
	width: 534px;
	margin-bottom: 6px;
}

.post h2 {
	margin: 0;
	padding: 0;
}

.entry {
	padding: 15px;
	background-color: #fceeee;
}

.post h2 a, .post h2 {
	display: block;
	font-size: 27px;
	color: #bc291c;
	padding: 15px;
	font-weight: 100;
	background-color: #edd1cf;
	text-align: center;
}

.post h2 a:hover {
	background-color: #e0b8b6;
}


.post #post-meta {
	background-color: #f6dddc;
	font-size: 11px;
	color: #bc291c;
	margin: 0;
	padding: 6px 20px 6px 0;
	text-align: right;
}
.post #post-meta a {
	color: #bc291c;
	font-weight: bold;
}
.post #post-meta a:hover {
	color: #ed7c74;
}

.post #post-meta .edit-link {
	float: right;
	padding: 0 15px;
}
.post #post-meta .author-time {
	float: right;
	padding-right: 15px;
}
.post #post-meta .comment-link {
	float: right;
	padding-left: 15px;
}
.post #post-meta .comment-total 	{ 
	width: 20px;
	height:17px;
	padding-right: 4px;
	float: left;
	text-align: center;
	color: #FFF;
}
.post #post-meta .comment-total  a	{ 
	color: #FFF;
}

	
#footer {
	margin: 0 0 0 33px;
	width: 737px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}


h2.pagetitle {
	color: #bc291c;
	font-size: 43px;
	margin: 0;
	padding: 15px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

/* End Headers */



/* Begin Images */

img {
	border: none;
}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}		
	
.post .entry img {
	border: #fff solid 7px;
	margin-right: 13px;
}

.post .entry img.wp-smiley {
	border: none;
}	

	
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0 -5px;
	padding: 0;
	font-size: 11px;
	}
/* End Entry Lists */



/* Begin Form Elements */

#sidebar #searchform #s {
	width: 150px;
	padding: 2px;
	margin: 18px 0 10px 0;
	font-size: 15px;
	color: #666;
	text-align: center;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 4px;
	margin: 5px 0 0 30px;
	font-size: 14px;
	color: #666;
	}
	
#commentform {
	margin: 0;
}	

/* End Form Elements */



/* Begin Comments*/
h3#comments {
	padding: 0;
	margin: 10px 0 10px 200px;
	font-size: 27px;
	font-weight: 100;
	color: #c1392d;
}
h3#comments .comment-total {
	text-align: center;
	float: left;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	width: 33px;
	height: 29px;
	margin: 2px 10px 0 0;
}
.commentlist {
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #bc291c;
}

.commentlist li {
	background-color: #f1cecd;
	margin: 0;
	padding: 5px 0 0 8px;
	list-style: none;
}

.commentlist li cite {
	font-size: 17px;
	font-style: normal;
	display: block;
	float: left;
}
.commentlist .comment {
	clear: both;
	margin: 10px 0 0 2px;
}
.commentlist .comment p {
	color: #666;
	font-size: 14px;
	margin: 0 0 0 16px;
	padding: 0 20px 20px 20px;
	background-color:#FFF;
}
.commentlist .comment p:first-child {
	padding-top: 20px;
}



#user-response{
	margin: 0;
	background-color: #fceeee;
}

h3#respond {
	color: #c1392d;
	font-size: 27px;
	padding: 14px 50px;
	margin: 0;
	background-color: #fceeee;
}
.respond-info {
	margin-top: 10px;
	color: #c1392d;
	font-size: 13px;
}
#respond-userlogin {
	margin: 0;
	background-color: #fceeee;
}
#commentform p {
	margin: 5px 0;
}
#commentarea {
	padding-top: 15px;
}
#commentarea #textbox {
	border: none;
	border-left: #f1cecd 26px solid;
	height: 150px;
	width: 483px;
	color: #666;
	background-color: #fff;
	padding: 15px;
	margin: 0;
	font-size: 14px;
	/*resize: vertical; */
}
#post-btn {
	background-color: #fceeee;
	padding: 0 170px;
	text-align: center;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 5px;
	float: right;
	}
/* End Comments */




#cat-header {
	background-color: #fceeee;
	padding: 10px 35px;
	margin-bottom: 6px;
}
#cat-header #cat-info {
	font-size: 15px;
	width: 300px;
	float: left;
}
#cat-header a#cat-post-btn, #post-btn #submitbtn {
	border: none;
	float: right;
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	background-color: #c54f48;
	color: #fff;
	margin: 15px 0;
}
#cat-header a#cat-post-btn:hover, #post-btn #submitbtn:hover {
	background-color: #a42317;
}




/* Begin Sidebar */
#sidebar {
	padding: 20px 0 10px 0;
	margin: 24px 0 0 572px;
	width: 198px;
}

#sidebar form#searchform {
	margin: 0 0 -24px 0;
	height: 91px;
	text-align: center;
}

#sidebar ul ul h2 {
	margin-top: 30px;
}


#sidebar #clustrMapsLink img {
	width: 180px;
	display: block;
	margin: 6px 10px;
}
	
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	display: block;
	margin: 15px 20px -5px 18px;
	padding: 8px 20px 33px 20px;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	margin: 0;
	}

.navigation, .navigation-single, navigation-archive {
	display: block;
	text-align: center;
	background-color: #edd1cf;
	margin-top: 6px;
	margin-bottom: -14px;
	font-size: 20px;
	padding: 20px;
}
.navigation-single, navigation-archive {
	font-size: 11px;
	margin: 0 0 6px 0;
}


p.plain-paragraph {
	padding-left: 13px;
	font-size: 15px;
}

	
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}	

