/*
Theme Name: PHPoet Theme For PHPages
Theme URI: http://www.phpoet.com
Description: The default theme for PHPoet
Version: 1.0
Author: Lee Blue
Author URI: http://www.PHPoet.com
*/

body {
  font-family: helvetica;
  font-size: 12px;
}

a:link,
a:hover,
a:visited {
  color: #6D001D; 
}

h1, h2 {
  color: #6d001d;
  margin: 15px 0px 7px 0px;
  padding: 0px;
  font-size: 16px;
}

h1 a:link,
h1 a:visited,
h1 a:hover
h2 a:link,
h2 a:visited,
h2 a:hover {
  color: #6d001d;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover {
  text-decoration: underline;
}

p {
  margin: 4px 0px 10px 0px;
  line-height: 1.3em;
}

#phpoetPage {
  width: 1000px;
  margin: 0px auto;
}

#phpoetHeader {
  background-image: url(images/PHPoet_logo.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 900px;
  height: 115px;
  float: left;
}

#phpoetSearch {
  font-weight: normal;
  float: right;
  width: auto;
  height: auto;
  clear: both;
  margin: 45px 0px 15px 0px;
}

#phpoetNavigation {
  background-image: url(images/bg_nav.png);
  height: 20px;
  width: auto;
  float: right;
  clear: both;
  text-align: right;
  padding: 0px 10px;
  margin: 0;
}

#phpoetNavigation li {
  float: left;
  list-style-type: none;
}

#phpoetNavigation li a {
  display: block;
  color: #ffffff;
  margin: 3px 15px;
  font-weight: normal;
  text-decoration: none;
}

#phpoetNavigation li a:hover {
  text-decoration: underline;
}

#phpoetCol1, 
#phpoetCol2 {
  float: left;
  height: auto;
  padding: 25px 10px;
  margin: 0px;
}

#phpoetCol1 {
  width: 600px;
  margin-right: 30px;
}

#phpoetCol2 {
  width: 230px;
}

#phpoetFooter {
  width: 900px;
  border-top: 4px solid #6d001d;
  float: left;
  text-align: right;
}

#phpoetFooter p {
  color: #999;
  padding: 3px 10px;
  margin: 0;
  font-size: 11px;
}

#sidebar {
  list-style-type: none;
}

img.alignright {float:right; margin:10px 0 1em 1em}
img.alignleft {float:left; margin:10px 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
