/* 
Theme Name: Classifieds (Mikes Mods)
Theme URI: http://themehybrid.com/themes/skeleton
Description: Myslavelake.com Classifieds 
Author: Justin Tadlock
Author URI: http://www.myslavelake.com
Version: 0.1
Tags: Framework
Template: hybrid
*/


@import url('/classifieds/wp-content/themes/hybrid/style.css');

/* Cutom changes from Mike*/
	
#site-title 
	{
display: none;
	}
	
#body-container {
	background: #242d36 url(images/classifieds.png) no-repeat top left;
	/*margin:10px auto 18px;*/
	/*padding: 18px;*/
	padding-top: 40px;
	/*margin-top: 0px;*/
	}


#page-nav {
	display: none;
	float: left;
	width: 700px;
	margin: 10px 10px 0 0;
	}
	
.single-title, .page-title {
	font-size:26px;
	}

	
/* This section ads styling to the category list on the main page */

.cats {
	padding: 2px;
	margin: 5px 0px;
	clear: both;
	border: 1px solid white;
	height: 160px;

}

.cats img {
	padding-right: 5px;
	float: left;
}

.cats h2 {
	color: black;
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px;
	text-align: center;

}

.cats a:hover {
	color: white; 
	background: #3c738c none repeat scroll 0 0;
	text-decoration: none; 
}

/* .cats:hover {
	border: 1px solid #242d36;
	text-decoration:none !important; */
}

.cats a {
	color: black;
	text-decoration: none;
}

/*CSS Menue from Listamatic Rollover Horizontal list navbar*/

ul#navlist
{
font-size: 18px;
margin-left: 0;
padding-left: 0;
white-space: nowrap;
position:relative;
top:20px;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
/*background-color: #036;*/
background: #3c738c;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

.clear {
	clear:both;
}

.gap {
	clear: both;
	padding-top: 20px;
}