/*
Theme Name: Gabor's K2 Child Theme
Theme URI: http://getk2.com/
Description: A very simple example of how to do a child theme for K2.
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Template: K2
*/

/*
	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
	'Appearance' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS

	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

body {
  background: #fcf2e7;
}

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


#header {
  position: relative;
  height: 285px;
  background: #fff url(images/header.jpg) no-repeat;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#page {
  padding-top: 0px;
}

.secondary {
  width: 270px;

  /*margin-left: 20px;*/
}

body.columns-two #primary-wrapper {
  margin-right: -320px;
}

.content {
  padding: 0;
background: #fff url(images/contentbg.png) repeat-y top right;
}

#primary {
  width: 625px;
}

#sidebar-1 {
padding-left: 20px;
padding-right: 20px;
}

#sidebar1in {
  padding-left: 25px;
  padding-right: 15px;
}

ul.menu {
  top: 240px;
}

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,
body.single ul.menu li.blogtab a,
body.single ul.menu li.blogtab a:hover {
  color: #fff;
  background: none;
  text-decoration: underline;
}

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


.blog-title {
  padding:75px 350px 0;
}

#header .description {
  margin:0 330px;
}

#header .blog-title a, #header .description {
  color:#333333 !important;
}

ul.menu li {
  font-size: 16px;
}

ul.menu li a {
  color:#333333 !important;
}

#footer {
  clear:both;
  color:#777777;
  margin:0 auto;
  text-align:left;
  width: 960px;
  height: 285px;
  background: #fff url(images/footer.jpg) no-repeat;
  background-position: top right;
  background-repeat: no-repeat;
  padding: 0px;
}

#page {
  border: none;
}

a {
color:#512810;
}

#aboutme {
  position: relative;
  top: 60px;
  left: 215px;
  color: #f0dcb4;
  font-size: 12px;
}

#footerbottom {
  position: relative;
  top: 50px;
  left: 235px;
  color: #f0dcb4;
}

#footer a {
    color: #f0dcb4;
    text-decoration: underline;
}

.secondary {
color:#a77811;
}

#primary .metalink a, #primary .metalink a:visited,
.secondary .metalink a, .secondary .metalink a:visited, .secondary span a, .secondary span a:visited {
color:#a77811;
}

.cat-item {
  font-size: 16px;
}

.entry-head {
font-family: 'Droid Sans', arial, serif;
}

h1, .blog-title, h2, h3 {
font-family: 'Droid Sans', arial, serif;
}
body {
font-family: 'Droid Sans', arial, serif;
}

