/*
Theme Name: Coopers Kids
Theme URI: http://www.cooperskids.com/wp-content/themes/cooperskids/
Description: Custom WordPress Theme for Coopers Kids, PLLC and The Sensory Circuit & Gym
Version: 1.0
Author: Erik Ford for pixel8
Author URI: http://www.wearepixel8.com/
*/

/* Layout and Structure */

body {
	background: #f5e4ae url(images/paper_bg.jpg);
	font-size: 62.5%;
}

.wrapper, #content, #header, .column-container {
	width: 960px;
}

.wrapper {
	margin: 0 auto;
}

#content {
	background: url(images/paint_bg.jpg) no-repeat 0 0;
	padding: 0 0 110px;
}

#header {
	height: 110px;
}

#telephone {
	background: url(images/telephone.png) no-repeat 0 0;
	padding: 0 0 0 50px;
	right: 10px;
	top: 25px;
	width: 170px;
}

#subhead {
	background: url(images/illustration.jpg) no-repeat 0 0;
	height: 310px;
	padding: 90px 0 0 455px;
	width: 505px;
}

.columns {
	width: 240px;
}

.frame {
	background: url(images/picture-frame.png) no-repeat 0 0;
	height: 130px;
	padding: 5px 0 0 15px;
	width: 225px;
}

#main-content {
	background: url(images/maincontent_bg.png);
	margin: 0 10px;
	padding: 15px;
	width: 910px;
}

#main-columns {
	background: url(images/maincolumns_bg.gif) repeat-y;
	padding: 20px 0;
	width: 910px;
}

#left-column {
	padding: 0 25px;
	width: 575px;
}

#right-column {
	padding: 0 25px;
	width: 235px;
}

#page-title {
	background: url(images/pagetitle_bg.png) no-repeat 0 0;
	color: #fff;
	height: 65px;
	margin: 0 0 25px -35px;
	padding: 10px 0 0 35px;
	width: 440px;
}

.post {
	color: #4c2805;
}

.sidebar-header {
	background: url(images/sideheader_bg.png) no-repeat 0 0;
	color: #4c2805;
	height: 37px;
	margin: 0 0 15px;
	padding: 8px 0 0 10px;
	width: 260px;
}

#sidebar {
	width: 235px;
}

.sidebar-module {
	padding: 0 0 50px;
}

.title-bar {
	background: url(images/posttitle_bg.gif) repeat-y;
	margin: 0 0 10px 0;
	width: 575px;
}

.post-title {
	padding: 20px;
	width: 420px;
}

.date {
	background: #fff url(images/date.gif) repeat-x top;
	height: 23px;
	margin: 20px 0 20px -5px;
	padding: 7px 0 0 0;
	text-align: center;
	width: 120px;
}

.excerpt {
	background: #f6f4f4 url(images/excerpt_arrow.gif) no-repeat 20px 0;
	border-top: 1px solid #dbdada;
	color: #717174;
	display: block;
	margin: -10px 0 50px 0;
	padding: 20px;
}

#footer {
	background: #4c2805 url(images/footer_bg.jpg) repeat-x;
	color: #f7e8b5;
	font-family: Arial, Helvetica, sans-serif;
	padding: 110px 0;
	width: 100%;
}

.footer-column {
	margin: 0 10px;
	width: 210px;
}

/* Positioning */

.wrapper, #content, #header, #subhead, .column-container, .columns, .frame, #footer, .footer-column, #main-content, #main-columns, #left-column, #right-column, #page-title, .post, #sidebar, .sidebar-header, .sidebar-module, .title-bar, .post-title, .date, .excerpt {
	position: relative;
}

h1.logo, #telephone, ul#nav {
	position: absolute;
}

/* Floats and Clearing Floats */

ul#nav li, .left {
	float: left;
}

.right {
	float: right;
}

.clear {
	display: inline-block;
}
	
.clear:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* Header Logo, Navigation and Telephone Number */

h1.logo {
	background: url(images/cooperskids_logo.png) no-repeat 0 0;
	display: block;
	height: 53px;
	left: 10px;
	text-indent: -9999px;
	top: 20px;
	width: 160px;
}

h1.logo a {
	display: block;
	height: 100%;
	width: 100%;
}

#telephone p {
	color: #4c2805;
	font: 2em Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#telephone p span {
	color: #a67c52;
	display: block;
	font-size: .65em;
	font-weight: normal;
	margin: -3px 0 0 0;
}

ul#nav {
	left: 240px;
	top: 30px;
}

ul#nav li {
	margin: 0 0 0 10px;
}

ul#nav li:first-child {
	margin: 0;
}

ul#nav li.home-nav a, ul#nav li.home-nav a:visited {
	background: url(images/nav-home.png) no-repeat 0 0;
	width: 60px;
}

ul#nav li.about-nav a, ul#nav li.about-nav a:visited {
	background: url(images/nav-about.png) no-repeat 0 0;
	width: 70px;
}

ul#nav li.facility-nav a, ul#nav li.facility-nav a:visited {
	background: url(images/nav-facility.png) no-repeat 0 0;
	width: 120px;
}

ul#nav li.contact-nav a, ul#nav li.contact-nav a:visited {
	background: url(images/nav-contact.png) no-repeat 0 0;
	width: 85px;
}

ul#nav li.therapy-nav a, ul#nav li.therapy-nav a:visited {
	background: url(images/nav-therapy.png) no-repeat 0 0;
	width: 85px;
}

ul#nav li.home-nav a, ul#nav li.about-nav a, ul#nav li.facility-nav a, ul#nav li.contact-nav a {
	display: block;
	height: 25px;
	text-indent: -9999px;
}

ul#nav li.home-nav a:hover, ul#nav li.home-nav a:active, ul#nav li.about-nav a:hover, ul#nav li.about-nav a:active, ul#nav li.facility-nav a:hover, ul#nav li.facility-nav a:active, ul#nav li.contact-nav a:hover, ul#nav li.contact-nav a:active, #home ul#nav li.home-nav a, #about ul#nav li.about-nav a, #facility ul#nav li.facility-nav a, #contact ul#nav li.contact-nav a, #therapy ul#nav li.therapy-nav a {
	background-position: 0 -25px;
}

/* Home Page Sub Heading */

#subhead h2 {
	background:url(images/subhead.png) no-repeat 0 0;
	display: block;
	height: 210px;
	text-indent: -9999px;
	width: 435px;
}

/* Home Page Columns */

.columns p {
	color: #8c6239;
	font: 1.25em/1.75em Georgia, Times, "Times New Roman", serif;
	margin: 20px 0;
	padding: 0 12px;
}

h3.about-us, h3.our-facility, h3.calendar, h3.latest-news {
	display: block;
	height: 35px;
	margin: 20px 0 0 10px;
	text-indent: -9999px;
	width: 220px;
}

h3.about-us {
	background: url(images/h3_aboutus.jpg) no-repeat 0 0;
}

h3.our-facility {
	background: url(images/h3_ourfacility.jpg) no-repeat 0 0;
}

h3.calendar {
	background: url(images/h3_calendar.jpg) no-repeat 0 0;
}

h3.latest-news {
	background: url(images/h3_latestnews.jpg) no-repeat 0 0;
}

a.learn, a.view, a.read {
	display: block;
	height: 25px;
	margin: 0 0 0 10px;
	text-indent: -9999px;
	width: 85px;
}

a.learn {
	background: url(images/learnmore.png) no-repeat 0 0;
}

a.view {
	background: url(images/view.png) no-repeat 0 0;
}

a.read {
	background: url(images/readmore.png) no-repeat 0 0;
}

a.learn:hover, a.view:hover, a.read:hover {
	background-position: 0 -25px;
}

/* Page Titles */

#page-title h2.title {
	font: 3em Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
}

/* Post Styles */

.post a, .post a:visited {
	color: #8d0707;
	text-decoration: underline;
}

.post a:hover, .post a:active {
	text-decoration: none;
}

.post p {
	font: 1.3em/1.8em Georgia, Times, "Times New Roman", serif;
	margin: 15px 0;
}

.post ul {
	font: 1.3em/1.8em Georgia, Times, "Times New Roman", serif;
	list-style: disc;
	margin: 15px 0 15px 30px;
}

.post ol {
	font: 1.3em/1.8em Georgia, Times, "Times New Roman", serif;
	list-style: decimal;
	margin: 15px 0 15px 30px;
}

.post address {
	font: 1.3em/1.8em Georgia, Times, "Times New Roman", serif;	
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.post h1 {
	font-size: 2.5em;
	letter-spacing: -0.01em;
}

.post h2 {
	font-size: 2em;
	letter-spacing: -0.03em;
	margin: 0 0 5px;
}

.post h3, #map h3 {
	font-size: 1.7em;
	letter-spacing: -0.02em;
	line-height: 1.1em;
	margin: 0 0 5px;
}

.post h4 {
	font-size: 1.55em;
}

.post h5 {
	font-size: 1.4em;
}

.post h6 {
	font-size: 1.1em;
}

.post blockquote {
	border-left: 3px solid #412204;
	margin: 15px 0 15px 30px;
	padding: 0 0 0 20px;
}

.post blockquote p {
	font-style: italic;
}

.title-bar h1 {
	color: #717174;
	font-size: 3em;
	letter-spacing: -0.01em;
	line-height: 1em;
	word-spacing: -0.04em;
}

.date small.post-date {
	color: #fff;
	font: 1.2em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

/* Post Images */

.post img {
	background-color: #efefef;
	border: 1px solid #dbdada;
	padding: 4px;
}

.post img.alignleft {
	float: left;
	margin: 0 15px 0 0;
}

.post img.alignright {
	float: right;
	margin: 0 0 0 15px;
}

.post img.aligncenter {
	display: block;
	margin: 0 auto;
}

/* Archives */

.excerpt p {
	font: 1.25em/1.6em Georgia, Times, "Times New Roman", serif;	
}

a.archive-read {
	background: url(images/archive-read.gif) no-repeat 0 0;
	display: block;
	height: 25px;
	margin: 20px 0 0 -25px;
	text-indent: -9999px;
	width: 95px;
}

/* Contact Form */

form.wpcf7-form {
	border-top: 1px solid #eee;
	margin: 25px 0 0 0;
	padding: 25px 0 0 0;
}

form.wpcf7-form ol {
	list-style: none;
	margin: 0;
}

form.wpcf7-form label {
	color: #777;
	font: .8em Arial, Helvetica, sans-serif;
	letter-spacing: .09em;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}

form.wpcf7-form label em {
	color: #8d0707;
	font: 1em Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	letter-spacing: normal;
	text-transform: lowercase;
}

form.wpcf7-form input#your-name, form.wpcf7-form input#your-email, form.wpcf7-form input#phone-number, form.wpcf7-form input#your-subject {
	background: url(images/input.gif) no-repeat 0 0;
	color: #444;
	font: 1.4em Arial, Helvetica, sans-serif;
	height: 27px;
	margin: 0 0 25px 0;
	padding: 8px 10px 0 10px;
	width: 240px;
}

form.wpcf7-form textarea#your-message {
	background: url(images/textarea.gif) no-repeat 0 0;
	border: none;
	color: #444;
	font: 1em/1.4em Arial, Helvetica, sans-serif;
	height: 150px;
	overflow: auto;
	padding: 10px;
	width: 355px;
}

form.wpcf7-form input#submit {
	background: url(images/submit.jpg) no-repeat 0 0;
	color: #fff;
	font: 1.3em Arial, Helvetica, sans-serif;
	height: 40px;
	margin: 20px 0 0 0;
	text-align: center;
	width: 95px;
}

form.wpcf7-form input#submit:hover {
	cursor: pointer;
}

/* Sidebar */

.sidebar-header h3.side-title {
	font: 1.6em Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
}

#sidebar ul {
	font: 1.2em Arial, Helvetica, sans-serif;
	margin: 0 10px;
}

#sidebar ul.more-news li {
	background: url(images/divider.gif) repeat-x top;
}

#sidebar ul.more-news li:first-child {
	background: none;
}

#sidebar ul.more-news li a, #sidebar ul.more-news li a:visited {
	color: #f7e8b5;
	display: block;
	padding: 15px;
	text-decoration: none;
}

#sidebar ul.more-news li a:hover, #sidebar ul.more-news li a:active {
	background-color: #241201;
	color: #fff;
}

#sidebar ul.more-news li.news-archive a, #sidebar ul.more-news li.news-archive a:visited {
	background: url(images/newspaper.png) no-repeat 15px 14px;
	padding: 15px 15px 15px 38px;
}

#sidebar ul.subpages li a, #sidebar ul.subpages li a:visited {
	background: url(images/subpage_nav.jpg) no-repeat 0 0;
	color: #f7e8b5;
	display: block;
	height: 23px;
	padding: 12px 0 0 17px;
	text-decoration: none;
	width: 198px;
}

#sidebar ul.subpages li a:hover, #sidebar ul.subpages li a:active, #sidebar ul.subpages li.current_page_item a {
	background-position: 0 -35px;
}

/* Events List */

#sidebar .sidebar-module ul.wplc_event_list li {
	background: #241201 url(images/calendar_day.png) no-repeat 5px 13px;
	display: block;
	padding: 15px 5px 15px 30px;
}

#sidebar .sidebar-module ul.wplc_event_list li.wplc_alt {
	background-color: #412204;
}

#sidebar .sidebar-module ul.wplc_event_list li h3 {
	color: #eacb6a;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#sidebar .sidebar-module ul.wplc_event_list li h4 {
	color: #fff;
	font-size: .95em;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#sidebar .sidebar-module ul.wplc_event_list li p {
	color: #eacb6a;
	font-size: .95em;
}

.post ul.wplc_event_list {
	background: #d4f6fd url(images/event-header.gif) no-repeat 0 0;
	display: block;
	list-style: none;
	margin: 30px 0;
	padding: 70px 0 0 0;
}

.post ul.wplc_event_list li {
	background: #2b5865 url(images/clock_48.png) no-repeat 20px 20px;
	color: #fff;
	padding: 20px 20px 20px 85px;
}

.post ul.wplc_event_list li.wplc_alt {
	background-color: #d4f6fd;
	color: #2b5865;
}

.post ul.wplc_event_list li h3 {
	font-size: 1.2em;
	letter-spacing: normal;
	line-height: normal;
	margin: 0 0 5px 0;
}

.post ul.wplc_event_list li small {
	display: block;
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}

.post ul.wplc_event_list li p {
	font: 0.95em Arial, Helvetica, sans-serif;	
	margin: 0;
}

a.viewdates {
	background: url(images/viewdates.jpg) no-repeat 0 0;
	display: block;
	height: 30px;
	margin: 20px auto 0 auto;
	text-indent: -9999px;
	width: 190px;
}

/* Footer */

.footer-column h5 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 25px 0;
}

.footer-column address, #footer p {
	font-size: 1.2em;
	line-height: 1.75;
	font-style: normal;
}

.footer-column ul#footer-nav li {
	background: url(images/divider.gif) top repeat-x;
	padding: 20px 0;
}

.footer-column ul#footer-nav li:first-child {
	background-image: none;
	padding: 0 0 20px;
}

.footer-column ul#footer-nav li a, .footer-column ul#footer-nav li a:visited {
	color: #f7e8b5;
	font-size: 1.2em;
	text-decoration: none;
}

.footer-column ul#footer-nav li a:hover, .footer-column ul#footer-nav li a:active {
	text-decoration: underline;
}

h4.howto-contact, h4.sitemap {
	display: block;
	text-indent: -9999px;
}

h4.howto-contact {
	background: url(images/h4_contact.gif) no-repeat 0 0;
	height: 15px;
	margin: 0 0 30px;
	width: 180px;
}

h4.sitemap {
	background: url(images/h4_sitemap.gif) no-repeat 0 0;
	height: 20px;
	margin: 0 0 25px;
	width: 210px;
}

#footer p a, #footer p a:visited {
	color: #f7e8b5;
	text-decoration: underline;
}

#footer p a:hover, #footer p a:active {
	color: #fff568;
	text-decoration: none;
}

p.credit {
	margin: 65px 0 0 10px;
}
