/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic/
DESCRIPTION: The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development.
VERSION: 0.9.5
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/3c-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

body{
	background: #cc6633;
}

#wrapper{
	background: transparent url('images/bodybg.jpg') repeat-x;	
}

#header {
	background: transparent url('images/headerbg.jpg') repeat-x;
}

#main {
	background: #fff url('images/mainbg.jpg') repeat-y;

}

#footer {
	background: #CC6633 url('images/mainbg.jpg') repeat-y top center;
}

#headlinks ul {
	list-style: none;
}

#headlinks li {
	display: inline;
}

#headlinks li a{
	color: #000001;
	text-decoration: none;
	font-size: 12px;
}

#headlinks li a:hover{
	color: #999;
}

.sf-menu li {

}

.sf-menu li li a{
	background: transparent url('images/menuarrow.png') left center no-repeat;
}

.sf-menu li li a:hover{
	background: transparent url('images/menuarrow2.png') left center no-repeat;
	color: #666;
}

#footmenu {
	text-align: center;
	background: #ffcc00;
}
#footmenu ul{
	list-style: none;
	margin-right: 30px;
	margin-bottom: 0;
}

#footmenu ul li {
	display: inline;
	padding-bottom: 2px;
}

#footmenu ul li a{
	line-height: 30px;
	text-decoration: none;
	color: #000;
}
#footmenu ul li a:hover{
	color: #666;
}

#footmenu ul li.facebook a{
	font-weight: bold;
}

#footmenu ul li.facebook{
	background: transparent url('images/facebook.gif') no-repeat left top;
	padding-left: 24px;
}

#post-106 h1{
	display: none;
}

.sf-menu li a{
	padding-top: 50px;	padding-bottom: 34px;
	background:transparent url('images/menuglow.jpg') no-repeat center center;
}

.page-item-2 a:hover {
	background: transparent url('images/about_over.gif') no-repeat center center;
}

li.page-item-2 a {
	padding-bottom: 44px;
	padding-top: 60px;
}

.page-item-14 a{
	padding-top: 50px;
}

.page-item-14 a:hover {
	background: transparent url('images/programs_over.gif') no-repeat center center;

}
.page-item-244 a:hover {
	background: transparent url('images/apply_over.gif') no-repeat center center;
}
.page-item-10 a:hover {
	background: transparent url('images/choice_over.gif') no-repeat center center;
}

.page-item-4 a:hover {
	background: transparent url('images/staff_over.gif') no-repeat center center;
}

.sf-menu li.page-item-142 a{
	background: transparent url('images/getinvolved.gif') no-repeat center bottom;
	color: #fff;
}

.sf-menu li.page-item-142 li a{
	background:transparent url(images/menuarrow.png) no-repeat scroll left center;
	color: #000;
}

.sf-menu li.page-item-142 li a:hover{
	background:transparent url(images/menuarrow2.png) no-repeat scroll left center;
	color: #666;
}

li.page-item-4 a{
	padding-bottom: 44px;
	padding-top: 60px;
}
li.page-item-7 a{
	padding-bottom: 44px;
	padding-top: 60px;
}
.page-item-7 a:hover {
	background: transparent url('images/faq.gif') no-repeat center center;
}

.page-item-5 a:hover {
	background: transparent url('images/news_over.gif') no-repeat center center;
}

table.fullcalendar td {
	width: 75px!important;
	}
	
#post-106 .entry-content {
	padding: 0;
}

/* Calendar */

.dbem-calendar-table thead, table.fullcalendar td.month_name{
	background: #eee;
	color: #333;
	text-align: center;
}

table.fullcalendar td.month_name {
	font-size: 16px;
	padding: 8px 0 0 0;
	
}



table#dbem-bookings-table tfoot td.booking-result {
	font-weight: bold;
   	background:#6D6D6D url(../../../wp-admin/images/menu-bits.gif) repeat-x scroll left top;      
	color: #eee;
}

table#dbem-bookings-table tfoot th {
	text-align: right;
	padding-right: 1em;

}    

table.dbem-rsvp-form  {
	width: 80%;
}  
table.dbem-rsvp-form th { 
	text-align: right;
	width: 35%;
}

table.dbem-rsvp-form td { 
	padding-left: 1em;
	text-align: left;
}      

div.dbem-rsvp-message {     
	margin-bottom: 1em;
	background-color: #FDDD73;
	padding: 5px;
	border: 2px solid #FF9100;
}     

a.bookingdelbutton {
	background: url("../../../wp-admin/images/xit.gif") no-repeat;  
    font-size: 11px;
	text-indent: -9999px;
	height: 10px;   
	width: 10px;
	overflow:hidden;
	position:absolute;

}     
a.bookingdelbutton:hover {
	background: url("../../../wp-admin/images/xit.gif") no-repeat -10px;  

}       
/* Printable stuff */
body#printable {
	font-family: Gill Sans, Helvetica, Arial, sans-serif;  
	text-align: center;
}  
body#printable #container { 
	margin: 0 auto; 
	width: 780px;
	text-align: left;
}                                                                   
table#bookings-table {
	width: 600px;     
	border-spacing: 0px;

}
table#bookings-table td {
	padding: 5px 0;
}
table#bookings-table td.seats-number {
	text-align: right;
	padding-right: 20px;
}
table#bookings-table th {
	text-align: left;
	margin-left: 5px;
}   
table#bookings-table tr#booked-seats td{
	border-top: 2px solid #999;    
}      

table#bookings-table td.total-label {
	text-align: right;
}                                  

table#bookings-table tr#booked-seats td.seats-number, table#bookings-table tr#available-seats td.seats-number {
	font-weight: bold;
}

p#recurrence_warning {
	border: 2px solid #FD0000;
	background: #FF7146;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}
div#icon-events{
	background:url('images/calendar-32.png') no-repeat center;
} 

table#dbem-location-data th {
	text-align: right;   
	width: 50px;
}          
#dbem-location-map img {
	max-width: none;
}                  
            

table.dbem-calendar-table td {
	padding: 2px 4px; 
	text-align: center;
	margin: 0px auto;
}
table.dbem-calendar.table tr.days-names {
	font-weight: bold;
} 
table.dbem-calendar-table td.eventless-pre, .dbem-calendar td.eventless-post {
	color: #ccc;
}
table.dbem-calendar-table td.eventful a {
  font-weight: bold;
  color: #8E5BA6;
}
table.dbem-calendar-table td.eventful a:hover {
  font-weight: bold;
  color: #999;
}
 table.dbem-calendar-table td.eventless-today {
   background-color: #CFCFCF;  
}
table.dbem-calendar-table thead {
	font-size: 120%;  
	font-weight: bold;  
}
table.fullcalendar {
	border-collapse: collapse;
}
table.fullcalendar td {
	text-align: left;
	width: 50px;  
	height: 50px;             
	border: 1px solid #888;
}
.dbem-calendar-full ul {
	font-size: 80%;     
	list-style: none;
	margin: 0;
}
li.eventlistname  {font-weight:bold;}
ul.eventitems li {color: #FFF; margin: 0px 0px 0px 10px; font-weight: normal;}

