/*
	CSS files kept in the 'schemes' directory can be used to
	costumize 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	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

body { 
background: url(main_bg.gif) repeat;
border-top: #00a4d4 3px solid;
}

a {
	color: #27d;
}

#horizontal_container {
background: url(HeaderBack.jpg) repeat-x;
width: 100%;
margin: 0 auto 0 auto;
}

#vertical_container {
background: #666 url(VerticalBack.jpg) repeat-y top center;
width: 100%;
margin: 0 auto 0 auto;
}

#page {
border: none;
padding-top:0px;
	}
	
.columns-two #page { width: 900px;}
	
#header { background: url(header.jpg) top no-repeat; height: 160px;}
	
#primary {
	width: 590px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	border-bottom: #333 1px solid;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	color: #333;
	}

.entry-content blockquote { color:#666;}

.secondary {
	float: right;
	}
.secondary a { color: #53BFDA;}

h1{
display: none;
}

#header .description {
display: none;
}

.secondary h4{
font-size:1.8em;
}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited { color: #53BFDA;}

h4, h4 a, h4 a:visited {
	color: #333; font-weight: bold; 
	}
	
#footer { height: 250px; color: #FFF;}

#footer a {
	color: #FFF;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

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