/*  
Theme Name: An Education
Theme URI: http://www.wpskins.org/
Description: Designed By: <a href="http://www.wpskins.org" target="_blank">Free Wordpress Themes</a> and <a href="http://www.preventdelinquency.org" target="_blank">Delinquency Prevention</a>
Author: WPSkins.org
Author URI: http://www.wpskins.org/

	This theme was designed and built by WPskins.org,
	whose blog you will find at http://www.wpskins.org/

	The CSS, XHTML and design is released under Attribution-ShareAlike 2.5 Licence:
	http://creativecommons.org/licenses/by-sa/2.5/

*/

/************************/
/*     Global Design    */
/************************/
/* Import YUI Reset CSS */
@import url(reset.css);
/* Import YUI Reset CSS */

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

a:hover{
	text-decoration: underline;
}

body {
    font-family: Tahoma, Arial, sans-serif;
    background-color: #000;
}

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

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

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

#page {
	width: 950px;
	margin: 0 auto;
    background-color: #656565;
}

#header {
    position: relative;
    background: url(images/header.png) repeat-x;
    height: 42px;
}

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

#content {
	float: left;
	width: 500px;
    padding: 0 10px;
}

#sidebar {
	float: right;
    width: 430px;
}

#footer {
	clear: both;
    background: url(images/footer.png) repeat-x;
    margin-top: 10px;
}

#ad-bar {
    margin: 10px;
    text-align: center;
}

#left, #right {
    background-color: #eaf8fb;
}

#left a, #right a {
    color: #000;
}

#left {
    float: left;
    width: 219px;
}

#right {
    float: right;
    width: 204px;
}

.head {
    margin: 10px auto 0 auto;
    text-align: center;
    border: 4px solid #535353;
    width: 425px;
}

.head-b {
    margin-left: -10px;
    margin-right: -10px;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
    float: left;
    width: 300px;
}

#headerimg a {
	color: #FFF;
    font-weight: bold;
    margin-left: 20px;
}

.description {
    display: none;
}

/* Navigational bar */
ul#navi-bar {
    padding: 4px 0;
    font-size: 12px;
    background: ;
    float: right;
    width: 650px;
    margin-top: 18px;
}

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

ul#navi-bar li {
    display: inline;
    background:;
}
/*
ul#navi-bar li:first-child {
    margin-left: 0 !important;
}*/

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

#navi-bar a {
    padding: 2px 10px;
    color: #000;
    background: ;
}

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

}
/************************/
/*    Sidebar Design    */
/************************/
#sidebar ul {
	font-size: 12px;
}

#sidebar #left ul h2,#sidebar #right ul h2 {
    font-size: 12px;
    padding: 10px 10px 8px 10px;
    color: #FFF;
}

#sidebar #left ul h2 {
    background: url(images/heading.png) no-repeat;
}

#sidebar #right ul h2 {
    background: url(images/heading-right.png) no-repeat;
}

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

#sidebar ul ul {
    padding: 5px 10px;
}

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

#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#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    */
/************************/
h2 a:hover, h2 a:visited, h2 a {
    color: #000;
}

.post-header {
    background: url(images/post-header.png) repeat-x;
    height: 31px;
}

.post-header h2 {
    float: left;
    margin: 3px 0 0 5px;
}

.cats {
    background: url(images/categories.png) repeat-x;
    font-size: 10px;
    height: 14px;
    padding: 0 2px;
}

.post .cats a {
    color: #FFF;
}

.post {
    margin-bottom: 10px;
	font-size: 12px;
    background-color: #FFF;
}

.post .posted {
	font-size: 10px;
    float: right;
    margin: 10px 4px 0 0;
}

.post p {

}

.post a {
    color: #00778c;
}

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

.post ul {

}

.post li {

}

.entry {
    margin: 10px;
}

.postmetadata {
    margin: 10px;
    font-size: 10px;
    padding-bottom: 10px;
}

.postmetadata a {

}

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

}


/************************/
/*    Comment Design    */
/************************/
.commentos {
    background: #737373 url(images/comments-bottom.png) no-repeat bottom;
    margin: -10px 10px 0 10px;
    padding: 5px 10px;
}

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

ol.commentlist li cite.author, ol.commentlist li cite.author a {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #ef8621;
}

ol.commentlist li {
    margin-bottom: 1em;
}

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

#author:hover, #email:hover, #url:hover, #comment:hover {
    border: ;
    background-color: ;
}

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

h3#comments, h3#respond {
    font-size: 14px;
    margin: 4px 0 4px 0;
    color: #FFF;
    font-weight: bold;
}

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

#footer-meta a {
    color: #000;
    text-decoration: underline;
}

#footer p {
	margin: 0;
}

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