/*  
Theme Name: Education Theme
Theme URI: 
Description: The education theme resembles a working space of a student with rulers, a calculator and notebook.
Version: 1.0
Author: qualitywordpress.com
Author URI: 
*/



/* General */

body {
  margin: 0;
  background: url("images/bg.jpg");
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

img {
  border: 0;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 1px;
}


/* Page */

#page {
  width: 1004px;
  margin: 0 auto;
}


/* Header */

#header {
  position: relative;
  width: 1004px;
  height: 395px;
  background: url("images/header.jpg") no-repeat;
}

/* Header - Info */

#header #header-info {
  position: absolute;
  top: 105px;
  left: 220px;
}

#header #header-info h1 {
  color: #445685;
  font: bold 30px "Verdana", Verdana;
}

#header #header-info h1 a {
  text-decoration: none;
  color: #445685;
}

#header #header-info .description {
  color: #445685;
  font: bold 15px "Verdana", Verdana;
}

/* Header - Menu */

#header #header-menu {
  position: absolute;
  top: 0px;
  left: 26px;
  height: 53px;
}

#header #header-menu ul {
  height: 53px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#header #header-menu ul li {
  float: right;
  height: 53px;
  margin-right: 8px;
  text-transform: lowercase;
  color: #ffffff;
  background: url("images/header_menu_left.gif") no-repeat;
  font: bold 10px/43px "Verdana", Verdana;
}

#header #header-menu ul li a {
  display: block;
  padding: 0 40px;
  text-decoration: none;
  color: #ffffff;
  background: url("images/header_menu_right.gif") no-repeat right top;
}

#header #header-menu ul li a:hover {
  text-decoration: underline;
}

#header #header-menu ul li ul {
  display: none;
}

/* Header - Topbar */

#header #topbar {
  position: absolute;
  top: 210px;
  left: 0px;
  width: 1004px;
  height: 201px;
  color: #B50000;
  font: normal 12px "Trebuchet MS", Verdana;
}

#header #topbar h3 {
  color: #B50000;
  font: bold 15px "Verdana", Verdana;
}

#header #topbar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#header #topbar ul li {
  padding-top: 12px;
  color: #B50000;
  font: normal 12px "Trebuchet MS", Verdana;
}

#header #topbar ul li a {
  text-decoration: none;
  color: #B50000;
}

#header #topbar ul li a:hover {
  text-decoration: underline;
}

/* Header - Topbar - Boxes */

#header #topbar #topbar-left {
  float: left;
  width: 285px;
  padding: 35px 33px;
}

#header #topbar #topbar-center {
  float: left;
  width: 306px;
  padding: 12px 0 0 30px;
}

#header #topbar #topbar-right {
  float: left;
  width: 287px;
  padding: 12px 0 0 30px;
}


/* Main */

#main {
  width: 1004px;
  background: url("images/main.gif") repeat-y;
}

#main-top {
  width: 1004px;
  background: url("images/main_top.gif") no-repeat;
}

#main-bottom {
  width: 992px;
  min-height: 50px;
  padding-left: 12px;
  background: url("images/main_bottom.gif") no-repeat left bottom;
}

/* Main - Content */

#content {
  float: left;
  width: 570px;
  padding: 6px 16px 0 16px;
}

/* Main - Content - Post */

#content .post {
  float: left;
  width: 554px;
  margin-bottom: 16px;
  padding: 7px;
  color: #FFFFFF;
  background: #5B4B36;
}

/* Post - Title */

#content .post .post-title {
  width: 554px;
  height: 51px;
  color: #FFFFFF;
  font: bold 12px "Trebuchet MS", Verdana;
}

#content .post .post-title a {
  text-decoration: none;
  color: #FFFFFF;
}

#content .post .post-title a:hover {
  text-decoration: underline;
}

#content .post .post-title .post-date {
  float: left;
  width: 50px;
  height: 51px;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: url("images/post_date.gif") repeat-x;
  font: bold 10px/15px "Trebuchet MS", Verdana;
}

#content .post .post-title .post-date span {
  display: block;
  margin-bottom: 2px;
  font: bold 16px/34px "Trebuchet MS", Verdana;
}

#content .post .post-title h2 {
  padding: 4px 0 3px 0;
  color: #FFFFFF;
  font: bold 19px "Verdana", Verdana;
}

#content .post .post-title h2 a {
  text-decoration: none;
  color: #FFFFFF;
}

#content .post .post-title h2 a:hover {
  text-decoration: underline;
}

/* Post - Entry */

#content .post .post-entry {
  width: 546px;
  padding: 0 4px;
  color: #FFFFFF;
  font: normal 12px/18px "Trebuchet MS", Verdana;
}

#content .post .post-entry a {
  text-decoration: none;
  color: #FFFFFF;
}

#content .post .post-entry a:hover {
  text-decoration: underline;
}

#content .post .post-entry .more-link {
  float: right;
  padding-bottom: 5px;
  color: #FFFFFF;
  font: bold 12px/20px "Trebuchet MS", Verdana;
}

#content .post .post-entry .more-link a {
  text-decoration: none;
  color: #FFFFFF;
}

#content .post .post-entry .more-link a:hover {
  text-decoration: underline;
}

/* Post - Info */

#content .post .post-info {
  clear: both;
  width: 546px;
  padding: 10px 4px 0 4px;
  color: #FFFFFF;
  font: bold 12px "Trebuchet MS", Verdana;
}

#content .post .post-info a {
  text-decoration: none;
  color: #FFFFFF;
}

#content .post .post-info a:hover {
  text-decoration: underline;
}

/* Post - Comments */

#content .post h3 {
  width: 546px;
  margin: 25px 0 5px 0;
  padding: 0 4px;
  color: #FFFFFF;
  font: bold 17px "Verdana", Verdana;
}

#content .post .comments {
  width: 546px;
  padding: 0 4px;
  color: #FFFFFF;
  font: normal 12px/18px "Trebuchet MS", Verdana;
}

#content .post .comments a {
  text-decoration: none;
  color: #FFFFFF;
}

#content .post .comments a:hover {
  text-decoration: underline;
}

#content .post .comments ol {
  margin: 10px 0 10px 0;
  padding-left: 25px;
}

#content .post .comments ol li {
  padding: 5px;
}

#content .post .comments ol li.alt {
  background: #000000;
}

#content .post .comments ol li cite {
  color: #FFFFFF;
  font-weight: bold;
  font-style: normal;
}

#content .post .comments ol li cite a {
  text-decoration: none;
  color: #FFFFFF;
}

#content .post .comments ol li cite a:hover {
  text-decoration: underline;
}

#content .post .comments ol li .commentmetadata a {
  text-decoration: none;
  color: #FFFFFF;
}

#content .post .comments ol li .commentmetadata a:hover {
  text-decoration: underline;
}

#content .post #commentform {
  width: 546px;
  margin: 0;
  padding: 0 4px;
  color: #FFFFFF;
  font: normal 12px/18px "Trebuchet MS", Verdana;
}

#content .post #commentform a {
  text-decoration: none;
  color: #FFFFFF;
}

#content .post #commentform a:hover {
  text-decoration: underline;
}

#content .post #commentform label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

/* Main - Sidebar */

.sidebar {
  float: left;
  width: 189px;
  padding: 7px 0;
  color: #ffffff;
  font: strong 15px/18px "Trebuchet MS", Verdana;
}

.sidebar a {
  text-decoration: none;
  color: #ffffff;
}

.sidebar a:hover {
  text-decoration: underline;
}

/* Sidebar - Titles */

.sidebar h3 {
  width: 189px;
  height: 46px;
  padding-left: 18px;
  text-transform: lowercase;
  color: #ffffff;
  background: url("images/sidebar_title.gif") no-repeat;
  font: bold 15px/34px "Verdana", Verdana;
}

/* Sidebar - Menus */

.sidebar ul {
  margin: 0 0 20px 18px;
  padding: 0;
  list-style-type: none;
}

.sidebar ul li {
  color: #ffffff;
  font: normal 15px/26px "Trebuchet MS", Verdana;
}

.sidebar ul li a {
  text-decoration: none;
  color: #ffffff;
}

.sidebar ul li a:hover {
  text-decoration: underline;
}

/* Sidebar - Forms */

.sidebar #searchform {
  width: 145px;
  margin: 0 auto;
  padding: 15px 0 25px 0;
  text-align: center;
}

.sidebar #searchform #s {
  width: 145px;
}

/* Sidebar - Tables */

.sidebar #calendar_wrap {
  width: 120px;
  margin: 5px auto 20px auto;
}

.sidebar #calendar_wrap caption {
  font-weight: bold;
}

.sidebar #calendar_wrap #today {
  font-weight: bold;
}

/* Sidebar - Texts */

.sidebar .textwidget {
  padding: 0 10px 20px 10px;
}


/* Footer */

#footer {
  width: 1004px;
  height: 62px;
  margin-top: 15px;
  text-align: center;
  color: #A1A1A1;
  background: url("images/footer.gif") repeat-x;
  font: normal 10px/15px "Trebuchet MS", Verdana;
}

#footer a {
  text-decoration: none;
  color: #A1A1A1;
}

#footer a:hover {
  text-decoration: underline;
}