/*
	http://www.nodethirtythree.com
*/

*
{
padding: 0em;
margin: 0em;
}

body
{
background: #FAFAD2 ;
padding: 15px 0px 35px 0px;
}

body,input
{
font-size: 10pt;
font-family: "georgia", "times new roman", serif;
color: #333333;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

a
{
color: #4682B4;
text-decoration: none;
}

a:hover
{
text-decoration: none;
}

div.float {
  float: left;
  }

h1
{color: #000033;
font-size: 1.6em;
padding-right: 34px;
font-weight:normal;
}

h2
{
font-size: 8pt;
font-weight: normal;
color: #000033;
}

h3 span
{
font-weight: bold;
}

h1,h3,h4
{
display: inline;
background-repeat: no-repeat;
background-position: right;
}

h3
{
color: #000033;
font-size: 1.7em;
padding-right: 34px;
font-weight:normal;
background-image: url('images/star.jpg');
}

h4
{
font-size: 1.2em;
padding-right: 28px;
}

.contentarea
{
padding-top: 1.3em;
}


img
{
border: solid 1px #000033;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

img.center
{
position: relative;
float: center;
margin: 0em 0em 1.8em 1.8em;
}

.divider1
{
position: relative;
background: #fff url('images/border2.gif') repeat-x;
height: 14px;
margin: 2.0em 0em 1.5em 0em;
clear: both;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0em 2.0em 0em;
}

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #CCCCCC;
}

.post .date {
  position: absolute;
  top: 0;
  left: 5px;

  width: 2.3em;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 1.0em georgia, times roman, serif;
  color: #888;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em georgia, times roman, serif;
  color: #888;
}

.post .date .year {
  text-transform: uppercase;
  font: 700 1.0em georgia, times roman, serif;
  color: #888;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;

  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
}

.post p {
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}

.box
{
position: relative;
background: #FDFCF6 url('images/boxbg.gif') repeat-x;
left: -1.5em;
top: -1.5em;
padding: 1.5em;
border-bottom: solid 1px #E1D2BD;
margin-bottom: 1.0em;
}

ul.body
{
list-style-image: url("images/bulletstar.jpg");
list-style-position: inside;
margin-left: 25px;
padding-left: 0;
color: #000033;
}

ul.body li
{
line-height: 2.0em;
}

ul.rep
{
list-style-image: url("images/bulletstar.jpg");
list-style-position: inside;
margin-left: 15px;
padding-left: 0;
font-color: #333333;
}

ul.rep li
{
line-height: 1.5em;
}

blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}

#upbg
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 275px;
background: #FAFAD2 repeat-x;
z-index: 1;
}

#outer
{
z-index: 2;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 430px;
border: solid 10px #000033;
background-color: #fff;
margin: 0 auto;
}

#header
{
position: relative;
width: 100%;
height: 1.5em;
background: #6699CC;
margin-bottom: 2px;
}

#headercontent
{
position: absolute;
bottom: 0em;
padding: 1.3em 2.0em 1.3em 2.0em;
}

#headercontent h1
{
font-weight: normal;
color: #fff;
font-size: 3.5em;
}

#headercontent h2
{
font-size: 1.0em;
font-weight: normal;
color: #aaa;
}

#title
{
  position: relative;
  left: 15px;
  top: 15px; 
  background-image: url('images/words.gif');
}

#menu
{
position: relative;
background: #6699CC;
height: 2px;
font-size: 11pt;
font-weight: normal;
padding: 0em 1.0em 0em 1.0em;
margin-bottom: 2px;
}

#content
{
padding: 0em 2.0em 0em 2.0em;
}

#primarycontainer
{
float: right;
margin-right: -18.0em;
width: 100%;
}

#primarycontent
{
margin: 1.5em 22.0em 0em 0em;
}


#footer
{
position: relative;
height: 2.0em;
clear: both;
padding-top: 5.0em;
background: #fff url('images/border2.jpg') repeat-x 0em 2.5em;
font-size: 0.8em;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}