/**
 * 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;
}
.language {
   margin:auto 0;
   position: relative;
}
.links, .language{
    margin:10px auto 0;
	width: 980px;
}
.language ul {
    list-style: none;float: right;margin-bottom:-10px;
}
.language li {
    margin: 0 5px;
    float: left; 
}
.language li a {	
	margin-right:15px; background:url('images/blockbullets.png') no-repeat 0 3px;
	padding-left:12px;color: #fff;
}
.language li:first-child {
    border: none;
}
.language a,.language a:visited, .links a{
    color: #fff;
}
.language a:hover, .links a:hover {
    color: #ccc;
}
#hidden {
    overflow: hidden;
    width: 1px;
    height: 1px;
}
.wrapper > header .banner {
    clear: both;
    display: block;
}

.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;
	padding:0 0 10px 2px;	
  margin-bottom:10px;
}
.breadcrumb a {
    color: #000;
}
.breadcrumb a:hover {
    text-decoration: underline; 
}
.wrapper > footer a {
    color: #019bd4;
}
.wrapper > footer a:hover {
    text-decoration: underline;
}

#box {
  width: 221px;
  background-color: #EAE1E6;
  border:1px #C4BABF solid;
  padding: 15px 25px 15px 20px;
  margin-bottom: 15px;
  display: block;
}
#box a:link, #box a:visited {color:#684D5A;}

#box ul li {
background:url('images/postbullets.png') 0 5px no-repeat;
}
#nav2 {float:left;margin-left:20px;margin-right:-40px;}
#editslide{
width:980px; margin:20px auto; border-radius:8px;
background:#fff; border:2px dotted #BCBCBC; text-align:center;min-height: 150px; 
}
#editslide h2 {background:#916E80;padding:5px 15px;text-align:left;margin-bottom:10px;color:#fff;font-size:18px;}
#editslide ul
{margin:20px auto; vertical-align: middle;}
#editslide ul li
{display:inline; list-style:none;}
#editslide img {width: 250px;margin-bottom:0px;}