/* @override http://nunofang.com/wp-content/themes/K2/styles/nunofang/nunofang.css */

/* @override http://goodlunch.com/wp-content/themes/K2%20v096%20Folder/styles/goodlunch/goodlunch.css */

/* @override http://goodlunch.com/wp-content/themes/k2/styles/goodlunch/goodlunch.css */

/* @override http://goodlunch.com/wp-content/themes/k2/styles/goodlunch/goodlunch.css */

/*
	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	: Goodlunch
	Author Site	: http://www.goodlunch.com	
	Style Name	: Goodlunch
	Style URI	:
	Version		:
	Comments	:
*/

body {
  background: #fff;
  font: normal 64% Helvetica, Arial, Verdana, sans-serif;
  color: #999;
  border-top: 5px solid #2b2929;
}

a, a:link, a:visited, a:active {
  color: #0281ca;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}

a:hover, #header h1 a:hover {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #999;
}

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
  text-decoration: none;
}

#page {
  border: none;
  width: 880px;
}

#header {
  height: 130px;
  background: transparent url('brightkite_blog_logo.png') no-repeat right top;
  border-bottom: 1px solid #ddd;
  padding: 0 9px;

}

.content {
	padding: 0 9px;
	}

#primary {
  width: 525px;
  margin-left: 0;
  padding: 0px;

}

/*- Headings */

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	}

h1 {
  font-size: 3em;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
}

h1, h1 a, h1 a:hover, h1 a:visited, #header .description {
  color: #333;
}



#header h1 {
  padding-top: 20px;
  margin-bottom: 3px;
  font: Helvetica, Arial, Verdana, sans-serif;
}

#header h1 a {
  color: #333;
  text-decoration: none;
  border-bottom: none;
}

#header .description {
  margin: 0;
  padding-bottom: 10px;
  font-size: 120%;
}

.hentry {
  margin-bottom: 35px;
  padding: 0;
  padding-left:0px;
  padding-right: 10px;
  border-color: #ddd;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
}

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	top:95px;
	bottom: 0;
	left: 0px;
	width: 90%;

	}

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

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

ul.menu li a {
	font-size: 1em;
	color: none;
	margin: 0;
	background: #ddd;
	
}

ul.menu li a:hover {
	background: #333;
	color: #eee !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	border-color: #ddd;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
	}

.admintab {
	position: absolute;
	right: 0px;
	}

* html .admintab { padding: 5px 15px 6px }	/* IE hack */
	
a img,:link img,:visited img { border:none }

.entry-content {
  font-size: 1.2em;
  line-height: 1.8em;
  text-align: justify;
  color: #666;
}

.entry-meta {
  font-size: 120%;
  line-height: 1em;
}

.entry-meta a {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.entry-tags {
	display: block;
	padding: 2px 0 2px 20px;
	background: url('images/tag.png') left center no-repeat;
	}
	
.entry-title {
  font-size: 26px;
  letter-spacing: -1px;
  font-family: Helvetica,Arial,Verdana,sans-serif;
  margin-bottom: 20px;
  margin-top: 5px;
}

.entry-title a:link, .entry-title a:hover, .entry-title a:visited, .entry-title a:active {
  text-decoration: none;
}

#sidebar-main {
	float: right;
	width: 200px;
	padding: 10px;
	}

.secondary {
  width: auto;
  font-size: 120%;
}

.secondary h2 {
  color: #ccc;
  font-size: 1.2em !important;
  font-weight: normal !important;
  padding: 0 !important;
  display: inline;
}

.secondary a {
  color: #666;
  font-weight: normal !important;
  padding: 0 !important;
  display: inline;
}

.secondary a:hover {
  color: #333;
}

input {
  font: bold 100% Arial, Helvetica, Verdana, sans;
  letter-spacing: -1px;
  color: #000;
  padding: .2em;
  margin: 0 0 1em 0;
}


input:focus, textarea:focus {
  background: #fff;
}

#s {
  width: 79%;
  background: #f3f3f3;
  border: 1px solid #ddd;
  border-top-color: #bbb;
  border-top-width: 2px;
  border-left-color: #bbb;
  border-right-color: #bbb;
}


