body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:16px;
	background-color:white;
}

p
{
	background-color:white;
	padding:3px;
	margin:2px;
	color:#333333;
}

a
{
	color:#454545;
}

a:hover
{
	color:white; 
	background-color:#454545;           
}

a.a_img
{
	color:#454545;
}

a.a_img:hover
{
	color:white; 
	background:white;           
}

#a_anchor, #a_anchor:hover
{
	background-color:white;
	color:black;
}

code
{
	font-size:1.1em;
}


/**
* BANNER CSS
*/
#d_banner
{
	margin:0 auto; 
	width:900px;
	background-color:#ffffff;
	height:464px;
	margin-top:10px;
	overflow:hidden;
	background:url(/images/vivobanner.png) no-repeat 0 0 white;
}

#d_banner_internal
{
	margin:50px;
	margin-top:70px;
	margin-left:65px;
	font-size:1.5em;
}

#d_banner_internal a:hover
{
       background:transparent;
}

/*#d_banner_lower
{
	margin:0 auto;
	width:900px;
	margin-top:0px;
	background-color:red;
	height:1px;
	  display:hidden;

}*/

#d_content
{
	margin:0 auto;
	margin-top:0;
	width:900px;
	background-color:white;
	height:auto;
	height:auto !important;
	overflow:auto;
}

/*
* Footer CSS
*/
#d_footer
{
	margin:0 auto;
	width:900px;
	margin-top:0px;
	text-align:center;
	color:gray;
	clear:both;
	height:90px;
	padding-top:10px;
	background:url(/images/footer.png) no-repeat 0 0 white;
}

#d_footer a
{
	color:gray;	
}

#d_footer a:hover
{
	color:white;
}

#d_footer p
{
	margin:0;
	padding:0;
	margin-left:15px;
	color:gray;
	line-height:20px;
}

/*
* Blog Specific Text
*/
#main
{
  width:620px;
  float:left;
  margin-top:10px;
}

#comments
{
     margin:20px;
}

#main2
{
  
}

/*
* Comments
*/
#comments
{
  /*border:1px solid red;
  background-color:purple;*/
}

/*
* sidebar
*/
#sidebar
{
  float:right;
  width:250px;
  margin-top:10px;
}

.sidebar-title 
{
  margin-left:10px;
  font:78%/1.4em Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#333333;
 
}

#sidebar ul 
{
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #e8e8e8;
  list-style:none;
  margin-left:10px;
}

#sidebar li 
{
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
}

#sidebar a 
{
  color:#454545;
  line-height:1.5em;
}

#sidebar a:hover
{
  color:white;
  background-color:#454545;
}

#recently li
{

}


/*
* other stuff
*/
.date-header 
{
  margin-left:24px;
  font-size:85%;
  line-height:2em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#333333;
  padding:0;
}

/*
* Blog enteries
*/

.post 
{
  margin-left:10px;
  padding:0 13px;
  border:none;
  border-bottom:1px solid #e8e8e8;
}

.post-title 
{
  padding:0;
  margin:0;
  margin-bottom:20px;
  font-size:135%;
  line-height:1.5em;
  display:block;
  color:#333;
  font-weight:lighter;
}

p.post-footer
{
  margin:0;
  padding:0;
  margin-top:15px;
  color:gray;
  margin-bottom:10px;
}

.post-body
{
  line-height:2em;
}

#d_image
{
	 width:184px;
	 height:184px;
	 float:right;
	 margin:15px;
}
