/*
	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: Oliver Rubli
	Author Site: compactlab.com
	Style Name: compactspace
	Style URI:
	Version: 1.0
	Comments:
	
	
*/

body {
	font-size: 10px;
	color: black;
	margin: 0;
	font-family: verdana,helvetica,arial,sans-serif;
	background-color: white;
}

a {
	color: black;
	text-decoration: none;
	}

h1, h2, h3, h4 {
	font-family: verdana,helvetica,arial,sans-serif;
	color: black;
}

h2 a:hover, h2 span a:hover {
	color: black;
	}


h1 {
  	font-size: 2.4em;
  	padding: 0;
  	font-weight: normal;
	letter-spacing: normal;
	text-align: left;
}
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
  	font-size: 2.4em;
  	padding: 0;
  	font-weight: normal;
	letter-spacing: normal;
	text-align: left;
}

h3 {
  	font-size: 2.4em;
  	padding: 0;
  	font-weight: normal;
	letter-spacing: normal;
	text-align: left;
}

h4 {
  	font-size: 2.4em;
  	padding: 0;
  	font-weight: normal;
	letter-spacing: normal;
	text-align: left;
}

#header {
	position: relative;
	width: 980px;
	height: 85px;
	background: white url(logo.png) no-repeat 694px top;
	margin-right: 0px;
	margin-top: 5px;
}

#page {
	float: left;
	border-right-style: none;
	left: 0px;
	border-left-style: none;
	border-bottom: none;
	background-color: white;
}

.page-head {
	margin: 0 0 10px;
	display: none;
}

.widget {
	color: black;
}

.entry-meta {
	color: gray;
}

.entry-meta a, .comment-meta a {
	color: gray;
}

.entry-date abbr {
	color: gray;
	}

#primary {
	padding: 0;
	margin-left: 157px;
	width: 560px;
}

.columns-two #page {
	width: 980px;
}

.content {
	padding: 0 5px 25px 20px;
	background: url(line.png) no-repeat left top;
	
}


.secondary {

}

.feedlink { /* On the sidebar */
	padding: 0;
	padding-right: 20px;
	}

#footer {
	text-align: left;
	background: white url(line.png) no-repeat left top;
	width: 955px;
	height: 100px;
	padding: 25px 0 0 25px;
	margin-left: 0;
	color: black;
}

.footerpoweredby {
	visibility: hidden;
}

.footerfeedlinks {
	visibility: hidden;
}

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

#footer a:hover {
	border: none;
	text-decoration: none;
	color: black;
	}
	
#footer ul {
	list-style-type: none;
}

#current-content {
	margin-top: 15px;
	
}



.hentry {
	background-color: white;
	padding: 10px;
}


#rollingcontent {
	margin-top: -20px;

}

.entry-head {
	margin-top: 0;

	}


ul.menu {
	position:absolute;
	width:150px;
	height:83px;
	left: 25px;
	text-indent: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	display: block;
	line-height: 15px;
	color: black;
	}

ul.menu, ul.menu li a {
	padding: 0;
	display: block;
	line-height: 15px;
	color: black;
}

ul.menu li a {
	font-size: 1em;
	color: black;
	margin: 0;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-bottom: 1px solid #fff;
}
	
ul.menu li a:hover {
	background: transparent;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid gray;
}


ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	border-bottom: 1px solid gray;
	text-decoration: none;
	background-color: transparent;
	color: black;
}


.navigation .nav-previous, .navigation .left, .navigation .nav-next,
.navigation .right {
	visibility: hidden;
	height: 0;
}

.commentslink {
	visibility: hidden;
}

.meta-start {
	padding: 2px 0;
	background: none;
	}
	
#searchform {
	
}

input[type=text], textarea {
	color: black;
	background-color: white;
	border: 1px inset #9E9798;
}

input[type=text]:focus, textarea:focus {
	color: black;
	background-color: white;
	border: 1px inset #9E9798;
	}

#searchreset {
	background: url(reset-fff.png) center center no-repeat;
	}

#searchload {
	background: url(spinner.gif) center center no-repeat;
	}

.entry-content a:visited {
	color: black;
	}

.entry-content {
	color: black;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: black;
	}
	
	
.comments {
	visibility: hidden;
}

