/**
  *  Copyright 2011 Ardee Aram
  *  This file is part of WP Worker Catalog.
  *
  *  WP Worker Catalog is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation, either version 3 of the License, or
  *  at your option) any later version.
  *
  * WP Worker Catalog is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
  * along with WP Worker Catalog.  If not, see <http://www.gnu.org/licenses/>.
 */
 
/*
 * These are the default styles. Do NOT EDIT this file, as your modifications will be lost upon update.
 * The best thing to do is to override this via your style.css, and use the ID associated with the elements
 * to effectively override the style.
 * @author Ardee Aram
 */ 
 
 /*
  * Global styles
  */

 .mp_message
 {
	background-color: #F3F781;
	color: #000000;
	text-align: center;
	margin-bottom: 5px;
}

.mp_required
{
	color: red;
	font-weight: bold;
}

.mp_error
{
	color: red;
	text-align: center;
	margin-bottom: 5px;
}

.mp_clear
{
	clear: both;
}

.mp_row
{
	clear: both;
}

.mp_column
{
	float: left;
}

/*
 * Administrator page
 * 
 */
  
.mp_admin_fields, 
.mp_fields
{
	float: left;
	clear: both;
	width: 100%;
}

.mp_admin_field_item, 
.mp_field_item
{
	clear: both;
	float: left;
	width: 100%;
}

.mp_admin_field_label, 
.mp_admin_field_input, 
.mp_field_label,
.mp_field_value
{
	float: left;
	width: 100%;
}

.mp_field_label,
.mp_field_value
{
	margin-bottom: 5px;
}

.mp_field_value_block
{
	float: left;
	margin-bottom: 5px;	
	width: 90%;
}

.mp_admin_field_label
{
	width: 250px;
	padding-bottom: 15px;
	vertical-align: top;
	
}

.mp_admin_field_input
{
	width: 200px;
}

textarea.mp_admin_field_input
{	
	width: 100%;
	height: 7em;
}

.mp_field_span_img, .mp_admin_field_span_img
{
	width: 200px;
}

.mp_field_label
{
	font-weight: bold;
	width: 200px;
}

/*
 * View of single worker
 *
 */

.mp_view ul.mp_fields
{
	list-style-type: none;
}

.mp_view
{
	font-size: 14px;
}

/*
 * Interested area
 *
 */

.mp_interested h2
{
	font-size: 21px;
}

.mp_interested_label
{
	margin-right: 10px;
	float: left; 
	width: 100px;

}

.mp_interested ul.mp_interested_fields
{
	list-style-type: none;
	clear: both;

}


.mp_interested_field_item
{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 7px;

}

.mp_interested input.text.mp_interested_input
{
	width: 100%;
	float: left;
}

.mp_interested textarea.mp_interested_input
{
	width: 100%;
	float: left;
	height: 7em;
}

/*
 * Catalog
 *
 */

.mp_catalog .mp_catalog_item_odd
{
	background-color: #f0f0f0;
}

.mp_catalog .mp_catalog_item_even
{
	background-color: #c0c0c0;
}

img.mp_catalog_item_image
{
	margin: 10px;
}

.mp_catalog_item_image_div
{
	float:  left; 
	width: 25%; 
	height: 100%
}

.mp_catalog_item_info_div
{
	float: left; 
	width: 70%;
}

#content .mp_catalog_item_info_div h2,	/**that annoying default style in twenty-ten **/
.mp_catalog_item_info_div h2
{
	font-size: 15px;
	margin-bottom: 0px;
}

.mp_catalog_item_info_div ul,
.mp_search_widget_fields ul,
ul.reset
{
	font-size: 15px;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px; 
	padding-left: 0px;
}

.mp_no_catalog
{
	text-align: center;
	font-size: 20px;
}

.mp_catalog_pagination
{
	text-align: center;
}

.mp_catalog_current_page
{
	font-weight: bold;
}

/*
 * Search Widget
 *
 *
 */
 
 .mp_search_widget_field_item_label
 {
	width: 50%;
 }
 
 .mp_search_widget_field_item_input
 {
	width: 40%;
 }
 
 li.mp_search_widget_field_item
 {
	border: 0;
 }

 /*
  *
  * Settings page
  *
  *
  */
  
.mp_options_field_label
{
	width: 30%;
}

.mp_options_field_input_span
{
	width: 70%;
}

.mp_options_info
{
	width: 80%;
}
	
.mp_options_field_items
{
	margin-bottom: 5px;
	width: 100%;
}

.mp_options_field_input_span input.text.mp_narrow
{
	width: 135px;	
}

.mp_options_field_input_span input.text.mp_wide
{
	width: 200px;	
}

 
