/*
	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	: Austin Passy
	Author Site	: http://frostywebdesigns.com
	Style Name	: lgaming
	Style URI	: 
	Version		: 1.0
	Comments	: //
*/

body {
	background: #555;
	font-family:tahoma,arial,helvetica!important;
	}
	
#page {
	/* The entire design is contained within the 'page' id */
	background: #555;
	border: none!important;
	padding-top:10px;
	width:770px!important;
	}

h4.blog-title {
	padding: 8px 0 0 15px!important;
	font-stretch:expanded!important;
	}
h4.blog-title a {
	color: #fff;
	font-size:13px;
	font-weight:bold;
	font-family:tahoma,arial,helvetica!important;
	text-transform:uppercase;
	font-stretch:ultra-expanded!important;
	}
strong.blog-title {
	padding: 8px 0 0 15px!important;
	font-stretch:expanded!important;
	}
strong.blog-title a {
	color: #fff;
	font-size:13px;
	font-weight:bold;
	font-family:tahoma,arial,helvetica!important;
	text-transform:uppercase;
	font-stretch:ultra-expanded!important;
	}
		
#header {
	/* Contains the H1 and menu */
	height: 247px;
	background-position:top left;
	}

/*HEADER TEXT CSS STYLE FOR WIDGET ""HEADER TEXT"" */
#header-text {
	background:#EBF1F9;
	color:#222;
	font-family:Arial, Helvetica, sans-serif!important;
	font-size:1.17em;
	height:188px;
	left:384px;
	overflow:hidden;
	padding:0 11px 16px 0;
	position:absolute;
	top:35px;
	width:364px;
	margin-right:4px;
	line-height:1.18em;
	}

#header-text p {
	margin-bottom:10px;
	line-height:1.3em;
	}
#header-text a {
	color:#004ca5;
	text-decoration:underline;
	font-size:11px;
	}

ul.menu {
	top: 6px!important;
	left: 358px;
	bottom: auto!important;
	width: 430px!important;
	font-size:11px!important;
	font-family:verdana!important;
	}
ul.menu li { margin:-4px; }
ul.menu a {
	text-decoration:underline;
	font-weight:bold;
	}

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 {
	background: none!important;
	color: #FF0000!important;
	text-decoration:none;
	}
ul.menu li a:hover {
	background: none!important;
	color: #FF0000;
	text-decoration:underline;
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.content {
	background: #FFF!important;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

input#searchsubmit {
	border: 1px solid #CCCCCC;
	font-size:9px;
	height:17px;
	left:170px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:-0px;
	width:40px;
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

#footer {
	background:#fff url(http://liquidgaming.net/bnf/foreclosures/dev/images/dashes.gif) top center no-repeat;
	margin: 0 auto 12px;
	width: 770px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:1.2em;
	padding-bottom:0;
	}

#footer h3 {
	font-size:13px;
	font-weight:600;
	font-family:arial,helvetica,sans-serif!important;
	color:#000;
	}

#footer-text {
	padding:20px;
	text-align:left;
	}

#footer p {
	margin:4px 0 6px 0;
	line-height:14px;
	}
.footerpoweredby, .footerfeedlinks { display: none; }
#footer a { border-bottom:none!important; text-decoration:underline; color:#004ca5; }
#footer a img {
	text-decoration:none; border:none!important; }
#footer a:hover img {
	text-decoration:none; border:none!important; }
