
#container-inner
{
   border-width: 0;
}

.date-header
{
   margin-top: 0;
   color: #666;
   font-size: 10px;
   font-weight: bold;
   text-transform: none;
   font-family: Verdana, Arial, sans-serif;
}

.entry-header
{
   margin-top: 0;
   border-left-width: 0px;
   padding: 0 0 0 0;
   color: #666;
   font-size: 12px;
   font-weight: bold;
   font-family: Verdana, Arial, sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	/* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
	width: 100%;
	w\idth: auto;
	letter-spacing: .3em;
	margin: 0;
/*	border-left-width: 3px;
	border-left: 3px solid #cc6600; */
	border: 0;
    color: #cc6600;
	background: #fff;
	font-size: x-small;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.module-header {
   text-align:left;
}

.module-header a {
	color: #cc6600;
	text-decoration: #underline;
}
.module-header a:visited {
	color: #cc6600;
	text-decoration: #underline;
}
.module-header a:hover {
	color: #000099;
	text-decoration: #underline;
}

.module
{
   border-bottom: none;
   background: #fff;
}

.module-content
{
   margin: 0 0 10px 0;
   border-top-width: 0;
   padding: none;
   font-size: 10px;
   line-height: 1.2;
}

.module-content a, module-content a:visited { color: #000099; }
.module-content a:hover { color: #cc6600; }

.entry-content,
.comment-content,
.trackback-content,
p
{
   margin: 0;
   color: #666666;
   font-size: 10px;
   line-height: 1.5;
}

#beta { background: #fff; }
#beta-inner
{
   padding: 10px 10px 0 10px;
   border-width: 2px 2px 2px 0;
   border-style: solid;
   border-color: #fff;
}


