/* ---------------------------------------------
BUSINESS DIRECTORY.CSS
-----------------------------------------------*/

/* ---------------------------------------------
Submit your business styles
-----------------------------------------------*/


form#bizdir_add_form input, form#bizdir_add_form textarea {
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #CCC;
	color:#999;
}


form#bizdir_add_form td.bizdir_form_text	{
	width:30%;
	text-align:right;
	vertical-align:top;
	padding:8px 5px 0 0;
	font-weight:bold;
}

form#bizdir_add_form td.bizdir_form_input { /* The td containing the input box, not the input box itself */
	text-align:left;
	vertical-align:top;
	padding:2px 0 3px 0;
}

form#bizdir_add_form input#bizdir_submit { /* The submit listing button */
}

/* ---------------------------------------------
Other styles
-----------------------------------------------*/

.company { /* Styles each company listing on the front-end*/
	border:1px dotted #40340f; 
	padding:3mm;
	background:#f5f4e1;
	margin-bottom:10px;
}

#bizdir_country, #bizdir_zip, #bizdir_state, #bizdir_city {  /* Hide unnecessary inputs fields in the signup form */
	display:none;
}

#bizdir_search_term {  /*This styles font-end search box*/
	padding:5px;
	border:1px solid #CCC;
	font:1.2em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666;
}

#bizdir_search { /*This styles font-end search box button*/
	background:url(http://www.headon.org.uk/preview/wp-content/themes/headon/images/template/search-button.gif);
	width:84px;
	height:28px;
	text-indent:-5000px;
	border:0;
	padding:0;
	cursor:pointer;
	margin-left:5px;
}

hr {
	margin:10px 0;
	color: #000;
	background-color: #000;
	height: 3px;
	border:none;
}


.bizdir_input_style, .bizdir_input_text_area{ width:80%; }
.bizdir_input_text_area{ height:150px; }

.bizdir_notes, .bizdir_notes_grey{ font-size:7pt; }
.bizdir_notes_grey{
	color:#777777;
	text-decoration:none;
}

.bizdir_error,.bizdir_error_box{ color:#FF0000; }


.bizdir_message{  /*This styles the popup messages*/
clear:both;
border:1px dotted #40340f; 
padding:3mm;
background:#f5f4e1;
margin-bottom:10px;
}


.bizdir_error,.bizdir_error_box,.bizdir_message{
	font-weight:bold;
	font-size:8pt;
}
.bizdir_error_box{
	border:2px solid #FF0000;
	padding:3px;
}

.bizdir_floating_input{
	float:left;
	width:33.3%;
}
/*
*  Directory Styles
*/
#bizdir_directory h3{ padding:3px 5px 3px 5px; }
#bizdir_directory td{ padding:0 0 15px 0; }
#bizdir_directory p{
	padding:0 0 2px 0;
	margin:0;
}

strong.company_name a.bizdir_linked_title, strong.company_name { /*If the title is a link then this styles it*/
	text-decoration:none;
	font-size:16px;
	margin-bottom:6px;
	display:block;
}