/*/*/
/* A Liberated Space Styles - Copyright A Liberated Space 2006 /*

/** Useful Shortcuts:
*	font: font-style  font-variant  font-weight  font-size / line-height  font-family
*	background:  background-color  background-image  background-repeat  background-attachment  background-position 
*	border: border-width  border-style  border-color 
*	margin: top right bottom left 
*	padding: top right bottom left
***

	*** Liberated Blog Template Customization ***
	All CSS that changes pertinent colors on the template is below.
	This is to ease customization and allow for identical styles
	across all liberated blogs.
*/

@import url(http://aliberatedspace.com/wp-content/themes/libspaceSingle/libsingleTemplateStyles.css);

/************ Individual Blog Customization ***************/
h1 {color: #9966CC;}
h2 {color: #990000;}
a:link {
	color: #990000;
	text-decoration: underline; 
	} 
	a:hover, a:active  {
	color: #888F5C;
	text-decoration: none;
	} 
	a:visited {
	color: #888F5C;
	text-decoration: underline;
} 
#sideBar ul {
	background: url(images/sideBarBackground.jpg) repeat-x bottom;
	}

/* Calendar Colors */
#sideBar #wp-calendar a, #sideBar #wp-calendar a:visited {
	display: block;
	text-decoration: none;
	color: #888; !important;
	}
