BODY {
   background: #000000 url('../../images/theme/body-bg.png') top left repeat-x;
   font-family: tahoma, verdana, arial, sans-serif;
   font-size: small;
   text-align: center;
   margin-bottom: 0px;
   padding-bottom: 0px;
   padding-top: 0px;
}

DIV#page-container {
   margin: 0 auto;
   width: 666px;
}

DIV#header {
   width: 100%;
   float: left;
}

.logo {
   float: left;
   margin-left: 15px;
}

.login-badge {
   float: right;
   margin-top: 20px; 
   margin-right: 15px;
}

DIV#content-area {
   clear: both;
   float: left;
   width: 100%;
   text-align: left;
   background: #FFFFFF url('../../images/theme/content-bg.png') top left repeat-y;
}

#sidebar {
   background: url('../../images/theme/top-left-tab.png') top left no-repeat;
   float:left;
   width: 150px;
   padding-left: 25px;
   padding-top: 18px;
}

#sidebar h3 {
   color: #777777;
   padding-bottom: 0px;
   margin-bottom: 0px;
   font-size: 14px;
   text-shadow: #AAAAAA 2px 2px 2px;   
}

#sidebar UL {
   list-style: none;   
   margin: 0px;
   padding: 0px;
}

#sidebar LI {
   color: silver;
   padding-left: 14px;
   background: url('../../images/theme/bullet.gif') 0 50% no-repeat;
   font-size: 11px;
   padding-top: 2px;
   padding-bottom: 2px;
}

#sidebar A {
   color: gray;
   font-size: 11px;
   text-decoration: none;
   display: block;
}

#sidebar A:hover {
   color: red;
   text-shadow: #333333 2px 2px 4px;   
}


#navigation {
   list-style: none;
   margin: 0px;
   padding: 0px;
   text-shadow: #AAAAAA 2px 2px 2px;
}

#navigation LI {
   padding-bottom: 12px;
   padding-left: 0px;
   background-image: none;
}

#navigation A {
   font-size: 26px;
   font-weight: bold;
   color: #333333;
   text-decoration: none;
}

#navigation LI.selected A {
   color: #F18B00;
}

#page-content {
   float: right;
   width: 420px;   
   padding-top: 10px;
   padding-right: 30px;
   font-family: georgia, sans-serif;
   color: #333333;
   background: url('../../images/theme/top-right-tab.png') top right no-repeat;
}

#page-content A {
   color: #CB7300;
   font-weight: bold;
   text-decoration: none;
   border-bottom: 1px solid silver;
}

#page-content A:hover {
   color: red;
   text-shadow: #999999 3px 3px 4px;   
}

#page-content A:visited {
   color: #653800;
   font-weight: bold;
   text-decoration: none;
   border-bottom: 1px solid silver;
}

#page-content h1, #page-content h2, #page-content h3 {
   font-family: tahoma, verdana, arial, sans-serif;
   font-size: 18px;
   font-weight: bold;
   color: #0084B2;
   text-shadow: #AAAAAA 2px 2px 2px;   
   margin-bottom: 0px;
   padding-bottom: 0px;   
   border-bottom: 0px;
}

#page-content h3 {
   font-size: 16px;
   color: #777777;
}

#page-content h2 A {
   color: #0084B2;
   text-decoration: none;
   border-bottom: 0px solid white !important;
}

#page-content h2 A:visited {
   color: #0084B2  !important;
   text-decoration: none;
   border-bottom: 1px solid white !important;
}

#page-content blockquote {
   color: #555555;
   padding: 20px;
   margin: 15px;
   background: url('../../images/theme/q-open.gif') top left no-repeat;
   background-color: #ECECEC;
   background-image: url('../../images/theme/q-open.gif'), url('../../images/theme/q-close.gif');
   background-position: top left, bottom right;
   background-repeat: no-repeat, no-repeat;
}

#page-content P {
   line-height: 1.5em;
}

#page-content P.auth {
   font-family: tahoma, verdana, arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #999999; 
   padding-top: 0px;
   margin-top: 0px;
}

#page-content P.meta {
   text-align: right;
   font-size: 11px;
   font-family: tahoma, verdana, arial, sans-serif;
   color: silver;
}

#page-content P.meta A {
   color: gray;
   font-weight: normal;
   font-size: 11px;
}

#footer {
   clear:both;
   float:left;
   width: 100%;
   padding: 0px;
   margin: 0px;
   padding-top: 25px;
   padding-bottom: 10px;
   font-size: 11px;
   color: #AAAAAA;
}

#paypal {
   float: left;
   width: 165px;
   text-align: center;
}
#paypal form {
   margin: 0px;
   padding: 0px;
}


#footer-text {
   float: right;
   width: 420px;
   padding-right: 30px 
}

#footer-text A {
   color: #999999;
}


/*+-------------------------------------------+
 |   			      COMMENTS						         |
 +-------------------------------------------+*/
 .comment-list li {
 	background: #d3e0ea;
 	padding: 5px;
 	margin-bottom: 8px;
 	color: #555;
 	}
 	.admintools {
 	  float: right;
 	  background-color: #fff;
 	  font-size: smaller;
 	  padding: 0 2px;
 	  margin: 0 1px;
 	  color: #ccc;
 	  border: 1px solid #ccc;
 	}

 	.admintools:hover {
 	  color: #c00;
 	  border: 1px solid #c00;
 	}

 	a[name] { border: none; }
 	/*+-------------------------------------------+
 	   |   			       FORMS 						           |
 	   +-------------------------------------------+*/

 	 input, textarea, select {
 	 	border: 1px solid #8ab3d1;
 	 	background: #f9f9f9;
 	 	}

 	 	.frm-tbl td { vertical-align: top; padding: 5px; }
 	 	td#frm-btns { text-align: right; }

 	 	#comment_body { height: 220px; }
 	 	#form-submit-button { background: #d3e0ea; }

