/******************************************************************
Theme Name: KRE
Theme URI: 
Author: PixelPress
Author URI: http://pixelpress.co/
Version: 1.0
Tags: html5, framework, css3, development
*/

/**Reset**/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
/*html { overflow-y: scroll; }*/
a:hover, a:active { outline: none; }
ul, ol { padding-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
@media all and (orientation:portrait) {}
@media all and (orientation:landscape) {}
@media screen and (max-device-width: 480px) {/* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */}
@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
	-ms-filter: none !important; } 
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } 
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}
input:focus { outline: none; }
textarea:focus { outline: none; }
select:focus { outline: none; }
/******************************************************************
GENERAL LAYOUT STYLES
******************************************************************/
html, body{
	height:100%;
}
body{
	background:#eff0e7 url(library/images/bg.jpg) no-repeat;
	font-family: 'Abel', sans-serif;
	font-weight:300;
	min-width:960px;
	position:relative;
}
#container{ 
	min-height:100%;
	background:url(library/images/pointer.png) no-repeat 330px 34px;
	z-index:10;
	position:relative;
}
.holder{width:960px;}
/******************************************************************
LINK STYLES
******************************************************************/

a{
	color:#c9a800;
	text-decoration:none;
}
#container .holder{
	padding:0 0 178px;
	overflow:hidden;
	margin:0 0 0 20px;
}
/*--header--*/
header{
	position:relative;
	width:240px;
	margin:0 0 0 20px;
	float:left;
	min-height:230px;
	z-index:100;
}
#logo{
	display:block;
	width:232px;
	height:226px;
	background:url(library/images/logo.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	text-indent:-9999px;
}
/*--content---*/
#content{
	float:right;
	width:480px;
	position:relative;
	padding:43px 0 0;
	z-index:100;
}
.login{
	width:68px;
	height:38px;
	text-align:center;
	line-height:34px;
	background:#feff00;
	color:#57524a;
	text-decoration:none;
	font-size:18px;
	display:block;
	position:absolute;
	top:0;
	right:20px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.login:hover{
	background:#d5d600;
}
/*--login_box--*/
.login_box{
	background:url(library/images/form_bg.png) no-repeat;
	width:420px;
	height:133px;
	padding:30px 19px 30px 34px;
	overflow:hidden;
	float:right;
	display:none;
}
.login_el{
	width:100%;
	overflow:hidden;
	padding:0 0 12px;
}
.el_wrap label,
.login_el label{
	float:left;
	width:73px;
	line-height:30px;
	text-transform:uppercase;
	font-size:16px;
	color:#57524a;
}
.field{
	width:337px;
	height:30px;
	background:url(library/images/field.png) no-repeat;
	overflow:hidden;
	float:left;
	padding:6px 0 0;
}
.field input{
	width:317px;
	padding:0 10px;
	font-size:18px;
	background:none;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
}
.el_wrap ul,
.login_el ul{
	margin:0;
	padding:0 10px 0 0;
	list-style:none;
	float:right;
	height:38px;
}
.el_wrap ul li,
.login_el ul li{
	float:left;
	height:38px;
	width:68px;
	overflow:hidden;
	margin:0 0 0 6px;
}
.el_wrap ul li input,
.login_el ul li input{
	width:68px;
	height:38px;
	cursor:pointer;
	overflow:hidden;
	background:none;
	border:none;
	display:block;
	text-indent:-9999px;
	font-size:0;
}
.el_wrap ul li.cancel, .login_el ul li.cancel{background:url(library/images/cancel.png) no-repeat;}
.el_wrap ul li.submit, .login_el ul li.submit{background:url(library/images/submit.png) no-repeat;}
/*--footer--*/
footer{
	width:100%;
	background:#fff;
	height:75px;
	padding:105px 0 0;
	margin:-180px 0 0;
	position:relative;
	z-index:100;
}
footer .holder{
	position:relative;
}
footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
#logo_footer, #logo_footer a{
	display:block;
	width:277px;
	height:40px;
}
#logo_footer{
	background:url(library/images/footer_logo.gif) no-repeat;
	position:absolute;
	top:0;
	left:20px;
}
#logo_footer a{
	overflow:hidden;
	text-indent:-9999px;
}
.footer_content{
	float:right;
	padding:2px 10px 0 0;
	width:330px;
	font-size:15px;
}
.footer_content address{
	float:left;
	width:135px;
}
.footer_content ul{
	width:167px;
	float:right;
}
.footer_content ul li a{
	color:#84a800;
}
#copyright_footer{
    clear:both;
    position:relative;
    left:620px;
    line-height:3;
    font-size:10px !important;
    font-family:Arial;
}
/*=============== New login page ====================*/
.new_login_box{
	display:none;
	background:url(library/images/form_bg_new.png) no-repeat;
	padding:19px;
	width:267px;
	height:255px;
	overflow:hidden;
	float:right;
}
.login_title{
	height:40px;
	padding:0 0 8px;
}
.login_title h3{
	line-height:40px;
	font-size:20px;
	color:#feff00;
	font-weight:normal;
	padding:0 0 0 8px;
}
.el_wrap{
	width:247px;
	padding:0 10px 2px;
}
.field_small{
	width:247px;
	height:34px;
	overflow:hidden;
	background:url(library/images/field_small.png) no-repeat;
}
.field_small input{
	width:227px;
	padding:6px 10px;
	font-size:16px;
	background:none;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
}
.el_wrap label{
	float:none;
	width:auto;
	display:block;
	text-transform:none;
}
.el_wrap ul{
	padding:12px 0 0;
}
/*--show--*/
.show{
	display:block;
}

