/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF url(http://aibook.trickplan.com/images/img01.png) repeat-x;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666666;
}

form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input, textarea, select {
  font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
  font-weight: normal;
  color: #990033;
}

h1 {
  letter-spacing: -1px;
  font-size: 2.6em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
}

p, ul, ol {
}

p {
}

blockquote {
  font-style: italic;
}

ul {
}

ol {
}

a {
  color: #990033;
}

a:hover {
  text-decoration: none;
}

small {
}

hr {
  display: none;
}

img {
  border: none;
}

img.left {
  float: left;
  margin: 0 15px 0 0;
}

img.right {
  float: left;
  margin: 0 0 0 15px;
}

/* Header */

#header {
  width: 800px;
  height: 120px;
  background: url(http://aibook.trickplan.com/images/img07.png);
  margin: 0 auto;
}

/* Logo */

#logo {
  float: left;
}

#logo h1, #logo h2 {
  margin: 0;
  text-transform: lowercase;
}

#logo h1 {
  padding-top: 52px;
  padding-left: 50px;
  text-align: center;
  font-size: 4em;
  color: #990033;
  display: none;
}

#logo h1 a {
  color: #990033;
}

#logo h2 {
  margin-top: -10px;
  padding-left: 40px;
  letter-spacing: -1px;
  font-size: 1.8em;
  color: #990033;
}

#logo h2 a {
  color: #990033;
}

#logo a {
  text-decoration: none;
}

/* Menu */

#menu {
  float: right;
  height: 100px;
}

#menu ul {
  margin: 0;
  list-style: none;
}

#menu li {
  display: inline;
}

#menu a {
  display: block;
  float: left;
  height: 50px;
  padding: 50px 14px 0px 14px;
  text-align: center;
  text-decoration: none;
  font-size: 1.3em;
  color: #666666;
  text-transform: lowercase;
}

#menu a:hover {
  background: url(http://aibook.trickplan.com/images/img08.png) repeat-x top left;
  color: #990033;
}

#menu .current_page_item a {
  background: url(http://aibook.trickplan.com/images/img08.png) repeat-x top left;
  color: #990033;
}

/* Page */

#page {
  width: 800px;
  margin: 0 auto;
  padding-top: 20px;
}

#latest-post {
  float: left;
  width: 570px;
  padding: 0px 20px 0px 10px;
}

#recent-posts {
  float: right;
  width: 290px;
  background: url(http://aibook.trickplan.com/images/img03.gif) repeat-y;
  padding: 0px 10px 20px 20px;
}

#recent-posts .entry {
  background: url(http://aibook.trickplan.com/images/img04.gif) repeat-x left bottom;
}

.post {
}

.post .title {
  margin: 0;
}

.post .meta {
  margin: 0;
  padding-bottom: 10px;
  line-height: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: #BABABA;
}

.post .meta a {
  color: #BABABA;
}

.post .entry {
  margin-bottom: 10px;
  padding-bottom: 5px;
}

/* Sidebar */

#sidebar {
  clear: both;
  width: 800px;
  background: url(http://aibook.trickplan.com/images/img04.gif) repeat-x left top;
  color: #990033;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar li {
  display: block;
  float: left;
  width: 196px;
  padding: 8px 0 8px 70px;
}

#sidebar li ul {
}

#sidebar li li {
  display: list-item;
  float: none;
  width: auto;
  padding: 0;
}

#sidebar h2 {
  margin: 8px 0 15px 0;
  color: #666666;
  font-size: 1.2em;
}

#sidebar a {
  text-decoration: none;
  color: #990033;
}

#sidebar a:hover {
  text-decoration: underline;
}

/* Footer */

#footer {
  width: 800px;
  height: 100px;
  margin: 0 auto;
  background: url(http://aibook.trickplan.com/images/img06.png) no-repeat;
}

#footer p {
  margin: 0;
  padding: 15px;
  text-align: center;
  width: 800px;
}

#legal {
  float: left;
}

#links {
  float: right;
}

#top {
  width:800px;
  height:400px;
  background-image:url(http://aibook.trickplan.com/images/topimg.jpg);
  background-repeat: no-repeat;
  margin: 0 0 10px 0;
}

#top p {
  margin: 0;
  font-size: 0.9em;
  padding: 10px 10px 10px 350px;
  width: 500px;
  
 }
  
  #top h2 {
  margin: 0;
  font-size: 1.4em;
  padding: 30px 0 0 350px;
 }

