/*
	CSS files kept in the 'styles' 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 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name		: 	jaydee
	Author Site		: 	http://www.lightbreaks.de
	Style Name		: 	Lightbreaks Theme
	Style URI		:	http://getk2.com
	Version			:	1.0
	Header Height	:	270

*/


body {
	background: #222;
	color: #ccc;
	margin: 0;
}
.columns-two #page {
	width: 900px;
}
#primary {
	width: 600px;
}
.entry-content {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: justify;
}
.entry-content p, .entry-content ul, .entry-content ol, .entry-content div, .entry-content blockquote {
	color: #ccc;
}
.content, #page {
	border: 0px solid #000;
}
#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: #111;
}
#header {
	background: black url('head_lb.jpg') left no-repeat;
	background-position: -20px;
	height: 285px;
	border: 0px solid blue;
	margin-top: -20px;
}
h1, h2, h3 {
	color: #ccc;
	font-size: 2.3em;
	font-weight: bold;
}
h4 {
	color: #ccc;
	font-size: 2.0em;
	font-weight: bold;
}
#page #header ul.menu {
	margin-left: -13px;
}
a {
	color: #c9054f;
}
#primary a:hover, #primary a:visited:hover, .secondary a:hover, .secondary a:visited:hover {
	text-decoration: none;
	color: #c9054f;
}
.secondary h4 {
	color: #ccc !important;
	font-weight: bold;
	margin-bottom: 5px;
}
ul.menu li a:hover {
	background: #111;
	color: #ffed00 !important;
}
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: #ffed00 !important;
	text-decoration: none;
}
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 {
	color: #C9054F !important;
}
.comments form {
	width: 550px;
}
.comments textarea {
	/*	background: none !important; */

    border: 1px dotted #bbb;
	color: #C9054F;
	background: #000;
	font-size: 12px;
	border: 1px dotted #bbb;
}
.comments input {
	color: #C9054F;
	background: #000;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 12px;
	border: 1px solid #bbb;
}

#footer a 

{

color: #888888;
border: 0;
text-decoration: none !important;

font-weight: bold;

}

#footer a:hover 

{

color: #C9054F;

}
