/*
Modified scheme for custom installation of the mandigo theme for wordpress.
Modifications made by Colin Segovis.
Documentation for the mandigo wordpress theme can be found here: http://wiki.onehertz.com/WordPress/Mandigo
Color scheme developed by kuler: 11468C,F29F05,D96704,D92B04,0D0D0D
*/

a, .posttitle a:hover, .entry p a:visited {
	color: #D96704; /*This entry controls color of post title and footer information.  Original color #FF9B2A*/
}

#wp-calendar a:hover {
  text-decoration: underline;
}

.datestamp { 
	background: #FFD7A6; /*original color #FFD7A6*/
	border: 1px solid #C08800;
}

.datestamp div {
	background: #D96704 url(images/cal_bg.jpg) repeat-x; /*original color #FFBA2C*/
}
/*The next two entries element the star bullets found in the default theme.*/
.sidebars li {
	list-style: none;
	margin-left: 0px;
}

.sidebars li li {
	margin-left: 15px;
}

