/* Sleeping Princess theme 
   CSS Licence Details
   Initial CSS design for Blogger 
   by Lee Hutchins
   	  1 Green Eye
	  http://www.1greeneye.net
   Mambo additions and conversion to CSS tableless
   by Lawrence Meckan
      Absalom Media  
      http://www.absalom.biz
   Published 27th January 2004
   Licenced under the Creative Commons Attribution-NonCommercial-ShareAlike License.
   http://creativecommons.org/licenses/by-nc-sa/1.0/ 
   Do not remove these statement under any circumstances
*/

body {
	font:12px/12px tahoma, verdana, arial;
	color:#222222;
	background-image: url(../images/bg01.jpg);
	text-align: center;
	}

#container
	{
	background-color: #ffffff;
	width:841px;
	margin: 3;
	padding: 0;
	text-align: left; 
	margin: auto; 
}

#header
	{
	width: 840px;
	height: 84px;
	background-image: url(../images/256_sleeping.jpg);
}

#globalheadcontent {
}


#slogan
	{
	position: relative;
	width: 300px;
	height: 25px;
	left: 362px;
	top: 24px;
	font:14px/14px tahoma, verdana, arial;
	line-height: 1.5;
	font-weight:bold;
	text-align:right;
}	

#page {
	float:auto;
	width:570px;
	margin:0;
	padding:0;
}

#menu {
	float: right;
	margin: 0;
	background-color: #ffffff; 
	border: 3px;
	border-color: #ffffff;
	width: 210px;
	vertical-align:top;
}

#menubar
{
	text-align:right;
}

#sidebar {
	background-color: #d6b3dd; 
	text-align: justify;
	font:12px/12px tahoma, verdana, arial;
	border-left: 5px solid #aa0000;
	border-top: 5px solid #Aa0000;	
	border-bottom: 5px solid #aa0000; 
	border-right: 5px solid #aa0000;
	line-height: 3.5;
	width: 190 px;
	padding: 0px;
}

#blog {
	padding: 1em;
	max-width: 100%;
	background-color: #ffffff;
	margin:0px;
	font:10px/10px  verdana, arial;
	line-height: 1.5;
	text-align: left;
	vertical-align:top;
}


#footer
{
	position: bottom;
	width: 840 px;
	height: 34px;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align:bottom;
	background-image:url(../images/sleepingfoot.jpg);
}

table {
margin: 0px;
padding: 0px;
font:10px/10px  tahoma , verdana, arial;
line-height: 1.5;
text-align: left;
}

A:link, A:visited, A:active {color: #333333; text-decoration: none}
A:hover {color: #aa0000; text-decoration:none;}

/* Mambo specific */

.createdate, .modifydate {
		font:10px/10px tahoma , verdana, arial;
		line-height: 1.5;
		font-weight:bold;
		border-bottom: 1px solid #0000bb;
  	    text-align: left; 
		}			

table.moduletable {
		width: 100%;
		
		text-align:left;
}

table.moduletable td {
		text-align:left;
		
}

table.moduletable th {
		text-align:left;
}

.contentheading, sectiontableheader, componentheading {
		margin:1px;
		padding:0px;
		font:11px/11px tahoma , verdana, arial;
		line-height: 1.5;
		font-weight:bold;
 		text-align:left;
		text-indent: 15px;
	        border-bottom: 2px solid #aa0000;	
		background-image: url(../images/sleepingdot.gif);
		background-repeat: no-repeat;
		background-position: top left;
}

.contentdescription, a.mainlevel:link, a.mainlevel:visited, .category {
		text-align:left;
		padding: 0px;
}

a.readon:link, a.readon:visited, .modifydate {
		font:10px/10px  tahoma,  verdana, arial;
			border-bottom: 2px solid #0000bb;
		color:#aa0000;
		margin-bottom:25px;
}

ul {
	border-left: 2px solid #0000bb;
	margin: 0px 0px 0px 0px;
	}

li {
	list-style: none inside url(../images/dotsmall.png);
	list-style-image: url(../images/dotsmall.png);
	border-left: 2px solid #0000bb;
	text-indent: 2px;
	}

.fase4rdf {
		font:10px/10px tahoma, verdana, arial;
		line-height: 1.5;
		font-weight:bold;
		}

a.fase4rdf:link {
	font-size: 10px; font-weight: normal; color: #333333;
	}

a.fase4rdf:hover {
	font-weight: bold; color: #d3ddbb;
	}	

table.searchintro {
  	background-color: #FFF2D7;
	}

table.contact {
	background-color: #FFFFFF;
	}

table.contact td.icons {
	background-color: #FFEBBF;
	}

table.contact td.details {
	background-color: #FFFccA;
	font-weight: bold;
	border-left: 2px solid #0000bb;
	font: 11px/11px tahoma, verdana, arial;
}

.pathway, a.pathway:link, a.pathway:visited {
	border-left: 2px solid #0000bb;
	font: 10px/10px tahoma, verdana, arial;
	color: #999999;
}
a.pathway:hover {
	font: 11px/11px tahoma , verdana, arial;
	color: #cfcd92;
}

a.mainlevel:link, a.mainlevel:visited {
	font: 11px/11px tahoma , verdana, arial;
	color: #aa0000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	}
	
a.mainlevel:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	}
.contentpane, .contentpaneopen
{	
	background: #ffffff; 
        padding: 12px;
        margin: 4px;
	text-align: left;
}

.bottom {
	clear:both;
	}


