@charset "utf-8";
/* CSS Document */

/* ====================================================== */
/* = INSIDE PAGE = */
/* ====================================================== */
body {
	font-family: "segoe ui", tahoma, sans-serif;
	font-size: small;
	line-height: normal;
	margin: 0;
	padding: 0;
	}

#wrapper-ins {
	width: 950px;
	height: auto;
	padding: 0px;
	margin: 0px auto 20px auto;
	}

#header {
	width: 950px;
	height: auto;
	display: inline-block;
	position: relative;
	font-size: 0px;
	line-height: normal;
	}

/* ====================================================== */
/* = Top Nav Links = */
/* ====================================================== */
#top-nav-links {
	width:950px;
	height:26px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:26px !important;
	}
	
.rss-feeds {
	width:200px;
	text-align:center;
	float:left;
	display:inline-block;
	}
	
	.rss-feeds a{
	color:#FFF;
	text-decoration:none;
	}

	.rss-feeds a:hover{
	color:#FFF;
	text-decoration:none;
	}
	
.nav-links-top {
	width:740px;
	height:26px;
	text-align:center;
	float:left;
	display:inline-block;
	}
		
	.nav-links-top a {
	text-decoration:none;
	}
			
	.nav-links-top a:hover {
	color:#FFF;
	text-decoration:underline;
	}

/* ====================================================== */
/* = INSIDE (Default Content) = */
/* ====================================================== */
#inside-container {
	clear: left;
	float: none;
	width: 950px;
	overflow: hidden !important;
	background: #FFF;
	padding: 0px;
	margin: -3px 0 0 0;
	}

#container-bg {
	float: left;
	width: 100%;
	position: relative;
	right: 78.7%;
	}

#sidebar1 {
	float: left;
	width: 180px;
	position: relative;
	left: 78.7%;
	overflow: hidden;
	padding:0 0 10px 10px;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
	text-align:left;	
	}
	
	#sidebar1 a {
	text-decoration:none;
	}

	#sidebar1 a:hover {
	text-decoration:underline;
	}
	
	#sidebar1 hr, #sidebar3 hr {
	margin:5px 0 0 0;
	padding:0 0 5px 0;
	}
	
	#sidebar1 div img {
	margin-left:5px;
	}
	

#content1 {
	float: left;
	width: 730px;
	position: relative;
	left: 80%;
	overflow: hidden;
	color: black !important;
	padding: 10px;
	min-height:400px;
	background: pink;
	}

.listed-by {
	float: right;
	}

/* ====================================================== */
/* = MISC = */
/* ====================================================== */
.clearfix {
	*zoom: 1;
	}
	
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
	}

.clearfix:after {
	clear: both;
	}

.top-shadow {
	}

.dropshadow {
	box-shadow: 0 2px 8px #222;
	-webkit-box-shadow: 0 2px 8px #222;
	-moz-box-shadow: 0 2px 8px #222;
	-o-box-shadow: 0 2px 8px #222;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#222222')";
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=90, Strength=3)
	}


/* ====================================================== */
/* = DATABASE SETTINGS = */
/* ====================================================== */
#container-bg, #top-nav-links {
	background: #430D01 !important;
	color: #FCFCE2 !important;
	}


table { 
  border-spacing:0;
  border-collapse:collapse;
}


/*MOBILE PORTRAIT*/
@media (max-width: 480px) {	
span.homb {
	display: none;
	}
	}