/*  
Theme Name: D2Care
Theme URI: http://www.d2care.org/
Description: Matches the rest of the site, with any luck.
Version: 1.0
Author: Jennifer Laus
Author URI: http://www.cigwyn.myaussies.com/

*/

@import url(http://www.d2care.org/css/prettier.css);

/*  stuff mostly left from default style */

#rss {  
	margin-bottom:  -.2em;  
	border:  0;
	}

#footerlinks ul, #footerlinks  li  {
	display:  inline;
	list-style-type:  none;
	text-align:  center;
	margin:  1em auto; 
	}
/*
#footerlinks ul  {
	margin:  1em auto; 
	}	
	*/
	
#footerlinks  li  {
	padding:  0 2em;
	}  
	
.postmetadata {
	text-align: center;
	padding-top: .5em;
	clear: left;
	}	
	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#wplink  {  padding-top:  5em;  }	
	
.bdate  { 
	font-size:  .7em;
	margin:  .2em .4em;
	}	
	
.entry  {  margin:  1em .4em;  }

.entry p  {  margin:  1em 0;  }

/* make current category look unclickable */

#nav ul.subnav li.current-cat a {	
	display: block;
	padding: .3em 1em;
	width: 9em;
	white-space:  nowrap;
	color:  #0887DC; 
	font-weight:  bold;
	border:  1px dotted #006CC5;
	background:  url(http://www.d2care.org/graphics/menufadesub.gif) top left repeat-y;
	background-color:  #B6DCF5;
	text-decoration:  none;
	}