/* outside of main container */
body {  
  background: #f1ede8; 
  border: none; 
}

/* main frame for page */
#container {
  border: none;
}

/* banner */
#banner {  
  background: url(/themes/daisy-field/back_banner.gif) top repeat-x; 
}

/* meta navigation */
#nav-meta {  
	margin-top: 5px;
}

#nav-meta li.meta {  
  background: url(/themes/daisy-field/back_metanav.gif) top repeat; 
  border: solid 1px white;
}

#nav-meta a:hover {  
	color: #689ECA;
}

/* main 'tab' bar background*/
#nav-main {
  background: url(/themes/daisy-field/back_tabs.gif) top repeat-x;
}

/* left side of a single tab */
/* old style */
#nav-main a{
  background: url(/themes/daisy-field/tab.gif) left top no-repeat;
  color: white;
}
/* new style 
#nav-main li a{
  background: url(/themes/daisy-field/tab.gif) left top no-repeat;
  color: white;
}*/

/* left side of a single tab */
#nav-main li {
  background: url(/themes/daisy-field/tab.gif) right top no-repeat;
  padding-right: 8px;
}

/* powered by link */
#nav-main-right a{
  background: none;
  color: white;
}

#nav-main-right a:hover {
  color: #555;
}

/* left side of a selected tab */
.current {
  background-image: url(/themes/daisy-field/tab_selected.gif);
  background-image: none!important;
  background-color: white!important;
}

/* right side of a selected tab */
.current a {
  background-image: url(/themes/daisy-field/tab_selected.gif);
  background-image: none!important;
  color: #9EB361!important;
  background-color: white!important;
}

/* text attributes for tab links */
.current a:hover {
  color: #0083C5;
}

/* new style */
#nav-main li.current {
  background-image: url(/themes/daisy-field/tab_selected.gif);
  background-image: none!important;
  background-color: white!important;
	margin-left:0px;
	padding-right: 4px;
}

/* new style */
#nav-main li.current a {
  background-image: url(/themes/daisy-field/tab_selected.gif);
  background-image: none!important;
  color: #9EB361!important;
  background-color: white!important;
}

/* new style - text attributes for tab links */
#nav-main li.current a:hover {
  color: #0083C5;
}

.subtle a:hover{
  color: #0083C5;
}
.subtle a{
  color: #B2C969;
}



/* subnav background */
#nav-section {
  background: none;
  border-bottom: solid 1px #aaa;
}

/* the whole sidebar */
#sidebar{
  background-color: white;
  background-image: none;
  border: none;
}
#sidebar .disclose {
	width: 10px;
	height: 10px;
}

#sidebar table.category_table td{
  border-top: dotted 1px #888;
  border-bottom: dotted 1px #888;
  background-image: none;
}

#sidebar table.category_table td.selected{
  background-image: none;
	background-color: #EEE;
}

#sidebar table.category_table td.category_name{
  border-left: dotted 1px #888;
}

#sidebar table.category_table td.public_badge{
  border-right: dotted 1px #888;
}

#sidebar td.category_filter_check{
  border-right: dotted 1px #888;
}
/*

    Text stuff 

*/

#banner-space-title a{
  color: white;
  font-family: "American Typewriter";
  font-size: 1.4em;
}

#banner-space-title p.subtitle, #banner-space-title p.subtitle a{
  font-family: "American Typewriter";
  font-size: 0.9em;
  color: #DDD;
}

img#banner-logo {
	position: relative;
	top: -15px;
}

/* link color in general */
a{
  color: #889B54;
}

h1, h2, h3, h4 {
	color: #00747e;
}

h4 {
  font-weight: normal;
}


/* the divider between the titla area below the subnav and the rest of the content */
table.top_head {
  background: url(/themes/daisy-field/top_head_rule.gif) left bottom no-repeat;
}

/* the color for the title in area below the subnav */
table.top_head .bigprint{
  color: #00a1af;
}

table.bottom_head {
  background: url(/themes/daisy-field/top_head_rule.gif) left top no-repeat;
}

/* the 'call-to-action button */

span.big_button {
  background: url(/themes/daisy-field/big_btn.gif) no-repeat left center;
}

span.big_button a{
  background: #FFFFFF url(/themes/daisy-field/big_btn.gif) no-repeat right center;
}

span.small_button {
  background: url(/themes/daisy-field/small_btn.gif) no-repeat left center;
}

div.yb span.big_button a{
  background-color: #FFF6B7;
}

div.yb span.small_button a{
  background-color: #FFF6B7;
}

span.small_button a{
  background: #ffffff url(/themes/daisy-field/small_btn.gif) no-repeat right center;
}

div.yb span.big_button a{
  background-color: #FFF6B7;
}

div.yb span.small_button a{
  background-color: #FFF6B7;
}

/* title and headers */
.bigprint{
  font-family: georgia;
}

/* used for list lines */
.midprint{
  
}

/*  used for page footer links (e.g. comment)*/
.smallprint{
}

/* sidebar */

/* link color in sidebar */
#sidebar a{
    color: #9EB361;
}

#sidebar a:hover{
  color: #0083C5;
  text-decoration: none;
}

#sidebar .mini_year span.mini_button a{
	color: #9EB361!important;
}      

.small_button a:hover{
  color: #0083C5;
  text-decoration: none;
}             


/* sidebar areas */
#sidebar h4 {
  background-color: #9EB361;
  color: white;
  font-family: georgia;
  font-weight: bold;
  font-size: 0.95em;
  padding-bottom: 4px;
  margin-left: 0px;
}


/* link to actions at bottom of sidebar items. Also provides separator background image */
#sidebar .bottom_actions{
  background-image: none;
}

/* smaller typeface used in sidebar */
#sidebar .fineprint{
}

/* the default typeface used for sdebar items (e.g. member names)*/
#sidebar p{
  font-family: arial;
}

#sidebar ul.clicklist a.selected{
/*	border: dotted 1px #9EB361;    
	padding: 1px 1px;       */
}

#sidebar ul.clicklist a.deselected{
/*	padding: 2px 2px;      */
  color: #AAA;
}

#sidebar_edit_event {
    background: #ffffff!important;
}

.disclose.dn{
	background: url(/themes/daisy-field/arrow_down.gif) center center no-repeat; 
}
.disclose.rt{
	background: url(/themes/daisy-field/arrow_right.gif) center center no-repeat;	
}

#cat-boxes h3.under{
	background-color: #b3ca6a!important;
	background-color: #6092ce!important;
	background-image: none!important;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #fff!important;      
}                                    

#cat-boxes .shadow{
  background-color: #fff!important;      
}

#box-set h3.under{
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #fff!important;
   background-image: none!important;
}

#box-set table.line{
  background-color: #b3ca6a!important;
  background-color: #6092ce!important;
  background-image: none!important;  
}                                

#box-set .shadow{
  background-color: #fff!important;      
}

#box-set .tag-box-content{
	border: solid 1px #fff!important;
}       

.calendar-color-1 {
	background-color: #a3c7e8;	
}

.calendar-color-2 {
	background-color: #cfeb7c;	
}

.calendar-color-3 {
	background-color: #fdf6ac;	
}

.calendar-color-4 {
	background-color: #bbb7d9;	
}

.calendar-color-5 {
	background-color: #fec54e;	
}

.calendar-color-6 {
	background-color: #b9c499;	
}

div.event-details-display div.event-title, div.event-details-display label {
	color: #889B54;
}