/*
	CSS files kept in the 'schemes' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Michael Verdi
	Author Site	: http://michaelverdi.com
	Style Name	: Vlogsplosion
	Style URI	: http://showinabox.tv
	Version		: 1.0
	Comments	: License: Creative Commons - Attribution
*/

/*
Header Text Color: white
Header Width: 950px
Header Height: 100px
*/

/* Basic defaults and the area outside the design ----------------------------- */
body {
	font: 62.5% Arial, Sans-Serif; /* Resets 1em to 10px */
	background-color: black;
	background-image: url(bkg.gif);
	background-repeat: repeat-x;
}

/* The entire design area ----------------------------------------------------- */
#page {
	text-align: left;
	margin: 0 auto;
	padding: 0 0 10px;
	position: relative;
	border: 3px solid #000;
	border-top: none;
	clear: both;
	background-color: white;
	/* background-image: url(INSERT URL AND UNCOMMENT); */
	}

/* This version of Vlogsplosion was designed for a single sidebar ------------- */
.sidebar-single #page {
	width: 950px;
	}
	
/* Contains the H1 and menu - USE THE ADMIN INTERFACE TO SET A HEADER IMAAGE--- */	
#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 100px;
	background: black url(header.jpg) no-repeat;
	}

/* Contains the main column --------------------------------------------------- */	
#primary {
	position: relative;
	float: left;
	width: 660px;
	padding: 10px;
	/* background-color: #fff; */
	/* background-image: url(INSERT URL AND UNCOMMENT); */
	}
	
/* Sidebar -------------------------------------------------------------------- */	
#sidebar-main {
	float: left;
	width: 200px;
	margin-left: 10px;
	padding: 10px;
	/* background-color: #fff; */
	/* background-image: url(INSERT URL AND UNCOMMENT); */
	}
	
*html #sidebar-main {width:198px;} /* IE hack */

/* Headings ------------------------------------------------------------------- */

h1, h2, h3, h4 {
	font-family: Arial, Sans-Serif;
	}

/* H1 is the title in the header */
h1 { 
	font-size: 3em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
	padding: 10px 40px 0 100px; /* 100px is the distance from the left side - adjust to taste */
	}

h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	color: white;
	}

h1 a:hover {
	text-decoration: none;
	}
	
#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 40px 0 100px; /* 100px is the distance from the left side - adjust to taste */
	}
	
/* UNCOMMENT THE FOLLOWING TO HIDE THE HEADER TITLE AND DESCRIPTION (options function seems to be broken) */	
/*
#header h1, #header .description {
	display:none;
	}
*/
	
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: black;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}

/* Links --------------------------------------------------------------------- */

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

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

a {
	color: #0066CC;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #0066cc;
	}
	
	
/*- Main Menu in Header ----------------------------------------------------- */
/* FYI this menu will contain all pages - to add other items, add a line to the list in header.php- */
ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 8px 15px 6px;
	}

ul.menu li a {
	font-size: 1em;
	color: white;
	margin: 0;
	}

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

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #000 !important;
	background-color: white;
	background-image: url(tabbkg.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	}

.admintab {
	position: absolute;
	right: 0px;
	}

* html .admintab { padding: 5px 15px 6px }	/* IE hack */

/* entry img border (The black line around the video image)------------------- */
.entry-content img {
	margin: 0 5px;
	padding: 0px;
	border: 1px solid #000;
	max-width: 100%;
	}
	
/* a img,:link img,:visited img { border:none } */

/* Footer ------------------------------------------------------------------- */
#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #666;
	}

#footer a {
	color: #999;
	border-bottom: none;
	font-weight: normal;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #0066CC;
	}


/* Adds feed icons to the feeds generated by the vPIP feed widget ---------- */
#vPIPFeeds li {
	list-style-image: url('../../images/feedicon16px.png');
	list-style-position: inside;
}


