/*
Theme Name: CCNS
Theme URI: http://ccnsslc.com
Description: Fancy Schmancy Preschool Site
Version: 1.0
Author: Melissa Nelson-Stippich
Author URI: http://www.bucktoothmama.com
Tags: Preschool, Co-op, Salt Lake City, Utah, community, cooperative, nursery, school
Template: hybrid
*/

/* Get base CSS*/
@import url('../hybrid/library/css/18px.css');

/* -----------> Body <----------- */
/* Body */
body {
	background-image: url('img/bck.gif');
	font: normal normal normal 15px/21px Helvetica, sans-serif;
	color: #6f3f10;
	min-width: 480px;      /* 2x LC width + RC width */
	}
	
/* Body container */
#body-container {
	margin: 25px auto 25px auto;
	overflow: visible;
	width: 960px;
	}

/* Links */
a {
	color: #21759b;
	text-decoration: none;
	}
a:visited {
	color: #551a8b;
	}
a:hover, a:active {
	color: #d54e21;
	text-decoration: underline;
	}

/* Headings */
h2, h3, h4, h5, h6 {
	font-family: Helvetica, sans-serif;
	color: #6f3f10;
	font-weight: bold;
	}

/* Lists */
ul {
	list-style: none;
	}

/* Blockquotes */
blockquote {
	font-style: italic;
	color: #555;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px Helvetica, sans-serif;
	color: #333;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Breadcrumb */
.breadcrumb {
	display: none;
	}

/* Images */
.post img {
	max-width: 568px;
	padding: 5px;
	border: 1px dashed #f3b3af;
	}

/* Gallery */
.ngg-galleryoverview {
	text-align: center;
	}
	
.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #7ec6e4;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}
	
/* -----------> Header <----------- */
#site-description {
	display: none;
	}
	
#header {
	background-image: url('img/big.header.png');
	background-position: bottom;
	background-repeat: no-repeat;
	height: 206px;
	width: 960px;
	overflow: visible;
	position: relative;
	margin: 0;
	}
#header-container {
	height: 206px;
	}

/* Blog title */
#site-title {
	display: none; 
	}

/* Blog description */
#site-description {
	font: normal normal normal 16px/20px Helvetica, sans-serif;
	}
	
/* -----------> Page Navigation <----------- */
#primary-menu {
	overflow: visible;
	z-index: 100;
	top: -178px;
	position: relative;
	height: 20px;
	}
#primary-menu ul { 
	}
#primary-menu li { 
	display: inline-table;
	}
#primary-menu li .sf-sub-indicator {
		}
#menu-main{
	left: 40%;	
	}
div.menu {
	width: 550px;
	}

/**** Nav Headers ****/

/** Style home link and all other links without styles. **/
.home-button {
	background-image: url('img/yellow.tab.png');
	background-repeat: no-repeat;
	height: 28px;
	width: 110px;
	text-align: center;	
	margin-right: 10px;
	}
.home-button a{
	color: #fff;	
	text-decoration: none;
	}
.home-button li:hover {
	background-image: url('img/orange.tab.png');
	
	}

/*** Style Specific Headers ***/

/** School **/
.school-button {
	background-image: url('img/pink.tab.png');
	background-repeat: no-repeat;
	height: 28px;
	width: 110px;
	position: relative;
	text-align: center;
		margin-right: 10px;

	}
.school-button a{
	color: #fff;	
	text-decoration: none;
	}
#page-nav li.page-item-5 a:hover {
	background-image: url('img/orange.tab.png');
	}
	
/* Campus *//* Philosophy *//* Staff *//* Coop */
.campus-button, .philosophy-button, .staff-button {
	background-color: #f3b3af;
	background-image: none;
	text-align: left;
	padding-left: 8px;
	border-top: 1px dashed #f78c1f;
	height: 18px;
	}
#page-nav li.page-item-7 a:hover, #page-nav li.page-item-9 a:hover, #page-nav li.page-item-14 a:hover, #page-nav li.page-item-17 a:hover {
	background-image: none;
	background-color: #f78c1f;
	}

/** Classes **/
.class-button {
	background-image: url('img/green.tab.png');
	background-repeat: no-repeat;
	height: 28px;
	width: 110px;
	text-align: center;	
	margin-right: 10px;
	}
.class-button a{
	color: #fff;	
	text-decoration: none;
	}
#page-nav li.page-item-19 a:hover {
	background-image: url('img/orange.tab.png');
	}
	
/* Current *//* Enrollment *//* tuition-duties *//* Typical Day */
.current-button, .app-button, .tuition-button, .day-button {
	background-color: #4dae3d;
	background-image: none;
	text-align: left;
	padding-left: 8px;
	border-top: 1px dashed #d3d729;
	height: 18px;
	}
#page-nav li.page-item-21 a:hover, #page-nav li.page-item-23 a:hover, #page-nav li.page-item-25 a:hover, #page-nav li.page-item-27 a:hover, #page-nav li.page-item-162 a:hover {
	background-image: none;
	background-color: #f78c1f;
	}

/** Contact **/
.contact-button {
	background-image: url('img/red.tab.png');
	background-repeat: no-repeat;
	height: 28px;
	width: 110px;
	text-align: center;	
	}
.contact-button a {
	color: #fff;	
	text-decoration: none;
	}

#page-nav li.page-item-29 a:hover {
	background-image: url('img/orange.tab.png');
	}

/* Drop-downs style */

#page-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.menu ul {
	position: absolute;
	}
.submenu {
	border: 1px solid red;
	}
#page-nav li:hover {
	visibility: inherit;
	}
#page-nav li {
	float: left;
	position: relative;
	}
#page-nav a {
	display: block;
	position: relative;
	}
#page-nav li:hover ul, li.sfHover ul {
	width: 110px;
	top: 28px;
	z-index: 99;
	}
#page-nav li:hover li ul, li.sfHover li ul {
	top: -999em;
	}
#page-nav li li:hover ul, li li.sfHover ul {
	left: 10em;
	top: 0;
	}
#page-nav li li:hover li ul, li li.sfHover li ul {
	top: -999em;
	}
#page-nav li li li:hover ul, li li li.sfHover ul {
	left: 10em;
	top: -1px;
	}*/

/* Navigation links */
.navigation-links {
	padding-bottom: 21px;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}

/* -----------> Content <----------- */

/* Main content */
.content {
	background: #fff;
	border: 2px solid #ee2e24;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:100%;
	padding-top: 20px;
	margin-bottom: 15px;
	width: 600px;
	}
	
/* Container (wraps content, primary, and secondary) */
#container {
	clear: both;
	overflow: hidden;
	padding-left: 180px;   /* LC width */
	padding-right: 180px;  /* RC width */
	
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 955px;
	}
.content, #primary, #secondary {
	position: relative;
	float: left;
	}

/* Posts */
.post {
	overflow: hidden;
	margin: 0 0 40px 0;
	}
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

/* Archive information */
.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 0px 0;
	}

/* Category title */
.category-title {
	text-align: center;
	padding: 5px 0 5px 0;
	}

/* Entry title */
.page-title, .entry-title {
	font-size: 24px;
	text-align: center;
	margin: 5px 0 10px 0;
	padding: 5px 0 5px 0;
	font-weight: normal;
	font-style: normal;
	}
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.attachment-title {
	margin: 0 0 0px 0;
	}
.entry-title a {
	color: #6f3f10;
	text-decoration: none;
	}

/* Byline */
.byline {
	margin: 0 0 30px 0;
	font-style: italic;
	color: #666;
	text-align: center;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 10px 10px 15px;
	}
.entry-summary {
	overflow: hidden;
	margin: 5px 10px 10px 15px;
	}
.hentry {

	}

/* Entry metadata */
.entry-meta {
	font-style: italic;
	color: #fff;
	padding-bottom: 30px;
	background-image: url('img/postdivider.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	}
.entry-meta a{
	display: none;
	}
.categories {
	padding-left: 15px;
	}
.no-data {
	text-align: center;
	}
.comments-closed {
	display: none;
	}
	
/* Page links (multiple-paged posts) */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}


/* -----------> Coments <----------- */

/* Comments template */
#comments-template {
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
.comment-meta-data {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	}
.comment-author {
	font-size: 15px;
	color: #000;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #666;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 97%;
	}
#comments-template label {
	font-size: .9em;
	}
input, textarea {
	font-size: 1em;
	font-family: Helvetica, sans-serif;
	padding: 3px;
	}

/* Respond textarea */
textarea {
	width: 98%;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	width: 100px;
	margin: 10px auto 15px auto;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	}
	
/* -----------> Widgets <----------- */
.widget {
	overflow: hidden;
	margin: 0 0 15px 0;
	color: #fff;
	}
.widget a {
	color: #fff;
	text-decoration: underline;
	}
.widget a:hover {
	color: #d54e21;
	text-decoration: none;
	}

/* Widget titles */
.widget-title {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	padding-top: 5px;
	}

.blogroll {
	margin: 5px 0 5px 0;
	padding-left: 5px;
	}

/* local links *//* parent resources */
#linkcat-5, #linkcat-8 {
	border: 2px solid #f78c1f;
	color: #6f3f10;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px 25px 20px 25px;
	text-indent: 5px;
	}
#linkcat-5 a, #linkcat-8 a, #linkcat-6 a, #linkcat-9 a{
	color: #21759b;
	padding-right: 5px;
	text-decoration: none;
	}
#linkcat-5 a:hover, #linkcat-8 a:hover, #linkcat-6 a:hover, #linkcat-9 a:hover {
	color: #bed500;
	}
#linkcat-5 .widget-title, #linkcat-8 .widget-title, #linkcat-6 .widget-title, #linkcat-9 .widget-title{
	color: #7ec6e4;
	}
		
/* friends of links *//* kid resources */
#linkcat-6, #linkcat-9 {
	border: 2px solid #ffd204;
	color: #6f3f10;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 0px;
	margin: 0px 25px 20px 25px;
	}
#text-8 {
	color: #6f3f10;
	text-align: center;
	}
#text-8 a {
	color: #ee2e24;
	}
	
/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 0px 0;
	padding: 0px 20px 0px 20px;	}

/* Todays Events */	
#todays-events {
	border: 3px solid #f3b3af;
	color: #6f3f10;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	}
#todays-events a{
	color: #6f3f10;
	border-bottom: 1px solid #ee2e24;
	}
#todays-events .widget-title {
	padding-bottom: 5px;
	color: #ee2e24;
	}
#todays-events .widget-inside {
	padding: 5px;
	}
#todays-events .widget-inside ul{
	padding: 0px 5px 5px 7px;
	margin: 0;
	}
#text-10 {
	border: 3px solid #ee2e24;
	color: #6f3f10;
	background: #f9d9d7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	}
#text-10 .widget-inside {
	padding: 5px;
	}
#text-10 .widget-inside ul{
	padding: 0px 5px 5px 7px;
	margin: 0;
	}	
#text-14, #text-13 {
	background: #fde8d2;
	}
#text-14 .widget-inside, #text-13 .widget-inside{
	color: #6f3f10;
	padding: 5px;
	}
#text-14 .widget-inside a, #text-13 .widget-inside a{
	color: red;
	}
#text-14 .widget-inside a:hover, #text-13 .widget-inside a:hover{
	color: #21759b;
	text-decoration: none;
	}
	
/* -----------> Primary Widgetized Area <----------- */
#primary {
	width: 160px;          /* LC width */
	right: 185px;          /* LC width */
	margin-left: -100%;
	}	

/* Google Calendar Widget */
#ko_calendar-5 {	
	background-color: #4dae3d;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
#ko_calendar-5 a{
	color: #ffd204;
	text-decoration: none;
	}
#ko_calendar-5 .widget-title {
	padding-bottom: 5px;
	}
#ko_calendar-5 .widget-inside {
	padding: 5px;
	}
#ko_calendar-5 .widget-inside ul{
	padding: 0px 5px 5px 7px;
	margin: 0;
	}
	
/* Upcoming Events */
#upcoming-events {
	background-color: #4dae3d;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
#upcoming-events a{
	color: #ffd204;
	text-decoration: none;
	}
#upcoming-events .widget-title {
	padding-bottom: 5px;
	}
#upcoming-events .widget-inside {
	padding: 5px;
	}
#upcoming-events .widget-inside ul{
	padding: 0px 5px 5px 7px;
	margin: 0;
	}
	
/* Cool Stuff */
.linkcat-3 {
	background: #7ec6e4;
	border: 2px solid #7ec6e4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 0px;
	}
.linkcat-3 a{
	color: #fff;
	text-decoration: none;
	background-image: url('img/flower.png');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	}
.linkcat-3 a:hover {
	background-image: url('img/flower-hover.png');
	}
.linkcat-3 .widget-title {
	display: none;
	}

/* -----------> Secondary Widgetized Area <----------- */
#secondary {
	width: 160px;          /* RC width */
	margin-right: -180px;  /* RC width */
	margin-left: 15px;
	}

/*** IE6 Fix ***/
* html #secondary {
	left: 180px;           /* RC width */
	}

/* Yearbook */
#text-9 {
	background: #bed500;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px 5px 5px 5px;
	text-align: center;
	}
#text-11 {
	background: #4dae3d;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px 5px 5px 5px;
	text-align: center;
	}
/* Yearbook */
#text-15 td, #text-15 table, #text-15 tr{
	border: none;
	padding: 0;
		}


/* Co-op Calendar Widget */
#ko_calendar-6, #ko_calendar-7, #ko_calendar-8, #ko_calendar-9, #ko_calendar-10, #ko_calendar-11{	
	background-color: #f3b3af;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
#ko_calendar-6 a, #ko_calendar-7 a, #ko_calendar-8 a, #ko_calendar-9 a, #ko_calendar-10 a, #ko_calendar-11 a{
	color: #ee2e24;
	text-decoration: none;
	font-style: oblique;
	}
#ko_calendar-6 .ko-calendar-date, #ko_calendar-7 .ko-calendar-date, #ko_calendar-8 .ko-calendar-date, #ko_calendar-9 .ko-calendar-date, #ko_calendar-10 .ko-calendar-date, #ko_calendar-11 .ko-calendar-date {
	color: #ee2e24;
	font-weight: bold;
	}
#ko_calendar-6 .widget-title, #ko_calendar-7 .widget-title, #ko_calendar-8 .widget-title, #ko_calendar-9 .widget-title, #ko_calendar-10 .widget-title, #ko_calendar-11 .widget-title {
	padding-bottom: 5px;
	}
#ko_calendar-6 .widget-inside, #ko_calendar-7 .widget-inside, #ko_calendar-8 .widget-inside, #ko_calendar-9 .widget-inside, #ko_calendar-10 .widget-inside, #ko_calendar-11 .widget-inside {
	padding: 5px;
	}
#ko_calendar-6 .widget-inside ul, #ko_calendar-7 .widget-inside ul, #ko_calendar-8 .widget-inside ul, #ko_calendar-9 .widget-inside ul, #ko_calendar-10 .widget-inside ul, #ko_calendar-11 .widget-inside ul{
	padding: 0px 5px 5px 7px;
	margin: 0;
	}


/* Search */
#hybrid-search-3 {
	background: #f3b3af;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	}
#search-text {
	width: 100px;
	margin-bottom: 5px;
	}
#hybrid-search-3 .widget-title {
	margin: 5px auto 5px auto;
	}

/* Log in */
#members-widget-login-2 {
	background: #ffd204;
	color: #d54e21;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	padding: 5px 2px 10px 2px;
	}
#members-widget-login-2 a {
	color: #fff;
	}
#members-widget-login-2 input{
	width: 100px;
	}
#members-widget-login-2 .widget-title {
	display: none;
	}
	
/* Logout hack */
#execphp-3 {
	background: #ffd204;
	color: #d54e21;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	text-align: center;
	position: relative;
	top: -22px;
	padding: 2px 2px 2px 2px;
	margin-bottom: 0px;
	}

/* Enrolled Families */
.linkcat-4 {
	background: #f78c1f;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
.linkcat-4 a{
	color: #fff;
	text-decoration: none;
	background-image: url('img/heart.png');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	}
.linkcat-4 a:hover {
	background-image: url('img/heart-hover.png');
	}

/* -----------> Footer <----------- */
/* Footer container */
#footer-container {
	margin: 0 0 21px 0;
	height: 200px;
	width: 960px;
	background-color: #bed500;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
/* Subsidiary */
#subsidiary {
	margin: 0 0 10px 0;
	padding-top: 15px;
	}
/* Facebook */
#text-3 {
	width: 150px;
	height: 100px;
	float: left;
	text-align: center;
	margin-left: 60px;
	padding-top: 10px;
	padding-bottom: 25px;
	}
/* Xmission */
#text-4 {
	width: 150px;
	height: 100px;
	float: right;
	text-align: center;
	margin-right: 60px;
	padding-top: 10px;
	padding-bottom: 25px;
	}
/* Page Links */
#text-6 {
	text-align: center;
	display: inline;
	height: 100px;
	clear: both;
	vertical-align: middle;
	padding: 10px;
	}	
#text-6 a{
	text-decoration: none;
	border-right: 1px solid;
	border-left: 1px solid;
	padding: 0 5px;
	}

.copyright {
	text-align: center;
	color: #fff;
	display: inline;
	float: left;
	width: 960px;
	}
