@charset "UTF-8";
/* CSS Document */

body, #primary{
	color:#333;
}
#header, #primary{
	background:#FFF;
}
#header{ 
	border-bottom:1px solid #FFE394; 
	margin-right: 0px;
	margin-top:30px;	
	margin-bottom:40px;
}

.topnav 
{
	list-style:none;
	margin:0px auto 0 auto;
	padding:10px 0;
	text-align:left;
	width:80%;
	min-width:65em;
	max-width:85em;			
}
.topnav li 
{
	list-style:none;
	margin:0;
	padding:0 5px;
	display:inline;
}
.topnav li a 
{
	color:#999;
	padding:3px 0;
	text-decoration:none;	
}
.topnav li a:hover
{
	color:#000;
	padding:3px 0;
	text-decoration:none;
	border-bottom:#000 1px dotted;
}
.topnav li.current_page_item a
{
	color:#666;
	padding:3px 0;
	text-decoration:none;
}

#secondary{
	background:#F3F3F3;
}

body{
	background:#fff;
}

#ancillary{
	border-top:1px solid #D5D5D5;
	background:#007987;	
	color:#333;
	padding-bottom:30px;
	margin-bottom:0px;
}

a, .story .details a, .story .details a:hover{
	color:#000;
}

.story .details a:hover{
	text-decoration:underline;
}

ul li{
	list-style-type:round;
	margin:0.5em 0 0.5em 2em;
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

.story .details{ 
	border-top:1px solid #FFE394; 
	padding-bottom:60px;
}

h1, h2, h3{ color:#000; }

#primary h2{ color:#333; margin-top: 1em; }

blockquote{ color:#333; }

table th{ color:#FFF; background:#333; }
table td{ color:#000; background:#EAEAEA; }

#header h1{ border-right:1px solid #7F7F7F; }

.secondary .featured p{
	border-bottom:1px solid #CCC;
	border-top: 1px solid #CCC;
}
.secondary .featured dl{
	border-bottom:1px solid #CCC;
}
.secondary dd a{ color:#7F7F7F; }
.secondary dd a:hover{ color:#000; }


.secondary .featured dt{
	color:#333;
}

.single-post p{
	font-size:13px;
	line-height: 1.75em;
}

#primary .story h2, #primary .primary h2, #primary .single-story .primary h3, .story h3, .story h3 a{
	color:#333;
}

#ancillary h2{
	color:#FFC72A;
	font-size:14px;
}

#secondary{
	border-top:1px solid #E3E3E3;
}
.comment-head{
	border-bottom:1px solid #E3E3E3;
}

div.block ul, ul.dates, ul.counts, ul.blogroll li ul, ul.pages{
	border-top:1px solid #C2C2C2;
}
div.block ul li, ul.dates li, ul.counts li, ul.blogroll li ul li, ul.pages li{
	border-bottom:1px solid #C2C2C2;
}
div.block ul .date, ul.dates .date, ul.counts .count{
	color:#CC9F21;
}
div.block ul a, ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	color:#333;
}
div.block ul a:hover, ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{ color:#000; }

#footer{ 
	color: #666; 
	margin-bottom:50px;
}
#footer a, #footer p.attributes a{
	color:#000;
}
#footer a:hover, #footer p.attributes a:hover{ color:#000; }


/* Images */


#header{ 
	background: url(tongue/tongues.png) no-repeat;
}

#footer .inside{
	background:url(tongue/footer.gif) 50% 0 repeat-x;
}
#search .searchimg{
	background:url(tongue/search.gif) 0 0 no-repeat;
}


div#globalnav{border-bottom:2px solid #000;border-top:1px solid #000;}
div#globalnav ul,div#globalnav ul li{display:inline;list-style:none;}
div#globalnav ul li{line-height:200%;margin:0 1em;}
