/*  
Theme Name: Kids' World
Theme URI: http://kidsworldinc.us/
Description: A custom theme for kidsworldinc.us.
Version: 1.0
Author: Cameron Watters
Author URI: http://www.cameronwatters.com/

	Kidsworld v1.0
	http://kidsworldinc.us/

*/

a:link { color: #85a5d5; text-decoration: none; }
a:visited { color: #956595; text-decoration: none; }
a:hover { text-decoration: underline; }

body {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    color: #000;
    margin: 0;
    padding: 0px 9px 0px 9px;
    background-color: #85a5d5;
}

#alt_nav {
    visibility: hidden;
}

#bottom_nav {
    font-size: .75em;
    text-align: center;
    width: 100%;
}

#breadcrumbs {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
    text-indent: 10px;
    margin: 0;
    padding: 5px 0px 0px 0px;
}

#content {
    margin: 0;
    padding: 0px 10px 0px 10px;
}

#content h2 {
    display: block;
    text-align: center;
    font-size: 2em;
    width: 100%;
}

#content h3 {
    font-family: "Trebuchet MS", sans-serif;
    font-weight: bold;
    font-size: 1.25em;
    margin: 0;
}

#content h4 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1.125em;
}

#footer {
    clear: both;
    width: 760px;
    margin: 15px 0px 0px 0px;
}

#footer p {
    font-family: Arial, sans-serif;
    font-size: .875em;
    text-align: center;
}

.hideme {
    visibility: hidden;
    clear: both;
}

#logo {
    background-color: #fff;
    border: 0px solid black;
    height: 115px;
    left: 0px;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 0px 2px;
    position: absolute;
    top: -20px;
    width: 108px;
}

#logo img {
    border: 0;
    height: 145px;
    margin: auto 0px auto 0px;
    width: 130px;
}

/* 18,850 vs. 9880 */

#main {
    background-color: #fff;
    background-repeat: no-repeat;
    border-top: 0px solid #333;
    margin: 0;
    padding: 0px 0px 10px 0px;
    width: 100%;
}

#nav {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(/images/header.jpg);
    border: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 630px;
    height: 140px;
}

#nav img {
    height: 140px;
    width: 630px;
    margin: 0;
    padding: 0;
}

#page {
    background-color: #fff;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    width: 760px;
    margin: 0px auto 0px auto;
    padding: 0;
}

#top {
    background-color: #fff;
    height: 140px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    position: relative;
    width: 100%;
}

/* HOMEPAGE LIST OF LOCATIONS */

#locations {
	background: #85a5d5;
	border: 2px solid #0033ff;
	padding: 5px;
	margin: 0px 0px 15px 15px;
	width: 50%;
	float: right;
	text-align: center;
}

#locations .location {
	border: 2px solid #181818;
	text-align: center;
	font-size: 1.25em;
	padding: 2px;
	margin: 2px;
	font-family: sans-serif;
}

#locations .location a, #locations .location a:link, #locations .location a:visited {
	text-decoration: none;
	color: black;
	display: block;
}

#locations .location .name {
	font-weight: bold;
}

#locations .location .number {

}

#locations .location .address {

}

#northwest {
	background: #ffcc00;
}

#sunset {
	background: #ff9900;
}

#downtown {
	background: #cc66ff;
}

#meridian {
	background: #66d8d8;
}

#ferndale {
	background: #ff99cc;
}

.hours {
	font-size: 1.25em;
	font-weight: bold;
	margin-left: 0px;
	display: block;
}

.homepage_bullets {
	font-size: 1.2em;
	margin-left: 0px;
	padding-left: 20px;
}