
/* Resources_listing */

/* ------------ */
/*  Headings    */
/* ------------ */

div#listing {
	margin:  0px;
	padding: 0px;
}

div#listing h1 {
	font-family: verdana, arial, sans-serif;
	width: 469px;
	height: 31px;
	margin: 0px; padding: 0px;

	background-color: #FFF;
	background-image: url("/_admin/img/listing_h1_bg.gif");
	background-repeat: no-repeat;
	color: #333;
	border: none;

	font-size: 1.5em;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 4px;
	margin-top: 20px;

	padding-left: 0px;
	text-align: center;
}

div#listing h2 {
	font-family: verdana, arial, sans-serif;
	width: 333px;
	height: 31px;
	margin: 0px; padding: 0px;

	background-color: #FFF;
	background-image: url("/_admin/img/listing_h2_bg.gif");
	background-repeat: no-repeat;
	color: #333;

	padding: 6px;
	margin-top: 30px;
	margin-left: 0px;
	padding-left: 20px;
	margin-bottom: 5px;
	border: none;

	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
}

div#listing h3, div#listing h4, div#listing h5, div#listing h6, div#listing h7 {
	font-family: verdana, arial, sans-serif;
	color: #606060;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	font-variant: small-caps;
	font-weight: bold;
}

div#listing h3 {
	width: 150px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
}

div#listing h4, div#listing h5, div#listing h6, div#listing h7 {
	margin: 0px;
	margin-left: 10px;
	font-size: 1em;
	width: 140px;
}

/* ------------ */
/*  Entry       */
/* ------------ */

div#listing div.entry_details {

	margin: 10px 0px 0px 20px;
	padding: 0px;

	border-color: #CCC;
	border-width: thin;
	border-style: solid;
	background: #fCfCfC;	
	
}

div#listing div.entry_name, div#listing div.entry_desc, div#listing div.entry_actions {
	padding: 4px 12px; 
}

div#listing div.entry_name {
	font-family: "Century Gothic", sans-serif; 
	font-size: 1.2em;
	margin: 0 0 0px; 
	border-bottom: solid 1px #ccc; 
	display: block;
	color: #000;
}

div#listing div.entry_desc, div#listing p {
	font-family: verdana, arial, sans-serif;
	color: #696969;
	line-height: 1.45em; 
	font-size: 0.95em;
	margin-right: 20px;
	padding-top: 10px;
	min-height: 70px;
	height: auto;
}

div.license {
 font-size: 9px;
 text-align: center;
 padding: 5px;
 border-left: solid 1px #ccc; 
 height: auto;
 
}
div.entry_img {
	padding: 5px;
	margin-left: 20px;
}


div#listing div.entry_actions {
	text-align: left;
}

div.clear_float {
	clear: both;
}

div#listing p {
	font-size: 1em;
}


/* ----------------- */
/*  Overdiv          */
/* ----------------- */

div#overDiv td {
	padding: 2px;
}

div#overDiv ul {
	line-height: 1.25em;
}

div#overDiv p {
	color: black;
	text-align: left;
	line-height: 1.25em;
}



/* ----------------- */
/*  Rose post-it     */
/* ----------------- */

div.postit_rose {	/* was help_note */
	font-size: 0.85em;
	background-color: #FEFEFE;
	font-family: Verdana;
	border-color: #B0B0B0;
	border-width: 14px 2px 2px 2px;
	line-height: 1.5em;
	border-style: solid;
	padding: 5px 10px;
	margin-right: 2px;

}


.tag {
  background-color:  #FBFED1;
  border:  1px solid #d4d4d4;
  font-size:  0.8em;
  line-height:  2em;
}
.tag a {
  text-decoration: none;
  padding: 5px 25px;
}

.top_cat {
 padding-right:  5px;
 background-color:  #FFBB78;
 font-weight:  bold;
}