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

body.home #dynamic-content { /* For the common case of being on the home page */
	padding-top: 0;
}
body.category #dynamic-content { /* For the common case of being on a category listing page */
	padding-top: 0;
}
body.home .entry-content {padding-bottom: 10px;}
body.category .entry-content {padding-bottom: 10px;}

html, body {width: 100%; height: 100%; padding: 0; margin: 0;}
#container {position: relative; height: 100%; width: 100%; background: #FFFFFF;}
#page {
  position: absolute;
  top: 120px;
  bottom: 30px;
  left: 0;
  right: 0;
  overflow: auto;
  border: 0 none;
  width: 100%;
} 
div#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  padding: 0;
  width: 100%;
  height: 30px;
  z-index: 99999;
}

div.content {
  margin: 0 auto;
  width: 740px;
  text-align: left;
}

div#header {
  /* Contains the H1 and menu */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #000 url('top_bubble.gif') top right no-repeat;
  height: 120px;
  width: 100%;
  text-align: left;
  z-index: 999;
}
div#header h1 {padding-top: 20px;}

* html div.content {height: 100%;}

#primary {/* Contains the main column */}

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

.entry-content {/* The meat and potatoes of every entry */}
.entry-content a {color: #B20822 !important;}

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

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

.secondary {/* Contains both sidebars */}
.secondary a {color: #B20822 !important;}
.secondary ul li {margin: 6px 0; padding: 0;}

table#bottom_nav {background-color: #000; width: 100%; height: 30px; vertical-align: middle;}
td#bottom_nav_left table {padding-left: 30px;}
td#bottom_nav_left td {text-align: left; width: 60px;}
td#bottom_nav_left td a {color: #FFF !important; text-decoration: none !important; border: 0 none !important; font: normal 12px/16px Arial, sans-serif;}
td#bottom_nav_left td a.selected {font-weight: bold;}
td#bottom_nav_left td a:hover {font-weight: bold;}
td#bottom_nav_right {text-align: right; padding-right: 20px;}
td#bottom_nav_right a {border: 0 none; outline: 0 none;}

<!--[if lt IE 7]>
  body {text-align: center;}
  #header, #footer, #page {width: 100%;}
  #page {
    text-align: center;
    height: expression(document.body.offsetHeight - 150 + "px");
  }
<![endif]-->

