/*
Theme Name: mASCD Custom Theme
Theme URI: http://wordpress.org/
Description: Custom Wordpress theme created for Maryland ASCD.  http://marylandascd.org
Version: 1.0
Author: E-Moxie Data Solutions, Inc.
Author URI: http://www.e-moxie.com/

	mASCD Custom Theme

	This theme was designed and built by E-Moxie Data Solutions, Inc.
	a website design and development company in Harford County, Maryland.

	For Non-Wordpress styles, see the default, site-wide stylesheet.

*/

a {
	color: #19659b;
}

#main-content {
	padding-top: 10px;
	text-align: justify;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul ul {
	padding-left: 20px;	
}
#sidebar a {
	text-decoration: none;	
}
#calendar_wrap {
	margin-left: 20px;	
}

h2.pagetitle {
	font-size: 36px;
	color: #08263b;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
	font-family: Georgia, serif;
}

h3 a {
	text-decoration: none;
	font-size: 20px;
	color: #08263b;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
	font-family: Georgia, serif;	
}

/* Post Container Styles */
.post {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.post h2 a {
	text-decoration: none;
	font-size: 24px;
	color: #08263b;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
	font-family: Georgia, serif;	
}
.post p.postmetadata {
	font-size: 11px;
	color: #666;	
}
.post .entry {
	margin: 10px 0;
}