/*  
Theme Name: Schools In
Theme URI: http://www.wpskins.org/
Author: Free Wordpress Themes
Author URI: http://www.wpskins.org/
	 
	 	The CSS, XHTML and design is released under Attribution-ShareAlike 2.5 Licence if you wish to use it, please refer to the licence.txt file included. [ http://creativecommons.org/licenses/by-sa/2.5/ ]

*/
/************************/
/*     Global Design    */
/************************/
* {
    margin: 0;
    padding: 0;
}

a {
	color: #95c600;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: Verdana, sans-serif;
    background-color: #e8e8ce;
}

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

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 740px;
	margin: 0 auto;
    background-color: #FFF;
    padding: 5px 5px 0 5px;
}

#header {
    position: relative;
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
    margin-top: 10px;
}

#content {
	float: right;
	width: 550px;
}

#sidebar {
	float: left;
    width: 180px;
}

#footer {
	clear: both;
    background-color: #dedede;
    border-top: 4px solid #a6a6a6;
    padding: 10px;
}

/************************/
/*     Header Design    */
/************************/
#top-head {
    background-color: #B3E544;
    font-size: 10px;
}

#top-head ul {
    padding: 0 5px;
}

#top-head ul li {
    float: left;
    margin: 8px 0;
}

#top-head ul li a {
    display: block;
    padding: 0 5px;
    color: #FFF;
    border-right: 1px solid #FFF;
}

#top-head ul li.last a{
    border: none;
}

#headerimg {
    height: 100px;
    height: 143px;
    background: url(images/header.jpg) no-repeat;
}

#headerimg a {
    color: #FFF;
    text-decoration: none;
}

.description {
    font-size: 12px;
    display: none;
}

/* Navigational bar */
ul#navi-bar {
    padding: 12px 0;
    font-size: 10px;
    background: url(images/menu.png) repeat-x;
}

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
    display: inline;
    padding: 12px 4px 12px 0;
    background: url(images/delimit.png) no-repeat right;
}
/*
ul#navi-bar li:first-child {
    margin-left: 0 !important;
}*/

ul#navi-bar ul {
    display: none;
}

#navi-bar a {
    padding: 2px 10px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

#navi-bar a:visited, #navi-bar a:hover {

}
/************************/
/*    Sidebar Design    */
/************************/
#sidebar ul {
	font-size: 10px;
    background-color: #f7f7f7;
    border-right: 1px solid #e3e3e6;
}

#sidebar ul h2 {
    font-size: 10px;
    padding: 9px ;
    background: url(images/heading.jpg) repeat-x;
    color: #FFF;
    margin-bottom: 4px;
}

#sidebar ul li {
    margin-bottom: 10px;
}

#sidebar ul ul {

}

#sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 17px;
    background: url(images/bullet.png) no-repeat 5px center;
    padding-left: 20px;
}

#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {
    color: #534720;
    font-weight: bold;
    text-decoration: none;
}
#sidebar a:hover {

}

#sidebar a:visited {

}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
}

h1 {
    font-size: 30px;
    padding-top: 32px;
    padding-left: 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: url(images/bullet.png);
    line-height: 16px;
}

#content ol {
    padding-left: 20px;
    list-style: url(images/bullet.png);
    line-height: 16px;
}

#content ul ol, #content ol ul {
    margin-top: 0.5em;
    list-style: none;
}

/************************/
/*    Content Design    */
/************************/
h2 a:hover, h2 a:visited, h2 a {
    color: #95c600;
    text-decoration: none;
}

.post {
    margin-bottom: 20px;
	font-size: 12px;
    color: #4b4b4b;
}

.post .posted {
	color: #4b4b4b;
    font-weight: bold;
}
.post p {
}

.post a {

}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {

}

.postmetadata {
    margin: 5px 0;
    line-height: 18px;
}

.postmetadata a {

}

.entrytext {

}

p.alt {
    font-size: 12px;
}

.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 {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 10px;
	padding: 0;
	list-style-type: none;
    list-style-image: none;
    margin: 0;
}

ol.commentlist li cite.author {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li {
    margin-bottom: 2px;
    line-height: 14px;
    background-color: #f1f1f1;
    padding: 5px;
    border-bottom: 1px solid #95c600;
}

ol.commentlist li.alt {
    border-bottom: 1px solid #558800;

}

ol.commentlist a {
    text-decoration: none;
    color: #001200;
}

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: ;
    background-color: ;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
}

h3#comments, h3#respond {
    font-size: 18px;
    margin: 10px 0 4px 0;
    color: #1a5500;
}

/************************/
/*     Search Design    */
/************************/

#searchform {

}

#searchform input {

}

#searchform #s {
    border: 1px solid #dadada;
    width: 95%;
}

/************************/
/*   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: 10px;
}

#footer p {
	margin: 0;
}
#footer a {
    color: #A6A6A6;
}


/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}

