/*
bunni.css
*/


/* Navigation
----------------------------------------------- */
body.bunni #wrapper .nav-current:link, body.bunni #wrapper .nav-current:visited, body.bunni #wrapper .nav-current:active { 
	font-weight: normal;
	text-transform: uppercase;
	color: #43a097; 
	}

/* Content
----------------------------------------------- */
body.bunni code { color: #bf8060; }
body.bunni abbr, body.bunni acronym { border-bottom: 1px solid #bf8060; }
		
		/* Headers
		--------------------------------------- */
		body.bunni h3 { color: #8ab800; }
		
		/* Post content
		--------------------------------------- */
		body.bunni .articlenav { background: #fcfeff; }
		
		/* Inserts
		--------------------------------------- */
		body.bunni .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #aba5a0; padding: 9px; }
			body.bunni .insert h3 { border-bottom: 1px dotted #aba5a0; }
		
		/* Downloads
		--------------------------------------- */		
		body.bunni .content a.download:link, body.bunni .content a.download:visited, body.bunni .content a.download:active { background-color: #fcfeff; border: 1px dotted #aba5a0; }
		
		/* Images
		--------------------------------------- */
		body.bunni a img { padding: 2px; border: 1px solid #d2d2d2; }
		body.bunni a:hover img, body.bunni .comment a:hover .avatar { border: 1px solid #999999; }
		
/* Links
----------------------------------------------- */
body.bunni a:link, body.bunni a:active, body.bunni a:visited { color: #0d4548; }
body.bunni a:hover { color: #43a097; }

body.bunni .content a:link, body.bunni .content a:active, body.bunni .content a:visited, body.bunni .link-pages a:link, body.bunni .link-pages a:active, body.bunni .link-pages a:visited, body.bunni .tagdata a:link, body.bunni .tagdata a:active, body.bunni .tagdata a:visited, body.bunni .widget_tag_cloud a:link, body.bunni .widget_tag_cloud a:active, body.bunni .widget_tag_cloud a:visited { border-bottom: 1px dotted #aba5a0; }
body.bunni .content a:hover, body.bunni .link-pages a:hover, body.bunni .tagdata a:hover, body.bunni .widget_tag_cloud a:hover { border-bottom: 1px dotted #8ab800; }

/* Widgets
----------------------------------------------- */
	
	/* Calendar widget
	------------------------------------------- */
	body.bunni .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.bunni .widget_calendar tbody td a:hover { color: #fff; background: #cca352; }
	
	
/* Secondary Navigation
----------------------------------------------- */

.pagenav { margin:0; }
li.page_item { list-style: none; color: #43a097; 
   font-size: 0.85em;
   letter-spacing: 0em;
   font-weight: normal;
   text-transform: uppercase;
   margin:0 0 5px -20px; }
li.page_item a, li.page_item a:link, li.page_item a:visited { color: #0d4548; 
   }  
li.page_item a:hover { color: #43a097; 
   }    
li.current_page_item a, li.current_page_item a:link, li.current_page_item a:visited { list-style: none; color:#43a097; }
li.current_page_parent a, li.current_page_parent a:link, li:current_page_parent a:visited { list-style: none; color: #43a097;}	