body 
{
text-align: center;
background-image: url('images/background.gif');
background-repeat: repeat;
background-attachment: fixed;
}

#container
{
margin: 0 auto;
text-align: left;
position: relative;
top: 20px;
}


/*
//////////////////////////////////////////////////////////////////
Text Properties */


p, p.rhs, p.toplinks, span.list
{
color: #856AB3;
margin: 10px;
font-family: verdana;
padding: 0px;
}

p, span.list
{
font-size: 14px;
text-align: justify;
font-weight: bold;
}

p.rhs
{
font-size: 12px;
text-align: left;
font-weight: normal;
}

p.toplinks, acronym
{
color: #ffe2cb;
font-size: 17px;
text-align: center;
font-weight: bold;
}

p.copyright
{
color: #b36a95; 
background-color: #decbff;
text-align:center; 
margin: 0px;
font-size: 11px;
line-height: 15px;
padding: 0px;
width: 100%;
font-weight: normal;
}

h1, h2, h3, span.legend
{
color: #7D4A68;
margin: 10px;
font-family: verdana;
text-align: justify;
font-weight: bold;
}

h1
{
font-size: 22px;
}

h2
{
font-size: 17px;
}

h3
{
font-size: 15px;
}

a:link 
{
color:#7D4A68;
}

a:visited { }

a:hover 
{
color:#b36a95;
text-decoration: underline;
}

a:active { }

a img
{
border: none;
}

acronym, abbr {cursor: help; border-bottom: none}

hr
{
color: #b36a95;
width: 80%;
height: 1px;
border: 0px;
margin-top: 50px;
margin-bottom: 50px;
border-top : dashed 1px #b36a95;
text-align: center;
}

br
{
line-height:15px;
}

ul.lhs
{
list-style-image: url('images/doublearrow.gif');
vertical-align: top;
margin: 0;
padding: 10px;
list-style-position: inside;
position: static;
}

li.lhs
{
padding: 8px;
}

span.legend
{
font-size: 17px;
}

span.list 
{
color: #856AB3;
margin-left: 10px;
margin-right: 10px;
margin-top:0px;
margin-bottom: 10px;
font-size: 14px;
font-family: verdana;
text-align: justify;
font-weight: bold;
}

/*
//////////////////////////////////////////////////////////////////
Divs */

div.segment, div.box, div.maintitle, div.linksbar
{
z-index:3;
position:static;
width: 100%;
padding: 0px;
margin: 0px;
z-index:1;
}

div.linksbar
{
background-color: #ff97d6;
border-width: 3px;
border-color: #B36A95;
border-style: solid;
}

div.box
{
border-width: 5px;
border-color: #B36A95;
border-style: solid;
background-color: #ffe2cb;
padding: 0px;
z-index:2;
}

div.ribbon
{
position:absolute;
top: 10px;
left: 10px;
z-index:0;
}



/*
//////////////////////////////////////////////////////////////////
Style of RSS Feed (ie "Latest News") */

ul
{
list-style-image: url('images/doublearrow.gif');
vertical-align: top;
margin: 0;
padding-left: 2px;
list-style-position: inside;
position: relative;
left: 0px;
right: 0px;
margin-left: 0px;
margin-right: 0px;
}

div.feedBurnerFeedBlock 
p.feedTitle
{
color: #856AB3;
margin-left: 0px;
margin-right: 0px;
margin-top:0px;
margin-bottom: 0px;
font-size: 14px;
font-family: verdana;
text-align: justify;
font-weight: bold;
}

div.feedBurnerFeedBlock 
div
{
padding: 0px;
color: #856AB3;
margin-left: 5px;
margin-right: 5px;
margin-top:0px;
margin-bottom: 10px;
font-size: 12px;
font-family: verdana;
text-align: justify;
font-weight: bold;
}

div.feedBurnerFeedBlock
span.headline
{
color: #856AB3;
margin-left: 0px;
margin-right: 0px;
margin-top:0px;
margin-bottom: 0px;
font-size: 14px;
font-family: verdana;
text-align: left;
font-weight: bold;
}


/*
//////////////////////////////////////////////////////////////////
CSS for bar */

p.bar
{
color: #b36a95;
margin-left: 0px;
margin-right: 0px;
margin-top:0px;
margin-bottom: 0px;
font-size: 15px;
font-family: verdana;
text-align: left;
font-weight: normal;
}

div.barribbon
{
position: absolute;
top: 0px;
left: 5px;
height: 30px;
z-index:0;
}

div.bartitle
{
position: absolute;
top: 0px;
right: 5px;
height: 30px;
width: 435px;
z-index:2;
}

div.barwords
{
position: absolute;
left: 30px;
top: 4px;
height: 30px;
z-index:1;
}

div.border
{
background-color: #b36a95;
position: absolute;
right: 0px;
top: 30px;
padding: 0px;
width: 150%;
z-index:0;
}


/*
//////////////////////////////////////////////////////////////////
CSS for blog */

#main p, #sidebar p {
  line-height: 140%;
  margin-top: 5px;
  margin-bottom: 1em;
color: #7d4a68;
  }
  
.post-body {
  line-height: 140%;
  } 

h4, h5  {
  margin: 25px 0 0 0;
  padding: 0;
color: #7d4a68;
  }

h3.post-title {
  margin-top: 5px;
  font-size: medium;
color: #7d4a68;
  }

ul  {
  margin: 0 0 25px 0;
color: #7d4a68;
  }

#sidebar ul   {
  padding-left: 10px;
  padding-top: 3px;
  }

#sidebar ul li {
  list-style: disc url("http://www.thatrandomwebsite.com/images/doublearrow.gif") inside;
  vertical-align: top;
  padding: 0;
  margin: 0;
  }
  
dl.profile-datablock  {
  margin: 3px 0 5px 0;
  }
dl.profile-datablock dd {
  line-height: 140%;
  }
  
.profile-img {display:inline;}

.profile-img img {
  float:left;
  margin:0 10px 5px 0;
  border:4px solid #ccb;
  }
    
#comments  {
  border: 0;
  border-top: 1px dashed #eed;
  margin: 10px 0 0 0;
  padding: 0 0 0 10px;
color: #7d4a68;
  }

#comments h3  {
  margin-top: 10px;
  margin-bottom: -10px;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
color: #7d4a68;
  }  

#comments dl dt   {
  font-weight: bold;
  font-style: italic;
  margin-top: 35px;
  padding: 1px 0 0 18px;
  background: transparent url(http://www.blogblog.com/moto_mr/commentbug.gif) top left no-repeat;
  color: #bba;
  }

#comments dl dd  {
  padding: 0 0 0 10px;
  margin: 0;
  }
.deleted-comment {
  padding: 0 0 0 10px;
  font-style:italic;
  color:gray;
  }



/*
//////////////////////////////////////////////////////////////////
Miscellaneous */

span.helpcursor
{
cursor: help;
}
