/*
	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	: Rudger Gravestein
	Author Site	: http://triple-networks.com/
	Style Name	: LiftHoofd
	Style URI	: http://www.lifthoofd.nl/
	Version		: 0.02
	Comments	: enjoy!
*/

html {height:100%}
body {height:101%;}

body {font-family:Verdana,Helvetica,Arial,sans-serif;}


.columns-two #page {
	/* The entire design is contained within the 'page' id */
	padding-top:0px;
	width:auto;
	width:1000px;
	}
	
#header {
	/* Contains the H1 and menu */
background:#FFF url(/blog-2.7/wp-content/uploads/2009/01/cropped-liftblog.jpg) 0 0 no-repeat;
height:220px;
	}
	
#header .blog-title,
#header .description {
	display:none;
	}
	
	
/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left:20px;
	width: 90%;
	border: 1px solid #DDD;
	border-left:none;
	border-right:none;
	
	left:0px;
	width:1000px;
	
	}

ul.menu li {
  float:left;
	display: inline;
	margin: 0;
	}

ul.menu {
	padding: 5px 0px 6px;
	}

ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font-size: 1em;
	color: white;
	margin: 0;
	}	

ul.menu li a,
ul.menu li a:hover {
	background: #000;
	color: #FFF !important;
	text-decoration: none;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: #FFF;
	text-decoration: none;
	}	
	
	
#primary {
	/* Contains the main column */
	width:700px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

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

.content {
padding:0 20px 20px;
}

/** **/
#post-5 .page-head {
display:none;
}

address {
font-style:normal;
font-size:12px;
}



/** **/

.category-current .page-head h2 {
text-align:left;
}


.category-current .page-head {
margin:0px;
}
.category-current .page-head a {
font:400 18px/22px Verdana,Helvetica,Arial,sans-serif;
}

#primary .category-current .page-head a:hover,
#primary .category-current .page-head a:visited:hover {
text-decoration:none;
}

.category-current .entry-edit {
display:none;
}

/** **/

.category-projects {
margin:20px 20px 0 0;
margin:20px 15px 0 0;
float:left;
}

.category-projects .page-head {
margin:0px;
}
.category-projects .page-head a {
font:400 11px Verdana,Helvetica,Arial,sans-serif;
}

#primary .category-projects .page-head a:hover, #primary  .category-projects .page-head a:visited:hover {
text-decoration:none;
}

.category-projects .entry-edit {
display:none;
}

	
	
.gallery {

}

.entry-comments, .comments {
display:none;
}
	
.entry-content .gallery-item {
  width:auto;
  float:left;
  
  display:inline;
  float:none;
}
.entry-content .gallery-icon {
  float:left;
  margin:2px;
}

.entry-meta .entry-author {display:none;}



a[rel~="attachment"] img, .gallery a img {
border:none;
padding:0px;
background-color:transparent;
}

a[rel~="attachment"] img:hover, .gallery a img:hover {
border:none;
padding:0px;
}
	
.gallery a {
display:block;
}

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

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

.secondary {
	/* Contains both sidebars */
	}

#footer {
display:none;
}


