/* CSS Document */
* {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}
.raised {
	background:transparent;
	width:100%;
	margin-bottom: 8px;
  }
.raised p {
  	margin:0 0 0em 0;
   padding-bottom:0.5em;
  }
/*
.raised h1, .raised p {
   margin:0 10px;
  }
.raised h1 {
  font-size:2em; 
  color:#fff;
  }
.raised p {
  padding-bottom:0.5em;
  }
 */
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {
  display:block; 
  overflow:hidden;
  font-size:1px;
  }
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {
  height:1px;
  }
.raised .b2 {
  background:#ffffff; 
  border-left:1px solid #ccc; 
  border-right:1px solid #ccc;
  }
.raised .b3 {
  background:#ffffff; 
  border-left:1px solid #ccc; 
  border-right:1px solid #ccc;
  }
.raised .b4 {
  background:#ffffff; 
  border-left:1px solid #ccc; 
  border-right:1px solid #ccc;
  }
.raised .b4b {
  background:#ffffff; 
  border-left:1px solid #ccc; 
  border-right:1px solid #ccc;
  }
.raised .b3b {
  background:#ffffff; 
  border-left:1px solid #ccc; 
  border-right:1px solid #ccc;
  }
.raised .b2b {
  background:#ffffff; 
  border-left:1px solid #ccc; 
  border-right:1px solid #ccc;
  }
.raised .b1 {
  margin:0 5px; 
  background:#ccc;
  }
.raised .b2, .raised .b2b {
  margin:0 3px; 
  border-width:0 2px;
  }
.raised .b3, .raised .b3b {
  margin:0 2px;
  }
.raised .b4, .raised .b4b {
  height:2px; margin:0 1px;
  }
.raised .b1b {
  margin:0 5px; background:#ccc;
  }
.raised .boxcontent {
  display:block;  
  background:#ffffff; 
  border-left:1px solid #ccc; 
  border-right:1px solid #ccc;
  /*add*/
  padding: 0.2em 1em 0em 1em;
  }
  
/*.time {
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-right: 1em;
	line-height: 16px;
}
.desc {
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding: 0.25em;
	margin-top: 0.5em;
	margin-bottom: 2em;
	border: 1px solid #CCCCCC;
}*/
.sections {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 0.5em;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 5px;
}

/*.sections a:link {
	color: #6600CC;
}*/

.iconlist
{
list-style: none;
margin: 0;
padding: 0;
}

li.icon
{
	background-image: url(images/icon_square.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 3px 0 3px 24px;
	margin: 0px;
}

li.icon_rss
{
	background-image: url(images/icons_rss.png);
	background-repeat: no-repeat;
	background-position: 0 10%;
	padding: 3px 0 3px 30px;
	margin: 3px;
	font-weight: bold;
}
li.icon_facebook
{
	background-image: url(images/icons_facebook.png);
	background-repeat: no-repeat;
	background-position: 0 10%;
	padding: 3px 0 3px 30px;
	margin: 3px;
	font-weight: bold;
}
li.icon_twitter
{
	background-image: url(images/icons_twitter.png);
	background-repeat: no-repeat;
	background-position: 0 10%;
	padding: 3px 0 3px 30px;
	margin: 3px;
	font-weight: bold;
}
li.icon_youtube
{
	background-image: url(images/icons_youtube.png);
	background-repeat: no-repeat;
	background-position: 0 10%;
	padding: 3px 2 3px 30px;
	margin: 3px;
	font-weight: bold;
}

li.icon_profile
{
	background-image: url(image/icon_profile.gif);
	background-repeat: no-repeat;
	background-position: 0 10%;
	padding: 3px 0 3px 24px;
	margin: 0px;
}

.blogtitle {
	float: left;
	width: 70%;
	margin: .15em 0 0 0;
}

.blogtitle h1 {
	color: #567C8E;
	font-size: 120%;
}

.rssfeed {
	float: right;
	width: 29%;
	margin: .15em 0 0 0;
	text-align: right;
}

.clear {
	clear: both;}

.desc {
	font-size: 75%;
	color: #333333;
	padding: .25em 0.5em;
	margin-top: 0.5em;
	margin-bottom: 1.75em;
	border: 1px solid #CCCCCC;
}
.time {
	font-size: 75%;
	font-weight: normal;
	color: #666666;
	padding-right: 1em;
	margin-top: 0em;
	text-align: right;/*	margin-bottom: -1em;*/
}
#purple {
	color: #660099;
}
#purple_noline {
	color: #660099;
	text-decoration: none;
}

.cat {
	font-size: 75%;
	color: #666666;
	text-align: right;
	
	
/*	font-size: 75%;
	color: #666666;
	text-align: right;
	padding-right: 1em;
	line-height: 16px;*/
}


h3 {
	margin-bottom: .5em;
}

h3 a {
	color: #567C8E;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

