/*
	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	:
*/


body {
	background: #333;
	}

#page {
	/* The entire design is contained within the 'page' id */
      }

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

#header {
      background-image:url(../../../../../wp-content/uploads/2009/01/widepicture.jpg);
	position: relative;
	height: 200px;
	background-position: top right;
	}

h1 {
   font-size: 0;
   text-indent: -1000px; }

#header .description {
   font-size: 0;
   text-indent: -1000px; }

	}

h2 {
font-size:2.5em;
font-weight:bold;
letter-spacing:-1px;
text-align:left;
}

h5 {
font-size:1.1em;
font-weight:bold;
text-align:left;
color: white;
}

h2_f {
font-size: 0.9em;
font-weight:bold;
text-align:center;
}

#primary {
	/* Contains the main column */
width:620px;
padding: 10px 16px 10px 0px;
border-right:1px dashed #aaa;
	}

a {
	color: #fa6223;
	text-decoration: none;
	}


.entry-stat {
	
	margin: 2px 0;
	padding: 0 0 0 20px;
	background: url('silkicons/chart_bar.png') left center no-repeat;
	}



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

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

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

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

.secondary {
	/* Contains both sidebars */
      padding:0pt 0px;
      width:280px;
	}

.secondary ul li, .secondary ol li {
      list-style-image: none;
	margin-left: 13px;
	padding: 1px 0 5px;
	}
body.smartposition #rollingarchives {
background:#efefef none repeat scroll 0%;
border-bottom:1px solid #bbb;
padding-bottom:30px;
padding-top:10px;
position:fixed;
top:0px;
width:590px;
z-index:10;
}

.entry-tags {
background:transparent url(silkicons/tag_orange.png) no-repeat scroll left center;
}

.widget_tag_cloud a {
line-height: 20px;
vertical-align:baseline;
}
