/*
Theme Name: Overcoming Obstacles
Theme URI: http://www.overcomingobstacles.org
Description: Custom theme built for OO to match their existing website.
Version: 1.0
Author: Randy Jones
Author URI: http://www.aquatoad.com/
Tags: Two Column

*/



/* Begin Typography & Colors */



.post {
	margin-bottom: 40px;
}


h2 a {
	text-decoration: none;
	color: #23245d;
	border: none;
}

h2 a:hover, h2 a:focus {
	color: #4c687d;;
}

.post h2 {
	border-bottom: 1px solid #DDD;
	padding-bottom: 12px;
	line-height: 24px;
}


h2.pagetitle {

	font-size: 14px;
	font-family: Georgia, serif;
	font-weight: bold;
	margin-bottom: 20px;
}

#content .post .postmetadata {
	background-color: transparent;
	background-image: url(http://www.overcomingobstacles.org/images/nav/highlight_back.jpg);
	background-repeat: repeat;
	border-top: 5px solid #23245d;
	padding: 8px;
}

.entry {
	border-top: 1px solid #DDD;
	margin-top: 2px;
}

#content .post .edit a {
	color: red;
	font-weight: bold;
	border: none;
}

#sidebar {
	margin-top: 0px;
}

#sidebar h2 {
	font-size: 18px;
}

#sidebar a {
	border: none;
}

#sidebar a:hover, #sidebar a:focus {
	text-decoration: underline;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar ul li ul {
	border-bottom: 1px solid #eee;
	margin-top: 12px;
}
#sidebar ul li ul li {
	list-style: none;
	margin: 0;
	padding: 4px;
	border-top: 1px solid #eee;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1em;
	text-align: left;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	color: white;
	background-color: #23245d; 
	
	}
	
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	width: 246px;
	margin-top: 12px;
	}

#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 {
	
	}

#wp-calendar thead {
	border: 1px solid #f9f9f9;
	border-width: 1px 1px 0px 1px;
}

#wp-calendar td {
	line-height: 24px;
	text-align: center;
	margin: 0;
	border: 1px solid #f9f9f9;
	}
	

#wp-calendar td:hover { /* Doesn't work in IE */
	background-color: #eee; }
/* End Calendar */


.navigation {
	padding: 12px 0;
}

#search_main {
	margin-top: 12px;
}

#commentform textarea {
	width: 470px;
}