@charset "utf-8";
/**
 *		Add the CSS in your style.css!
 *		Note that this file will be overwritten while updating.
 */

.imageFloatLeft{
	margin-right: 30px;
	float: left;
	clear: both;
}
.eachLink{
  margin: 0px 0 30px 0;
  padding: 0px 0 30px 0;
  clear: both;
  border-bottom: 1px solid #dddddd;
}
.eachLink img {
  border: 1px solid #c5c0b0;
  margin-bottom: 20px;
}
.sublink{
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  clear: both;
  border-top: 1px solid #dddddd;
}
.eachLink h3{
	margin:  0;
}
#home_resources {
  padding: 5px 0 0 0;
}
#home_resources h1 {
  padding-right: 0px;
}
#home_resources .informationFloatRight {
  float: left;
  width: 430px;
  margin-bottom: 20px;
}
.sub_resources .informationFloatRight {
  float: left;
  width: 400px;
}
.informationFloatRight h3 {
  padding-bottom: 3px;
}
.informationFloatRight h3 a {
  color: #33312a;
}
a.resource_link {
  font-size: 18px;
  color: #c5c0b0;
  font-family: Helvetica, Arial;
  padding-left: 20px;
  background: url(../images/arrow.jpg) no-repeat 0 1px;
}
a:hover.resource_link {
  color: #000;
}

.informationFloatRight .wplinkslist ul{

	list-style-image: url(../images/arrow.jpg) !important;
}
#wplinks_sortform {
/*
  position: absolute;
  top: 60px;
  right: 40px;
*/
}
.sub_resources a{
text-decoration: none;
border-bottom: none;
}
.wordPressLinksList {
	padding: 0 !important;
	margin-left: 5px !important;
}
.wordPressLinksList li, .wordPressLinksList li:before {
	list-style: none !important;
	content: "" !important;
	color: #333 !important;
}
.wordPressLinksList li strong {
	display: block;
}
.wordPressLinksList li small {
	font-size: .8em;
	font-style: normal;
	letter-spacing: 1px;
	margin-left: 3px;
}

#wordPressLinksForm label {
	display: block;
	color: #000;
	font: 11px Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding: 4px 0 1px 3px;
}
#wordPressLinksForm label em {
	color: #e00;
	font: 12px Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
#wordPressLinksForm input, #wordPressLinksForm textarea {
	width: 170px;
	font: 11px Verdana, Geneva, sans-serif;
	padding: 3px 2px;
	color: #333;
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
}
#wordPressLinksForm input:focus, #wordPressLinksForm textarea:focus { border-color: #b4b4b4 #cbcbcb #cbcbcb #b4b4b4; }
#wordPressLinksForm input.wplinks_field_error, #wordPressLinksForm textarea.wplinks_field_error { border-color: #e40000 #fb0000 #fb0000 #e40000; }
#wordPressLinksForm input.wplinks_field_error:focus, #wordPressLinksForm textarea.error:focus { border-color: #c40000 #db0000 #db0000 #c40000; }
#wordPressLinksForm textarea { height: 50px; }
#wordPressLinksSubmit {
	width: auto !important;
	display: block;
	margin-top: 4px;
}
#wordPressLinksForm small a {
	outline: none !important;
}
#wordPressLinksErrorResponse { color: #e40000; }


.sub_resources label {
  display: inline;
}
.wplinksList {
  padding-left: 10px !important;
}
.wplinksList li {
  padding-left: 25px !important; 
  padding-bottom: 0px;
  margin-bottom: 0px !important;
	background: url(../images/arrow.jpg) no-repeat 0 6px !important;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.wplinksList li a {
  color: #5a564b;
  display: block;
  padding: 5px 0;
}
.wplinksList li a:hover {
  color: #000;
}
a .wplinks_count {
  color: #9d9889;
}
.required {
  color: red;
}

.resources_search_input {
  border: 1px solid #8c897a;
  background: #fff;
  padding: 5px;
  padding-top: 4px;
  margin-right: 5px;
  width: 185px;
}
