
/* *****************************************
 
 CSS STRUCTURE:
    1. GLOBAL
    2. COMMON   
    3. ABSTRACT
    4. MICROFORMATS
    5. STRUCTURE
    6. MODULES
    7. EDITOR CONTENT
    8. CLEARFIX

**************************************** */

/* ----------------------------------------------------------------
    1. GLOBAL
 * ---------------------------------------------------------------- */
abbr, address, article, aside, audio, b, blockquote, body, canvas, 
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, 
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, 
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color: transparent;
}

article, aside, canvas, details, figcaption, figure, footer, header, 
hgroup, menu, nav, section, summary {
  display: block;
}

address, cite, q, dfn {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a, ins, del {
  text-decoration: none
}

a img { 
    border: none;
}

q, blockquote {
	quotes: none;
}

q:after, q:before,
blockquote:after, blockquote:before {
	content: "";
	content: none;
}


ul { 
    list-style: none; 
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
  vertical-align: top;
}

th {
  text-align: left;
}


form input { 
    vertical-align: middle; 
}

button, input, select, textarea {
  font: inherit;
}

textarea { 
    overflow: auto; 
}

pre, code, var, samp, kbd {
  font-family: monospace, sans-serif;
}

p,
li { 
    line-height: 16px; 
    word-wrap: break-word; 
}

strong { 
    font-weight: bold; 
}

/* ----------------------------------------------------------------
    2. COMMON
        Constants
        Buttons
        Links
        Headings
        Labeled_List
        Standard_List
        Paginator
        Info_Messages
            Ajax
        Tabs
        Tooltip
        Corners       
 * ---------------------------------------------------------------- */

 /* Constants */
.clear        { clear: both; line-height: 0px; height: 0px; overflow: hidden;  }
.block        { display: block !important; }
.hidden       { display: none; }

.bolder       { font-weight: bold   !important; }
.italic       { font-style: italic  !important; }
.normal       { font-weight: normal !important; }

.left         { float: left  !important; }
.right        { float: right !important; }

.left-text    { text-align: left    !important; }
.right-text   { text-align: right   !important; }
.center       { text-align: center  !important; }
.justify      { text-align: justify !important; }

.font-9        { font-size: 9px  !important; }
.font-10      { font-size: 10px !important; }
.font-11      { font-size: 11px !important; }
.font-12      { font-size: 12px !important; }
.font-13      { font-size: 13px !important; }
.font-14      { font-size: 14px !important; }
.font-15      { font-size: 15px !important; }
.font-16      { font-size: 16px !important; }
.font-17      { font-size: 17px !important; }
.font-18      { font-size: 18px !important; }
.font-24      { font-size: 24px !important; }

.line-18      { line-height: 18px !important; }
.line-21,
.line-21 *      { line-height: 21px !important; }

.color-grey    { color: #959494 !important; }
.color-white  { color: #fff    !important; }
.color-black  { color: #231f20 !important; }
.color-brown { color: #573f2f !important; }
.color-greydark { color: #656262 !important; }

.border       { border-color: #d8d8d8 !important; }
.capitalize   { text-transform: uppercase; }
.relative     { position: relative; }


 /* Buttons */
button::-moz-focus-inner { border: 0; padding: 0; }

button,
.button {
    background-color: transparent;
    border: 0 none;  
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 43px;
    line-height: 43px;
    overflow: visible;
    padding: 0;
           
}

button > span,
button > span > span,
button > span > span > span,
.button > span,
.button > span > span,
.button > span > span > span {
    border-radius: 3px;
    display: inline-block;
    height: 43px;
    line-height: 43px;
}

button > span  > span,
.button > span  > span {

    height: 41px;
    line-height: 41px;
    padding: 0 15px;
    white-space: nowrap;
}

button:hover,
.button:hover {
    color: #fff;
    text-decoration: none;
}

button:hover > span,
.button:hover > span {

}

button:hover > span > span,
.button:hover > span > span  {
    background: #97d15c;
}

  /* Button Small */
  /* Button Big */

 /* Links */
a { color: #3f2311; text-decoration: none; }
a:hover { color: #959494; text-decoration: none;  }
a.wUl { text-decoration: underline; }
a.wUl:hover { text-decoration: none; }

a.neutral {
    color: inherit;
}

a.neutral:hover {
    color: #231f20;
}

a.more {
    background: url("../gfx/more.gif") no-repeat center right;
    color: inherit;
    padding-right: 15px;
}

a.clean { 
    background: none !important; 
    padding-left: 0 !important; 
    padding-right: 0; 
}


.container .link-block {
    background: #ec0059 no-repeat;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 32px;
    padding: 0 10px;
    text-transform: uppercase;
}

.container .link-block:hover {
    background-color: #33ccff;
    color: #fff;
}

.container .link-block span {
    background: url("../gfx/arrow-white.png") right center no-repeat;
    padding: 0 20px 0 0;
}

 /* Headings */
h2,
h2 a {
    color: #3f2311;
    font-size: 32px;
    line-height: 34px;
}

h3 {
    color: #3f2311;
    font-size: 14px;
}

header.block-caption,
hgroup.block-caption {
    border-bottom: 1px solid #cbcbcb;
    height: 31px;
    margin:0 0 10px;
}

.block-caption > *,
span.block-caption {
    background: #33ccff;
    color: #fff;
    display: inline-block;
    padding: 7px 10px;
    text-transform: uppercase;
}
 
 /* List Labeled */
 /* List Standard */
.list-standard {
    padding: 15px 0;
}
 
.list-standard a {
    color: #333;
}

.list-standard a:hover {
    color: #00579a;
}

.list-standard + .more {
    padding-left:14px;
}

 /* List with decor */ 
.list-decor li {
    background: url("../gfx/front/arrow.png") 0 8px no-repeat;
    padding: 5px 0 5px 24px;
}

 /* Paginator */
.paginator {
    border-top: 1px solid #dadada;
    padding: 20px 0;
    text-align: right;
}

.paginator,
.paginator * {
    height: 12px;
    line-height: 12px;
    overflow: hidden;
}

.paginator * {
    padding: 0 5px;
}

.paginator a {
    color: #707070;
}

.paginator a:hover,
.paginator .active {
    color: #ec0059;
}

.pagination .active {
    cursor: default;
    font-weight: bold;
}

.tabs-list {
    height: 46px;
}

.tabs-list li {
    float: left;
    height: 33px;
    padding: 11px 2px 2px 2px;
}

.tabs-list li a {
    background: url("../gfx/tabs-li.jpg") 0 0 repeat-x;
    color: #3f2311;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    outline: 0;
    padding: 0 20px;
}

.tabs-list li a:hover {
    color: #B7985B;
}

.tabs-list li.active {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-bottom: 0;
    padding-bottom: 3px;
    padding-top: 10px;
}

.tabs-list li.active a {
    background: none;
    font-size: 14px;
}

.tabs-list li.active a:hover {
    color: #3f2311;
}


/* ----------------------------------------------------------------
    3. ABSTRACT
 * ---------------------------------------------------------------- */
 /* List */
.list li {
    line-height: 18px;
}

.list.inline {
    float: left;
}

.list-twolocs > li {
    float: left;
    width: 49%;
} 

.list.white-decor li {
    background: url("../gfx/white-decor.png") 0 13px no-repeat;
    padding: 8px 0 8px 20px;
}

.list.white-decor.line-normal li {
    background: url("../gfx/white-decor.png") 0 6px no-repeat;
    padding: 1px 0 1px 20px;
}

.list.standard li {
    background: url("../gfx/list.gif") 0 11px no-repeat;
    color: #231f20;
    line-height: 16px;
    padding: 2px 0 2px 7px;
}
 
 /* Widget */


 /* FORMS */

 
 
/* ----------------------------------------------------------------
    5. STRUCTURE
        Layout
        Static Sections
            HEADER
            CONTAINER
            FOOTER
 * ---------------------------------------------------------------- */

 /* Layout */
body { 
    color: #3c2e23; 
    font: normal 12px Georgia, serif; 
}

.splash {
    height: 330px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -175px 0 0 -225px;
    text-align: center;
    width: 450px;
}

.logo {
    display:block;
    height: 121px;
}   

.logo hgroup {
    background: url("../gfx/logo.png") 0 0 no-repeat;
    display: block;
    float: left;
    height: 121px;
    line-height: 121px;  
    outline: 0;    
    text-indent: -99999em;
    width: 450px;
}

.logo hgroup * {
    display: none;
}

.welcome span {
    display: none;
}       

.welcome {
    background: url("../gfx/welcome.png") center center no-repeat;
    height: 67px;
    margin: 0 0 20px 0;
}