/*
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: #a3b9f7;
}

a {
  color: blue;
  text-decoration: none;
}

img {
  border: none;
}

input {
  font-size: 100%;
}

small {
  font-size: 0.9em;
}

#header {
  margin: auto;
  padding: 5px 0 5px 0;
  width: 760px;
  background: #fff;
  border: 2px solid #246b8f;
  border-bottom: none;
  text-align: center;
}

#header h1 {
  display: inline;
  margin: 0;
}

#header-ads {
  margin: auto;
  padding: 0 5px 0 5px;
  width: 750px;
  background: #fff;
  border-right: 2px solid #933a6c;
  border-left: 2px solid #933a6c;
}

#container {
  margin: auto;
  width: 760px;
  background: #fff;
  border: 2px solid #246b8f;
  border-top: none;
}

#content {
  float: left;
  width: 585px;
  padding: 0 5px 30px 8px;
  background: #fff;
}

#sidebars {
  float: left;
  width: 141px;
}

#leftsidebar {
  position: relative;
  float: left;
  width: 130px;
  padding: 10px 5px 10px 5px;
  border-right: 1px solid #bbb;
  background: #fff;
}

#rightsidebar {
  position: relative;
  float: right;
  width: 119px;
  padding: 0 5px 0 5px;
  border-right: 1px solid #bbb;
  background: #fff;
}

#footer {
  clear: both;
  padding: 5px 10px 5px 10px;
  background: #246b8f;
  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;
}

#sidebars ul ul {
  padding-left: 10px;
}

#sidebars ul li:before {
  content: "\00BB \0020";
}

.postTitle {
  margin: 10px 0 0 0;
  font-size: 1.5em;
}

.postTitle a {
  color: #000;
}

.postFooter {
  margin-top: 1ex;
}

.adHeadline {font: bold 10pt Arial; text-decoration: underline; color: blue;}
.adText {font: normal 10pt Arial; text-decoration: none; color: black;}
