body
{
  font-size:12px;
  line-height:17px;
  color:#444347;
  font-family:arial,"sans-serif";
  margin: 0;
  padding: 0;
}

#page
{
  margin: 20px 0 0 0;
}

#page a,
#page a:visited
{
	color:#92035B;
	text-decoration: underline;
}

#page a:hover
{
	color: #550236;
}

#container
{
	background:#FFFFFF url(images/bg_cord.jpg) no-repeat scroll left top;
}
#content
{
	background: none;
	
}

.hidden
{
	display: none;
}

/**
 Post content overrides
*/

div.entry
{
font-size:12px;
line-height:17px;
}

h2.posttitle
{
	border-bottom:1px dotted #A9A9A9;
	color: #444347;
}

h2.posttitle a
{
	text-decoration: none !important;
}

.post
{
	border-bottom:1px dotted #A9A9A9;
}

.tags
{
	color:#444347;
}

.commentlist cite 
{
color:#000000;
}


.post .backtotop
{
  margin-top: 5px;
  text-align: right;
}

/**
	Main Navigation 
*/
#nav
{
	background: none;
	border: none;
	background-image: url(images/cat_header_mid_brown.jpg);
  height: 20px;
  font-size: 11px;
}

#nav li a, 
#nav li a:hover,
#nav li a:visited,
#nav .current_page_item a,
#nav .current_page_item a:hover
{
	background: none;
	color: white !important;
  padding: 2px 6px 0 6px;
}


#searchform
{
  width: auto;
  float: none;
}
#searchsubmit
{
  display: none;
}
#searchform #s
{
	background: white;
  width: 177px;
}

/**
 Sidebar overrides
*/
#sidebar h3
{
	background: none;
	border: none;
	background-image: url(images/cat_header_mid_brown.jpg);
	color: white;
  font-size: 11px;
  padding: 0;
  line-height: 19px;
  text-indent:13px;
  height: 19px;
}

#sidebar h3:hover
{
	color: white;
}

#sidebar .dbx-content
{
	background-color: #F2F2F2;
}


