
body
{
  font-family: trebuchet ms, verdana, arial, tahoma, sans-serif;
  font-size: 80%; color: #404040; /* #999999; */
  background-color: #ffffff;
  line-height: 140%;
  margin-top: 0px;
  background: #ffffff url('/static/images/bg.png') top center repeat-x;
  }

img
{ 
  border: none;
  }

#border
{
  border: 0px ;
  width: 800px;
  background-color: #FFFFFF;
  background:url('/static/images/backround2.png') no-repeat;
  margin: 0 auto;
  }

#header
{
  height: 190px;
  /*border-bottom: 1px solid #669900; */
  background-image:url('/static/images/header.jpg');
  }

#content
{
  padding: 0.5em 1em;
  max-width: 740px;
  background-color: #FFFFFF;
  }

#container
{
  width: 770px;
  margin: 0px auto;
  background-color: #ffffff;
  border: 0px solid #669900;
  }

.splitright 
{
  background: #ffffff url('/static/images/menu.gif') top center no-repeat;
  width: 30%;
  float: right;
  overflow: hidden;
  text-align: center;
  }

.splitleft 
{
  background: #ffffff;
  margin:auto;
  width: 68%;
  float: left;
  overflow: hidden;
  text-align: justify;
  }

#introduction
{
  float:right;
  width:180px;
  padding:0px 0px;
  margin:20px 0 20px 20px;
  background: url('/static/images/menu.gif') no-repeat;
  text-align:center;
  line-height:1.5em;
  color:#404040;
  font-size:1.0em;
  font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
  letter-spacing:0px;
  }

#introduction ul
{
  text-align:center;
  list-style: none;
  margin: 0;
  padding: 0;
  }

#introduction a 
{
  border-bottom: none;
  }

#introduction h3
{
  text-align: center;
  position: static;
  }

#introduction a:link, a:visited
{
  color:#404040;
  }

#introduction a:hover, a:active
{
  color:#b8ce83;
  }

#introduction hr
{
  margin-top: 2ex;
  margin-bottom: 0.3ex;
  width: 80%;
  height: 1px;
  border: none;
  background:#b8ce83;
  }

div.quote { 
     font-family: serif;
     font-style: italic; 
     line-height:1em;
 }
div.quote div.author {
     margin-top: 1ex;
     font-style: normal; 
     text-align: right;
 }

/* ~~~~~~~~~ footer ~~~~~~~~~ */
#footer
{
  text-align: center;
  height: 60px;
  background-color: #F5FAF5;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #CCCCCC;
  margin-top: 50px;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 15px;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  clear: both;
  
  }


#footer a:link, a:visited
{
  color:#b8ce83;
  }

#footer a:hover, a:active
{
  color:#cccccc;
  }

a:active, a:visited, a:link 
{ 
  color: #999999; text-decoration: none; 
  }
a:hover					
{ 
  color: #404040; text-decoration: none; 
  }

/* ~~~~~~~~~ PROPS FOR THE MENU GO OUT TO EXPLODING-BOY.COM ~~~~~~~~~ */

#topmenu 
{
  position: relative;
  top: 13px;
  left: 15px;
  width: 540px;
  font-size:93%;
  margin: 0;
  line-height:normal;
  height: 41px;
  }
#topmenu ul 
{
  margin:0;
  padding:0px 0px 0 2px;
  list-style:none;
  }
#topmenu li 
{
  display:inline;
  margin:0;
  padding:0;
  }
#topmenu a 
{
  float:left;
  background:url('/static/images/menuleft.gif') no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#topmenu a span 
{
  float:left;
  display:block;
  background:url('/static/images/menuright.gif') no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#669900;
  }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenu a span {float:none;}
/* End IE5-Mac hack */
#topmenu a:hover span 
{
  color:#669900;
  }
#topmenu a:hover 
{
  background-position:0% -42px;
  }
#topmenu a:hover span 
{
  background-position:100% -42px;
  }

#topmenu #toprightside
{
  bottom: -10px;
  float: right;
  font-size: 200%;
  color: black;
}

/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1
{
  font-size: 120%;
  color: #659500;
  }

h3, .delicious-posts h2
{
  color:#9aba11;
  font-family:geneva,arial,sans-serif;
  font-weight:normal;
  text-transform:uppercase;
  word-spacing:4px;
  letter-spacing:3px;
  font-size:0.8em;
  font-weight:bold;
  padding:0 2px;
  margin:0;
  }

th
{ 
  vertical-align: top;
}

li.done
{
  text-decoration: line-through;
  }

/*~~~~~~~~~~~styles~~~~~~~~~~~~~~~*/

div.commentArea { 
  margin-bottom: 2em;
}
div.commentArea table { 
  margin-bottom: 1em;
  margin-top: 1em;
}

div.userComment {
  margin-bottom: 1em;
  padding: 0.5ex;
}

.userComment .titleBlock
{ 
  padding: 0px;
  margin: 0px;
  font-size: 120%;  
  font-weight:bold;
  border-bottom: 1px dotted;
  }

.userComment .rightPart { 
  float: right;
}

.rowEven {
  background: #F0F0F0;
}

.titleBlock .detail 
{ 
  text-align: right;
  }

.titleBlock span 
{ 
  padding: 0px;
  margin: 0px;  
  }

.styleTitle 
{ 
  font-size: 170%;
  }

.styleTitle a:active, .styleTitle a:visited, .styleTitle a:link 
{ 
  color: #404040; text-decoration: none; 
  }

.styleTitle a:hover					
{ 
  color: #999999; text-decoration: none; 
  }

.styleTitle .language
{
  font-size: 60%;
  vertical-align: text-top;
  }

.warn 
{  
  color: red; text-decoration: underline;
  }

.styleFoot
{
  font-size: 120%;
  color: #CCCCCC;
  }

.listFilter
{
  font-weight: bold;
  text-align: center;
  padding-bottom: 2ex;
  }

.delicious-posts h2 a:visited, .delicious-posts h2 a:link 
{ 
  color:#9aba11;
  }

.delicious-posts li
{ 
  text-align: left;
  }