/* @override 
	http://goodlunch.com/wp-content/themes/k2/styles/goodlunch/goodlunch.css
	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: #f0f0f0;
  font: normal 64% Helvetica, Arial, Verdana, sans-serif;
  color: #999;
  border-top: 5px solid #2b2929;
}

a,
a:visited {
	color: #0281ca;
	text-decoration: none;
}
a:hover {
	color: #000;
	border-color: #555;
}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #0281ca;
	}


#page {
	background: transparent;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	border: 0px;
	border-top: none;
	clear: both;
	}
#header {
	float: left;
	width: 525px;
  height: 130px;
  background: transparent url('brightkite_blog_logo.png') no-repeat right top;  

}

.content {
	padding: 10px 0px;
	background: #f0f0f0;
	}

#primary {
	position: relative;
	float: left;
	width: 500px;
	padding: 20px;
	background: #fff; 
	}
#dynamic-content {
	padding-top: 5px;
	}

/*- 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;
}

#header h1 {
  padding-top: 17px;
  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%;
}

.page-head {
	font-size: 10px;
  	font-weight: bold;
	margin: 20px 0;
	}


.hentry {
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #e6e6e6;
}

/*- 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: none;
	text-transform: uppercase;
	}

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

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: #fff !important;
	background: #7a7a7a;
	text-decoration: none;
    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 }

.chronodata {
	padding: 2px 0 2px 0px ;
	background: none;
	}

.entry-content img {
	margin: 0px 0px;
	padding: 0px 0px 8px;
	border: 1px solid #ccc;
	max-width: 100%;
	}

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

.entry-content {
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: justify;
  color: #555;

}

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

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

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 23px;
    letter-spacing: -1px;
	font-weight: bold;
	letter-spacing: -1px;
	}


.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-size: 12px !important;
	font-weight: bold !important;
	color: #bbb;
	border-bottom: 4px solid #e3e3e3;
	padding: 0 !important;
}

#sidebar-main {
	/*background-color:#fff;*/
	float: right;
	width: 200px;
	padding: 10px;
	}

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

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

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

.secondary ul li, .secondary ol li {
	margin: 0 0 3em 0;
	font-size: 12px;
	color: #888;
	margin: 0;
	padding: 3px 0;
	}
	
.secondary ul li {
	list-style-type: none;
	list-style-image: none;
	}


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: 75%;
  background: #f3f3f3;
  border: 1px solid #ddd;
  border-top-color: #bbb;
  border-top-width: 2px;
  border-left-color: #bbb;
  border-right-color: #bbb;
}


