/* tags: alt_view */

#listing_column {
	float: left;
	width: 35%;
	margin-left: 20px;
	background-color: white;
	border: 1px solid grey;
}

#listing_box {
	overflow: auto;
	overflow-x: hidden;
	height: 445px;
	padding: 5px;
}

#category_text {
	float: left;
	width: 30%;
	margin-left: 20px;
	border: 1px solid grey;
}

/* tags: main */

#category_list {
}

#category_column_main {
	float: left;
	margin-left: 40px;
	margin-top: 20px;
	font-size: 11px; 
	font-weight: bold; 
	width: 270px;
}

#category_column {
	float: left;
	margin-left: 20px;
	font-size: 11px; 
	font-weight: bold; 
	width: 270px;
}
   
#category_list a, #category_list_alt a {
	display: block; 
	padding: 0px 8px; 
	text-decoration: none; 
	text-align: right;
	border: 1px solid gray;
	border-top: 0px;
	background-color: white;
}
   
#category_list a:hover, #category_list_alt a:hover
{
	background: #FB9;
}

#category_list h4, #category_list_alt h4, #main h4 /* note: OP */
{
	height: 22px;
	background: rgb(33%,33%,33%); 
	color: white;
	text-align: center; 
	margin: 0; 
	padding: 0.25em 0 0.125em 0;
}

/* tags: view search, view category */

/* Title at top of the page */
#top  
{
  	border-bottom: 2px solid black;
  	height: 40px;
  	background-color: #FFFFCC;
	margin-left: 5px;
}

#top a
{
	text-decoration: none;
}

/* Left side column */

#left {
	position: absolute; 
	top: 70px;
	left: 10px;
	padding: 5px;
   width: 270px;
}
   
#left a {
	font-weight: bold; 
	font-size: 11px; 
	display: block; 
	padding: 0px 8px; 
   	text-decoration: none; 
   	text-align: right;
   	border: 1px solid gray;
   	border-top: 0px;
   	background-color: white;
}
   
#left a:hover 
{
	background: #FB9;
}

#left h4 
{
	background: rgb(33%,33%,33%); 
	color: white;
   	text-align: center; 
   	margin: 0; 
   	padding: 0.25em 0 0.125em 0;
}

#middle
{
	margin-top:  58px;
	margin-right: 230px;
	margin-left: 300px;
	margin-bottom: 0px;
	width: 60%;
	padding: 0;
  	background-color: fff;
  	border: 0px solid #000;
	color: #000;
}

#listings_left {
	float: left;
	margin-left: 15px;
	margin-top: 50px;
	width: 23%;
}

#listings_middle {
	font-size: 11px;
	font-weight: bold; 
	width: 270px;
	float: left;
	margin-left: 50px;
	margin-top: 20px;
}

#listings_right {
	float: left;
	width: 40%;
	margin-left: 20px;
	margin-top: 20px;
}

#listings_search {
	padding-top: 10px;
	padding-bottom: 5px;
}
.listings_content {
	padding: 5px;
	padding-top: 10px;
}

/* Styles for blog box and posts */

.blog_title {
	color: red;
	font-weight: bold;
}

#blog_box {
	overflow: auto;
	overflow-x: hidden;
	height: 455px;
	padding: 5px;
	border: 1px solid grey;
}

/* Mini-header for search, category, and list */

.category {
	background: #E8E8E8;
	color: black;
   	margin: 0; 
   	padding: 0.1em 0 0 0.5em; 
	border: 2px solid #0D417A;
}

.category h4 {
	background: #E8E8E8;
 	font-size: 12px;
 	font-weight: bold;
	padding: 0px;
	margin: 0px;
}