/*---------------------------------------------------------------
# Package - EXP Framework
# EXP Version 2.0
# ---------------------------------------------------------------
# Author - JoomlaMan http://www.joomlaman.com
# Copyright (C) 2010 - 2012 JoomlaMan.com. All Rights Reserved.
# license - PHP files are licensed under  GNU/GPL V2
# license - CSS  - JS - IMAGE files  are Copyrighted material
# Websites: http://www.JoomlaMan.com
-----------------------------------------------------------------*/
*{color:#bcbcbc;font-size: 12px;}
html{height:100%;margin-bottom:1px}
body,.offline_bg{font-family: 'Open Sans', Arial, sans-serif;}
.error_bg{
    margin: 0;
    padding: 25px 0;
    font-family: 'gothambookregular';
}
.wrap{width:80%;background:#fff;margin:0 auto;}
.offline_bg .wrap{background:#fff url(../images/login_lock.jpg) no-repeat scroll right bottom;text-shadow:1px 1px #FFF;max-width:700px;margin:60px auto;}
.padding{padding:10px 16px}
.clr{clear:both}
h1,h2,h3{line-height:160px;font-size:160px;text-align:center;border-bottom:none;margin:30px auto 10px}
h1{
    color: #94be49;
}
h2{font-size:40px;line-height:40px;text-align:left;margin:0}
h3{font-size:18px;line-height:18px;text-align:left;padding-bottom:10px;border-bottom:1px solid #e0e0e0;margin:0 0 10px}

#frame{border:1px dashed #ccc;overflow:hidden;width:300px;margin:0 auto; padding: 20px 20px 30px 20px;}
p.offline_message{text-align:center;background:#ffffdb;border:1px solid #e7e7a5;color:#000;margin:5px 0;padding:11px 10px}
fieldset{border:none;margin:0 auto;padding:0}
label{font-size:140%}
input.username,input.passwd{border:1px solid #ddd;font-size:180%;height:35px;width:100%;margin-top:10px}
input#mod_search_searchword{float:left;border:1px solid #ddd;width:350px;font-size:180%;height:25px;margin-top:4px}
.search .button {float:left;margin-left:10px;}
.button{float:right;margin:10px 0 20px}
p#form-login-remember{float:left;margin:0}
input[type=submit]{cursor:pointer;text-align:center;font:bold 10px Arial, Helvetica, sans-serif;text-decoration:none;text-transform:uppercase;background:url(../images/button-bg.gif) repeat-x 0 100%;border:1px solid #e7e7e7;margin:0;padding:6px 9px}

ul.menu li span.sub,ul.menu ul{display:none}
#form-login-username input,#form-login-password input{background:#EAEAEA;color:#B7B7B7;height:20px;width:95%;}

#mailto-window {padding:20px}
.mailto-close {position:absolute;top:10px;right:10px}
#mailto-window  .formelm label {font-size:13px; display:block}
#mailto-window h2 {font-size:14px}

.error_bg h1,.error_bg h2{
    font-family: 'gothamboldregular';
}
#frame_error {
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    max-width: 700px;
}
.page-error{
    text-align: center;
    border: none;
    display: block;
}
.jm-error{
    margin-bottom: 40px;
    padding: 0;
}
.jm-bg{
    background: #f3f2ef;
    padding: 5px 10px;
}
a.gohome{
    text-decoration: none;
    font-family: 'gothamboldregular';
}
.jm-font-size{
    font-size: 140%;
}