/*
Theme Name: Blogaholics
Theme URI:
Description: Blogaholics Theme
Author: Ianiv Schweber
Author URI: http://www.blogaholics.ca
*/

body {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  margin: 0;
  color: #000;
  background: #c0c8cf;
}

a {
  color: blue;
}

img {
  border: none;
}

input {
  font-size: 100%;
}

small {
  font-size: 0.9em;
}

#header {
  margin: auto;
  text-align: center;
  padding: 5px 0 5px 0;
  width: 820px;
  background: #fff;
  border: 2px solid #214869;
  border-bottom: none;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

#header h1 {
  display: inline;
  margin: 0;
}

#header-ads {
  margin: auto;
  text-align: center;
  padding: 0 5px 0 5px;
  width: 810px;
  background: #fff;
  border-right: 2px solid #214869;
  border-left: 2px solid #214869;
}

#container {
  margin: auto;
  width: 820px;
  background: #fff;
  border: 2px solid #214869;
  border-top: none;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

#content {
  float: left;
  padding: 0 5px 30px 8px;
  background: #fff;
  width: 500px;
}

#sidebars {
  float: right;
  width: 292px;
}

#leftsidebar {
  position: relative;
  float: left;
  padding: 10px 5px 10px 5px;
  border-left: 1px solid #bbb;
  background: #fff;
  width:120px;
}

#rightsidebar {
  position: relative;
  float: right;
  padding: 0 5px 0 5px;
  border-left: 1px solid #bbb;
  background: #fff;
  width:150px;
}

#footer {
  clear: both;
  padding: 5px 10px 5px 10px;
  background: #214869;
  color: #ffffff;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}

.sidebarsection {
  margin: 0 0 15px 0;
}

#sidebars ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 0.9em;
}

#sidebars ul li:before {
  content: "\00BB \0020";
}

.postTitle {
  margin: 10px 0 0 0;
  font-size: 1.5em;
}

.postTitle a {
  color: #000;
  text-decoration: none;
}

.postFooter {
  background: #e1e3e7;
  border: 1px solid #99a5af;
  margin-top: 1ex;
  padding: 1ex 1em 1ex 1em;
}

.adHeadline {font: bold 10pt Arial; text-decoration: underline; color: blue;}
.adText {font: normal 10pt Arial; text-decoration: none; color: black;}
