/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* NAV IMAGES */
.custom .menu .tab-home a { background: url("http://www.thevillageunderground.com/wp-content/themes/thesis_16/custom/images/home.jpg") no-repeat; height: 40px; width:80px; text-indent:-9999px;outline:none;}
.custom .menu .tab-home a:hover { background: url("http://www.thevillageunderground.com/wp-content/themes/thesis_16/custom/images/homeh.jpg") no-repeat; height: 40px; width:80px; text-indent:-9999px;outline:none;}
.custom .menu .tab-1 a { background: url("http://www.thevillageunderground.com/wp-content/themes/thesis_16/custom/images/resv.jpg") no-repeat; height: 40px; width:135px; text-indent:-9999px;outline:none;}
.custom .menu .tab-1 a:hover { background: url("http://www.thevillageunderground.com/wp-content/themes/thesis_16/custom/images/resvh.jpg") no-repeat; height: 40px; width:135px; text-indent:-9999px;outline:none;}
.custom .menu .tab-2 a { background: url("http://www.thevillageunderground.com/wp-content/themes/thesis_16/custom/images/vid.jpg") no-repeat; height: 40px; width:125px; text-indent:-9999px;outline:none;}
.custom .menu .tab-2 a:hover { background: url("http://www.thevillageunderground.com/wp-content/themes/thesis_16/custom/images/vidh.jpg") no-repeat; height: 40px; width:125px; text-indent:-9999px;outline:none;}
.custom .menu .tab-3 a { background: url("http://www.thevillageunderground.com/wp-content/themes/thesis_16/custom/images/photos.jpg") no-repeat; height: 40px; width:125px; text-indent:-9999px;outline:none;}
.custom .menu .tab-3 a:hover { background: url("http://www.thevillageunderground.com/wp-content/themes/thesis_16/custom/images/photosh.jpg") no-repeat; height: 40px; width:125px; text-indent:-9999px;outline:none;}
.custom .menu .tab-4 a { background: url("http://www.thevillageunderground.com/wp-content/themes/thesis_16/custom/images/contact.jpg") no-repeat; height: 40px; width:125px; text-indent:-9999px;outline:none;}
.custom .menu .tab-4 a:hover { background: url("http://www.thevillageunderground.com/wp-content/themes/thesis_16/custom/images/contacth.jpg") no-repeat; height: 40px; width:125px; text-indent:-9999px;outline:none;}
.custom .menu .tab-5 a { background: url("http://www.thevillageunderground.com/wp-content/themes/thesis_16/custom/images/faq.jpg") no-repeat; height: 40px; width:125px; text-indent:-9999px;outline:none;}
.custom .menu .tab-5 a:hover { background: url("http://www.thevillageunderground.com/wp-content/themes/thesis_16/custom/images/faqh.jpg") no-repeat; height: 40px; width:125px; text-indent:-9999px;outline:none;}
.custom .menu .tab-6 a { background: url("http://www.thevillageunderground.com/wp-content/themes/thesis_16/custom/images/artist.jpg") no-repeat; height: 40px; width:125px; text-indent:-9999px;outline:none;}
.custom .menu .tab-6 a:hover { background: url("http://www.thevillageunderground.com/wp-content/themes/thesis_16/custom/images/artisth.jpg") no-repeat; height: 40px; width:125px; text-indent:-9999px;outline:none;}

.custom .menu .cat-item-4 a:hover { background: url("/theme-images/ourblogp.jpg") no-repeat; height: 40px; width:106px; text-indent:-9999px;}







/*Image in Headline*/
.custom div.headline_area h2.entry-title a {
outline:none;
display:block;
text-indent:-9999px;
height: 60px;
background-color: #000 !important;
background: url('http://www.thevillageunderground.com/images/title.jpg') left top no-repeat; }




/* sidebar headline */

.custom  .sidebar h3 { 
	 font-family:"Georgia"; 
	 color:#FFFFFF; 
	 size: 14pt;
	 font-variant: normal;
	 text-transform: upper-case;
	 TEXT-ALIGN: center;
	 
	 
	 }


.custom .content { border-right: 0px; }







.custom .post_box { padding-top: 0px;  margin-top: 20px; background-color: #000;}

.custom #sidebars { margin-top: 20px; background-color: #000;}

/* remove widget bottom margin */

.custom .widget { margin-bottom: 0px; }

.custom .sidebar_list { padding-top: 0px; }

.custom .sidebar h3 {
font-family:Georgia,"Times New Roman",Times,serif;
font-size:0;
line-height:1.286em;
margin-bottom:0.643em;
}

/* keep IE content from being gray */

.custom #content_box { background-color: #000000; }

/*make multimediabox black framed*/

.custom .image_box { background-color: #000000; }
.custom .image_box {border-width:0;}


/* remove white border from navbar bottom */

.custom #feature_box { border:0px; }

/*remove comments stuff*/

.custom .comments_closed p {
  display: none;
}

body.custom {
background: #eeeeee url('images/redback.jpg') repeat;
}



/*Change multimedia box background to sidebar color, remove borders*/
.custom #container {
ÊÊ Êmargin-top: 2em;
ÊÊ Êmargin-bottom: 2em;
}

.custom #page {
ÊÊ Êbackground: #fff;
}

.custom #image_box { 
	background: #000000; 
	border-bottom: none;
}
.custom #image_box img {
	background: #000000;
	border-style: none;
}


.custom #header #logo { text-indent: -9999px; }
.custom #header #tagline { text-indent: -9999px; }
.custom #header { padding: 0; border-bottom:none;}
.custom #header #tagline { height: 0; }

/* text format for video player*/
.flashvideo{float:left;}
.flashvideo{padding-right: 12px; padding-bottom: 1px; }




.custom #container { 
	margin-top: 2em; 
	margin-bottom: 2em; 
	padding: 0.3em; 
	background: #33332f; 
	border: 0.4em solid #3e3e3a; 
	border: 0.4em solid #936; 
}


/* CUSTOM */

.custom h1,
 .custom h1 a,
 .custom h1 a:visited {color:#ffffff;}

.custom h1 a:hover {color:#ffffff;}

.custom h2,
 .custom h2 a,
 .custom h2 a:visited {color:#ffffff;}

.custom h2 a:hover {color:#ffffff;}

/* remove nav bar border, change background to match tabs */
.custom ul#tabs { border-style: none; background: #8d9d79 }
/* remove the lines between tabs */
.custom ul#tabs li { border-style: none; }

/* Nav Bar Custom */
.custom #customnav { position: relative; margin-bottom:30px; height: 25px; width: 974px: padding: 0 1em;  background: url('http://www.thevillageunderground.com/wp-content/themes/thesis_16/custom/nav-background.gif'; }
.menu {margin-left:0em;}


