/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/1col.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}


/** FORM STYLES                                                 **/
form			{ margin: 0 0 0 50px; }
.item			{ width: 100%; margin: 3px 0;  clear: both;  }
.label			{ width: 180px; font-size: 12px; text-align: left;  float: left; display: inline;}
.label2			{ width: 85px; font-size: 12px; text-align: left;  float: left; display: inline; background: none;}
.label3			{ width: 125px; font-size: 12px; text-align: left;  float: left; display: inline; background: none;}
.buttons		{ width: 255px; margin-bottom: 6px; float: left; display: inline;}
#captchaimg		{ margin: 0 10px 0 00px; float: left; display: inline; }
.small			{ font-size: 11px; text-align: center; }
.error			{ text-align: center; margin: 7px 0 15px 0; font-size: 14px; font-weight: bold; }


INPUT.Cat_TextBox, INPUT.Cat_TextBox_Sm, INPUT.Cat_TextBox_M, INPUT.Cat_TextBox_L, SELECT.Cat_DropDown, SELECT.Cat_DropDown_L, TEXTAREA.Cat_ListBox, TEXTAREA.Cat_ListBox_L {
	color: 	#181818;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px; font-weight: normal;
	border: 1px solid #C4BFBC;
	margin-bottom: 6px;
	background: #FFFFFF !important;
}

INPUT.radio {
	color: 	#181818;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px; font-weight: normal;
	border: none;
	margin-bottom: 6px;
	background: none;
}

INPUT.Cat_TextBox, SELECT.Cat_DropDown {
	WIDTH: 250px;
}

INPUT.Cat_TextBox_Sm {
	width: 45px;
}

INPUT.Cat_TextBox_M {
	width: 90px;
}

INPUT.Cat_TextBox_L, SELECT.Cat_DropDown_L {
	width: 278px;
}

TEXTAREA.Cat_ListBox {
	width: 250px;
	height: 60px;
}

TEXTAREA.Cat_ListBox_L {
	width: 276px;
	height: 40px;
}


/* Button Classes */

.button {
	width:110px;
	height:40px;
	background: url(images/but-submit.png) no-repeat;
	outline: none; border: none;
	margin: 5px 0 5px 140px;
	cursor: pointer;
	text-align: right;
}

.button:hover {
	background: url(images/but-submit_d.png) no-repeat;

}

.border{
  border: none;
  margin:10px;
  padding:10px;
  width:95%;
}
