/* BODY ---------------------------------------------------------*/
	
	body {
		color: #CCC;
		background: #000000;
	}
	
/* 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: #727272;
	}

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

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

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

	#container {
		color: #838585;
	}

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

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

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

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

	.entryContent p:first-child {
		color: #262b31;
	}

	.entryMeta {
		color: #CCC;
	}

	.entryMeta a {
		color: #999;
	}
	
	.authorBlock p {
		color: #262B31;	
	}
	
	.entryContent div.contact{
		margin-left: 130px;
		margin-top: 30px;
	}
	
	.links ul{
		margin: 0px;
		padding: 0px;
		display: block;
	}
	
	.links ul li{
		display: block;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	 
	 .links h2 { clear: left; text-align: left; } 
	
/* 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: #d7d7d7 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: #d21e2d url("../images/button_bg.png") 0 50% repeat-x;
		color: #FFF;
	}
	ul#navigation li a:hover {
		background: #727272 url("../images/button_bg.png") 0 50% repeat-x;
		color: #FFF;
	}
	
	ul#navigation li.current_page_item a {
		color: #333a42;
	}
	
	ul#navigation li.current_page_item a:hover {
		color: #d21e2d;
		background: #ffffff;
	}

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

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

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

		.widget_search input {
			background: #51575e;
			color: #FFF;
		}
		
		.widget_search button {
			background: #51575e 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{ display: none; }
	
	#footer .badge,
	#footer .badge a {
		color: #80909C;
	}
	
/* WORDPRESS STANDARD --------------------------------------------*/

	/* Begin Images */
	p img {
		padding: 0;
		max-width: 100%;
		}
	
	/*	Using 'class="alignright"' on an image will (who would've
		thought?!) align the image to the right. And using 'class="centered',
		will of course center the image. This is much better than using
		align="center", being much more futureproof (and valid) */
	
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	
	img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}
	
	img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}
	
	.alignright {
		float: right;
		}
	
	.alignleft {
		float: left;
		}
	/* End Images */
