/*
	CSS files kept in the 'styles' 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 styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/
body {background: #000 url(background.jpg) top center fixed no-repeat;}

/* The entire design is contained within the 'page' id */

#wrapper { background: url(header.png) top center no-repeat;}

.menu {display: none; }

#page {
	border: none;
	padding: 0;
	background: none;
	margin-top: 20px;
	}
	
img, #wrapper, 
.podcast, 
.my_home a:hover, 
.my_about a:hover, 
.my_endorse a:hover, 
.my_services a:hover, 
.my_donate a:hover, 
.my_store a:hover, 
.my_contact a:hover, 
.hentry, 
h2, 
#footer { behavior: url(iepngfix.htc);}

img, #wrapper { behavior: url(iepngfix.htc);}
	
.columns-two #page { width: 900px;}
	

#header { background: none; height: 330px;}
#header .description {
display: none;
}
h1{
display: none;
}

.podcast a {display: block; height:75px; width: 180px; text-decoration:none; background: url(http://udfddesign.com/street/images/blog.png);}
.podcast a:hover {display: block; height:75px; width: 180px; text-decoration:none; filter:alpha(opacity=50); -moz-opacity: 0.50; opacity: 0.50; }

/* Header Navigation */

.my_header_nav {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:254px;
	z-index:100;
	padding:0;
	margin:0;
}

.my_header_nav a {
	display:block;
}

.my_header_nav li {
	list-style:none;
	position:absolute;
}

.my_home {
	width: 285px;
	height: 254px;
	left: 0px;
	top: 0px;
}

.my_home a{
	width: 285px;
	height: 254px;
}

.my_home a:hover{
	background:url(home.png) 0px 0px no-repeat;
}

.my_about {
	width: 71px;
	height: 35px;
	left: 332px;
	top: 158px;
}

.my_about a{
	width: 71px;
	height: 35px;
}

.my_about a:hover{
	background:url(body.png) no-repeat;
}

.my_endorse {
	width: 144px;
	height: 35px;
	left: 403px;
	top: 158px;
}

.my_endorse a{
	width: 144px;
	height: 35px;
}

.my_endorse a:hover{
	background:url(body.png) no-repeat;
}

.my_services {
	width: 88px;
	height: 35px;
	left: 547px;
	top: 158px;
}

.my_services a{
	width: 88px;
	height: 35px;
}

.my_services a:hover{
	background:url(body.png) no-repeat;
}

.my_store {
	width: 64px;
	height: 35px;
	left: 635px;
	top: 158px;
}

.my_store a{
	width: 64px;
	height: 35px;
}

.my_store a:hover{
	background:url(body.png) no-repeat;
}

.my_donate {
	width: 80px;
	height: 35px;
	left: 699px;
	top: 158px;
}

.my_donate a{
	width: 80px;
	height: 35px;
}

.my_donate a:hover{
	background:url(body.png) no-repeat;
}

.my_contact {
	width: 115px;
	height: 35px;
	left: 779px;
	top: 158px;
}

.my_contact a{
	width: 115px;
	height: 35px;
}

.my_contact a:hover{
	background:url(body.png) no-repeat;
}


/* Primary Column */
	
#primary {
	float:right;
	width: 600px;
	margin-right: 0px;
	}
body.columns-two #primary-wrapper {
	float: right;
	margin-left: -220px;
	margin-right: 0px;
	width: 100%;
	}

body.columns-two #primary {
	margin-left: 220px;
	margin-right: 0px;
	}

body.columns-two .secondary {
	float: left;
	}

ul {list-style: disc;}

blockquote { color:#FFF; border-bottom: 1px solid #333;}


.hentry {
	background: url(body.png) repeat;
	padding: 5px 15px;
	text-align: left;
	/* Each entry is contained within the 'hentry' class */
	}
	
.entry-content {text-align: left; color: #FFF; font-size: 1.3em;}

.entry-content a:visited {
	color: #FFF; text-decoration: underline;
	}
	
h2 {text-align: left; font-size: 32px; font-weight: normal; padding-left: 70px; background: url(couch.png) no-repeat;}

h2 a:hover, h2 span a:hover {
	color: #FFF !important;
	}
	
a {
	color: #FFF;
	text-decoration: underline;
	}
	
a:hover {
	color: #FFF;
	text-decoration: none;
	}
	
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited { color: #FFF; font-family: Georgia, "Times New Roman", Times, serif; letter-spacing: 1px;}

h3 { margin: 0; padding: 0; font-size:32px;}

h4, h4 a, h4 a:visited {
	color: #FFF; font-weight: bold; letter-spacing: 1px; font-family: Georgia, "Times New Roman", Times, serif;
	}

.secondary h4 { color: #FFF; font-size: 1.5em;}

#footer { background: url(body.png); padding: 10px; margin: 0 auto 10px;}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	float: left;
	margin: 0px 0px 20px 0;
	}
	
li.bypostauthor {
	background: #ccc;
	}