/*
Theme Name: The Country Childrens Center
Theme URI: http://www.countrychildrenscenter.org
Description: The Country Childrens Center site theme
Version: 0.1
Author: KianLam Kho
Author URI: http://www.andigo.com
*/

@CHARSET "UTF-8";

/*general alignment*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}

/*the main div containers*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #555555;
	background: #F47D31;
}
#wrapper {
	width: 940px;
/*	margin: 42px auto; */
	margin: 0 auto 42px auto;
	padding: 0px;
	background: #FFFFFF url(images/ccc-head-logo.gif) no-repeat top left;
	position: relative;
}
#header {
	height: 170px;
	width: 940px;
	margin: 0px;
}
#main {
	width: 820px;
}
#container {
	width: 565px;
	float: left;
	margin: 0;
	padding: 0;
}
#content {
	margin: 0;
	padding: 0 12px;
	line-height: 1.3;
}
#sidebar {
	width: 120px;
	float: right;
	margin: 0;
	padding: 10px 40px;
	background-color: aqua;
}
#sidebar-left {
	width: 255px;
	float: left;
	margin: 0;
	padding: 0;
/*	background-color: green; */
}
#footer {
	height: 30px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	margin: 0;
	padding: 10px;
}
#footer-logo {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* header links styling */
#banner {
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 170px;
}
#form-download {
	float: right;
	margin: 30px 110px 0 0;
	padding: 0;
	width: 100px;
	height: 100px;
}

/* special home page style */
#container-home {
	width: 660px;
	float: left;
	margin: 0;
	padding: 10px 0 10px 40px;
	background-color: pink;
}

/* some general classes */
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
/*	padding: 5px; */
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}

/*style for menu and submenu, pages and sub-pages in the header*/
#menu{
	clear: both;
	font-size: 0.8em;
	white-space: nowrap;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 940px;
}
#menu ul li {
	display: inline;
	list-style-type: none;
}
#menu ul, #menu ul li ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li ul li a {
	color: #0083A9;
	text-decoration: none;
}
/*
#menu ul li ul li a:link, #menu ul li ul li a:visited {
	text-decoration: none;
	padding: 3px;
}
*/
#menu ul li ul li a:hover, #menu ul li ul li.current_page_item a,
#menu ul li ul li.current_item_parent a {
	color: #F47D31;
}
#menu ul li ul li {
	margin: 0;
	padding: 0 16px 0 20px;
}
#menu ul li ul li + li {
	border-left: 2px solid #F47D31;
}

/*style the headings*/
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
#content h3, .post h3 {
  font-size: 1.5em;
  margin: 10px 0 0 0;
  padding: 0;
  color: #0083A9;
}
.post h4 {
  font-size: 1.3em;
  margin: 10px 0 0 0;
  padding: 0;
  color: #F47D31;
}

/*style the post date*/
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}

/*style content and footer links*/
/*
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
*/
#footer a:link, #footer a:visited {
	color: #0083A9;
	text-decoration: none;
}
#footer a:hover {
	color: #F47D31;
}

/* post text link styling */
.post a {
	color: #0083A9;
	text-decoration: none;
}
.post a:hover {
	color: #F47D31;
}

/*style sidebar links*/
#sidebar ul, #sidebar-left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}

/*underpost is exactly what you think, under the post on single.php*/
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}


/*if you insert image and give it a class of the below.*/
img.centered{
	display: block;
	margin: 0 auto 0 auto;
}
img.alignright{
	float: right;
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}
img.alignleft{
	float: left;
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

/*oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}



/*time to fancy up the commenting form and stuff*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}

/*below styles admin authors comments on single.php*/
li.author {
	padding: 5px;
}
/*start to style comments, they're an ordered list, hence the ol..*/
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}

/*these are some preventative measures for image hovers, haven't tested it much*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
	border: none;
}

a.image img {
	border: none;
}

/* sidebar menu graphic links styles */
img.hidden-image {
	display: none;
}
#sidebar-left ul li.widget_navt {
	margin: 45px 0 0 0;
	padding: 0;
}
#sidebar-left ul li ul li {
	margin: 0;
	padding: 0;
}
#sidebar-left div.navt_gl a.navt_glink img {
	width: 255px;
	height: 46px;
	margin: 0;
	padding: 0;
	border: 0;
}
#sidebar-left div.navt_gl a.navt_glink span {
	display: none;
}

#sidebar-left ul li div.navt_gl a img.about-link {
	background: url(images/about-link.gif) no-repeat left top;
}
#sidebar-left ul li div.navt_gl a:hover img.about-link {
	background: url(images/about-hover.gif) no-repeat left top;
}
#sidebar-left ul li.current_page_item div.navt_gl a img.about-link, 
#sidebar-left ul li.current_item_parent div.navt_gl a img.about-link {
	background: url(images/about-hover.gif) no-repeat left top;
}

#sidebar-left ul li div.navt_gl a img.news-photos-link {
	background: url(images/news-link.gif) no-repeat left top;
}
#sidebar-left ul li div.navt_gl a:hover img.news-photos-link {
	background: url(images/news-hover.gif) no-repeat left top;
}
#sidebar-left ul li.current_page_item div.navt_gl a img.news-photos-link, 
#sidebar-left ul li.current_item_parent div.navt_gl a img.news-photos-link {
	background: url(images/news-hover.gif) no-repeat left top;
}

#sidebar-left ul li div.navt_gl a img.programs-link {
	background: url(images/programs-link.gif) no-repeat left top;
}
#sidebar-left ul li div.navt_gl a:hover img.programs-link {
	background: url(images/programs-hover.gif) no-repeat left top;
}
#sidebar-left ul li.current_page_item div.navt_gl a img.programs-link, 
#sidebar-left ul li.current_item_parent div.navt_gl a img.programs-link {
	background: url(images/programs-hover.gif) no-repeat left top;
}

#sidebar-left ul li div.navt_gl a img.facilities-link {
	background: url(images/facilities-link.gif) no-repeat left top;
}
#sidebar-left ul li div.navt_gl a:hover img.facilities-link {
	background: url(images/facilities-hover.gif) no-repeat left top;
}
#sidebar-left ul li.current_page_item div.navt_gl a img.facilities-link, 
#sidebar-left ul li.current_item_parent div.navt_gl a img.facilities-link {
	background: url(images/facilities-hover.gif) no-repeat left top;
}

#sidebar-left ul li div.navt_gl a img.careers-link {
	background: url(images/careers-link.gif) no-repeat left top;
}
#sidebar-left ul li div.navt_gl a:hover img.careers-link {
	background: url(images/careers-hover.gif) no-repeat left top;
}
#sidebar-left ul li.current_page_item div.navt_gl a img.careers-link, 
#sidebar-left ul li.current_item_parent div.navt_gl a img.careers-link {
	background: url(images/careers-hover.gif) no-repeat left top;
}

#sidebar-left ul li div.navt_gl a img.contact-link {
	background: url(images/contact-link.gif) no-repeat left top;
}
#sidebar-left ul li div.navt_gl a:hover img.contact-link {
	background: url(images/contact-hover.gif) no-repeat left top;
}
#sidebar-left ul li.current_page_item div.navt_gl a img.contact-link, 
#sidebar-left ul li.current_item_parent div.navt_gl a img.contact-link {
	background: url(images/contact-hover.gif) no-repeat left top;
}

/* donate button and gallery button styling */
#sidebar-left ul li.widget_text {
	margin: 0;
	padding: 0;
}
img.gallery-img {
	margin: 60px 0 10px 80px;
	border: none;
}
img.donate-img {
	margin: 10px 0 20px 80px;
	border: none;
}

/* logout bar styling */
#logout-bar {
	margin: 0 0 20px 102px;
}
#logout-bar a {
	font-size: 0.9em;
	text-decoration: none;
	color: #0083A9;
}
#logout-bar a:hover {
	color: #F47D31;
}

/* sub page menu styling */
div.sub-page-menu {
	font-size: 0.88em;
	font-weight: bold;
	margin: 10px 0 0 0;
	background: #CDE6F1;
}
ul.sub-page-list {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}
ul.sub-page-list li {
	display: inline;
	white-space: nowrap;
}
ul.sub-page-list li a {
	color: #0083A9;
	text-decoration: none;
	margin: 0;
	padding: 0 10px;
}
ul.sub-page-list li a:hover, ul.sub-page-list li.current_page_item a {
	color: #F47D31;
}

/* sub page table menu stying (for the programs section) */
table.sub-page-table {
	width: 100%;
	padding: 5px 0;
	border: none;
}
table.sub-page-table tbody tr td {
	width: 50%;
	padding: 5px 10px;
}
table.sub-page-table tbody tr td a {
	color: #0083A9;
	text-decoration: none;
	white-space: nowrap;
}
table.sub-page-table tbody tr td a:hover, table.sub-page-table tbody tr td.current_page_item a {
	color: #F47D31;
}

/* News post list section styling (AWSOM News) */
.newslist {
	margin: 1em 0 0 0;
	border: 1px solid #0083a9;
	padding: 0 1em;
	color: #0083A9;
	font-weight: bold;
}

.newslist div:first-child {
	color: #F47D31;
}

.newslist ul {
	padding: 0 0 0 1em;
}

.newslist ul li {
	margin: 1em 0;
}

/* Table styling for listing facilities with picture and text */
.facilities-guide tr td {
	padding: 1em 0 0 0;
	vertical-align: top;
}

.facilities-guide tr td h5 {
	margin: 0 0 0.7em 0;
	color: #0083A9;
	font-size: 1.1em;
}

.facilities-guide tr td:first-child img {
	border: 2px solid #0083A9;
	padding: 2px;
	margin: 2px 10px 0 0;
}



.column_header {
	color: #ef6e1a;
	background:#f3f5fa;
}
.even_lines {
	background-color: #fff8f1;
}
.line_header {
	color: #307fad;
}
.table_content {
	color: #6d6f6e;
}
.tuition_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tuition_table  td{
padding:3px;
}

.small_centered{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
text-align:center;
}
