/*
Theme Name: Amazing Abs
Description: A custom theme based on the parent site.
Version: 1.0
Author: Raymond vanderWoning
*/


/* Begin layout styles */

body {
  color: #333;
  background: #d7d7d7 url(images/aa_background_new.jpg) repeat;
  margin: 0;
  padding: 0;
  font: 12px arial, helvetica, sans-serif;
  }

#wrapper {
  margin: 0 auto;
  width: 770px;
  }

/* header */

#header {
  background: url(images/aa_header_new.jpg) no-repeat top center;
  height: 229px;
  }

#nav {
  background: url(images/aa_nav_background.jpg) repeat-x;
  text-align: center;
  height: 29px;
  }

#nav table {
  margin: 0 auto;
  }

/* main */

#main {
  color: #333;
  background: white;
  padding-bottom: 20px;
  }

/* left content block */

#left_col {
  width: 550px;
  float: left;
  color: black;
  padding-top: 15px;
  }

/* right menu block */

#right_nav {
  width: 200px;
  float: right;
  padding-top: 15px;
  border-left: 1px solid black;
  }

/* end main */

.clear {
  clear: both;
  }

/* footer */

#footer {
  text-align: center;
  font-size: 10px;
  color: white;
  padding-top: 14px;
  }

/* End layout styles */
/* Begin content styles */

#content {
  padding: 0 2em;
  }

h1, h2, h3 {
  font: bold 14px/1.3em Arial, sans-serif;
  margin: 0;
  }

h4, h5, h6 {
  font: bold 11px/1.3em Arial, sans-serif;
  }

.pagetitle {
  margin: 30px 0 0;
  text-align: center;
  }

.alt {
  color: #666;
  background-color: #f8f8f8;        
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  }

small {
  font-size: 11px;
  line-height: 1.4em;
  }

code {
  font: 1.1em 'Courier New', Courier, Fixed;
  }

.single .postmetadata {
  text-align: center;
  }

.post hr {
  display: block;
  }
  
.post p {
  line-height: 1.4em;
  }

/* Begin comment styles */

.commentlist li {
  padding: 5px;
  margin: 5px 0;
  color: #333;
  background: #f6f6f6;
  border: 1px solid #ccc;
  }

.commentlist li {
  font-weight: bold;
  }

.commentlist li .avatar {
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
  }

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1em;
  }

.commentlist p {
  font-weight: normal;
  line-height: 1.4em;
  text-transform: none;
  }

#commentform p {
  margin: 1em 0;
  padding: 0;
  }

.commentmetadata {
  font-weight: normal;
  }

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
  }

.commentmetadata {
  margin: 0;
  display: block;
  }

/* Begin menu styles */

#sidebar {
  padding-left: 5px;
  }

#sidebar ul, #sidebar ol {
  margin: 0;
  padding: 0;
  }

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: .25em;
  }

#sidebar li h2 {
  font-size: 12px;
  margin: 1em 0 0;
  }

#sidebar p {
  margin: 1em 0;
  }

/* Begin form elements */

#searchform {
  margin: 10px auto;
  padding: 5px 3px;
  text-align: center;
  }

#sidebar #searchform #s {
  width: 108px;
  padding: 2px;
  }

#sidebar #searchsubmit {
  padding: 1px;
  }

select {
  width: 130px;
  }

#searchform label {
  font-weight: bold;
  }

#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
  }

#commentform textarea {
  width: 500px;
  padding: 2px;
  }

#commentform #submit {
  margin: 0 auto;
  display: block;
  }

/* Begin misc styles */

acronym, abbr, span.caps {
  cursor: help;
  }

acronym, abbr {
  border-bottom: 1px dashed #999;
  }

blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 10px;
  border-left: 2px solid #555;
  }

blockquote cite {
  margin: 5px 0 0;
  display: block;
  }

.center {
  text-align: center;
  }

.hidden {
  display: none;
  }

hr {
  display: none;
  }

a img {
  border: none;
  }

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
  }

/* Begin Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
  }

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
  }

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
  }

#wp-calendar a {
  display: block;
  }

#wp-calendar caption {
  text-align: center;
  width: 100%;
  }

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
  }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
  background-color: #fff; }
/* End Calendar */