/*
Theme Name: The Children's Garden Preschool Theme
Theme URI: http://www.thechildrensgardenpreschool.org/
Description: A WordPress theme for TCGP Theme.
Version: 1.0
Author: Jason Butler
Author URI: http://www.biscuitstudios.com/
Tags: custom header, fixed width, two columns, widgets
*/

/*-------------------------------------------------------------------------*/

/* RESET */

/*-------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*-------------------------------------------------------------------------*/

/* HEADER FORMATTING */

/*-------------------------------------------------------------------------*/

body {
	background-color: #9AAA5D;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #555;
	margin: 20px auto;
	padding: 0;
}
a:link { 
	color: #BD6F2D;
	text-decoration: none;
}
a:visited { 
	color: #BD6F2D;
	text-decoration: none;
}
a:active { 
	color: #BD6F2D;
	text-decoration: none;
}
a:hover {
	color: #BD6F2D;
	text-decoration: none;
	background-color: #FFFFDD;
}
.clear-block {
 	clear: both;
}
.clear {
	clear: both;
}
p { 
	margin: 0 0 12px 0;
}
strong, b, strong *, b * {
	font-weight: bold !important;
}
em, i, em *, i * {
	font-style: italic !important;
}
table {
	margin: 0 30px 0 20px;
}
th, td {
	border-bottom: 1px solid #DDD;
	padding: 8px 8px 8px 0;
}
#wrapper {
	border: 10px solid #646F3D;
	background-color: #646F3D;
	margin: auto;
	padding: 0;
	width: 940px;
}
#wrapper-interior {
	clear: both;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
	background-color: #EFEFE6;
	margin: auto;
	padding: 0;
	width: 940px;
}
#wrapper-home-interior {
	clear: both;
	background-color: #EFEFE6;
	margin: auto;
	padding: 0;
	width: 940px;
}
#header {
	background-color: #EFEFE6;
	margin: 0; 
	padding: 0;
	width: 940px;
	height: 210px;
}
#header-logo {
	float: left;
	display: inline;
	margin: 0 0 5px 0; 
	padding: 0;
	width: 457px;
	height: 150px;
}
#header-logo a, #header-logo a:hover {
	text-decoration: none;
	background: none;
}
#header-right {
	float: left;
	display: inline;
	margin: 0 0 5px 0;
	padding: 0;
	width: 483px;
	height: 150px;
}


/*-------------------------------------------------------------------------*/

/* MENU */

/*-------------------------------------------------------------------------*/

.menu-wrapper {
	background-color: #BD6F2D;
	border: none;
	margin: 0 5px 5px 4px; 
	padding: 0;
	width: 930px;
	height: 50px;
}
.sf-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sf-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sf-menu a {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	display: block;
	clear: both;
	text-decoration: none;
	border-left: 1px solid #FFF;
	background-color: transparent;
	margin: 0;
	padding: 15px 17px 15px 17px;
}
.sf-menu a:hover {
	/* listed below */
}
.sf-menu li {
	position: relative;
	float: left;
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
/* needed again for dropdown menus */
.sf-menu ul {
	position:absolute;
	left:-999em;
	height:auto;
	font-weight:normal;
	margin: 0;
	padding: 0;
	line-height:1;
	text-transform: none;
	border: 0;
	width: 180px;
	z-index: 1000;
}
.sf-menu li li {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	float: left;
	border-left: 0 solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 0 solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 0;
	padding: 0;
	width: 180px;
	z-index: 1000;
}
.sf-menu li li a {
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	line-height: 16px;
	margin: 0;
	padding: 10px 0 10px 18px;
}
.sf-menu li li a:visited {
	font-weight: normal;
}
.sf-menu li li a:hover {
	/* drop down menu hover background */
	background: #555;
}
.sf-menu li ul ul {
	margin:-21px 0 0 190px;
	z-index: 1000;
}
.sf-menu li ul li:hover a, .sf-menu li ul li li:hover a, .sf-menu li ul li li li:hover a, .sf-menu li ul li li li:hover a  {
	/* drop down hover font color */
	color: #FFF;
}
.sf-menu li:hover a, .sf-menu li.sfhover a {
	/* main menu hover font color */
	color: #FFF;
}
.sf-menu li:hover li a, .sf-menu li li:hover li a, .sf-menu li li li:hover li a, .sf-menu li li li li:hover li a {
	/* drop down font color */
	color: #FFF;
}
.sf-menu li:hover ul ul, .sf-menu li:hover ul ul ul, .sf-menu li:hover ul ul ul ul, .sf-menu li.sfhover ul ul, .sf-menu li.sfhover ul ul ul, .sf-menu li.sfhover ul ul ul ul  {
	left:-999em;
}
.sf-menu li:hover ul, .sf-menu li li:hover ul, .sf-menu li li li:hover ul, .sf-menu li li li li:hover ul, .sf-menu li.sfhover ul, .sf-menu li li.sfhover ul, .sf-menu li li li.sfhover ul, .sf-menu li li li li.sfhover ul  {
	/* drop down menu background */
	left:auto;
	background: #6D5354;
}
.sf-menu li:hover, .sf-menu li.sfhover {
	/* main menu hover background color */
	background: #6D5354;
}


/*-------------------------------------------------------------------------*/

/* HEADERS */

/*-------------------------------------------------------------------------*/

h1 {
	/* page title */
	font-size: 21px;
	font-weight: normal;
	color: #444;
	text-align: left;
	text-decoration: none;
	line-height: 23px;
	margin: 0;
	padding: 18px 0 12px 20px;
}
h2 {
	/* post title */
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	color: #444;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 20px;
}
h3 {
	/* paragraph title */
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #BD6F2D;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 18px 0 4px 20px;
}
h4 {
	/* paragraph title */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #BD6F2D;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	margin: 15px 60px 15px 40px;
	padding: 18px 0 18px 0;
}
h5, h6{
	margin: 15px 0 10px 20px;
}

/*-------------------------------------------------------------------------*/

/* MAIN COLUMN */

/*-------------------------------------------------------------------------*/

.main {
	float: left;
	display: inline;
	text-align: left;
	margin: 0;
	/* accommodates large pictures in the body */
	padding: 0 5px 20px 5px;
	width: 685px;
}
.main-image {
	margin: 0;
	padding: 0;
}
.main p {
	text-align: left;
	padding: 0 30px 0 20px;
}
.main ul, .main ol {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
.main ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	line-height: 20px;
	margin: 6px 30px 6px 35px;
	padding: 0 0 0 13px;
}
.main ol li {
	list-style-type: decimal; 
	line-height: 18px;
	margin: 6px 0 6px 40px;
	padding: 0;
}
.main-wide {
	margin: 0;
	padding: 10px 0 20px 0;
	width: 900px;
}

/*-------------------------------------------------------------------------*/

/* SIDEBAR */

/*-------------------------------------------------------------------------*/

#sidebar {
	float: left;
	display: inline;
	background-color: #DFE0CD;
	font-size: 11px;
	color: #666;
	line-height: 18px;
	margin: 0 5px 0 0;
	padding: 0 5px 30px 15px;
	width: 215px;	
}
#sidebar h2 {
	/* sidebar title */
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #444;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 15px 0 4px 0;
}
#sidebar h3 {
	/* sidebar title */
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #444;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 18px 0 12px 32px;
}
#sidebar span {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#sidebar img {
	margin: 0;
	padding: 18px 0 0 0;
}
#sidebar ul {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
#sidebar ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	line-height: 16px;
	margin: 6px 0 6px 0;
	padding: 0 0 0 13px;
}
#sidebar ul li a {
	font-size: 13px;
}
#sidebar-line {
	margin: 12px 0;
	padding: 0;
	text-align: left;
	border-top: solid 1px #BBB;
}
#sidebar-home {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 240px;	
}
#sidebar-home h2 {
	/* sidebar home title */
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #444;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 15px 0 4px 10px;
}
#sidebar-home-buttons {
	background-image: url(images/bt_homepage.jpg);
	background-repeat: no-repeat;
	margin: 0 0 3px 0;
	padding: 0;
	width: 240px;
	height: 98px;
}
#sidebar-home-buttons img {
	margin: 0;
	padding: 18px 0 0 6px;
}
#sidebar-home-buttons h3 {
	/* sidebar title */
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #444;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 26px 0 12px 70px;
}
#sidebar-home span {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#sidebar-home ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar-home ul li {
	font-size: 13px;
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 7px 0 12px 10px;
	padding: 0 10px;	
}

/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

#footer-wrapper {
	clear: both;
	background-color: #B3BE83;
	font-size: 11px;
	line-height: 18px;
	margin: 10px auto 0 auto; 
	padding: 0 0 20px 0;
	width: 940px;
}
#footer-wrapper h3 {
	/* footer titles */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	line-height: 18px;
	color: #444;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0 0 8px 0;
}
#footer-wrapper p { 
	color: #555;
	font-size: 11px;
	text-align: left;
	line-height: 18px;
	margin: 0 0 12px 0;
}
#footer-wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer-wrapper ul li {
	background-image: url(images/bullet_arrow.png);
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 10px;	
}
#footer-wrapper ul li a:link, #footer-wrapper ul li a:visited, #footer-wrapper ul li a:active  {
	color: #646f3d;
	text-decoration: none;
	padding: 3px;	
}
#footer-wrapper ul li a:hover {
	color: #BD6F2D;
	text-decoration: none;
	background-color: #FFFFDD;
	padding: 3px;
}
#footer-left {
	float: left;
	display: inline;
	/* border-right: solid 1px #DFE0CD; */
	margin: 20px 20px 0 30px; 
	padding: 0;
	width: 280px;
	min-height: 120px;
}
#footer-left .ec3_events ul {	
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
#footer-left li.ec3_list {
	color: #555;
	list-style-type: none;
	background-image: none;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 6px 0;
	padding: 0;
}
#footer-left li.ec3_list ul li {
	color: #555;
	list-style-type: none;
	font-size: 11px;
	background-image: none;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
#footer-middle {
	float: left;
	display: inline;
	/* border-right: solid 1px #DFE0CD; */
	margin: 20px 20px 0 20px; 
	padding: 0;
	width: 240px;
	min-height: 120px;
}
#footer-right {
	float: left;
	display: inline;
	font-size: 12px;
	color: #555;
	text-align: left;
	line-height: 18px;
	margin: 20px 20px 0 20px; 
	padding: 0;
	width: 280px;
	min-height: 120px;
}
#copyright {
	font-size: 11px;
	color: #EEE;
	text-align: center;
	line-height: 18px;
	margin: 0; 
	padding: 7px 0 0 15px;
}
#copyright a:link { 
	color: #EEE;
	text-decoration: none;
	padding: 3px;
}
#copyright a:visited { 
	color: #EEE;
	text-decoration: none;
	padding: 3px;
}
#copyright a:active { 
	color: #EEE;
	text-decoration: none;
	padding: 3px;
}
#copyright a:hover {
	color: #BD6F2D;
	text-decoration: none;
	background-color: #FFFFDD;
	padding: 3px;
}

/*-------------------------------------------------------------------------*/

/* POST */

/*-------------------------------------------------------------------------*/

.post {
	margin: 0;
	text-align: left;
}
/*
.post img {
	background-color: #EEE;
	margin: 0 0 0 12px;
	padding: 10px;
}
*/
.post-info {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin: 0 0 12px 0;
	padding: 0;
}
.post-listing-info  {
	font-size: 11px;
	font-style: italic;
	color: #888;
	line-height: 18px;
	margin: 0 0 0 20px;
	padding: 0;
}
.post-line {
	/* matches the .main p padding */
	margin: 0 30px 8px 20px;
	padding: 0 0 6px 0;
	text-align: left;
	border-top: solid 1px #DFE0CD;
}
.post hr {
	display: block;
}
.postmetadata {
	background-color: #F4F4F4;
	margin: 0 0 20px 0;
	padding: 6px 10px 6px 10px;
}

/*-------------------------------------------------------------------------*/

/* IMAGES */

/*-------------------------------------------------------------------------*/

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 10px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
	
/*-------------------------------------------------------------------------*/

/* COMMENTS */

/*-------------------------------------------------------------------------*/

.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: left;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.comment-body {
	padding: 10px;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}

/*-------------------------------------------------------------------------*/

/* GENERAL FORMATTING */

/*-------------------------------------------------------------------------*/

.thread-alt {
	background-color: #FAFAFA;
}
.thread-even {
	background-color: #F1F1F1;
}
.depth-1 {
}
.even, .alt {
	border-left: 3px solid #ddd;
}
small {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}
.commentlist li, .commentlist ol {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background-image: none;
}
.commentlist li, #commentform input, #commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
}
.commentlist li ul li {
	font-size: 10px;
}
.commentlist li a:link {
	color :#666666;
}
.commentlist li a:active {
	color :#666666;
}
.commentlist li a:visited {
	color :#666666;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
.commentlist p {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
}
#commentform p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.commentmetadata {
	font-weight: normal;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps
{
	font-size: 10px;
	letter-spacing: .07em;
}	
pre {
	/* used to paste in form code */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: -10px 0 0 0;
	padding: 0;
	text-align: left;
}

/*-------------------------------------------------------------------------*/

/* VARIOUS TAGS & CLASSES */

/*-------------------------------------------------------------------------*/

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;
}
.hidden {
	display: none;
}
hr {
	display: block;
	clear: both;
	color: #DDD;
	margin: 20px 0 20px 0;
	padding: 0;
}
a img {
	border: none;
}

/*-------------------------------------------------------------------------*/

/* CAPTIONS */

/*-------------------------------------------------------------------------*/

.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;
}
.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;
}

/*-------------------------------------------------------------------------*/

/* FORM STYLES */
/* covers contact 7 input styles, logins, etc. */

/*-------------------------------------------------------------------------*/

legend {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
}
label {
	font-size: 13px;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: left;
}
label a {}
.checkboxlabel {
	margin-left: 10px;
}
.flipped .checkbox {
	margin-left: 5px;
	padding-right: 5px;
}
.flipped .checkboxlabel {
	margin-left: 0px;
}
input[type="submit"] {
	margin: 10px 0 10px 0;
}
input[type="text"], input[type="password"], input[type="file"], input[type="radiobutton"], select, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	border: 3px solid #DDD;
	background: #FFF;
	/* controls distance between fields */
	margin: 0;
	padding: 4px;
	vertical-align: middle;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="file"]:hover, input[type="radiobutton"]:hover, textarea:hover {
	border: 3px solid #BBB;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, input[type="radiobutton"]:focus, textarea:focus {
	border: 3px solid #DDD;
	background-color: #FFFFEE;
}

/* specific to wordpress */
#searchform {
	margin: 0;
	padding: 5px 25px 0 0;
	text-align: right;
}
/*
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
*/
/*
#sidebar #searchsubmit {
	padding: 1px;
}
*/
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/*-------------------------------------------------------------------------*/

/* EC - BIG CALENDAR STYLES */
/* original in ec3.css */

/*-------------------------------------------------------------------------*/


div#ec3_big_cal {
	/* top of the calendar */
	font-family: Arial, Helvetica, sans-serif;
	border-top: solid 1px #EDECE2;
	border-right: none;
	border-bottom: none;
	border-left: solid 1px #EDECE2;
	background-color: #EDECE2;
}
#ec3_big_cal table {
	border-collapse:collapse;
	width:100%;
	line-height:normal;
}
#ec3_big_cal table.nav {
	width:50%;
	margin-right:auto;
	margin-left:auto;
	background-color: #EDECE2;
}
#ec3_big_cal table.nav td {
	/* previous & next month text */
	border:none;
	height:auto;
	text-align:center;
	font-size: 19px;
	font-weight:normal;
	background-color: #EDECE2;
	padding-left: 20px;
}
#ec3_big_cal table caption {
	/* current month text */
	font-size: 21px;
	font-weight: normal;
	text-align: center;
}
#ec3_big_cal table th {
	/* days of the week */
	text-align:center;
	font-size: 11px;
	font-weight:normal;
}
#ec3_big_cal table td {
	/* days within the calendar */
	margin:0;
	padding:0;
	width:14.2%;
	vertical-align:top;
	text-align:left;
	border:solid 1px #CCC;
	background-color: #FFFFFF;
}
#ec3_big_cal table td.ec3_today {
	/* todays date */
	background-color:#FFFFEE;
}
td .ec3_daynum {
	/* dates / numbers */
	display:block;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding: 4px 4px 1px 0;
	text-align:right;
	font-size: 12px;
}
td.ec3_postday  a.ec3_daynum { color:#666; }
td.ec3_eventday a.ec3_daynum { color:#666; }
             span.ec3_daynum { color:#666; }

td.ec3_postday  a.ec3_daynum:hover { color:white; background-color:#C05B18; }
td.ec3_eventday a.ec3_daynum:hover { color:white; background-color:#C05B18; }

#ec3_big_cal table td div {
	min-height:5em;
}
#ec3_big_cal table td p {
	/* text inside date */
	font-size: 11px;
	margin-top:0;
	margin-bottom:0.1em;
	padding: 5px;
}
#ec3_big_cal .ec3_post a { }
#ec3_big_cal .ec3_event a {
	background-color:#EEE;
}
#ec3_big_cal .pad {
	/* bottom calendar colors */
	border:none;
	background-color:#F5F6F0;
}
.ec3_ec {
	display: none;
}
.category-calendar-events p {
	margin: 12px 0;
}

/*-------------------------------------------------------------------------*/

/* EC - SIDEBAR CALENDAR STYLES */
/* original in ec3.css */

/*-------------------------------------------------------------------------*/
 
#wp-calendar table {
 width:100%;
}
#wp-calendar table caption {
  text-align:center;
}
#wp-calendar #prev {
  text-align:left;
}
#wp-calendar #next {
  text-align:right;
}
#wp-calendar .ec3_eventday a:hover {
 background-color: #FFFFCC;
}
#wp-calendar table td,
#wp-calendar table th {
  text-align:center;
}
#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
 padding: 1px;
}
#wp-calendar table td:hover,
#wp-calendar table td.ec3_today {
 padding: 1px;
 background-color: #FFFFCC;
}

#cboxTitle {
	color: #000000 ! important;
	font-size: 14px;
	font-weight: bold;
}