html {overflow-y:scroll; /*keep scrollbar position present in FF at all times*/}

/* mac hide\*/ 
html, body {height:100%} 
/* end hide */ 
* {margin:0;padding:0}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}
 
body { 
   text-align:center; 
   min-width:700px;/* for mozilla*/ 
   background: #f6f4f1 url(../images/fadedfloral.png); 
   color: #000000; 
   font-family:Arial, Helvetica, sans-serif; 
   font-size:101.1%; 
} 
#outer{ 
   min-height:100%; 
   margin:0 20%; 
   color: #000000; 
   text-align:left; 
   position:relative; 
   background:#f6f4f1; 
} 
  
* html #outer{ 
   height:99.9%; 

} /*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/ 
#header{ 
   min-height:159px; 
   background:url(../images/ladyrachel_summerlogo.png); 
   position:relative; 
} 
* html #header{height:159px} 
#left { 
   position:relative;/*ie needs this to show float */ 
   width:290px; 
   float:left; 
   color:#fff; 
   background: url(../images/fadedfloral.png); 
} 

#right { 
   position:relative;/*ie needs this to show float */ 
   color:#000; 
   margin-left:290px; 
   padding: 10px 0 10px 10px; 
   line-height:1.5; 
} 
#inner-right{ 
   width:100%; 
   float:right; 
    
} 
* html #inner-right {overflow:hidden;} 
#right p {padding:2px} 
#footer { 
   width:100%; 
   clear:both; 
   height:30px; 
   color: #000000; 
   font-weight:bold; 
   text-align:center; 
   left:0; 
   bottom:0; 
   position: absolute; 
   padding:20px 0 0 0; 
   background: url(../images/fadedfloral.png); 
} 
* html #footer {/*only ie gets this style*/ 
   \height:32px;/* for ie5 */ 
   he\ight:30px;/* for ie6 */ 
   margin-bottom:-1px; 
} 
h1,h2,h3,h4,p  {margin:0 0 1em 0} 

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */ 

/* Sidebar content styles */ 

#map {margin-bottom:20px;} 

.main { 
width:200px; 
border:1px solid #000; 
margin:0 auto; 
} 

.month { 
background-color:#6CA7B7; 
font:bold 12px verdana; 
color:white; 
} 

.daysofweek { 
background-color:#666; 
font:bold 12px #E7C26C; 
color:#fff; 
} 

.days { 
font-size: 12px; 
font-family:verdana; 
color:#000; 
background-color: #AAC69F; 
padding: 2px; 
} 

.days #today{ 
font-weight: bold; 
color: #00A9E1; 
} 

#radio { 
   text-align:center; 
   margin:20px 0; 
}
a { 
color:#000; /* use hex code for the color */ 
text-decoration:none; 
} 
a:visited { 
color:#000; 
} 
a:hover { 
color:#f00; 
}

/*****Accordion Styles*****/
.basic {
	width:380px;
}
.basic #vid-logo {margin-bottom:10px;}
h2.acc_trigger {
	padding: 0;	margin: 0 0 5px 0;
	background: url('../images/h2_trigger_a.png') no-repeat;
	height: 35px;	line-height: 35px;
	width: 380px;
	font-size: 16px;
	font-weight: normal;
	float: left;
}
h2.acc_trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 0 0 50px;
	font-family: 'Michroma', arial, serif;
}
h2.acc_trigger a:hover {
	color: #ccc;
}
h2.active {background-position: left bottom;}
.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 380px;
	clear: both;
	background: #000;
	color:#f0f0f0;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
}
.acc_container .block {
	padding: 20px;
}
.acc_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.acc_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}

.catlist{
   font-family:Arial, Helvetica, sans-serif; 
   font-size:12px; 
}
.catlist a {
	display:block;
	padding:0px;
	font-weight:normal;
	margin-top: 0;
	text-decoration: none;
	border:none;	
	background-image: none;
}
.catlist dl{
	border-bottom:1px dashed #ccc;
	padding:10px;
	overflow:hidden;
}
.catlist dd{overflow:auto}
.catlist dt strong{
	float:right;
	padding:0 0 0 20px;
}
.catlist dt {font-family: 'Artifika', arial, serif; font-weight:bold; color:#f6d96a;}
.catlist dt img{
	float:left;
	margin:0 10px 0 0;
	border:1px solid #ddd;
}
.catlist dl:last-child, .catlist dl.last { border-bottom: none; }
* html dd{height:1%}/* 3px jog*/

.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#000 url('../images/preload.gif') no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url('../images/close.png') no-repeat}
.tclose:hover {background-position:0 -30px}.button {margin-bottom:10px; padding:8px 10px 9px; border:1px solid #ccc; font-weight:normal; cursor:pointer;}
.button:hover {border:1px solid #bbb; background:#e3e3e3}

