/**
 * Cehla Framework
 * (c) 2010 Jurko Chervony, www.skinik.name
 */

@font-face {
	font-family: 'Conv_Avenir_Roman';
	src: url('../fonts/Conv_Avenir_Roman.eot') format('embedded-opentype');
	src: url('../fonts/Conv_Avenir_Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Candara';
    src:
        url('../fonts/Candara.eot') format('embedded-opentype'),
        url('../fonts/Candara.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	font:15px/1.5 Conv_Avenir_Roman, Tahoma,Verdana,sans-serif;
	color:#151515;
	background: #4c8688 url("../i/BG_azurecheck.jpg") no-repeat fixed center top;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 { font-weight:normal; 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:#9d0a0e;
	text-decoration:none;

}
a:hover,
a:active {
	text-decoration:underline;
}
a:visited {}

p { margin-bottom:13px; }

/* Selected text */
mark {
	background:#936807;
	color:#fff;
	text-shadow: none;
}
::-moz-selection {
	background:#936807;
	color:#fff;
	text-shadow: none;
}
::selection {
	background:#936807;
	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:5px 15px;
	color:#fff;
	border: 0 none;
	font-size: 12px;
	text-transform: uppercase;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;

	background: #e9990d;
}
input[type='submit']:hover,
input[type='reset']:hover,
button:hover {
	background: #BA8309;
}



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 #999;
	background:#fff;
	padding:5px 6px;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;

	box-shadow: inset inset 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

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:#F69E00;
}

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;
}


input[type='text'],
input[type='search'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='file'],
input[type='tel'] {
	padding:4px 5px;
}


input::-webkit-input-placeholder {
    color:#151515;
}
input:-moz-placeholder {
    color:#151515;
}

/* 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 5px 5px 15px;
	margin:10px 0 10px 20px;
	border-left:3px #936807 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:#F69E00;
	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:5px;
}
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 */
