* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  padding-bottom: 1px; /* force scrollbars */
}

body {
  background: #404040 url('img/body.jpg');
  font: normal 13px Verdana,sans-serif;
  color: #345;
  padding-bottom: 1em;
}

a:link { 
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active { 
  text-decoration: none;
}

a {
  color: #3C467C;
} 

a:hover {
  color: #036;
}

p {
  padding: 0.1em 0 0.8em;
}

h1 {
  font: normal 1.8em Tahoma,sans-serif;
}

h2 {
  font: normal 1.5em Tahoma,sans-serif;
}

h3 {
  font: bold 1em Tahoma,sans-serif;
}

blockquote { 
  background: #FFF url('img/quote.gif') no-repeat;
  color: #555;
  display: block;
  font: normal 1em Tahoma,sans-serif;
  margin-bottom: 1em;
  padding: 10px 1em 0.2em 42px;
}

code {
  display: block;
  background: #FFFFFA;
  color: #335;
  padding: 5px 10px;
  overflow: auto; 
  margin: 1em 0;
  font-size: 0.9em;
  line-height: 1.5em;
}

ul,ol {
  margin: 0 0 1em 1.6em;
}

ul ul, ol ol {
  margin: 0.3em 0 0.3em 1em;
}

img {
  border: none;
}

img.bordered {
  background: #FFF;
  padding: 5px;
}

img.left {
  margin-right: 1em;
}

img.right {
  margin-left: 1em;
}

small,.small {
  font-size: 0.8em;
}

big,.big{
  font-size: 1.2em;
}

input#s, textarea, input.styled {
  padding: 3px;
  width:160px;
  font: normal 1em Verdana,sans-serif;
}

textarea {
  width: 440px;
}

#searchsubmit {
  background: #EEE;
  font: normal 0.9em Verdana,sans-serif;
  padding: 2px 3px;
}

table.search {
  width: 100%;
}

.search td {
  vertical-align: center;
}

#layout_wrapper {
  margin: 40px auto -40px;
  width: 780px;
}

#layout_container {
  background: #FFF;
  padding: 0 5px;
  color: #FFFFFF;
}

#layout_edgetop {
  background: url('img/layout_edges.gif') no-repeat left top;
  height: 10px;
  display: block;
  font-size: 0;
  line-height: 0;
}

#layout_edgebottom {
  margin-bottom: 70px;
  background: url('img/layout_edges.gif') no-repeat left top;
  height: 10px;
  display: block;
  font-size: 0;
  line-height: 0;
  background-position: left bottom;
}

/* Site Title */
#site_title {
  padding-top:30px;
  font-weight:bold;
  font-size:1.0em;
  letter-spacing:5px;
  text-decoration:none;
  text-transform:lowercase; 
  margin-left: 20px;
}

#site_title h1 {
  font: normal 2.4em sans-serif;
  letter-spacing: -1px;
}

#site_title h1, #site_title h1 a {
  color: #507A9A;
}


#layout_container h2 {
/*  color: #505E69; */
  margin-right: 20px;
  color: #4D3D5E;
}

#site_title a {
  color:#FFFFFF;
  padding-top:30px;
  font-weight:bold;
  font-size:1.0em;
  letter-spacing:5px;
  text-decoration:none;
  text-transform:uppercase;
}

#site_title a:hover {
/*
  color:#FFFFFF;
  padding-top:30px;
  font-weight:bold;
  font-size:1.2em;
  text-decoration:none;
  letter-spacing:5px;
  text-transform:uppercase;
*/
}

#site_title h2 {
  padding-top: 1.4em;
  font: normal 1.1em sans-serif;
  color: #679;
}

#top_separator {
  background: url('img/top_separator.gif') repeat-x left top;
  display: block;
  font-size: 0;
  height: 3px;
  line-height: 0;
}

#navigation { 
  background: #B59DCA url('img/navigation.jpg') no-repeat left bottom;
  padding: 82px 10px 0;
}

#tabs ul {
  margin: 0;
  padding: 0;
}

#tabs li {
  display:inline; 
  list-style:none;
}

#tabs a {
  color:#FFFFFF;
  font-weight:bold;
  float: left;
  font-size : 1.2em;
  text-decoration : none;
  text-transform : uppercase; 
  margin-right: 3px;
  padding-bottom: 5px;
  padding-left: 4px;
}

#tabs a span {
  float: left;
  display: block;
  padding: 5px 10px 5px 6px;
  color: #608AAA;
}

#tabs a span {
  float: none;
}

#tabs a:hover span {
  color: #608AAA;
}

#tabs a:hover {
  background-position: 0% -42px;
}

#tabs a:hover span {
  background-position:100% -42px;
}

#tabs li.current_page_item a {
  color: #47A;
  background-position: 0% -42px;
}

#tabs li.current_page_item a span {
  background-position:100% -42px;
}

#main_left {
  width: 545px;
}

#main_right {
  width: 220px;
}

#pagination {
  text-align:center;
  color: #46A;
}

#footer {
  background:#B59DCA url('img/footer.gif') no-repeat left top;
  padding: 8px 12px 2px; 
  font-size: 0.85em;
  /* color: #FAFCFF; */
  /* color: #C8DBE8; */
}


#footer a {
  color: #3C467C; text-decoration: none;
}

#footer a:hover {
  color: #FFF; text-decoration: underline;
}

img.bordered {
  background:#FFF; padding: 5px;
}

.bold {
  font-weight: bold;
}

.tright {
  text-align: right; 
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.left {
  float: left; 
}

.right {
  float: right;
}

.clear,.clearer {
  clear: both;
}

.clearer,.spacer { 
  display: block; font-size: 0; line-height: 0;
}

span.comment {
  background:url('img/icon_comment.gif') no-repeat left center;
  padding-left: 18px;
}

.post { 
  margin-bottom: 5px;
  color: #444;
}

.post_title {
  background: #EDD6FF url('img/post/title.gif') no-repeat left top;
  padding: 6px 12px 5px;
}

.post_title h1 {
  font: bold 0.9em Verdana,sans-serif;
}

.post_title h1 a {
  color:#444;
}

.post_title h1 a:hover {
  color: #469;
  text-decoration: underline; 
}

.post_title h1.left {
  width: 380px;
}

.post_date {
  color: #999;
  padding-top: 1px; 
  font-size: 0.85em;
}

.post_metadata {
  margin-top: 5px;
  padding: 0 5px;
  background: #FCE9FC;
}

.post_metadata .content {
  padding: 8px 5px 6px;
  font-size: 0.8em; color: #666;
}

.post_metadata .content a {
  color: #567; 
}

.post_metadata .content a:hover {
  color: #002;
}

.post_body {
  background: #FCE9FC url('img/post/body.gif') repeat-x left top;
  padding: 10px 10px 1px; 
  font-family:georgia,Bitstream Charter,times,serif;
  font-size:12px;
  line-height:150%;
  text-align:justify;
  color: #401946;
}

.post_body a:hover {
  text-decoration: underline;
}

.post_bottom {
  background: url('img/post/bottom.gif') no-repeat left top;
  display: block; 
  height: 5px;
  font-size: 0;
  line-height: 0;
}

.post_search_text {
  font-size: 0.85em;
  padding: 2px 0;
}

.box {
  margin-bottom: 5px;
}

.box_title, .widget_title { 
  background: #D2BDE9 url('img/box/title.gif') no-repeat left top;
  padding: 6px 10px 5px;
  font-weight: bold;
  font-size: 0.9em;
  color: #5D4D6E;
}

.box_body {
  background: #E6CFFB url('img/box/body.gif') repeat-x left top;
  padding: 8px 10px 1px;
  font-family:tahoma,sans-serif;
  font-size: 11px;
}

.box_bottom {
  background: url('img/box/bottom.gif') no-repeat left top;
  display: block;
  height: 5px;
  font-size: 0;
  line-height: 0;
}
 
.box ul {
  margin-left: 0;
}
 
.box li:first-child {
  border-top: none;
}
 
.box ul li {
  list-style: none;
  padding: 4px;
  border-top: 1px solid #D9C4F1;
  border-bottom: 1px solid #EED8FF;
}

.box ul a {
  text-decoration: none;
}

.box ul a:hover {
  text-decoration: underline;
}

.comment_author {
  padding-top: 2px;
}

.h5 {
  height:5px;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

#infocon {
  position:relative; 
  top:-15px;
  color:#999999;font-size:0.8em;
}

#form {
  font-family: Arial,Serif;
  font-size: 10pt;
  text-align: left;
}

#sidebar li:hover, #sidebar a:hover, #sidebar li.active {
	background: rgb(208,176,255);
	text-decoration: none;
}

