/*
// public css for Whisper default theme
// author: Whisper Tools
*/

.background{ 
background-color:#000000; 
color:yellow; 
}

.maincontent{ 
background-color:#ffffdd; 
color: black; 
border:3px #800060 solid; 
position:relative;
} 

.minheight{ 
min-height: 700px;
} 

.header{ 
height:70px; 
background-color:#ccccff; 
color:#800060; 
font-size: small; 
font-family:"times roman"; 
} 

.title{ 
font-size: 30pt; 
text-align:center; 
font-weight:bold;
} 

.subtitle{
font-size:x-large;
text-align:center;
}


.footer{ 
border-top: 1px black solid; 
min-height:33px; 
background-color:#ccccff; 
text-align:center; 
font-size: small; 
padding:4px;
}

.footer a, .footer a:visited{
color:#800060;
padding:4px;
}
 
.right-sidebar{
border-left:3px orange double;
min-height:700px;
background-color:#ffffff;
position:relative;
}

.admin_edit_page{
	position:absolute;
	bottom:4px;
	left:4px;
	background-color:#ddddff;
	color:navy;
	border:1px blue solid;
	padding:1px;
	text-align:center;
	z-index:100;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
}

/* standard formatting for errors/warnings directed to users */
.error_msg{
text-align:center;
padding:5px;
margin:10px;
border:1px red solid;
background-color:#ffdddd;
color:navy;
}