/*
	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: compactlab
	Style URI:
	Version: 1.0
	Comments:
	
	
*/

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

body.page .entry-title {
text-align: left;
}

.skip {
	visibility: hidden;
}

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

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

h2 a:hover, h2 span a:hover {
	color: #fff !important;
	}


h1 {
  	font-size: 10px;
  	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: 10px;
  	padding: 0;
  	font-weight: bold;
	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: 10px;
  	padding: 0;
  	font-weight: normal;
	letter-spacing: normal;
	text-align: left;
}

.secondary h4 {
display:block;
font-size: 10px;
font-weight: bold;
margin-bottom:5px;
padding:0;
}

#header {
	position: relative;
	width: 980px;
	height: 85px;
	background: #AA9D9F url(logo.png) no-repeat 700px 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: #AA9D9F;
}

.page-head {
	margin: 0 0 10px;
	text-align: left;
	font-size: 10px;
}


.widget {

}

.textwidget {

}

.widget_text {

}

.aligncenter, .center {
text-align: left;
}

.secondary ul ul, .secondary ol ol, .secondary div div {
margin: 0;
}

.entry-meta {
	color: #BBABAC;
}

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

.entry-date abbr {
	color: #BBABAC;
	}

#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: #AA9D9F url(line.png) no-repeat left top;
	width: 955px;
	height: 100px;
	padding: 25px 0 0 25px;
	margin-left: 0;
	color: white;
}

.footerpoweredby {
	visibility: hidden;
}

.footerfeedlinks {
	visibility: hidden;
}

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

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

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



.hentry {
	background-color: #9E9798;
	padding: 10px;
}


#rollingcontent {
	margin-top: 15px;

}

.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,
ul.menu li {
	float: none;
	list-style-type: none;
}

ul.menu li {
	margin: 0;
	color: #fff;
	}

ul.menu li a {
	padding: 2px 0 0;
	font-size: 1em;
	color: white;
	margin: 0;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-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 #AA9D9F;
	}

ul.menu li a:hover {
	background: transparent;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	}

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




.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 {
	
}

label.overlabel-apply {
	color:#fff;
	top:2px;
}

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

input[type=text]:focus, textarea:focus {
	color: white;
	background-color: #AA9D9F;
	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: white;
	}

.entry-content {
	color: white;
	}

.entry-title, .entry-title a, .entry-title a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
	color: #fff;
}

.entry-head .entry-meta {
background: none 0;
min-height:16px;
padding-left:0px;
}
	
	
	

