@charset "utf-8";

/* basic styles ********************************************************************************************************/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #bfdddb url(../images/bgSiteTop.jpg) top no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

img {border:0; outline:none; margin:0px;}

a {outline:none;}

/* Site layout containers ********************************************************************************************************/

.handreadingtoday #sitecontainer {
	width: 850px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.handreadingtoday #header { 
	background:url(../images/bgheader.jpg); 
	height:194px;	
	position:relative;
} 

.handreadingtoday #signupdiv {
	float:right;
	border:solid #bfdddb;
}

.handreadingtoday #mainnav {
	bottom: 5px;
	right: 20px;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif; 
	font-size:12px; 
	position:absolute;
	padding-top:10px;
	padding-bottom:0px;
}

.handreadingtoday #photostrip {
	margin:0px;
	text-align:left;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif; 
	height:20px;
	font-size:12px; 
}

.handreadingtoday #mainContent {
	background:url(../images/bgcontenttop.jpg) top no-repeat #FFF;
	padding-top:10px;
	padding-bottom:50px;
	padding-left: 50px;
	padding-right: 50px;	
}

.handreadingtoday #footer { 
	margin-top:-19px;
	margin-bottom: 50px; 
	text-align:center;
	width:100%
} 

/* Main Navigation *******************************************************************************************************/

.handreadingtoday #mainnav ul{
	list-style: none;
	margin-bottom:5px;
}

.handreadingtoday #mainnav  ul li {  
	display: inline;
	color:#000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:0px;
	padding-right:0px;	
	align:center;
}

.handreadingtoday #mainnav ul li a
{
	text-decoration: none;
	color:#000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right:5px;
}

.handreadingtoday #mainnav ul li a:hover
{
background-color: #ddcb99;
}


.handreadingtoday #mainnav ul li a.currentnav  { 
	background-color:#ddcb99;
}



/* Another Main Navigation *******************************************************************************************************/
.handreadingtoday #photostrip ul{
	list-style: none;
	margin-bottom:5px;
}

.handreadingtoday #photostrip  ul li {  
	display: inline;
	color:#000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:0px;
	padding-right:0px;	
	align:center;
}

.handreadingtoday #photostrip ul li a
{
	text-decoration: none;
	color:#000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right:5px;
}

.handreadingtoday #photostrip ul li a:hover
{
background-color: #ffffff;
}

#index #photostrip ul li a.index, #consultation #photostrip ul li a.consultation, #diy_handreading #photostrip ul li a.diy_handreading, #new_start #photostrip ul li a.new_start, #zurich #photostrip ul li a.zurich, #aboutjena #photostrip ul li a.aboutjena
{
background-color: #ffffff;
}



.handreadingtoday #photostrip ul li a.currentnav  { 
	background-color:#ffffff;
}



/* Footer links *******************************************************************************************************/

.handreadingtoday #footerlinks ul{
	list-style: none;
	margin-top:20px;
	margin-bottom:5px;
	font-size:90%
}

.handreadingtoday #footerlinks  ul li {  
	display: inline;
	color:#0033CC;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:0px;
	padding-right:0px;	
	align:center;
}

.handreadingtoday #footerlinks ul li a
{
	text-decoration: none;
	color:#0033CC;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right:5px;
}

/* Content specific styles *******************************************************************************************************/

.handreadingtoday #mainContent a {
color:#506DB4;
}

.handreadingtoday #mainContent H1 {
	font-size:150%;
	color:#8D9FCD;
	margin-bottom:10px;
}

.handreadingtoday #mainContent H2 {
	font-size:125%;
	margin-top:10px;
	
	color:#8D9FCD;
}

.handreadingtoday #mainContent H3 {
	font-size:100%;
	color:#506DB4;
	margin-bottom:0px;
	margin-top:30px;
}


.handreadingtoday #mainContent H4 {
	font-size:100%;
	color:#506DB4;
	margin-bottom:0px;
	margin-top:0px;
}

.handreadingtoday #mainContent ul { 
	margin-top:0px;
}

.handreadingtoday #mainContent ul li { 
	list-style-type:none;
	list-style-image:url(../images/checkmark.gif);
	padding-left:5px;
	margin-bottom:5px;
} 

.handreadingtoday #mainContent ol { 
	margin-top:0px;
}

.aligncenter {
	text-align:center;
}

.handreadingtoday #mainContent blockquote {
	text-align:center; font-weight:bold; 
	
}

/* AudioAcrobat.com Playe styles *******************************************************************************************************/

.aaplayer{
	margin-bottom:10px; 
	margin-top:10px;
}