body
{
	background-color: #fff;
	font-family: Arial, Trebuchet MS, Verdana,;
	font-size: 13px;
	color: #000;
	margin: 0;
	margin-top: 0px;

}

A
{
  text-decoration: underline;
  color: #990000;
}

#general-container
{
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 785px;
	/*border: 1px solid #000;*/
	position:absolute;
	left: 50%;
	margin-left: -393px;
}

#header
{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 25px;
	height: 156px;
}

#header h1
{
	font-size: 15px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 80px;
}

#header a
{
	color: #fff;
}

#header a {text-decoration: none;}
#header a:hover {text-decoration: underline;}

#menu
{
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	height: 37px;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}

#menu P
{
	display: inline;
}

#menu ul, #menu li
{
	display: inline;
	padding: 0;
	margin: 0;
}

#menu li
{
	/*padding-right: 15px;*/
}

#menu a
{
  color: #000;
	/*padding-left: 15px;*/
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

#calendar TH, TD
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
}

#calendar A
{
	border-bottom: 1px dotted #04507B;
	/*font-style: dashed;*/
}


#container
{
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  /*border: 1px solid #000;*/
}

#content
{
  padding-bottom: 1%;
  margin: 0;
  text-align: left;
  /*float: left;*/
  width: 100%;
  background-color: #f7f7f7;
	background-image: url(images/post-background.jpg);
	background-repeat: repeat-y;
	/*border: 0px solid #990000;*/
}

#toolbox
{
  width: 23%;
  top: 10px;
  left: 10px;
  text-align: right;
  position: absolute;
  margin-left:75%;
}

#toolbox a
{
  color: #990000;
}

#toolbox h2, h3
{
  padding: 1%;
  padding-top:0;
  padding-bottom:0;
  margin: 0;
}

#toolbox li
{
  margin-left: -15px;
}

#content-toolbox
{
  text-align: left;
  padding: 1%;
  padding-left: 4%;
  margin: 1%;
  border: 1px solid #ddd;
  -moz-border-radius: 0.3em;
  background-color: #fafafa;
  visibility: hidden;
  display: none;
  margin-top: 5px;
  margin-left: 0px;
}

#footer
{
	text-align: center;
	width: 100%;
	clear: both;
	height: 65px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

#footer a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #990000;
}


/* COnfig DOTCLEAR
------------------------------------------------- */

.post-title {
  /*
	background-image: url(images/post-item.gif);
	background-repeat: no-repeat;
	padding: 0px 60px;
	height: 48px;
	color: #57bf01;
	*/
	/*border: 1px solid #990000;*/
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

h2.post-title {
	font-size: 16px;
  margin: 0;
  padding: 0;
}

h2.post-title a
{
  color: #990000;
}

.post-info
{
	font-size: 10px;
	/*margin-top: -20px;*/
  margin: 0;
  padding-top: 0;
  padding-bottom: 1%;
}

.post
{
	display: block;
	clear: both;
  padding: 0;
  margin: 0;
	margin-left: 2%;
	margin-right: 2%;
	/*border: 1px solid #990000;*/
}

blockquote
{
	background-color: #feeded;
	border-left: 4px solid #990000;
	padding-left: 10px;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.post-content
{
	text-align: justify;
	padding: 0;
	margin: 0;
}

.post-info-co
{
	display: block;
	clear: both;
	padding-bottom: 3%;
}

#comments, #trackbacks
{
	padding-left: 2%;
	padding-right: 2%;
}

#comments fieldset
{
	background-color: #feeded;
	border: 1px solid #990000;
	padding: 5px;
}

#comments input, textarea
{
	border: 1px solid #999999;
	border-right-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
}

#comments submit
{
	border: 1px solid #999999;
}

.day-date
{
	visibility: hidden;
	display: none;
}

.image-left
{
	float: left;
	padding: 10px;
	border: 0px;
}

.image-right
{
	float: right;
	padding: 10px;
	border: 0px;
}