/*
Theme Name: BEDC
Theme URI: http://wordpress.org/
Description: Custom theme for BEDC
Version: 1.0
Author: 
Author URI: 
Tags: 
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

/* 2 column layout */
div#main {
	width: 1000px;
	margin: 0 auto 0 auto;
}

div#leftcol {
	float: left;
	width: 160px;
}

div#rightcol {
	border-left: 4px #000 solid;
	width: 100%;
}

div#rightcol_parent {
	width: 835px;
	float: left;
}

/* BEDC Logo margins */


img#logoimg {
	width: 107px;
	height: 119px;
	margin: 0 0 37px 22px;
	margin-top:5px;
}


/* Remove margins and list-style from the menu containers */
div#rightcol div#topmenu ul, div#leftcol ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Left navigation styling */
div#leftcol ul li {
	font-size: 1.4em;
	border-bottom:1px #ffffff solid;
}

.divisionsLi {
	text-decoration: none;
	color: #222;
	height: 100%;
	display: block;
	padding: .39em;
	background-color:#bcbdc0;
	
}



div#leftcol ul li a {
	text-decoration: none;
	color: #222;
	height: 100%;
	display: block;
	padding: .25em;
	background-color:#bcbdc0;
}

div#leftcol ul li a:hover {
	background-color: #dddfe2;
}

div#leftcol ul li.leftsubmenu {
	background-color: #dcdde1;
	padding-left: 1em;
}


div#leftcol ul li.current_page_item {  }
div#leftcol ul li.current_page_item a { background-color: #0054a6; color: #FFF; }
div#leftcol ul li.current_page_item a:hover { color: #FFF; }

div#leftcol ul li#current_left_subnav { background-color: #346dc2; }


/* Top Menu Styling */
div#topmenu {
	margin: 17px 0 0 0;
}

div#topmenu ul {
	width: 100%;
	overflow: hidden;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}

div#topmenu ul li {
	text-align: center;
}

div#topmenu a {
	text-decoration: none;
}

div#topmenu ul li {
	float: left;
}

/* Main Menu */

/*these styles were altered - start */
#mainmenu ul {
margin: 0;
padding: 0;
}

div#topmenu ul#mainmenu li {
	padding: 0;
	color: #0054a6;
	display: inline;
	margin: 0;
}

#mainmenu p {
	margin: 0;
}

#mainmenu p a {
	padding: 6px 7px 5px 7px;
	color: #346dc2;
	background-color: #fff;
	display:block;
}

#mainmenu p a:hover {
	background-color: #346dc2;
}

div#topmenu ul#mainmenu li a:hover {
	color: #FFF;
}
/*these styles were altered - end*/

div#topmenu ul#mainmenu li.current_page_item a {
	background-color: #0054a6;
	color: #FFF;
}


div#topmenu ul#mainmenu li.current_page_item a:hover {
	color: #fff;
}


/* Default Submenu Coloring */
div#topmenu ul.submenu {
	background-color: #0054a6;
}

div#topmenu ul.submenu li a {
	padding: .4em 0.5em .4em 0.5em;
	display: block;
	color: #FFF;
}

div#topmenu ul.submenu li.spacer {
	height:2em;
}

div#topmenu ul.submenu li.current_page_item a {
	background-color:#346dc2;
}

div#topmenu ul.submenu li.current_page_item a {
	font-weight: bold;
}

div#topmenu ul.submenu li a:hover {
	background-color: #346dc2;
}

div#topmenu ul.submenu li.current_page_item a:hover {
	color: #FFF;
}

/* Subsidiary overrides */
div#topmenu ul#left_submenu {
	background-color: #bcbdc0;
}

div#topmenu ul#left_submenu li.current_page_item {
	background-color: #d8d9dd;
}

div#topmenu ul#left_submenu li a {
	color: #000;
}



/* CONTENT REGION */

div#content {
	font-size: 1.2em;
	padding: 0 10px;
	float: left;
	width: 602px;
	overflow: hidden;
}

div#content div.content_text {

}

div#content h3.page_title {
	width: 100%;
	color: #0054a6;
	font-size: 1.6em;
	font-weight: normal;
}

/* SIDEBAR */

div#sidebar {
	width: 200px;
	float:right;
	background-color:#FFF;
	border-left: 1px #0054a6 solid;
	min-height: 500px;
	padding: 5px;
}

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

/* CALENDAR */


div#wp-calendar tr td {
	height: 25px;
	width: 20px;
	border:1px #0054a6 solid;
}

div#wp-calendar tr td a.eventday {
	text-decoration: none;
	color: #FFF;
}

div#wp-calendar tr td.pad {
	border: none;
}

div#wp-calendar tr td#today {
	background-color:#d5d5d5;
}

div#wp-calendar tr td.ec3_eventday {
	background-color:#94a7cc;
}

li#event-calendar caption {
	color: #0054a6;
	text-align: center;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}

li#event-calendar caption a {
	color: #0054a6;
	text-decoration: none;
}

div#wp-calendar th {
	color: #0054a6;
}

li.event_link {
	width: 100%;
	text-align: right;
	font-size: 1.2em;
	margin: 50px 0 0 0;
}

li.event_link a {
	color: #0054a6;
}

/* CALENDAR OVERRIDES */
.ec3_popup {

}


.ec3_popup table {
	border:1px #0054a6 solid;
	background-color: #FFF;
}

h5.calendar_infobox_date {
	color: #555;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h6.calendar_infobox_title {
	color: #0054a6;
	font-size: 1.4em;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}

a#ec3_prev, a#ec3_next, a#ec3_publish img {
	text-decoration: none;
	font-size: 1em;
	color: #0054a6;
	border: 0;
}

td.ec3_eventday a.eventday {
	color: #000 !IMPORTANT;
}



div#footer {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}


div.post h3 a {
	color: #0054a6;
	text-decoration: none;
}

div.post h3 {
	margin-bottom: 3px;
}

div.post {
	border-bottom: 1px #DDD solid;
}

.alignright { float:right; margin: 0 0 12px 7px; border:none;}
.alignleft { float:left; margin: 0 12px 7px 0; border:none;}
