/* Stoffe 2006-07, built on basic default skin */

@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
//@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
//@import url("../../rsc/css/forms.css");	/* Import default form styles */
//@import url("../../rsc/css/comments.css");	/* Import default comment styles */

body {
  background: #fff;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 75%;
}

.intro
{
  text-align: right;
}

/* The wrapper */
div#wrapper {
  width: 852px;
  margin-left: auto;
  margin-right: auto; 
/*  background-image: url(img/ringar.png);
  background-repeat: no-repeat; */
/* background: #fff; */
}

/* Main is to the right */
div.bPosts {
  float: right;
  width: 67%;
  background: #fff;
  //padding: 0ex 1ex;
}

/* Sida is to the left */
div.bSideBar {
   float: left;
   width: 32%;
/*   height: 100%; */
   background-image: url(img/left.png);
/*   background: #fff; */
   font-size: 80%;
   margin-left: 0.5em;
}

/* And the footer */
div#pageFooter {
  clear: both;
  color: #444444;
  font-size: 80%;
}

div#pageFooter a {
	color: #44aa44;
}

blockquote  {
  background: #eeffee;
  border: 0;
  padding: 0.25em 0.5em 0 0.5em;
}

a
{
  color: #009000;
  font-weight: bold;
}

h1
{
  font-family: Georgia, Times, Times New Roman;
  font-size: 140%;
}

h2
{
  font-family: Georgia, Times, Times New Roman;
  font-size: 120%;
}

/*******************************************************************
                       For the main div
********************************************************************/
.rensa
{
	clear: both;
}

.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex 0 2.5ex;
	padding: 0 0.5ex;
	border-bottom: 1px solid #ddd;
	/* border: 1px solid #78a; */
}


.bTitle
{
  color: #404040;
  background-image: url(img/posttitle.png);
/*   background-color: #eeffee; */
  padding: 0ex 0 1ex 2ex;
  font-size: 120%;
  font-family: Georgia, Times, Times New Roman;
}

.bTitle a
{
  color: #404040;
  text-decoration: none;
}

.bText
{
	clear: both;
}

h3
{
  font-family: Georgia, Times, Times New Roman;
  font-size: 110%;
}

.info
{
  float: right;
  font-size: 70%;
}

.vanster
{
  float: left;
  margin-right: 2em;
}

/*p
{
	clear: both;
}*/

div.widget_core_coll_logo
{
  float: left;
  margin-right: 2em;
}


