/*-----attach body.custom to any style you add here-----*/


body.custom {background: #282828;}

body.custom .description {color: #282828;}

body.custom .homelink a{color:#FFFF33;}
	
body.custom #skip a{background:#3B23FF;}

body.custom ul.menu li{background:#3B23FF;}

body.custom ul.menu li a{display:block; color:#FFFFFF;}

body.custom a{color:#3B23FF;}

body.custom .entry-content h1 {font-size:2em; line-height:2; margin:1.5em 0 0.5em;}

body.custom .entry-content highlight {background-color: #FFFF00;}

body.custom /* Captions */
body.custom.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

body.custom.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

body.custom.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

body.custom.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


