/** 
 * Rename this file to custom.css and include your own CSS rules in this file. There's
 * already code to help you change your logo and accent color.
 *
 * Until a more clever method is devised, prefix your CSS selectors with .custom .container
 * if you are having trouble getting them to override Thesis or Looks Good Naked defaults.
 */


/* Customize the site logo by setting background, width and height */

.custom #header #logo a {
	background: transparent url(../images/header_1.jpg) no-repeat scroll 0 0 !important;
	width: 650px !important;
	height: 221px !important;
	border: 10px solid #EEEEEE
}

/* Change the maroon accent color to something else */

.custom .container a,
.custom .container input.form_submit:hover,
.custom .container h2 a,
.custom .container ul#tabs li.current_page_item a,
.custom .container ul#tabs li.current-cat a,
.custom .container #video_box_footer a
	{ color: #900B09; }

.custom .container ul#tabs li a:hover,
.custom .container ul#tabs li.slider a:hover,
.custom .container .slider_menu
	{ background-color: #900B09; }

.custom .comment_time
{
	visibility: hidden;
}