/*

	http://www.huseyinemanet.com/

	Project:		SweetDashboard - http://www.huseyinemanet.com/
	Author:			Huseyin Emanet
	Tested On:		ff, ie8+, chrome, opera, safari
	Version:		1.0
	File ID:		reset.css
	
	Designed and handcrafted by Huseyin Emanet

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

br.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
	margin: 0 0 30px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

input, select, input[type^="file"] {
	background: #fff;
	color: #484848;
	font: normal 11px/22px 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 5px;
	margin: 0;
	outline: 0;
	resize: vertical;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: border .2s linear;
	-moz-transition: border .2s linear;
	-webkit-transition: border .2s linear;
	-o-transition: border .2s linear;
	-ms-transition: border .2s linear;
}

textarea {
	background: #fff;
	color: #484848;
	font: normal 11px/22px 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	border: 1px solid rgba(0, 0, 0, .1);
	display: block;
	padding: 5px;
	width: 98%;
	min-height: 150px;
	margin: 0 auto;
	outline: 0;
	resize: vertical;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: border .2s linear;
	-moz-transition: border .2s linear;
	-webkit-transition: border .2s linear;
	-o-transition: border .2s linear;
	-ms-transition: border .2s linear;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid rgba(0, 0, 0, .2);	
}

.form {
	width: 500px;
}

select.form {
	width: 512px;	
}

select[multiple^="multiple"] {
	width: 512px;
	min-height: 125px;
}

label {
	cursor: pointer;	
}

h1, h2, h3, h4, h5, h6 {
	cursor: default;
	color: #54585e;
	font-family: 'PTSansBold', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 15px;
	padding: 0 0 13px;
}

input {
	resize: none;	
}

input:focus, textarea:focus {
	outline: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: block;
	zoom: 1;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

::selection {
	background: #3799e1;
	color: #fff;
}

::-moz-selection {
	background: #3799e1;
	color: #fff;
}

@font-face {
	font-family: 'PTSansBold';
	src: url('../font/pts75F.eot');
	src: url('../font/pts75F.eot?#iefix') format('embedded-opentype'),
		url('../font/pts75F.woff') format('woff'),
		url('../font/pts75F.ttf') format('truetype'),
		url('../font/pts75F.svg#PTSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}