@import 'cumquat/clear.css';
@import 'cumquat/structure.css';
@import 'cumquat/typography.css';
@import 'cumquat/common.css';
@import 'generic.css';
@import "grid.css";


a:link, a:visited {
  color: #cce9f8;
}

body, p, h1, h2, h3, h4, ol, ul, li, form, table, td, th, fieldset, pre {
  color: #fff;
}

#header p, #header h1, #header h2, #header h3, #header h4, #header ol, #header ul, #header li, #header form, #header table, #header td, #header th, #header fieldset, #header pre {
  color: #ffffff;
}

.page-center-content {
  width: 960px;
}

body{
  background-position: 50% 0;
  background-repeat: no-repeat;
}

#navigation-wrap {
  /*min-height: 370px;*/
  /*background: #fff url('../images/header_bg.png') repeat-x right bottom;*/
  /*border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #54595e;*/
}


#navigation {
  padding: 0;
  position: relative;
}


#header-wrap {
  background: transparent url('../images/title-big.png') repeat-x center top;
  min-height : 90px;
}

#page_index #header-wrap {
  height : 288px;
}
#page_index #header {
  background: transparent url('../images/title-big-light.png') no-repeat center top;
  min-height: 320px;
}

#header {
  text-align: left;
}

#logo {
  text-align: left;
  /*margin-left: 10px;*/
}

#header h2 {
  font-size: 18px;
  line-height: 20px;
}

#home #header h1 {
  padding-top: 60px;
}

#home #header #register {
  margin-top: 20px;
}

#home h2 img {
  vertical-align: middle;
  margin-right: 7px;
}

#content-wrap {
  position: relative;
  /*min-height: 450px;*/
}

#content {
  /*padding: 30px 0 50px 0;*/
}

#content a:link, #content a:visited {
  color: #fff;
  text-decoration: none;
}

#content ul.list > li{
  border-bottom : 1px dotted #ccc;
  padding-bottom : 3px;
  margin-bottom : 3px;
}


#features {
  width: 500px;
}

.feature-image {
  float: right;
  border: 5px solid #e4e6e7;
  margin-left: 20px;
}


#login-form {
  float: right;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #d9dcde;
  padding-left: 50px;
  margin-top: 20px;
}

#login-form {
  width: 300px;
}

#login-form table {
  width: 300px;
}


/* main nav */

#main-nav {
  margin: 20px 0 0 0;
  padding: 10px 0 0 0;
  float: right;
  display: table;
}

#main-nav li {
  display:table-cell;
  position: relative;
  margin: 0;
  padding: 0;
  color: #ffffff;
/*   background : url("../images/nav-bg.png") no-repeat left top; */
}

#main-nav li img {
  vertical-align: middle;
  margin-left: 3px;
}

#main-nav a {
  margin: 0;
  padding: 0;
  display : inline-block;
  background-position : 0 0;
  background-repeat : no-repeat;
  background-image: url("../images/main-nav.png");
}
#main-nav a div {
  display  : block;
  height   : 30px;
  width    : 114px;
  text-indent: -9999px;
}
#main-nav li.item01 a div{width: 90px;}
#main-nav li.item01 a.active, #main-nav li.item01 a:hover{background-position : 0 -30px;}

/*#main-nav li.item02 a div{width: 113px;}*/
#main-nav li.item02 a{background-position : -90px 0;}
#main-nav li.item02 a.active, #main-nav li.item02 a:hover{background-position : -90px -30px;}

/*#main-nav li.item03 a div{width: 134px;}*/
#main-nav li.item03 a{background-position : -213px 0;}
#main-nav li.item03 a.active, #main-nav li.item03 a:hover{background-position : -213px -30px;}

/*#main-nav li.item04 a div{width: 122px;}*/
#main-nav li.item04 a{background-position : -344px 0;}
#main-nav li.item04 a.active, #main-nav li.item04 a:hover{background-position : -344px -30px;}

#main-nav li.item05 a div{width: 100px;}
#main-nav li.item05 a{background-position : 100% 0;}
#main-nav li.item05 a.active, #main-nav li.item05 a:hover{background-position : 100% -30px;}


/**** about ****/

#about #header h1 {
  text-align: center;
}

#about-traditional-digram h2, #about-verb-digram h2 {
  text-align: center;
  font-size: 14px;
}

#about-traditional-digram h2 {
  padding-left: 40px;
}

#about-traditional-digram {
  float: left;
}

#about-verb-digram {
  float: right;
}

/****** footer *******/

#footer-wrap {
  min-height: 80px;
}
#footer {
  padding-top: 20px;
  text-align: left;
  font-size: 11px;
  color: #ccc;
  min-height: 95px;
}

#footer p {
  color: #ccc;
  font-size: 11px;
}

#footer p img {
  vertical-align: bottom;
}

#footer a {color: #ccc;}
#footer a:hover {color: #fff; text-decoration: none;}
#footer-links a, #copyright-info {margin: 0;}

#footer-links {
  float: left;
  margin-top : 10px;
  margin-left: 50px;
}

#footer-links a.active{ background-color: #F0F0F0;}

#by {
  padding-left: 10px;
}

#by a {
  margin-left: 10px;
}
#footer-nav, #footer-nav li{
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ccc;
}
#footer-nav li {
  display: inline;
}

#footer-nav a {
  display : inline-block;
}
#footer-nav a div {
  display  : block;
  padding: 0 5px;
}

#footer .designedby{
  float: right;
  text-align: center;
  margin-top : 10px;
  margin-right: 50px;
}






/* forms */

#home #id_email {
  width: 390px;
}


/* user nav */

#user-nav #status-details {
  margin-right: 60px;
}

#user-nav #status-avatar {
  border: 1px solid #cccccc;
  padding: 0;
  float: right;
  padding: 1px;
}

#user-nav #status-avatar img {
  vertical-align: top;
}


#profile-messages {
  border-width: 1px 0 0 0;
  border-color: #dfe5e7;
  border-style: solid;
}

/**** help ****/

#help td {
  padding: 4px 10px;

}

/* columns */
.columns{
  width : 100%;
  display : block;
  clear : both;
  position: relative;
}
.columns, .columns li{
  margin: 0;
  padding: 0;
  list-style: none;
}
.columns-wrapper{
  position:relative;
  clear:both;
  float:left;
  width:100%;
  overflow:hidden;
}
.columns-two, .columns-x3 li{
  width : 33%;
  float : left;
  overflow: hidden;
}
.columns-x3 li{ border-right: 1px solid #e7e7e7;}
.columns-x3 li:last-child{ border-right: none;}
.column-left, .column-right, .column-middle{
  width : 33%;
  float : left;
  position : relative;
  padding : 0;
  margin : 0;
  overflow : hidden;
}
.column-middle{ width : 34%; }

.inside .column-left{ width : 655px;}
.inside .column-left .column-content{
  padding : 10px;
  margin-right : 10px;
  border-right: 1px solid #cccccc;
  text-align:left;
  min-height: 300px;
}
.inside .column-right{ width : 325px;}
.column-content{padding: 10px 15px;}

/* LINKS */
div.links ul{
  padding : 0;
  margin : 0;
  list-style : none;
}
div.links ul li{
  display : block;
  border-bottom : 1px solid #e8e8e8;
  padding : 0 0 5px 0;
}
div.links ul li a{display : block; width:100%; padding : 5px;}
div.links a:hover{text-decoration : none; color: #B17A32;}
div.links a span{
  display : block;
  font-size : 90%;
  color : #ABB4B6;
  line-height : 9px;
}

#banner_links{
  width : 624px;
  height: 100px;
  overflow : hidden;
}

/* CONTACT */
div.contact{ padding: 10px;}
div.contact form{
  border: 1px solid #333;
  padding: 10px;
}
div.contact label{
  display : block;
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  font-weight: lighter;
  padding : 0 5px;
  font-size : 1.1em;
  text-transform : uppercase;
}
div.contact input[type=text], div.contact textarea{
  border: 1px solid #333;
  width : 99%; 
  font-size: .9em;
  background-color: #eee;
  margin-bottom: 10px;
}
div.contact input[type="submit"]{
  float : right;
  background-color: #E70018;
  border-color: #E70018;
  color: #fff;
  font-weight: bold;
}
div.form textarea{height : 100px;}
div.contact .error-required{
  background-color: #E70018 !important;
  border-color: red !important;
  color: #fff !important;
}


.banner-top{
  position: absolute;
  top: 109px;
  left: 280px;
  height: 245px;
  width: 678px;
}
.banner-top .banner-video{
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.banner-top .banner-image{
  position: absolute;
  top: 0;
  left: 310px;
}



.content-panel{
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #979797;
  border-top: 1px solid #979797;
  margin-bottom: 20px;
  min-height: 200px;
}
.content-panel-inside{
  padding: 10px 30px;
  text-align: left;
}
.content-panel-inside p{
  padding-bottom: 10px;
}

a.readmore{
  display: block;
  float: right;
  padding: 5px 10px;
  background-color: #D75500;
  color: #fff !important;
  margin-top: 20px;
}
a.readmore:hover{
  text-decoration: none;
  background-color: #491C00;
}

/* REGISTRATION FORM */
.registration-form, .registration-form li{
  padding: 0;
  margin: 0;
  list-style: none;
}
.registration-form{
  border: 1px solid #e7e7e7;
}
.registration-form li .contents{
  padding: 10px;
}
.registration-form li label{
  font-weight: bold;
  display: inline-block;
  padding-right: 10px;
  min-width: 75px;
}
.registration-form li.col1_2, .registration-form li.col2_2{
  width: 45%;
  float: left;
  margin-right: 10px;
}
.registration-form li.col2_2{ margin-right: 0;}
.registration-form li.col1_3, .registration-form li.col2_3, .registration-form li.col3_3{
  width: 28%;
  float: left;
  margin-right: 10px;
}
.registration-form li.col2_3 label, .registration-form li.col3_3 label{min-width: 32px;}
.registration-form li.col3_3{ margin-right: 0;}
input.text-small{width: 80px !important;}




/* HOME BOXES */
.home-boxes .big-box{margin-bottom: 20px;}
.home-boxes .box-inner{
  background: url("../images/home-boxes.png") no-repeat 0 0;
  height: 180px;
  width: 232px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
.home-boxes .box-1{background-position: 0 0; margin-left: -8px;}
.home-boxes .box-2{background-position: -244px 0; margin-left: -3px;}
.home-boxes .box-3{background-position: -485px 0; margin-left: -2px;}
.home-boxes .box-4{background-position: -729px 0;}


/* BOX ROUNDED */
.box-rounded{
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.box-rounded-top, .box-rounded-bottom, .box-rounded-content{
  background-color: #000;
  margin: 0 10px;
  position: relative;
}
.box-rounded-content{margin: 0; clear: both; color: #fff;}
.box-rounded-top, .box-rounded-bottom{height: 10px;}
.box-rounded .box-rounded-left, .box-rounded .box-rounded-right{
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../images/sq.png");
  background-repeat: no-repeat;
}
.box-rounded .box-rounded-left{
  float: left;
  margin-left: -10px;
}
.box-rounded .box-rounded-right{
  float: right;
  margin-right: -10px;
  background-position: 100% 0;
}
.box-rounded .box-rounded-bottom .box-rounded-left{background-position: 0 100%;}
.box-rounded .box-rounded-bottom .box-rounded-right{background-position: 100% 100%;}

.box-rounded-foreground{
  position: relative;
  z-index: 2;
}
.box-rounded-foreground .box-rounded-bottom,
.box-rounded-foreground .box-rounded-bottom *,
.box-rounded-foreground .box-rounded-top,
.box-rounded-foreground .box-rounded-top *,
.box-rounded-foreground .box-rounded-content{ background-image: none; background-color: transparent}
.box-rounded-foreground .box-rounded-content .box-rounded-content-inner{padding: 0 20px;}

.box-rounded-background{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.box-rounded-background .box-rounded-content-text{visibility: hidden; padding: 0 20px;}

/* BOX Rounded Mods */
.box-rounded-960 .box-rounded-content{width: 960px;}
.box-rounded-red .box-rounded-background .box-rounded-left,
.box-rounded-red .box-rounded-background .box-rounded-right{
  background-image: url("../images/sq-red.png");
}
.box-rounded-red .box-rounded-background .box-rounded-top,
.box-rounded-red .box-rounded-background .box-rounded-bottom,
.box-rounded-red .box-rounded-background .box-rounded-content{
  background-color: #db0000;
}

.sq-items{float: right; padding-bottom: 10px;}
.sq-item{float: left; margin-left: 10px;}
.sq-item a:link, .sq-item a:visited{color: #fff !important; font-weight: bold;}
.sq-item a:hover{color: #000 !important; text-decoration: none;}

.waxoyl-overlay{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: #000 url("../images/logo-loading.png") no-repeat 50% 50%;
}

.padding1{padding: 10px; text-align: left;}
.padding2{padding: 20px;}
