/*
 * This file is left empty. Any style settings that you wish to apply, overriding
 * the rest of the theme settings, you should define them here.
 */

/* Blog description on the right side of the title */	
.description { 
  float:left;
	margin-top: 21px; 	/* description distance from top of screen */
	margin-right: 20px;
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 14px;
}

#wrapper {
	border: 1px solid #555;
	background-color: #191919;
}

.backhome { 
  float:right;
	margin-top: 21px; 	/* description distance from top of screen */
	margin-right: 20px;
	margin-left: 20px;
	font-weight:bold;
	font-size: 14px;
}
