/*
Theme Name: YS Kids Playhouse
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Steve Betts

Author URI: http://Minethurn.com/

Tags: custom header, fixed width, one column, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

a { color: #AC0401; text-decoration: none; }
a:hover { color: black; text-decoration: underline; }
a img { border: none; }

h, h1, h2, h3, h4 {
 color: #0F1575;
 text-align:center;
 margin-bottom: .2em;
}

body 
{
	background-color: #601409;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.5;
}

td, th {
  vertical-align: top;
}



#container
{
    position: relative;
    margin: 0 auto; /* center on everything else */
	align: center;
	width: 945px;
	background: #601409;
}


#container-inner
{
	background: #fff;
}

#banner 
{
	height:251px;
}


#banner-inner
{
}

#nav, #nav ul {
	float: left;
	width: 75em;
	list-style: none;
	line-height: 1;
	background: #601409;
        font-family:comic sans, Comic Sans MS;
        font-variant: small-caps;
	font-size: 13.5px;
	font-weight: 400;
	padding: 0;
	border: solid #601409;
	border-width: 1px 0;
	margin: 0 0 1em 0;

}

#nav a {
	display: inline-block;
	width: 10em;
	w\idth: 7em;
	color: #fff;
	text-decoration:none;
	padding: 0.25em 3em;

}

#nav li {
	float: left;
	padding: 0;
	width: 8em;

}


#nav li ul {
        font-family: comic sans, Comic Sans MS;
        font-size: 12.5px;
	font-weight: 200;
	position: absolute;
	left: -999em;
	height: auto;
	width: 16em;
	w\idth: 15em;  
	border-width: 0.25em;
	margin: 0;
	z-index:+1

}

#nav li:hover ul {
	left: auto;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


#nav li ul ul {
	margin: -1.75em 0 0 14em;

}



#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}


#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: transparent ; font-weight:900;
	
}

#nav2, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
        font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#nav2 a {
	display: block;
	width: 10em;
        color: #AC0401
}

#nav2 li {
	float: right;
	width: 10em;
}
#pagebody 
{
}


#pagebody-inner
{
}


#left
{
	position: relative;
	float:left;
}


#left-inner
{
	margin-top: 50px;
}


#center
{
	background-color:#fff;
	overflow:auto;
	position: relative;
	margin: 12px;
}

#contentCol {
	padding-left: 210px;
	padding-right: 210px;
}


#center-inner
{
	width:460px;
}


#right
{
	float:right;
	position: relative;
}


#right-inner
{
	margin-top:50px;
	margin-bottom:25px;
}

#content {
  padding: 4px;
  position: relative;
}

.square
{
	margin-bottom:50px;
	border: 4px solid black;
	overflow: auto;
}

.center-body
{
	color:#000000;
	position: relative;
}

.title-large
{
	padding-top:8px;
	font-size:20px;
	font-weight:bold;
	color:#0F1575;
	text-align:center;
}

.title-medium, .widget-archives h3
{
	font-size:18px;
	font-weight:bold;
	color:#0F1575;
	text-align:center;
}

.latest-news
{
	margin-top:20px;
}

.entry-headers, .widget-list-item a
{
	font-size:16px;
	color:#0F1575;
	text-align:center;
}	



/* Contact Form */
.cform label
{
  width: 100px;
  float: left;
  text-align: right;
  margin-right: 10px;
  display: block;
}

.linklove, .cform .cf_hidden {
  display: none;
  }
  
.cform .reqtxt, .cform .emailreqtxt {
  font-size: .65em;
}

.cform legend {
  position: relative;
  width: 100%;
  background-color: #601409;
  color: white;
  font-size: 120%;
  padding: .2em .5em;
}

.cform fieldset {
  border: transparent 0px;
  margin-top: 2em;
}

.cf-sb {
  margin-top: 2px;
}

/* End Contact Form */



.bottom
{
  text-align:center;
  clear: both;
}


#footer
{
/*	text-align:center; */
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align:center;
	letter-spacing: 3px;
	text-transform:uppercase;
}

.widget-recent-entries
{
  text-align: center;
}

.main_table {
  position: relative;
  width: 95%;
}

.alignright {
  float: right;
  position: relative;
}

.alignleft {
  float: left;
  position: relative;
}

.post h2 {
  position: relative;
  overflow: auto;
}

.navigation {
  position: relative;
  font-size: .75em;
}

.show-post {
  text-align:center;
 }

.cf-ol {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

#wp-forum .author {
	display: none;
}

.postdate {
 position: relative;
 width: 99%;
 font-size: 80%;
 color: #0F1575;
 text-align: center;
}
