/**
 * Cehla Framework
 * (c) 2010-2012 Jurko Chervony | www.skinik.name
 */

body {
	font:14px/1.5 'Droid Sans',Arial,Verdana,sans-serif;
	background:#fff;
	color: #4D4D4D;
	min-height:650px;
}

h1,
h2,
h3,
h4,
h5,
h6 { font-weight:normal; font-family:Georgia,serif; color:#000; }
h1 { font-size:22px; line-height:26px; margin-bottom:10px; }
h2 { font-size:20px; line-height:24px; margin-bottom:7px; }
h3 { font-size:18px; line-height:22px; margin-bottom:5px; }
h4 { font-size:16px; line-height:20px; margin-bottom:5px; }
h5 { font-size:14px; line-height:18px; margin-bottom:5px; }
h6 { font-size:12px; line-height:16px; margin-bottom:5px; }

a {
	color:#06C;
	text-decoration:underline;
}
a:hover {
	color:#FF4B33;
	text-decoration:none;
}
a:active {}
a:visited {
	color:#810381;
}

p { margin-bottom:13px; }

/* Selected text */
mark {
	background:#3450A3;
	color:#fff;
	text-shadow: none;
}
::-moz-selection {
	background:#3450A3;
	color:#fff;
	text-shadow: none;
}
::selection {
	background:#3450A3;
	color:#fff;
	text-shadow: none;
}
/**/

sup,
sub {
	font-size:0.75em;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .6ex;
}

input[type='submit'],
input[type='reset'],
button {
	cursor:pointer;
	padding:3px 7px;
}
body.browser-opera input[type='submit'],
body.browser-opera input[type='reset'],
body.browser-opera button {
	padding:3px 10px;
}
input[type='submit'][disabled='disabled'],
input[type='reset'][disabled='disabled'],
button[disabled='disabled'] {
	cursor: default;
	opacity: 0.7;
}


input[type='text'],
input[type='search'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='file'],
input[type='tel'],
textarea,
select {
	border:1px solid #D9D9D9;
	background:#FEFEFE;
	padding:3px;
	box-shadow: inset inset 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

input[type='text']:hover,
input[type='search']:hover,
input[type='email']:hover,
input[type='url']:hover,
input[type='password']:hover,
input[type='file']:hover,
input[type='tel']:hover,
textarea:hover,
select:hover {
	border-color:#3450A3;
}

input[type='text']:focus,
input[type='search']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='file']:focus,
textarea:focus,
select:focus {
	background:#FFFFCC;
}

/* For search input in Chrome & Safari */
input[type="search"] {
	-webkit-appearance: textfield;
}

/* If user enter invalid value in form fields */
input:invalid,
textarea:invalid {
	-moz-box-shadow: 0 0 5px red;
	-webkit-box-shadow: 0 0 5px red;
	box-shadow: 0 0 5px red;
}
/**/

blockquote {
	font:italic 0.9em Georgia, Serif;
	padding:5px 0 3px 15px;
	margin:10px 0 10px 20px;
	border-left: 3px #3450A3 solid;
}

table {
	border-collapse:collapse;
	border-spacing: 0;
	margin:5px 0;
	border:1px #999 solid;
}
th {
	text-align:center;
	background:#f3f3f3;
}
fieldset,
th,
td {
	border:1px #999 solid;
}

legend,
th,
td {
	padding:4px;
}


ul,
ol {
	margin: 0 0 18px 1.5em;
}

li {
	margin-bottom:7px;
}

ul {
	list-style:square outside none;
}

ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
	margin-top:7px;
}

dl dt {
	font-weight:bold;
}
dl dd {
	font-style:italic;
	margin:0 0 5px 20px;
	color:#555;
}

/**/

fieldset {
	padding:6px;
}
hr {
	background:#3450A3;
	border:0 none;
	height:1px;
	margin-bottom:18px;
	clear:both;
}
abbr,
acronym {
	border-bottom:1px dashed;
	cursor:help;
}
s,
strike,
del {
	text-decoration:line-through;
}
pre {
	font-family:"Courier 10 Pitch", Courier, monospace;
	background:#eee;
	padding:7px;
}
code {
	font-family:Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-style:italic;
	background:#eee;
}
/**/



/* Classes
##############################################################################*/
.no-text {
	text-indent:-666em;
	overflow:hidden;
}
.dnone {
	display:none;
}
.clear {
	float:none;
	clear:both;
}
.b {
	font-weight:bold;
}

/* >> CLEARFIX: Update to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	clear: both;
}



/* END CSS */
