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

@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic);

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *::before, *::after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;

}

body {
	/*background: url(pattern0001.jpg);*/
	background:url(../background.jpg)
}

A:link {text-decoration: none; color:#09C;} 
A:visited {text-decoration: none; color: #03C;}
A:active {text-decoration: none; color: #666}
A:hover {text-decoration: underline; color:#03C;}

/*need to figure out what the fuck container and container outer are supposed to be doing to show the background image and restrict the layout content size*/
#container {
	max-width: 1200px;
	margin: auto;
	background-color:#FFF;
	font-family: Merriweather;
	font-size: 14px;
	line-height: 150%;
	padding-top: 12px;
}
/*tentatively can be deleted*/
#container-outer {
	min-width:1200px;
    min-height:100%;
    height:auto !important;
    background-repeat:repeat-x;
    background-position:top center;
}

#layout-header {
	/* position: fixed; */
	top: 0px;
	z-index: 1;
	max-width:1200px;
    height:100px;
    background-position:top right;
    background-repeat:no-repeat;
	background-image:url(../header.jpg);
}

#layout-header-base{
     /* position: fixed; */
	 top: 100px;
	 z-index: 2;
	 width:1200px;
     height:45px;
     background-repeat:repeat-x;
     background-position:top center;
	 background-image:url(../gradient.jpg);
}

#navigation-bar{
	/* position: fixed; */
	top: 100px;
	z-index: 2;
	max-width:1200px;
	height:auto;
	background-repeat:repeat-x;
	background-position:top center;
	background-image:url(../gradient.jpg);
}

#layout-content {
	/* position: relative; */
	background-repeat:repeat-x;
	background-position:top center;
	background-color: #FFF;
	text-align: center;
	padding-top: 20px;
}
#item-table {
	width: 90%;
	margin: auto;
	border: 0;
	vertical-align: top;
	font-weight: bold;
}
#item-content {
	font-size: 18px;
}

#layout-footer {
	/* position: fixed; */
	bottom: 0px;
	width: 1200px;
	height: 41px;
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFF;
}
#copyright{
	text-align: center;
	background-color: #FFF;
	width: 100%;
	font-weight: 100;
	font-size: 14px;
	font-family: garamond;
	color: #666;
}
#temp {
	text-align: left;
	width: 115%;
	padding-left: 110px;
}
.category {
	color: #800000;
	font-size: 22px;
	font-weight: bold;
}
.listings img {
	height: 300px;
	width: 242px;
}
.urgent {
	color: #ff0000;
	font-weight: bold;
}

/* dropdown styling below */
/* taken mostly from this link https://sundari-webdesign.com/the-perfect-horizontal-dropdown-responsive-css-menu-tutorial/*/
.menu, .menu ul, .menu ul li, .menu ul li a, .menu ul ul, .menu ul ul li, .menu ul ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
}
.menu ul {
	list-style-type: none;
	text-align: center;
}
.menu ul li {
	position: relative;
	display: inline;
	text-align: center;
}
.menu ul li a {
	text-decoration: none;
	width: 200px;
	color: #fff;
	background-color: transparent;
	font: 18px/normal Arial, Helvetica, sans-serif;
	padding: 0 10px;
}
.menu ul li a:hover, .menu ul li a:focus, .menu ul li a:active {
	color: #fff;
	background-color: #55A3B3;
}
.item-table-bordered td {
	border: 1px solid;
	padding-bottom: 10px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
.item-table-bordered table{
	border-spacing: 2px;
}
.item-table-bordered {
	width: 90%;
	margin: auto;
	border: 0;
	vertical-align: top;
	font-weight: bold;
	border-collapse: collapse;
}

.item-table {
	width: 90%;
	margin: auto;
	border: 0;
	vertical-align: top;
	font-weight: bold;
}
.item-table td {
	padding: 2px;
}
.item-table table {
	border-spacing: 2px;
}