/*
Skin: Dragonskin Red
Author: Angelo Bertolli
Author URI: http://bitfreedom.com/
*/

/* Background */
body,
#antipixel {
	background-color: #600;
}

div .border {
        background-color: #c00;
}



/* Links */
a, a:visited {
	color: #c00;
}

#content h1 a, #content h1 a:visited,
#content h2 a, #content h2 a:visited,
#content h3 a, #content h3 a:visited,
#sidebar ul li a {
	color: #b00;
}



/* Borders */
#container,
.boxed,
hr {
	border-color: #600;
}


/* Images */
.wp-caption {
   border-color: #800;
   background-color: #400;
}

