/* My Soul Retreat CSS */

/* Universal selectors  */
body {
	background-color: #CCCCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #993366;
}
*{
	margin: 0px;
	padding: 0px;
}
/* Div structure elements ---------------------------------------*/
#wrapper {
	background-color: #F4EEE0;
	min-width:700px;
	max-width:900px;
	width: auto !important; /*IE6 hack*/
	width:900px; /*IE6 hack*/
	margin:0 auto; /*center hack*/
	text-align:left; /*center hack*/
}
#masthead {
	background-image: url(/images/mysoulretreat_02.jpg);
	height: 150px;
	width: 100%;
}
#container {
	width: 100%;
}

#content {
	width: 70%;
	float: left;
}
#sidebar {
	float: right;
	width: 29%;
}
#copyright{
	clear: both;
}
#footer {
	clear: both;
	height: 116px;
	background-image: url(/images/my-soul-retreat-shore.jpg);
}
#navi {
	color: #660000;
	font-size: 1.2em;
	height: 30px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCFF;
        padding-top: 0.5em;
}
/* top navigation styles-----------------------------*/
#navi li{
	float: left;
	list-style-type: none;
}
#navi ul{
	float: left;
	width: 100%;
}
#navi a{
	padding: 0.15em 1em;
	text-decoration: none;
	font: 1.1em Arial, Helvetica, sans-serif;
	
}
#navi a:hover{
	padding: 0.15em 1em;
	text-decoration: underline;
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #5905A1;
	
}
/* Typography Styles ------------------------------*/
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin: 0em 0 1em;
}
p{
	font-size: 1.1em;
}
h1{
	font-size: 2.6em;
}
h2{	font-size: 2.0em;}
h3{	font-size: 1.8em;}
h4{	font-size: 1.4em;}
#sidebar h3{/* Menu Headings */
	font-size: 1.3em;
	font-weight: bold;
}
hr {
	color: #990000;
}
/* login form  ------------------------------- */
#form-login-username, #form-login-password, #form-login-remember{
	font-size: 0.8em;
}
fieldset{/* remove border around login module*/
border:none;
}
/* Side menu styles ------------------------ */
#sidebar ul {
	margin-left:40px;
    font-size: 1em;
}
#sidebar ol {
	margin-left:40px;
    font-size: 1em;
}
#sidebar a{
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration:underline;
}
#content ul {
	margin-left:40px;
    font-size: 1em;
}
#content ol {
	margin-left:40px;
    font-size: 1em;
}

/* classes ----------------------------------------------------*/
.inside { /* padding div */
	padding:0px 10px 0px 10px;
}
.componentheading{
	font-size: 3.0em;
}
.contentheading {
	font-size: 1.8em;
}
.small{
	display:none;
}
.createdate{
	display:none;
}

/*.moduletabletabs #current a {current page tab style
	background: #869C80;
}*/
.moduletablelogin{
	font-size: 1em;
}
.moduletablelogin li{
	list-style-type: none;
        font-size: 0.9em;
}
.imageFloat {
	float: right;
	padding-bottom: 1em;
	padding-left: 10px;
}
a:link {
	color: #0033FF;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #5905A1;
}
/*JCE background colour fix*/
body.mceContentBody {
background-color: #FFFFFF !important;
background-image: none;
}