/*
	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	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
  padding-top: 0px;
}

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

#primary {
  width: 680px;
}

#header {
	/* Contains the H1 and menu */
	background-color: #1B75BC;
	background-image: url(header.gif);
	background-position: top left;
	background-repeat: no-repeat;
  height: 96px;
  padding-top:10px;
  overflow:hidden;
  font-family:Arial,Helvetica,sans-serif;
}

.blog-title {
	/* Blog title  */
  display:block;
  margin:-4px 0px 0px 0px;
  font-weight:normal;
  font-size:26px;
  color:#bad888 !important; 
  font-family:'Myriad Pro', Arial, Helvetica;
  padding: 0px 0px 0px 150px;
}

#header h1 a, #header div a {
	/* Blog title links */
  color: #bad888 !important;
}

#header .description {
	/* Blog title description */
  margin: 0px 0px 0px 200px;
  color: #bad888 !important;
}

#header .links {
	/* Header white links */
  color:#BAD888;
  font-size:10px;
  padding-right:15px;
  text-align:right;
  margin-top:-5px;
}

#header .links a {
	/* Header white links hyperlinks */
  color:#FFFFFF;
  margin:0 1px;
  text-decoration:none;
}

#header .links a:hover {
	/* Header white links hover */
  text-decoration:underline;
}

#header .menu {
	/* Header top menu */
  background:#525252 none repeat scroll 0 0;
  clear:both;
  float:right;
  height:20px;
  padding-left:3px;
  width:690px;
}

ul.menu {
	/* Header top menu */
  margin-left: 268px;
  padding: 3px 0px; 
  background:#525252;
}

ul.menu li.page_item {
	/* Header top menu */
  display:block;
  float:left;
}


ul.menu li a {
	/* Header top menu */
  display:block;
  float:left;
  font-size:14px;
  height:18px;
  padding:0 11px;
  text-decoration:none;
}

ul.menu li.current_page_item a {
	/* Header top menu for current page */
  color:#afd080;
  background: none;
}

ul.menu li.current_page_item a:hover {
	/* Header top menu for current page */
  color:#afd080;
  font-size:14px;
  background:transparent;
  padding:0 11px;
}

ul.menu li.page_item a:hover {
	/* Header top menu for other page */
  font-size:14px;
  background:transparent;
  padding:0 11px;
}

ul.menu li a:hover {
	/* Header top menu */
  color:#afd080;
  font-size:14px;
  background:transparent;
  padding:0 11px;
}

#primary {
	/* Contains the main column  Page title */
	padding:15px;
}

.hentry {
	/* Each entry is contained within the 'hentry' class */
  margin: 5px 0px 30px;
}

.entry-content {
	/* The meat and potatoes of every entry */
  font-size: 1.3em;
  line-height:normal;
}

.entry-content h4 {
  font-size: 1.45em;
}

.entry-content a:visited {
}

.entry-title a,
.entry-title a:visited {
	/* Green article titles */
  color: #59964d;
}

#sidebar-1 {
	/* The first sidebar */
  font-size:12px;
}

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

.secondary {
	/* Contains both sidebars */
	line-height:1.1em;
}

.secondary h4{
	/* Contains both sidebars */
  margin-bottom:5px;
  font-size:1.3em;
}

.widget_tag_cloud h4 {
	/* tag cloud heading */
  margin-bottom: 10px;
}

.widget_recent_entries ul li {
  padding: 3px 0px;
}

#dynamic-content {
  /* Main page, content */
  padding-top:15px;
}

#dynamic-content a {
  /* Main page, content */
  xxxfont-family:Arial,Helvetica,sans-serif;
}


#search {
  /* Search block */
  margin-bottom:10px;
}

img { 
-ms-interpolation-mode:bicubic;
}

