/*
	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	: Alex Barger
	Author Site	: http://www.cruzinthegalaxie.com
	Style Name	: Viewport
	Style URI	: http://www.slugworthy.com/wordpress-themes
	Version		: 0.1
	Comments	: Use this one or not, it's up to you
*/
body {
   background: #FFFFFF;
}
h1, h2, h3, h4 {
	font-family: Arial;
}
h1 {
	padding:5px 230px 0;
	font-size:16px;
}
#header .description {
	margin:20px 230px;
	color:#333333;
	font-weight:bold;
}
#page {
	/* The entire design is contained within the 'page' id */
	background: #333333 url(../../img/bgwide.jpg) repeat-y;
	width: 920px;
	padding:0 0 10px;
	border-color: none;
	border-color: none;
	border-width: 0px;
	}
.columns-two #page {
	width: 920px;
	}
#header {
	/* Contains the H1 and menu */
	background: url(../../img/head-shot.jpg) no-repeat;
	margin: 0 0 0 18px;
	height: 315px;
	}
ul.menu {
	left:0px;
	margin:0 10px 0 0;
	padding:0;
	position:absolute;
	width:884px;
	min-height:30px;
	background: #161616;
	border: #dddddd 1px dashed;
	border-bottom: #cccccc 2px solid;
}
ul.menu li a {
	padding: 4px;
}
ul.menu li {
	display:none;
}
ul.menu li.page_item {
   line-height: 3em;
}
li.page_item {
   line-height: 1.5em;
}
li.admintab, li.admintab a {
   display: none;
}
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	color:#EEEEEE;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	color:#BBBBBB;
	}

.secondary {
	/* Contains the sidebar */
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
	/* Each entry is contained within the 'hentry' class */
	color:#EEEEEE;
	}
div#footer {
   width: 886px;
   height: 100%;
   margin:0 12px 0 17px;
   padding: 0 0 0 0;
   text-align:center;
}
div#footer a {
   color: #ffffff;
}
div#footer p {
   color: #ffffff;
}
div#links {
   width: 886px;
   padding-top: 20px;
}
div#footer a {
   color: #ffffff;
}
div#footer p {
   color: #ffffff;
}
.footerlinks {
   list-style:none;
}
div#links ul li{
   float:left;
   padding: 0 5px 0 5px;
}
.clear-both {
   clear: both;
}
div.trimmed .hentry{
   background: #9999C0;
}
#rollingarchives, body.smartposition #rollingarchives {
   background: url('navigation_bg.png') no-repeat bottom;
   border-bottom:none;
}
.headercontents, .headerreadmore {
   float: right;
   width: 635px;
   height: 200px;
   padding:0 30px 0 10px;
   overflow: hidden;
   font-size:1.9em;
}
.headerreadmore {
   height: 50px;
   padding-top: 10px;
}
.columns-two #sidebar-alt {
   width:120px;
}

#rollprevious, #rollnext {
   color: #eeeeee;
}
#rollload {
   background: transparent url(./spinner.gif) no-repeat;
}
#rollingarchives {
   padding: 10px 0 30px 0;
}
#trimmertrim, #trimmeruntrim {
   top: 3px
}
.comments {
	background: #EEEEEE;
	padding: 15px 10px 0 10px
}
.comments h4 {
	color: #333333;
}
.comments p {
	color: #000000;
}
.comments textarea {
	width: 98%;
}
#commentlist li .commentauthor { color:#000000;}
/* Display which tabs? */
ul.menu li.page-item,
ul.menu li.page-item-1,
ul.menu li.page-item-2,
ul.menu li.page-item-10,
ul.menu li.page-item-25, 
ul.menu li.page-item-33 {
	display:inline;
}
blockquote {
	background-color:#333355;
	color:#DDDDDD;
}
.twitter-item {
   margin:2px !important;
   padding:2px !important;
   border: 1px solid;
}
#nanobot {
   position: fixed;
   margin: -20px 910px;
}

