/* Loverzan Style Sheet -------------------------------------  */ 

body {
	margin: 0px;
  background-image: url(img/background_color_tile.gif);
}

a:link {
	color: darkred;
	text-decoration: none;
}

a:visited {
	color: darkred;
  text-decoration: none;
}

a:active {
	color: darkred;
  text-decoration: none;
}

a:hover {
	color: darkred;
  text-decoration: underline;
}

/* Masthead Styles  ----------------------------------------  */

td.toptile {
	width: 100%;
	background-image: url(img/kingdom_loverzan_widetile.gif);
  text-align: right;
}

td.bottomtile {
	background-image: url(img/masthead_bottom_border_tile.gif);
}

table.content {
	margin-left: 12px;
}

td.pole {
	width: 8px;
	background: url(img/loverzan_flagpole.gif);
}

/* Blog Body Styles ----------------------------------------------  */

div.welcome {
	padding-top: 10px;
}

td.blog {
	padding-left: 30px;
  padding-right: 50px;
  padding-bottom: 20px;
  font-family: georgia, serif;
  font-size: 13px;
}

.date {
	font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.title {
	color: darkgreen;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 5px;
}

.postbody {

}

.details {
	margin-top: 15px;
  margin-bottom: 15px;
  font-family: verdana, helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}


/* Sidebar Styles ------------------------------------------------- */

td.sidebar {
	width: 250px;
  padding-top: 8px;
}

div.sidebarbox {
  border: 1px solid #CEC4D2;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  margin-left: 0px;
  font-family: verdana, helvetica, sans-serif;
  font-size: 13px;
  
}

div.sidebarheads {
  font-weight: bold;
	font-family: georgia, sans-serif;
  color: darkgreen;

  border-bottom: 1px solid #CEC4D2;
  padding-left:15px;;
  padding-right:15px;
  padding-bottom: 4px;
  padding-top: 6px;
}

div.sidebarcontents {
	padding: 10px 15px 10px 15px;
}

