/*
	SOfwk - CSS Framework
	Version :: 1.21
	Author :: Stefan Olaru (www.stefanolaru.com)
	
	Download :: https://github.com/stefanolaru/sofwk
	 
	************
	Please don't modify this file. Make all the modifications in your CSS file.
	
	Contains Eric Meyer's CSS Reset v2.0b2
*/

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
/* HTML5 display-role reset for older browsers */
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;
}
input, select { vertical-align:middle; }
textarea {	overflow-y: auto; } /* Internet Exporer fix */
/* @group GENERAL STYLE */
.wrapper {
	width: 960px;
	margin: 0 auto;
}
/* positioning */
.left {	float: left; display: inline; }
.right { float: right; display: inline; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center {	text-align: center; }
.clear { clear: both; }
.hide { display: none; }
.none {	padding: 0; margin: 0; }
.first { margin-left: 0; clear: left; }
.last { margin-right: 0; clear: right; }
/* margins */
.left-5 {
	margin-left: 5px;
}
.right-5 {
	margin-right: 5px;
}
.left-20 {
	margin-left: 20px;
}
.left-10 {
	margin-left: 10px;
}
.right-20 {
	margin-right: 20px;
}
.right-10 {
	margin-right: 10px;
}

.top-35{
	margin-top: 35px;
}

.top-20 {
	margin-top: 20px;
}
.top-10 {
	margin-top: 10px;
}
.bottom-20 {
	margin-bottom: 20px;
}
.bottom-10 {
	margin-bottom: 10px;
}
.margin-20 {
	margin: 20px;
}
.margin-10 {
	margin: 10px;
}
/* @end */
/* @group TYPOGRAPHY */
/* headings */
small,.small {
	font-size: 0.8em;
}
.strikeout, del {
	text-decoration: line-through;
}
abbr, acronym, dfn {
	cursor: help;
	border-bottom: 1px dotted #333;
}
code, pre {
	font-family: mono-space, monospace;
}
p {
	margin: 0 0 1.5em;
}
/* colors */
.red { color: #F00; }
.green { color: #090; }
.loud, .black { color: #000; }
.highlight, mark { background: #FF0; }
.quiet, .gray { color: #666; }

/* lists */
ul, li {
	list-style: none;
}
/* @end */
/* @group 960 FIXED GRID */
.gutter {
	margin-left: 10px;
	margin-right: 10px;
}
.no-gutter {
	margin-left: 0px;
	margin-right: 0px;
}
.unit, .unitx2, .unitx3, .unitx4, .unitx5, .unitx6, .unitx7, .unitx8, .unitx9, .unitx10, .unitx11, .unitx12 {
	display: inline;
	float: left;
}
.unit,.width {
	width: 60px;
}
.unitx2,.widthx2 {
	width: 140px;
}
.unitx3,.widthx3 {
	width: 220px;
}
.unitx4,.widthx4 {
	width: 300px;
}
.unitx5,.widthx5 {
	width: 380px;
}
.unitx6,.widthx6 {
	width: 460px;
}
.unitx7,.widthx7 {
	width: 540px;
}
.unitx8,.widthx8 {
	width: 620px;
}
.unitx9,.widthx9 {
	width: 700px;
}
.unitx10,.widthx10 {
	width: 780px;
}
.unitx11,.widthx11 {
	width: 860px;
}
.unitx12,.widthx12 {
	width: 940px;
}
/* @end */
/* @group MISCELLANEOUS */
.hr {
	width: 100%;
	clear: both;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #FFF;
	height: 0px;
	margin: 1em 0;
}
.box, .group {
	padding: 0 1em;
	display: block;
	position: relative;
}




/* @end */
