/*
THEME NAME: Child Development Center
THEME URI: http://manifestbozeman.com
DESCRIPTION: A custom WordPress theme developed for Child Development Center.
VERSION: 1.0
AUTHOR: Philip Downer
AUTHOR URI: http://philipdowner.com
*/

/* Browser Reset */
@import url('css/reset.css');

/* Basic Typography with Baseline Grid */
@import url('css/type.css');

/* THEME LAYOUT */
@import url('css/layout.css');

/* PAGES */
@import url('css/pages.css');

/**********************************************
960 Grid System
Source: http://960.gs
***********************************************/
/*@import url('css/960.css');*/

/*Grid Overlay for debugging*/
/*@import url('css/overlay.css');*/

/**********************************************/
/* !QUICK STYLES */
/**********************************************/
.clearboth {
	clear:both;
}

/**********************************************************
***********************************************************
=WRAPPER
***********************************************************
***********************************************************/
body {
	padding: 0;
	margin:0;
	background-color: #330066;
}
#wrapper {
	width:960px;
	margin:0 auto;
	background: #fff url(images/template/bg_container.png) repeat-y top left;
	/*border:1px solid black;*/
}

/**********************************************
SIDEBAR LOCATIONS
***********************************************/
#primary.sidebar {
float:left;
clear:both;
width:326px;
background: transparent url(images/template/bg_telephone.jpg) no-repeat top left;
/* padding:2em 0 2em 0; */
/* border:1px solid black; */
}

/**********************************************
CONTENT LOCATION
***********************************************/
#container {
float: left;
width:634px;
/*
padding-top:2em;
padding-left:20px;
*/
/* border:1px solid red; */
}

#content {
padding:0 25px 0 25px;
/* border:1px solid red; */
}

/**********************************************
FOOTER LOCATION
***********************************************/
#footer {
	clear: both;
}
/**********************************************************
***********************************************************
=HEADER
***********************************************************
***********************************************************/
/*TELEPHONE NUMBER */
#tel-text {
	padding:5px 10px;
	text-align:center;
	margin-bottom: 45px;
}
	#tel-text span {
		display: block;
		font-family:Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
		font-style: italic;
		float:left;
	}
	#tel-text .text {
		color: #d2cdd7;
		font-size:13px;
		text-transform: lowercase;
	}
	#tel-text .number {
		font-size:19px;
		color:#e9e6ec;
		margin-left:10px;
	}

/*PAGE TOPPER */
#topper {
	font-family:Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size:15px;
	letter-spacing: .09mm;
	margin-bottom: 25px;
}

#topper .slogan {
	height:34px;
	background-color:#775499;
	color:#fff;
	text-align: center;
	padding-top:15px;
}

#topper .quote {
	background: transparent url(images/template/bg_quote.png) no-repeat top left;
	padding:15px;
	color:#603888;
	font-style: italic;
	line-height:18px;
}
	#topper .quote-text {
		width:390px;
		padding:20px 15px;
	}
	#topper .quote-text p {
		margin: 0;
	}
		#topper p.quote-author {
			font-size:14px;
			font-style: normal;
			text-align:right;
			margin-top:4px;
			padding:0 25px;
		}
	#topper .quote-photo {
		float:right;
		margin-left:15px;
		padding-right:5px;
	}
	#topper .quote-photo img {
		border:1px solid #603888;
	}

#header,#header h1 {
	text-align: left;
}

#header {
	padding:0 15px;
	clear:both;
}

#blog-title {
	text-indent:-9999px;
	width:171px !important;
	height:147px !important;
	background: url('images/template/logo.gif') no-repeat;
	margin:0 auto;
	position: relative;
	left:-5px;
}

a#logo {
border:none;
}

h1#blog-description {
	text-indent:-9999px;
	height:1px;
	margin:0;
}

/************************************************************************
=NAVIGATION MENU
************************************************************************/
/* PARENTS */
#global_nav .menu li {
	font-size:14px;
	padding-top:15px;
}
	#global_nav .menu li:first-child {
		padding-top:0;
	}
	#global_nav .menu a {
		text-decoration:none;
		border:none;
		font-weight:bold;	
	}
	#global_nav .menu a:hover,
	#global_nav .menu li.current-menu-parent a {
		text-decoration: underline;
		color: #330066;
	}


/* CHILDREN */
#global_nav .menu li ul {
	margin-left:15px;
}

#global_nav .menu li li {
	font-size:12px;
	line-height:16px;
	border-bottom: 1px solid #d5d5d5;
	padding: 0;
}
	#global_nav .menu li li:last-child {
		border-bottom: none;
	}
	#global_nav .menu li li:hover {}
	#global_nav .menu li li a {
		font-weight: normal;
		padding:8px;
		display: block;
	}
	#global_nav .menu li .sub-menu li a {
		text-decoration:none;
		color:#192a3b;
	}
	#global_nav .menu li li a:hover,
	#global_nav .sub-menu li.current-menu-item a {
		background-color: #e7e7e7;
		text-decoration: none;
		color: #330066;
	}
	
/************************************************************************
=SIDEBAR
************************************************************************/
/*************************
#FROM BASE.CSS
**************************/
div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

/*************************
!PRIMARY SIDEBAR
**************************/
#primary.sidebar {
}

#primary #widget_list {
	padding:30px;
}

#primary a {
}
	#primary a:hover {
	}

#primary li.widget {
}
	#primary li.widget ul {
		margin-left:0;
	}

#primary .widget h3 {
}
	li.widget li h4 {
		margin:0;
	}
	li.widget li h4 a {
		text-decoration: none;
	}
	li.widget li h4 a:hover {
		text-decoration: underline;
	}

#primary .widget li {
	list-style-type: none;
}

/*SUBPAGES WIDGET*/
#primary li#subpages {
}
li#subpages li {
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	margin-bottom:10px;
}
li#subpages li a {
	text-decoration:none;
}
li#subpages li a:hover,
li#subpages li.current_page_ancestor a,
li#subpages li.current_page_parent a,
li#subpages li.current_page_item a {
	text-decoration:underline;
}
	li#subpages li ul {
		padding-left:25px;
		margin:6px 0 14px 0;
	}
	li#subpages li ul li {
		font-weight:normal;
		font-size:11px;
		line-height:15px;
		margin-bottom:5px;
		margin-left:-3px;
		list-style:square !important;
	}
	li#subpages li ul li a,
	li#subpages li ul li.current_page_item a,
	li#subpages li.current_page_item li a,
	li#subpages li.current_page_ancestor li a,
	li#subpages li.current_page_parent li a {
		font-weight:normal;
		text-decoration:none;
	}
	li#subpages li li.current_page_item a {
		font-weight:bold !important;
	}
	
/*NEWSLETTER WIDGET*/	
li#newsletter input[type=text] {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border: none;
	font-weight:bold;
	text-transform: lowercase;
	padding:8px 5px;
	margin-bottom: 5px;
}

li#newsletter input[type=submit] {
	padding:4px 6px;
	text-transform: uppercase;
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border:none;
	font-size:13px;
}
	#primary li#newsletter input[type=submit]:hover {
		cursor: pointer;
	}

/*FACEBOOK BADGE */
li#facebook h3 {
	margin:-34px 0 20px 0 !important;
}

/************************************************************************
*************************************************************************
*************************************************************************/
/* !FOOTER */
/*************************************************************************
*************************************************************************
************************************************************************/
#footer {
	clear:both;
	background: #775499 url(images/template/bg_footer.jpg) no-repeat top left;
	/* color:#452d5a; */
	color: #dcd0e6;
	font-size:11px;
	padding:20px 60px;;	
}

#footer a {
	color: #dcd0e6;
	text-decoration: underline;
}
	#footer a:hover {
		text-decoration: none;
		color:#fff;
	}
	
/* DISCLAIMERS */
#disclaimers {
	clear:both;
	padding-top:15px;
	line-height:16px;
}

#disclaimers p {
	text-align:center;
	margin-bottom:15px;
}

#disclaimers .attribution {
	font-family:"Lucida Sans","Lucida Grande","Lucida Unicode","Lucida",sans-serif;
	font-size:10px;
	margin-bottom: 0;
}
#disclaimers .attribution a {
	border:none;
}

/*TOP OF PAGE LINK*/
#disclaimers .top a {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	background-color: #000;
	color:#fff;
	padding:6px 10px 7px 10px;
	border:none;
}
	#disclaimers .top a:hover {
		text-decoration:none;
	}
	
/************************************************************************
*************************************************************************
*************************************************************************/
/* !POST AREA */
/*************************************************************************
*************************************************************************
************************************************************************/

/*************************
#POST META
**************************/
span.edit-link {
	height:16px;
	padding-left:22px;
	background: transparent url(images/icons/edit.png) no-repeat top left;
	float:right;
	margin-left:15px;
}
span.edit-link a {
	font-size:12px;
	font-family:"Lucida Sans","Lucida Grande","Lucida Unicode","Lucida",sans-serif;
	color:#d6d0d0;
}
	span.edit-link a:hover {
		color:#795c5d;
	}


/**********************************************
Headlines
***********************************************/
h2.entry-title {
}

/***********************************************************************/
/* !TEASERS */
/***********************************************************************/
.teaser {
	padding:10px;
	border-bottom: 1px solid #818181;
	margin-bottom:10px;
}
	.teaser:last-child {
		border:none;
	}
	
.teaser .entry-title h2 {
	font-size:18px;
}

.teaser .entry-title h2:hover {
	text-decoration: underline !important;
}

.teaser .thumb {
	float:left;
	margin-right:15px;
}
	.teaser .thumb a {
		border:1px solid #e4e4e4 !important;
		padding:0;
	}
	.teaser .thumb img {
	}

.teaser p {
	margin-bottom:0;
}
.teaser p.more {
	text-align:right;
	margin:10px 0 10px 10px;
}
	.teaser p.more a {
		color:#fff;
		position: relative;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-khtml-border-radius:5px;
		border-radius:5px;
		background-color: #330066;
		padding: 3px 5px 4px 5px;
		border:1px solid #330066
	}
	.teaser p.more a:hover {
		color:#330066;
		background-color: #fff;
	}
	.teaser p.more a:active {
		top:1px;
		left:1px;
	}
	


/**********************************************
Entry Content
***********************************************/
.entry-content {
	padding-bottom:20px;
	margin-bottom:20px;
}

/*POST IMAGES */
.entry-content a:hover img,
div.wp-caption a:hover {
	border:none;
}

.entry-content img {}

.entry-content img.alignright,
.entry-content img.alignleft {
	margin-bottom:20px;
}
	.entry-content .alignleft {
		margin-right:15px;
		float:left;
	}
	.entry-content .alignright {
		margin-left: 15px;
		float:right;
	}

.entry-content img.aligncenter {
	margin:10px auto 20px auto;
	text-align:center;
}

.entry-content div.wp-caption {
	padding:15px 10px 0 10px;
	text-align:center;
}
	.entry-content div.wp-caption img {
		border:1px solid #000;
		float: none !important;
	}

.entry-content div.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px 0 10px 0;
	font-size:12px;
	line-height:20px;
	text-align:center;
	letter-spacing:.2mm;
}

div.wp-caption.aligncenter {
	margin:0 auto;
}

/*BLOCKQUOTES*/
.entry-content blockquote {
	padding: 5px 10px;
	border-top: 1px solid #cdc4b5;
	border-bottom: 1px solid #cdc4b5;
	margin:10px 0 20px 0;
	font-style: italic;
}
.entry-content blockquote p:last-child {
	margin-bottom:0;
}

/**********************************************
Sociable
***********************************************/
div.sociable {
	margin: 25px 0 25px 0;
	padding: 10px;
	border-top:1px solid #4E4E4E;
	border-bottom: 1px solid #4E4E4E;
	text-align:center;
	clear:both;
}

div.sociable h3 {
	font-size:18px;
	margin-bottom:3px;
	margin-top:0;
}

.sociable a {
	border: none !important;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
}
span.sociable_tagline p {
	margin-top:0;
	margin-bottom: 8px;
	font-size:14px;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=50);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/***********************************************************************/
/* !INLINE GALLERIES */
/***********************************************************************/
.gallery-icon {
	margin:5px;
	width:150px;
	height:150px;
	overflow: hidden;
	float:left;
	display:inline;
	
}

.gallery-caption {
	display: none;
}
/***********************************************************************/
/* PAYPAL DONATION BUTTON */
/***********************************************************************/
.paypal {
	margin-bottom:20px;
}
.paypal.align-right {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}
.paypal.align-left {
	float:left:
	margin:0 15px 10px 0;
}
.paypal.align-center {
	clear:both;
	margin:20px auto;
	width:110px;
}

/************************************************************************
=COMMENTS
************************************************************************/
div#comments {
	font-size:12px;
}

/*REQUIRED MARKER*/
form#commentform span.required {
color:#c30;
}

/*************************
#COMMENTS LIST
**************************/
#comments-list h3 {
	font-size:18px;
}

#comments-list ol,
#comments-list ul {
	list-style-type:none;
}

#comments-list span.unapproved {
	padding:5px;
	margin:10px 0;
	background-color: #fffae2;
	font-style: italic;
	width:100%
	font-size:11px;
}

li.comment {
}

li.comment.bypostauthor {
	background-color: #d2d2d2;
	padding:10px 10px 10px 20px;
	border-left:5px solid #000;
}

/*************************
#COMMENT AVATARS & AUTHOR
**************************/
li.comment div.comment-author {
	padding-bottom:15px;
}

li.comment div.avatar {
	width:84px;
	background: transparent url(../images/template/bg_avatar.png) no-repeat 74px 5px;
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}

li.comment div.avatar img {
	border:2px solid #000;
	color:#000;
}

li.comment div.name {
	position: relative;
	font-size:16px;
	top:6px;
}

li.comment div.name a {
	text-decoration: none;
}
	li.comment div.name a:hover {
		text-decoration: underline;
	}
li.comment div.name span.date {
	font-size: 12px;
	position: relative;
	left:15px;
}

/*************************
#COMMENT FORM
**************************/
/*COMMENTS HEADER & NOTES*/
div#respond h3 {
}

form#commentform p#comment-notes {
	font-size:14px;
}

/*FORM FIELDS*/
form#commentform .form-label {
margin:1em 0 0;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:8px 8px 0px;
font-size:14px;
border:1px solid #000;
}
	#commentform input:focus,
	#commentform textarea#comment:focus {
		background-color: #d2d2d2;
		border:1px solid #d3d3d3;
	}

input#author,input#email,input#url {
	width:65%;
	height:25px;
}

#commentform div.form-submit {
	padding:10px 0;
}

#commentform input#submit {
	background-color: #000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	color:#fff;
	padding:6px 15px;
	border:none;
}
	#commentform input#submit:hover {
		background-color:#d2d2d2;
		color:#000;
	}

#commentform div.form-option {
	font-style: italic;
}
	#commentform .subscribe-to-comments a {
	}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:75%;
}

div.comments ol li {
margin:0 0 3.5em;
}

/************************************************************************
*************************************************************************
************************************************************************/
/* !ENTRY CONTENT */
/************************************************************************
*************************************************************************
************************************************************************/
.entry-content {
padding:0 50px;
}
