/*
THEME NAME: VirtualDeity
THEME URI: http://www.google.com/search?q=%22virtual%20deity%22
DESCRIPTION: Theme for virtualdeity.com.
VERSION: 0.1
*/
/*
 * Reset.
 */
* {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, form, label, ul, ol, dl, fieldset, address {
  margin-bottom: 7px;
}
/*
 * Standard elements.
 */
html {
  height: 100%;
}
body {
  color: #660066;
  background-color: #f8f8f8;
  font-family: Corbel, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  height: 100%;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 14px;
}
a:link {
  color: #00aa00;
  text-decoration: underline;
}
a:visited {
  color: #00aa00;
  text-decoration: underline;
}
a:hover {
  color: #007700;
  text-decoration: none;
}
a:active {
  color: #007700;
  text-decoration: none;
}
blockquote {
  background-color: #e8e8e8;
  padding: 10px 10px 7px 10px;
}
pre {
  overflow: auto;
  background-color: #e8e8e8;
  padding: 10px 10px 7px 10px;
  font-size: 85%;
}
code {
  background-color: #e8e8e8;
  font-size: 85%;
}
img {
  border: none;
}
img.alignleft {
  display: block;
  padding:0 10px 10px 0;
  float: left;
}
img.alignright {
  display: block;
  padding: 0 0 10px 10px;
  float: right;
}
img.aligncenter {
  display: block;
  padding-bottom: 10px;
  margin: 0 auto;
}
/*
 * Page layout.
 */
#header {
  clear: both;
  position: relative;
  margin-top: 10px;
}
#header .container {
  position: relative;
  margin: 0 auto;
  width: 850px;
}
#body {
  clear: both;
  overflow: auto;
  position: relative;
  margin-top: 10px;
}
#body .container {
  overflow: auto;
  position: relative;
  margin: 0 auto;
  width: 850px;
}
#footer {
  clear: both;
  position: relative;
  margin-top: 10px;
}
#footer .container {
  position: relative;
  margin: 0 auto;
  width: 850px;
}
/*
 * Body layout.
 */
#body #content {
  float: left;
  width: 490px;
}
#body #sidebar-right {
  background: url(bg.png) no-repeat;
  float: left;
  width: 330px;
  height: 630px;
  margin-left: 10px;
}
/*
 * Content section styling.
 */
#body #content .post {
  margin-bottom: 25px;
}
#body #content .entry-title a:link {
  color: #660066;
  text-decoration: none;
}
#body #content .entry-title a:visited {
  color: #660066;
  text-decoration: none;
}
#body #content .entry-title a:hover {
  color: #007700;
  text-decoration: none;
}
#body #content .entry-title a:active {
  color: #007700;
  text-decoration: none;
}
#body #content .entry-date {
  color: #999999;
}
#body #content .entry ul, #body #content .entry ol {
  margin-left: 20px;
  padding-left: 20px;
}
#body #content .entry dt {
  font-weight: bold;
}
#body #content .entry dd {
  margin-bottom: 5px;
  margin-left: 20px;
  padding-left: 20px;
}
/*
 * Sidebar section styling.
 */
.sidebar li {
  list-style: none;
}
/*
 * Header styling.
 */
#sidebar-header .textwidget li {
  display: inline;
  list-style-type: none;
  font-weight: bold;
  padding-right: 10px;
}
/*
 * Comments.
 */
#comments-template {
}
#comments-template .comment-metadata {
}
#comments-template .comment-moderation-message {
  text-decoration: underline;
}
#comments-template li {
  list-style: none;
}
#comments-template .comment {
}
#comments-template li.alt .comment {
}
#comments-template li.byuser .comment {
}
#comments-template li.byauthor .comment {
}
/*
 * Capture the conversation plugin.
 */
.twitter {
  overflow: hidden;
  background: #ffffff;
  border: 4px solid #000000;
  margin: 10px;
  width: 450px;
  height: 300px;
}
.tweet {
  display: block;
  overflow: hidden;
  background: #dddddd;
  clear: both;
  padding: 5px;
  margin: 5px;
}
.tweet .text {
  display: block;
  color: #000000;
  margin: 0;
  padding: 0;
  padding-left: 65px;
}
.tweet .from-user {
  display: block;
  color: #333333;
  margin: 0;
  padding: 0;
  padding-left: 65px;
}
.tweet .created-at {
  display: block;
  color: #333333;
  font-size: smaller;
  margin: 0;
  padding: 0;
  padding-left: 65px;
}
.tweet img {
  float: left;
  margin-right: 10px;
  border: 2px solid #000000;
  background: #444444;
}
