/**
 *
 * ImpressPages CMS theme: LT pagan
 *
 * Main style file for structure, global styles.
 * Integrated together with 12 column 960 grid system (960.css)
 *
 * @package ImpressPages
 * @copyright Copyright (C) 2011 ImpressPages LTD.
 * @license see ip_license.html
 *
 * @fonts:
 * text: 14px Verdana, Geneva, sans-serif
 * headlines: Georgia, serif
 * other messages: Arial, Helvetica, sans-serif
 *
 * @colors:
 * content background: #fff
 * margins background: #e5e5e5
 * text color: #333 / #000
 * link color: #019bd4
 * error text color: #da0001 / #e44445
 * hint color: #656565
 * inverted text: #fff
 * inverted background: #a7a7a7 / #000
 *
 */

/*
    Disabling default styles
*/
html, body, h1, h2, h3, h4, h5, h6, img, blockquote, form, fieldset, label, p, ul, ol, li, dl, dd, dt {
    border: none;
    margin: 0;
    padding: 0;
}
body {
    background-color: #e5e5e5;
    color: #333;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}
input, select, textarea, option, table {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}
table {
    border-collapse: collapse;
}
a {
    text-decoration: none;
}
h1, h2, h3 {
    font-size: 14px;
}
address {
    font-style: normal;
}

/*
    Global
*/
.clear { /* see 960.css */ }
.clearfix { /* see 960.css */ }
.left {
    float: left;
}
.right {
    float: right;
}

/*
    Structure
*/
.wrapper {
    background-color: #fff;
    border-color: #000;
    border-style: solid;
    border-width: 12px 0;
    padding: 0 20px;
}
.wrapper > header {
    margin-bottom: 50px;
}
.main {
    
}
.side {
    
}
.wrapper > footer {
    border-top: 2px solid #000;
    color: #000;
    font-size: 12px;
    margin: 40px -20px 0;
    padding: 12px 20px;
}

/*
    Styles
*/
.logo {
    margin: 25px 0;
    display: block;
    float: left;
    max-width: 620px;
}
.logo a {
    color: #000;
    font-family: Georgia, serif;
    font-size: 45px;
    font-weight: bold;
}
.languages {
    float: right;
    margin-top: 14px;
}
.languages ul {
    list-style: none;
}
.languages li {
    border-left: 1px solid #e5e5e5;
    float: left;
}
.languages li:first-child {
    border: none;
}
.languages a {
    color: #737373;
    padding: 5px 10px;
}
.languages .current a,
.languages a:hover {
    color: #000;
}
.wrapper > header .banner {
    clear: both;
    display: block;
}
.topmenu {
    background-color: #000;
    font-size: 13px;
    padding: 1px 0 0 15px;
}
.topmenu ul {
    list-style: none;
}
.topmenu .level1 > li {
    float: left;
    margin-right: 1px;
    position: relative;
}
.topmenu .level1 > li > a {
    border-bottom: 1px solid #000;
    color: #c0c0c0;
    display: inline-block;
    font-weight: bold;
    line-height: 34px;
    padding: 0 20px;
}
.topmenu .level1 > li:hover .level2 {
    display: block;
}
.topmenu .level1 > li:hover > a,
.topmenu .level1 > li > a:hover {
    background-color: #606060;
    color: #fff;
}
.topmenu .level1 > .current > a,
.topmenu .level1 > .selected > a {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.topmenu .level2 {
    background-color: #f3f3f3;
    border: 1px solid #000;
    display: none;
    font-size: 12px;
    margin: -1px 0 0 -1px;
    min-width: 100%;
    padding: 2px 0;
    position: absolute;
    z-index: 10; /* should be higher than widget controls */
}
.topmenu .level2 a {
    color: #1a1a1a;
    display: block;
    padding: 6px 22px;
    white-space: nowrap;
}
.topmenu .level2 a:hover {
    background-color: #c8c8c8;
}
.topmenu .level2 .current a {
    text-decoration: underline;
}
.side nav {
    font-size: 12px;
    margin-bottom: 25px;
}
.side nav ul {
    list-style: none;
}
.side nav a {
    border-top: 1px solid #9e9e9e;
    color: #1a1a1a;
    display: block;
    padding: 10px 20px;
}
.side nav a:hover {
    background-color: #f3f3f3;
}
.side nav .current > a {
    background-color: #000;
    color: #fff;
}
.side nav .level1 {
    border-bottom: 1px solid #9e9e9e;
}
.side nav .level1 > li > a {
    font-weight: bold;
}
.side nav .level1 > .subnodes > a {
    background-image: url(img/icon_down.gif);
    background-position: 5px center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #9e9e9e;
}
.side nav .level1 > .selected > a {
    background-color: #f3f3f3;
}
.side nav .level2 {
    margin-left: 20px;
}
.side nav .level2 > li > a {
    border-top-color: #e5e5e5;
}
.side nav .level2 > li:first-child > a {
    border-top: none;
}
.side nav.collapse .level2 { /* "collapse" class force menu to hide 2nd level until parent or child is not selected */
    display: none;
}
.side nav.collapse .current .level2,
.side nav.collapse .selected .level2 { /* displaying 2nd level */
    display: block;
}
.side nav.collapse .level1 > .subnodes > a { /* fixing style when collapsed */
    background-image: url(img/icon_right.gif);
    background-position: 8px center;
    border-bottom: none;
}
.side nav.collapse .level1 > .subnodes.current > a,
.side nav.collapse .level1 > .subnodes.selected > a { /* fixing style when not collapsed */
    background-image: url(img/icon_down.gif);
    background-position: 5px center;
    border-bottom: 1px solid #9e9e9e;
}
.breadcrumb {
    font-size: 12px;
    margin-bottom: 15px;
}
.breadcrumb a {
    color: #000;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.wrapper > footer a {
    color: #019bd4;
}
.wrapper > footer a:hover {
    text-decoration: underline;
}

