/*
	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	: Brendon J. Wilson
	Author Site	: http://www.scannerfly.com
	Style Name	: scannerfly.com
	Style URI	: http://www.scannerfly.com/wp-content/themese/k2/styles/scannerfly.com/scannerfly.com.css
	Version		: 1.0
	Comments	: Blog design for scannerfly.com.
*/

body {
	background: #0A0A0A url('background.png') repeat-x;
	color: #DDDDDD;
}


#page {
	border: none;
	padding-top: 10px;
	background: transparent;
}

#header {
	height: 274px;
	background: transparent;
	/* url('banner.png') no-repeat scroll 400px 0px; */
}

.content {
	padding-top: 70px;
}


/*- Headings */

h1.blog-title {
	padding-top: 20px;
	padding-left: 30px;
}

#header .description {
	font-size: 2.3em;
	width: 300px;
	padding-top: 45px;
	padding-left: 40px;
}

/*
#header .description {
	display: none;
}
*/


/*- Main Menu in Header */
ul.menu {
	background: transparent;
}

ul.menu, ul.menu li a {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	}
	
ul.menu li a {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1em;
	color: #DDDDDD;
	text-decoration: none;
	}

ul.menu li a:hover {
	background-color: transparent;
	color: #CC1313;
	border-top: 2px solid #CC1313;
	text-decoration: none;
	}

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 {
	color: #DDDDDD;
	border-top: 2px solid #DDDDDD;
	text-decoration: none;
	background-color: transparent;
	}

#home {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
}

p.callout {
	font-size: 2.3em;
	padding-bottom: 70px;
}

#home h2 {
	font-size: 1.8em;
	color: #8C8C8C;
	padding-bottom: 15px;
}

/* Begin Home Page */
#homeleft {
width: 270px;
height: 100px;
float: left;
border-right: 1px solid #111111;
padding: 0 20px 10px 0;
overflow: hidden;
}

#homecenter {
width: 270px;
height: 100px;
float: left;
border-right: 1px solid #111111;
padding: 0 20px 10px 20px;
overflow: hidden;
}

#homeright {
width: 270px;
height: 100px;
float: left;
padding: 0 0 10px 20px;
overflow: hidden;
}

/* Refinements to the default styles */

a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #CC1313;
}

.sb-pagemenu a  {
	color: #666666;
}

.sb-pagemenu h4 {
	color: #CC1313;
}


h2 {
	text-align: left;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited
{
	color: #8C8C8C;
}

.secondary h4 {
	color: #CC1313;
}

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

#primary {
	width: 650px;
}

#footer {
	margin-top: 20px;
	visibility: hidden;
}

.footerpoweredby {
	display: none;
}

.footerfeedlinks {
	display: none;
}

.secondary {
	padding-top: 65px;
}

.entry-content {
	color: #CCCCCC;
}

.entry-content a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

.entry-content a:hover
{
	color: #CC1313;
}