/*	
	Author Name	:Michael Verdi
	Author Site	:http://michaelverdi.com
	Style Name	:Spacey
	Style URI	:http://showinabox.tv
	Version		:1.1
	Comments	:Formerly 'Vlogsplosion'
*/


img {
	border:black 1px solid; /* Border around images */
	}

body { /* Gray to black gradient background on the outside of the design */
	background: #000 url('bkg.gif') repeat-x;
	}

#page { /* Black outline that wraps the whole design */
	border: 3px solid #000;
	}

#header { /* Default header image - USE THE ADMIN INTERFACE TO SET A HEADER IMAGE */
	background: #000 url('header.jpg');
	}

/*- Main Menu in Header-------------------------------- */
ul.menu li a {
	color: white; /* Main Menu link color */
	}
	
ul.menu li a:visited {
	color: white; /* Main Menu visited link color */
	}

ul.menu li a:hover {
	background: #000; /* Button background color on hover */
	color: #0066CC !important; /* Button text color on hover */
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #000 !important; /* Current page button text color */
	background-color: white; /* Current page button background color */
	background-image: url(tabbkg.gif); /* tiny faded top to the button - makes it look indented */
	background-repeat: repeat-x;
	text-decoration: none;
	}
/*- Main Menu End------------------------------------ */


/*- Links-------------------------------------------- */
#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	color: #3366ff !important; /* Link hover color */
	text-decoration: underline; 
	}

h2 a:hover, h2 span a:hover {
	color: #3366ff !important; /* Link hover color */
	text-decoration: none;
	}

a {
	color: #0066CC;
	text-decoration: none; /* Link color */
	}
	
a:visited {
	color: #0066CC;
	text-decoration: none; /* Visited link color */
	}

.entry-content a:visited {
	color: #0066CC; /* Visited link color */
	}
/*- Links end----------------------------------------- */


/*- Headings---------------------------------------- */
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive' but I didn't want to see them */
	display: none;
	}

h2.entry-title { /* But I do want to see these h2s for the post titles in the Video Archive plugin */
	display: inline;
	}
	
#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #000;
	font-weight: normal;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #000; /* Visited link color */
	}
/*- Headings End---------------------------------------- */


/*- Footer---------------------------------------------- */
#footer {
	color: #666; /* Footer text color */
	}

#footer a {
	color: #999; /* Footer link color */
	font-weight: normal;
	}

#footer a:hover {
	text-decoration: none;
	color: #0066CC; /* Footer link hover color */
	}
/*- Footer End------------------------------------------- */