/* FORMS  */

/* ----- THE INPUT TEXT FORM ELEMENT */
.nav-collapse .navbar-search {

/* kills weird white border in search form.. but not completely 
ASK-SIMON */
border:0px;
w/idth:300px;
}
/*Simon's More discloser. Uses jquery more code*/
.readmore .txt { display: none; }
.readmore .tog { font-weight: normal; color: blue;  }
.readmore .tog  .bold { font-weight: bold; color: blue;  }

/* Search Box  */


/*=== COLLAPSING CATAGORIES =============*/

/* base color, affects mostly singleton Item glyp */





ul.collapsing ul li{
	co/lor:silver;
}



/* List items*/

ul.collapsing li.collapsing.categories.item  a,
ul.collapsing li.collapsing.categories.item  a:visited {

/* See native CollapsingCatstyles.php */
/*COLORED LINK ITEMS (not folders), INACTICE */
	padding-bottom: 10px;  
	color:lime;	 
	color:silver; /*ITEM COLOR */
		color:#AEAEB3;
		color:#96969C;
		color:#6B6B72;
	font-weight: normal; 		
}

/* HOT/Previously selected folder) */
.widget_collapscat  ul.collapsing li.collapsing.categories.self a:visited {  
  color:purple; /* the currently selected item */
  font-weight:bold !important;
  }

ul.collapsing  li.collapsing.categories.parent.self a {  
/*the CURRENT expanding item and children 
NOT USED */
	co/lor: #798FAA; col/or:red;	
}

/*inactive headings*/
ul.collapsing li  a {	
	font-weight:bold;
	co/lor: #798FAA;
	color:#697BBA;
}

ul.collapsing li  a:hover {
  color:#697BBA;
  color:blue;
  text-decoration:underline;
}

ul.collapsing ul li  a {
/* second level */
	color:gray;
	color:#98A4D3;
	co/lor: #798FAA;
}


ul.collapsing  a:hover,
ul.collapsing li.collapsing.categories.self a:hover {
text-decoration:none;
f/ont-weight:bold;
color:blue;
color:black;
}

/*Unicode collections glyph */
ul.collapsing span.sym {
	color:#8282A6;
	background-image: 0xB825 ;
}




/* THIS IS OLD TAB SYSTEM STYLING USING BOOTRAP */

.mre-page-tabbed .page-header  h1.entry-title { 
 display:none; 
}
/* the container around the feed UL */

ul.mre-feed  {
	list-style:none;
}

ul.mre-feed  li.mre-msg {
	display: block; 
	clear:both;
	list-style: none; 
	border-bottom: 1px #ccc dotted; 
	margin-bottom: 5px; 
	padding-bottom: 5px;
	bac/kground-color: yellow;
}

body #primary ul.mre-feed a,
body #primary .twitter-follow-button {	
	color: #08C !important;	/*link blue*/

}

body #primary  .twitter-follow-button {
	float:right;
	font-weight:bold;
}


bo/dy #content div.mre-tabs {
	margin-bottom: 55px;
	border:1px solid silver;
}



/*==== FORMS *=================================*/

/* Search  button
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: white;
	background: yellow;
	background-image:none;
}

#searchform .btn-primary, 
#searchform .btn-primary:hover, 
#searchform .btn-primary:active, 
#searchform .btn-primary.active, 
#searchform .btn-primary.disabled, 
#searchform .btn-primary[disabled] {
	color: white;
	background: yellow;
	background-image:none;
}
==============================*/



