/*
Theme Name: EduCheckup v1
Theme URI: http://educheckup.com/
Description: Base EDU Checkup Template
Version: 1.0
Author: Nick DeNardis
Author URI: http://nickdenardis.com/
Tags: educheckup, blue, simple, video, podcast

	EduCheckup v1
	 http://educheckup.com/

	This theme was designed and built by Nick DeNardis,
	whose blog you will find at http://nickdenardis.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* Global */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.c {
	width: 960px;
	margin: 0px auto;
}
#page {
	background-color: white;
}
a {
	color: #000099;
}
a:visited {
	color: #5b5b9b;
}

/* Float Clearing */
* html .c{
	height: 1%;
	overflow: visible;
}
*+html .c{
	min-height: 1%
}
.c:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

/* Header */
#header {
	background: #000099 url('images/header-bg.gif') repeat-x top left;
	height: 10em;
}
#header .c {
	position: relative;
	background: transparent url('images/educheckup-logo.gif') no-repeat top left;
	padding-bottom: 5px;
}
#header h1 {
	margin: 0px;
	padding: 0 0 0 90px;
}
#header h1 a {
	display: block;
	height: 66px;
	width: 294px;
	background: #000099 url('images/educheckup.gif') no-repeat top left;
}
#header h1 span {
	display: none;
}
#header .description {
	color: #fff;
	margin: 10px 0 0 90px;
	font-size: 1.2em;
	font-family: Helvetica, Arial, Sans-Serif;
}
#header ul {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header ul li {
	display: inline;
}
#header li a {
	padding: 7px 15px;
	color: #fff;
	display: block;
	float: left;
	font-size: 1.4em;
	background: #000096 url('images/menu-bg.gif') no-repeat bottom center;
}
#header li.first a {
	background-position: bottom left;
}
#header li.last a {
	background-position: bottom right;
}
#header #searchform {
	position: absolute;
	right: 0;
	bottom: 0;
	background: transparent url('images/search-bg.gif') no-repeat bottom right;
	width: 358px;
	height: 37px;
}
#header #searchform label {
	display: none;
}
#header #searchform div {
	margin: 8px 0px 0px 15px;
	position: relative;
}
#header #searchform #s {
	width: 230px;
	border: 0px;
	font-size: 16px;
}
#header #searchform #searchsubmit {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 29px;
	width: 100px;
	cursor: pointer;
	text-indent: -9999px;
	border: 0;
	background: url('images/search-bg.gif') no-repeat bottom right;
}

/* Footer */
#footer {
	background: #00007d url('images/footer-bg.gif') repeat-x top left;
	height: 7em;
	color: #fff;
}
#footer p {
	font-size: 1.3em;
	padding: 7px 0px;
	margin: 0px;
}
#footer a {
	color: #fff;
}

/* Content */
#content {
	font-size: 1.2em
}
.narrowcolumn, .widecolumn {
	float: left;
	width: 710px;
}

/* Homepage Most Recent List */
#content #most-recent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content #most-recent li {
	width: 172px;
	float: left;
}
#content #most-recent strong {
	font-size: 0.9em;
}

/* Post */
.post h2 {
	font-size: 1.8em;
	font-family: Georgia;
	margin-bottom: 0px;
	color: #ee2e24;
}
.post h2 a {
	color: #ee2e24;
	text-decoration: none;
}
.entry {
	line-height: 1.4em;
}
.entry h2 {
	font-size: 1.4em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-bottom: 0px;
	color: #000;
}
.postmetadata {
	background-color: #e0e0e0;
	padding: 3px;
	color: #535353;
}
.postmetadata a {
	color: #535353;
}
.results {
	margin-top: 10px;
	border: 1px solid #eee;
}
.results th {
	background-color: #eee;
	text-align: left;
}
.results td {
	border-bottom: 1px solid #eee;
}

/* Tips Archive */
#tips-list dt {
	font-size: 1.2em;
}
#tips-list dd {
	margin: 0 0 15px 0;
	line-height: 1.4em;
}
ul.categories {
	margin: -1.3em 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
}
ul.categories li {
	display: inline;
}
ul.categories a {
	padding: 0 15px 0 0;
	text-decoration: none;
}
ul.categories a.selected {
	font-weight: bold;
}

/* Sidebar */
#sidebar {
	margin-left: 720px;
	width: 244px;
}
#feed {
	width: 160px;
	margin: 20px 0 0 0;
	padding: 40px 0 10px 70px;
	list-style: none;
	background: transparent url('images/sidebar-headers.png') no-repeat 0 0;
	font-size: 1.3em;
}
#feed li {
	display: inline;
}
#feed a {
	color: #4c4c4c;
	text-decoration: none;
	padding: 0px 6px 0px 2px;
	border-right: 1px solid #6a6a6a;
}
#feed .last a {
	border: 0;
}
#feed a:hover {
	text-decoration: underline;
}
#newsletter {
	width: 220px;
	margin: 20px 0 0 0;
	padding: 55px 0 10px 10px;
	list-style: none;
	background: transparent url('images/sidebar-headers.png') no-repeat -236px 0;
	font-size: 1.3em;
}
#followus {
	width: 220px;
	margin: 10px 0 0 0;
	padding: 55px 0 10px 10px;
	list-style: none;
	background: transparent url('images/sidebar-headers.png') no-repeat -472px 0;
	font-size: 1.3em;
}
#followus li {
	margin-left: 60px;
	padding: 3px 0px 3px 23px;
}
#followus li.twitter {
	background: transparent url(images/twitter.gif) no-repeat left center;
}
#followus li.viddler {
	background: transparent url(images/viddler.gif) no-repeat left center;
}
#followus li.edustyle {
	background: transparent url(images/edustyle.gif) no-repeat left center;
}
#followus li.technorati {
	background: transparent url(images/technorati.gif) no-repeat left center;
}
#subscribe2widget .widgettitle {
	display: none;
}
#subscribe2 p {
	margin: 0 0 0 60px;
	line-height: 0.7em;
}
#subscribe2 input {
	display: block;
}
#ads {
	list-style: none;
	margin: 0px;
	padding: 15px 0px;
	font-size: 0.5em;
}
#ads div {
	display: inline;
}

#whats-next, #most-popular {
	width: 220px;
	margin: 10px 0 0 0;
	padding: 50px 0 10px 10px;
	list-style: none;
	background: transparent url('images/sidebar-headers.png') no-repeat -708px 0;
	font-size: 1.3em;
}
#whats-next li, #most-popular li {
	margin-left: 60px;
	padding: 3px 0px 3px 0px;
}

#most-popular {
	background: transparent url('images/sidebar-headers.png') no-repeat -944px 0;
}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.entry form { 
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}


.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	clear: both;
	display: block;
	text-align: center;
	padding: 10px 0 40px;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

