/*
Theme Name: Kindergarten
Theme URI: http://www.wpskins.org
Description: Looking for something full of life? Check out this theme! Perfect for school blogs, or just to bring out that inner kid in you!
Version: 1.0
Author: Wordpress Skins
Author URI: http://www.wpskins.org
Tags: 2 columns, widget ready, education
*/

/************************/
/*     Global Design    */
/************************/
/* Import YUI Reset CSS */
@import url(reset.css);
/* Import YUI Reset CSS */

a {
	color: #000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: Arial, sans-serif;
    background: url(images/background.jpg) repeat-x top;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 800px;
	margin: 0 auto;
    background: url(images/wrapper.jpg) repeat-y center top;
}

#big-page {
    background: url(images/header.jpg) no-repeat center top;
    padding: 0 40px;
}

#header {
    position: relative;
    height: 340px;
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
}

#content {
	float: left;
	width: 468px;
}

#sidebar {
	float: right;
    width: 230px;
}

#footer {
	clear: both;
    background: url(images/footer.png);
    height: 59px;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
    padding-top: 40px;
    padding-bottom: 13px;
}

#headerimg a {
	color: #0f3a49;
}

.description {
    font-size: 16px;
	color: #0f3a49;
}

/* Navigational bar */
ul#navi-bar {
    padding: 4px 0 0 180px;
    font-size: 12px;
}

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
    float: left;
    background: url(images/separator.jpg) no-repeat right;
    padding: 8px 0;
}
/*
ul#navi-bar li:first-child {
    margin-left: 0 !important;
}*/

ul#navi-bar ul {
    display: none;
}

#navi-bar a {
    padding: 2px 10px;
    color: #FFF;
}

#navi-bar a:visited, #navi-bar a:hover {

}
/************************/
/*    Sidebar Design    */
/************************/
#sidebar ul {
	font-size: 12px;
}

#sidebar ul h2 {
    font-size: 14px;
    background: url(images/heading.png);
    padding: 8px 20px;
    color: #FFF;
    font-weight: bold;
}

#sidebar ul li {
    margin-bottom: 5px;
}

#sidebar ul ul {
}

#sidebar ul ul li {
    line-height: 14px;
    border-bottom: 1px solid #212121;
    padding: 1px;
    margin: 0;
}

#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {
    display: block;
    padding: 5px;
    text-decoration: none;
}
#sidebar a:hover {
    background-color: #314e09;
    color: #FFF;
}

#sidebar a:visited {

}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color:;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    white-space: pre;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

/************************/
/*    Content Design    */
/************************/
.post-top {
    font-size: 1px;
    line-height: 1px;
    background: url(images/post-top.png);
    height: 8px;
}

.post-bottom {
    font-size: 1px;
    line-height: 1px;
    background: url(images/post-bottom.png);
    height: 8px;
    margin-bottom: 10px;
}

.post-2 {
    background: url(images/post-2.png) no-repeat bottom;
}

.post {
    margin: 0;
    padding: 1px 10px;
	font-size: 12px;
	line-height: 14px;
    background: url(images/post.png);
    color: #29607d;
}

.post h2 {
	line-height: normal;
}

.post h2 a:hover, h2 a:visited, h2 a {
    color: #ff8a00;
    font-weight: bold;
    font-size: 20px;
}

.post .posted {
	font-size: 10px;
	line-height: normal;
}

.post p {

}

.post a {

}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {

}

.postmetadata {
    margin: 5px 0;
    font-size: 10px;
	line-height: normal;
}

.postmetadata a {

}

.postmetadata div {
    float: left;
    padding: 3px 30px 2px 20px;
}

.postmetadata .posted {
    background: url(images/date.png) no-repeat left;
}

.postmetadata .commentas {
    background: url(images/comments.png) no-repeat left;
}

.postmetadata .cats {
    background: url(images/cats.png) no-repeat left;
}

.entrytext {

}

p.alt {
    font-size: 10px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 5px 0;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {

}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}

.more-link {
    color: #4a3c2b;
    float: right;
    display: right;
    height: 20px;
}


/************************/
/*    Comment Design    */
/************************/

.commentes {
    padding: 0 10px;
}

#content ol.commentlist {
	font-size: 12px;
	padding: 0;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li {
    margin-bottom: 1em;
    border: 1px solid #eeebe7;
    padding: 20px;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: 0;
    border-top: 3px solid #a4c677;
    border-left: 3px solid #a4c677;
    background-color: #bbe187;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
    color: #314e09;
    font-weight: bold;
}

h3#comments, h3#respond {
    font-size: 16px;
    font-weight: bold;
    color: #314e09;
    margin: 15px 0 4px 0;
}

#submit {
    padding: 5px 5px;
    text-align: center;
    border: 0;
    color: #314e09;
    font-weight: bold;
    font-size: 10px;
    font-family: Verdana;
    width: 116px;
    background-color: #FFF;
}

.gravatar {
    float: left;
    width: 75px;
    margin: 0 5px 0 0;
}

.author {
    color: #314e09;
}

.author a {
    color: #314e09;
    font-weight: normal;
}

/************************/
/*     Search Design    */
/************************/
#searchform {

}

#searchform #s {

}

#searchform #searchsubmit {

}

/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/************************/
/*     Footer Design    */
/************************/
#footer-meta {
    font-size: 12px;
    padding: 10px 50px;
    text-align: right;
    color: #FFF;
}

#footer-meta a {
    color: #FFF;
}

#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}
