 /**
 * Project Name:		Zoom CSS Framework
 * Filename:			zoom.css
 * Type:				Transitional
 * Version:				1.0
 * Agency:				Zoom Medya
 * Agency URI:			http://www.zoommedya.com/
 * Developer:			Fatih Caylak
 * Developer URI:		http://www.fatihcaylak.com
 * Browsers:			Windows: 	Internet Explorer 7+, Opera 7+, Firefox 1+
 *						MacOS:		Safari2+, Firefox 2+
 * Created Date:		07-12-2012 03:08
 * Last Update:			09-12-2012 06:29
 * License: 			GNU General Public License version 3.0
 * License URI: 		http://www.gnu.org/licenses/gpl-3.0.html

 All files, unless otherwise stated, are released under the GNU General Public License
 version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
-------------------------------------------------------------------------------------
/* CSS ID & Class List
 * 	00. Reset
 * 	01. Tools
 *  02. Width & Height
 *  03. Margin & Padding
 *  04. Forms
 *  05. CSS3 Please
 ----------------------------------------------------------*/

/* 0. Reset
----------------------------------------------------------*/
*				{ margin: 0; padding: 0; list-style-type: none; }
a 				{ text-decoration: none; }
a img 			{ border: 0 none; }
form,
fieldset,
input
				{ border: 0 none; }


/* 1.  Tools
----------------------------------------------------------*/
.left			{ float: left; }
.clear			{ clear: both; }
.center 			{ margin: 0 auto; }

/* 2.  Width & Height
----------------------------------------------------------*/
.w300 			{ width: 300px; }
.w980 			{ width: 980px; }
.w990			{ width: 990px; }

/* 3.  Margin & Padding
----------------------------------------------------------*/
.mt10 			{ margin-top: 10px; }
.mt15			{ margin-top: 15px; }
.mt20 			{ margin-top: 20px; }
.mt30 			{ margin-top: 30px; }
.mb30 			{ margin-bottom: 30px; }
.ml15			{ margin-left: 15px; }
.pt10 			{ padding-top: 10px; }

/* 4.  Forms
----------------------------------------------------------*/
input, 
textarea			{ font-family: Verdana, Tahoma, sans-serif; font-size: 12px; }

/* 5.  CSS3 Please
----------------------------------------------------------*/
.br3 			{ border-radius: 3px; }

/* 6.  Borders
----------------------------------------------------------*/
.bred 			{ border: 1px solid red; }
.brdg			{ border-right: 1px dotted #a4a4a4; }
/*	Last Update
 *	------------------------------------------
 *  09-12-2012	Yeni margin ve padding degerleri eklendi.
 * */