/*
Theme Name: LADP Theme
Author URI: http://ladp.se
Version: 0.1
Author: LADP
*/

html, body { margin: 0; padding: 0; width: 100%; }

body {
    background: #000;
    color: #FFF;
    font-size: 12px;
    font-family: Helvetica, Arial, Tahoma, Verdana;
    text-align: center;
}

body * {
    margin: 0px;
    padding: 0px;
}

/*********************************************
Link Styles
*********************************************/
a {
    color: #666;
    text-decoration: none;
}

a:hover { color: #888; text-decoration: none; }

/*********************************************
Text Elements
*********************************************/
p, ul, ol, blockquote {color: #FFF;}

ol, ul {
    margin: 5px 35px;
}

blockquote {
    margin: 5px 0px 5px 10px;
    padding: 0px 0px 0px 10px;
    border-left: 1px solid #999;
}

img {
    border: 0px;
    background: none;
    padding: 0;
}

p {
    padding: 5px 0px;
    margin: 0px;
}

p#address {
    margin: 20px 0 15px 0;
}

.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/*********************************************
Header Styles
*********************************************/
h1 { /* This style used as title on single posts and pages */
     padding: 5px 0px 0px 0px;
     margin: 0 0 15px 0;
     width: 50%;
     color: #FFF;
     font-size: 20px;
     font-family: Times New Roman, Georgia, Arial;
     font-weight: normal;
     text-decoration: none;
     border-bottom: 2px solid white;
}

h2 { /* This style used as header in the sidebars */
     color: #FFF;
     font-size: 12px;
     font-family: Arial, Tahoma, Verdana;
     padding: 5px 0px 0px 0px;
     margin: 0px 0px 2px 0px;
     font-style: italic;
}

h3 {
    color: #DDD;
    font-size: 14px;
    font-family: Georgia, Arial, sans-serif, sans;
    font-weight: 900;
    padding: 10px 0px 5px 0px;
    margin: 0px;
    text-decoration: none;
    text-align: left;
}

h3 a {
    color: #2255AA;
    text-decoration: none;
}

h3 a:hover {
    color: #333;
    text-decoration: none;
}

/* For the link to the map on the "about us" page*/
h2#address_map {
    margin-bottom: 25px;
    color: #AAA;

}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px 0px 5px 0px;
    margin: 0px;
    color: #666;
    text-decoration: none;
    clear: both;
}

h5 {
    color: #202020;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    padding: 10px 0px 3px 0px;
    margin: 0px 0px 5px 0px;
    border-bottom: double #C0C0C0;
    text-align: center;
}

/*********************************************
Forms
*********************************************/
form input {
    border: 0;

}

/*********************************************
Header Div Styles
*********************************************/

#header {
    width: 800px;
    margin: 0px auto;
    padding: 15px 0px 0px 0px;
}

#header #title {
    color: #fff;
    font-size: 30px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 10px 0px;
    color: #666;
    text-decoration: none;
    text-align: center;
}

#header #title a {
    color: #FFF;
    text-decoration: none;
}
#header #title a:hover {
    color: #CCC;
    text-decoration: none;
}

/*menu*/
#menu {
    position: relative;
    top: 4px;
}

#menu ul {
    list-style: none;
    border-bottom: 0px #999 solid;
    padding-bottom: 4px;
    margin-left: 15px;
}

#menu ul li {
    display: inline;
    margin-right: 3px;
}
#menu ul li a {
    color:#999;
    text-decoration: none;
    padding: 8px 10px;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;

}
#menu li.current_page_item a, #menu li.current_page_ancestor a {
    color:#FFF;
    background: #000;
    border: 2px #FFF solid;
    border-bottom: 0;
    padding: 10px 14px 7px 14px;
    margin-bottom: -2px;
    font-weight: 900;
}


#menu ul li a:hover {
    color: #FFF;
}

#menu li.current_page_item a:hover, #menu li.current_page_ancestor a:hover {

}

/*********************************************
Search
*********************************************/
#search {
    float: right;
    margin-right: -25px;
}

#search form input {
    border: none;
}
#search form .searchfield {
    border: 1px solid #999;
    width: 130px;
}

/*********************************************
Container Div / Wrap Div
*********************************************/
#container {
    text-align: left;
    margin: 0px auto;
    width: 800px;
    height: 410px;
}

#wrap {
}

/*********************************************
Content Div
*********************************************/
#content, #front {
    float: left;
    background: #000;
    padding: 10px 30px;
    width: 800px;
    min-height: 420px;
    border: 2px solid #FFF;

    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
}

* html #content, * html #front {
    height: 420px; /* IE */
}

#content .left {
    margin-right: 10px;
    padding: 0 5px;
    float: left;
    width: 380px; /* #content's width / 2 - the padding - margin*/
}

#content .right {
    margin-left: 10px;
    padding: 0 5px;
    float: right;
    width: 380px; /* #content's width / 2 - the padding - margin */
}

#content .scroll {
    height: 370px; /* Same as #content */
    overflow: scroll;
    overflow-x: hidden;
}

#content input, textarea {
    background: #111;
    border: 1px solid white;
    color: white;
}

#front {
    background: url('images/front-2.jpg');
}

/*********************************************
single.php
*********************************************/
#single {

}

#single p#single-post-links {
    margin-top: 45px;
    border-top: 1px solid #666;
    width: 60%;
}


/*********************************************
Previous/Next Page Navigation
*********************************************/
.page-nav {
    clear: both; /* To clear any floats */
    margin: 10px 0px;
    padding: 10px 0px;
}
.nav-previous {
    width: 249px;
    float: left;
    text-align: left;
}
.nav-next {
    width: 249px;
    float: right;
    text-align: right;
}

/*********************************************
Footer Styles
*********************************************/
#footer {
    float: left;
    margin-top: 10px;
    padding: 5px 10px;
    width: 845px;
    color: #666;
    text-align: left;
    font-size: 11px;
    background: #1A1C1B;

    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

#footer a {
    color: #DDD;
    text-decoration: none;
}

#footer a:hover {
    color: #555;
    text-decoration: underline;
}
#footer .left {
    width: 60%;
    height: 100%;
    float: left;
}
#footer .right {
    width: 40%;
    height: 100%;
    float: right;
    text-align: right;
}

#footer h1 {
    padding: 0;
    width: auto;
    margin-bottom: 0px;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    font-size: 16px;
}

#catalogue p {
    margin-bottom: 3px;
}

#news {
    width: 200px;
    float: right;
    margin: 0;
}
#news p.read_more {
    margin: 0;
    padding: 0;
    color: #888;
}

/*********************************************
Left Sidebar
*********************************************/
#l_sidebar h2, #r_sidebar h2  {
    color: #fff;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    padding: 10px 0px 3px 0px;
    margin: 0px 0px 5px 0px;
    border-bottom: 0px solid #666;
}

#l_sidebar {
    color: #666;
    display: block;
    float: left;
    width: 285px;
    margin: 10px 0px 10px 0px; padding: 10px 10px 5px 20px;
    display: block; /* floats are handled as block elements, this is to fix
    a margin collapsing bug in IE */
}

#l_sidebar p, #l_sidebar .text-widget {
    padding: 0px 0px 5px 0px;
}

#l_sidebar img {
    text-align: center;
}

#l_sidebar form {
    padding: 0px;
    margin: 5px 0px;
}

#l_sidebar ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#l_sidebar ul li {
    padding: 0px 0px 10px 0px;
}

#l_sidebar ul li.item {
    padding: 0px 0px 10px 0px;
    display: block;
    float: left;
}

#l_sidebar ul li ul {
    padding: 0px 0px 0px 15px;
    list-style-type: square;
}

#l_sidebar ul li ul li {
    padding: 0px;
    margin: 6px 0px;
}

#l_sidebar ul li ul li a {
    color: #2255AA;
    text-decoration: none;
}

#l_sidebar ul li ul li a:hover {
    color: #333;
    text-decoration: underline;
}

#l_sidebar ul li ul li ul {
    padding: 0px;
    margin: 0px;
}

#l_sidebar ul li ul li ul li {
    padding: 0px;
    margin: 5px 10px 5px 5px;
}

/*********************************************
Right Sidebar
*********************************************/
#r_sidebar {
    float: right;
    width: 175px;
    margin: -40px -15px 0 0;
    padding-right: 3px;
    background: #000;
    /*opacity:0.8;
    filter:alpha(opacity=80); /* IE */

}
#r_sidebar p {
}
#r_sidebar ul {
    list-style-type: none;
    padding: 0 5px 0 0;
    margin: 0px;
}
#r_sidebar ul li {
    padding: 0px 0px 10px 0px;
}
#r_sidebar ul li.item {
    padding: 0px 0px 10px 0px;
    display: block;
    float: left;
}
#r_sidebar ul li ul {
    padding: 0px 0px 0px 10px;
}
#r_sidebar ul li ul li {
    padding: 0px;
    margin: 6px 0px;
}

#r_sidebar a {
    color: #AAA;
    font-weight: 900;
}

/********************************/
#sitemeter {
    color: black;
    visibility: hidden;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

ul#press {
    width: 300px;
    margin-top: 20px;
    list-style: none;
}

ul#press li {
    height: 100px;
    margin-bottom: 10px;
}

ul#press p {
}

ul#press img {
    border: 2px solid white;
}

ul#press p.date {
    margin-top: -20px;
    color: #888;
}