/* BODY ---------------------------------------------------------*/
	
	body {
		color: #CCC;
		background: #512A14;
	}
	
/* LINKS ---------------------------------------------------------*/

	a:link,
	a:visited,
	a:hover,
	a:focus,
	a:active {
		color: #80909c;
	}
	
	a:hover,
	a:focus {
		color: #FFF;
	}
	
	#container a:link,
	#container a:visited,
	#container a:hover,
	#container a:focus,
	#container a:active {
		color: #d5346c;
	}

/* HEADINGS ---------------------------------------------------------*/

	h1,
	h2,
	h3,
	h4 {
		color: #d5346c;
	}
	
/* HEADER ---------------------------------------------------------*/

	#header #branding #blogTitle a {
		color: #262b31;
	}
	
/* MAIN ---------------------------------------------------------*/
	
	#sidebar h3 {
		color: #FFF;
	}

	#container {
		color: #838585;
	}

/* LIST OF POSTS ---------------------------------------------------------*/

	.otherStory .postDate {
		background: #d5346c;
		color: #FFF;
	}

	.otherStory .postDate span {
		color: #FFF;
	}

/* POST ---------------------------------------------------------*/

	.entryContent p.big {
		color: #262B31;
	}

	.entryMeta {
		color: #CCC;
	}

	.entryMeta a {
		color: #999;
	}
	
	.authorBlock p {
		color: #262B31;	
	}
	
/* COMMENTS ---------------------------------------------------------*/

	#comments ol li .commentAuthor {
		color: #262B31;
	}

	#comments ol li .commentMeta .commentOptions a:hover,
	#comments ol li .commentMeta .commentOptions a:focus {
		color: #a1a3a2;
	}

/* FORMS ---------------------------------------------------------*/

	form .formSubmit button#submit {
		background: #DF0D56 url("../images/button_bg.png") 0 50% repeat-x;
		color: #FFF;
	}
	
	form .formSubmit button#submit em {
		border-right: 1px solid #EFEFEF;
	}

/* NAVIGATION ---------------------------------------------------------*/

	ul#navigation li a {
		background: #DF0D56 url("../images/button_bg.png") 0 50% repeat-x;
		color: #FFF;
	}
	
	ul#navigation li.current_page_item a {
		color: #512A14;
	}

/* WIDGETS ---------------------------------------------------------*/

	.widgetArea ul li.widget-container ul li {
		background-position: 0 -260px;
	}

	/* SEARCH ---------------------------------------------------------*/

		.widget_search input {
			background: #51575e;
			color: #FFF;
		}
		
		.widget_search button {
			background: #DF0D56 url("../images/button_bg.png") 0 50% repeat-x;
		}
	
	/* CALENDAR ---------------------------------------------------------*/

		.widget_calendar caption {
			color: #FFF;
		}
	
		.widget_calendar th {
			color: #FFF;
		}
	
		.widget_calendar tbody td {
			color: #80909C;
		}
		
		.widget_calendar tbody td a {
			background: #262b31;
			color: #FFF;
		}

/* TWITTER ---------------------------------------------------------*/

	#latestTweet ul li p:first-child a {
		color: #CCC;
	}
	
	#latestTweet ul li p {
		color: #CCC;
	}


/* FOOTER ---------------------------------------------------------*/
	
	#footer .copyright {
		color: #FFF;
	}
	
	#footer .badge,
	#footer .badge a {
		color: #80909C;
	}

/* NEW HOVER EFFECTS ---------------------------------------------------------*/
	
	ul#navigation li a:hover,
	ul#navigation li a:focus,
	.widget_search button:hover,
	.widget_search button:focus,
	form .formSubmit button#submit:hover,
	form .formSubmit button#submit:focus {
		background: #FC0D84 url("../images/button_bg.png") 0 50% repeat-x;
	}
	
	ul#navigation li.current_page_item a,
	ul#navigation li.current_page_item a:hover,
	ul#navigation li.current_page_item a:focus {
		background: #FFF;
	}