/*
Theme Name: Transparency International Slovensko
Theme URI: http://www.elitesolutions.org/
Description: 
Version: 1.0
Author: Elite Solutions
Author URI: http://www.elitesolutions.org/
Tags: 

*/

html, body {
    margin: 0;
    padding: 0;
}
body {
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	background: #dbe4ea url('images/bg.png') repeat-x top center;
	color: #000;
	text-align: center;
}
#wrap {
    width: 1002px;
    text-align: left;
    margin: 0 auto 0 auto;
    padding: 0;
    background: #fff;
}
a:link, a:visited {
    color: #0072bc;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a:active {
    border: none;
    outline: none
}
.shadow-left {
    background: url('images/shadow_left.png') no-repeat top left;
    margin-left: -50px;
}
.shadow-right {
    background: url('images/shadow_right.png') no-repeat top left;
    margin-left: 1002px;
}
.shadow {
    width: 50px;
    height: 250px;
    position: absolute;
    top: 103px;
}

/* header */
.header {
    background: url('images/head.png') no-repeat top center;
    height: 104px;
}
.header h1 {
    margin: 0;
    padding: 0;
    float: left;
}
.header .lang {
    float: right;
    margin: 10px 10px 0 0;
}
.header .lang a:link, .header .lang a:visited, .header .lang a:hover {
    color: #000;
    text-decoration: none;
}
.header .lang img {
    margin: 0 0 -3px 0;
}
.header .search {
    float: right;
    clear: right;
    margin: 50px 10px 0 0;
}
.header .search input.text {
    color: #8d8d8d;
    border: 1px #8d8d8d solid;
    background: #fff;
    font-size: 10px;
    width: 160px;
    height: 16px;
}
.header .search input.submit {
    margin: 0 0 -7px 0;
}

/* menu */
ul.menu {
    list-style: none;
    margin: 0;
    padding: 5px 0 0 0;
    height: 40px;
    position: relative;
    background: #2d539b;
    font-size: 12px;
}
ul.menu li {
    float: left;
    padding: 0 10px 0 10px;
}
ul.menu li a:link, ul.menu li a:visited {
    text-decoration: none;
    padding: 10px 20px 5px 20px;
    color: #fff;
    border-top: 1px transparent solid;
    border-left: 1px transparent solid;
    border-right: 1px transparent solid;
}
ul.menu li a:hover, ul.menu li.active a, ul.menu li.current_page_item.active a, ul.menu li.current_page_parent.active a {
    color: #000;
    background: url('images/menu.png');
    border-top: 1px #fff solid;
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
}
ul.menu li.current_page_item a, ul.menu li.current_page_parent a {
    background: none;
    color: #ffb669;
    border-top: 1px transparent solid;
    border-left: 1px transparent solid;
    border-right: 1px transparent solid;
}
ul.menu li ul {
    list-style: none;
    margin: 0;
    padding: 5px 0 5px 0;
    margin: 5px 0 0 0;
    position: absolute;
    left: 0;
    display: none;
    width: 1002px;
    background: #e4f3fe;
}
ul.menu li ul li a:link, ul.menu li ul li a:visited, ul.menu li.active ul li a, ul.menu li.current_page_item.active ul li a, ul.menu li.current_page_parent.active ul li a {
    color: #000;
    padding: 5px 10px 5px 10px;
    margin: 0;
    border: none;
    background: none;
}
ul.menu li ul li a:hover, ul.menu li ul li.current_page_item a, ul.menu li.active ul li.current_page_item a {
    background: none;
    border: none;
    color: #2d539b;
}
ul.menu li.empty {
    padding: 0;
}
ul.menu li.empty ul {
    display: block;
    background: #e4f3fe;
}
ul.menu li.current_page_item ul, ul.menu li.current_page_parent ul {
    display: block;
}
ul.menu li.btns {
    float: right;
    margin: -2px 0 0 0;
}
ul.menu li.btns a:link, ul.menu li.btns a:visited, ul.menu li.btns a:hover {
    display: inline;
    margin: 0;
    padding: 0;
    width: auto;
    background: none;
    border: none;
}

/* banners */
ul.buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    border-bottom: 1px #a3a3a3 dotted;
    height: 130px;
}
ul.buttons li {
    float: left;
    margin-right: 5px;
}
ul.buttons li img {
    width: 225px;
    height: 116px;
}

.banner {
    margin: 15px 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px #a3a3a3 dotted;
}

/* - */
.content {
    background: #fff;
    float: left;
    padding: 15px;
    width: 690px;
}
.post h2 {
    padding: 10px 0 5px 0;
    margin: 0;
    font-size: 17px;
    color: #0072bc;
}
.post h3, h3#comments {
    margin: 10px 0 5px 0;
    font-size: 15px;
    color: #0072bc;
}
h2.title {
    background: url('images/title_bg.png') top left repeat-x;
    height: 29px;
}
h2.title a {
    display: block;
    width: 100%;
    height: 29px;
    cursor: pointer;
}
h2 span.title {
    display: none;
}
h2 span.left {
    display: block;
    float: left;
    width: 120px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: top left;
}
h2 span.right {
    display: block;
    float: right;
    width: 44px;
    height: 29px;
    background: url('images/title_right.png') top left no-repeat;
}
h2.title2 {
    height: 59px;
    background-position: top left;
    background-repeat: no-repeat;
}
h2.title2 a {
    display: block;
    width: 100%;
    height: 35px;
}
h2.title2 span {
    display: none;
}
h2.title2.transparency {
    margin: 10px 0 0 0;
}
.more-link {
    text-align: right;
}
.more-link a:link, .more-link a:visited {
    text-decoration: none;
}
.more-link a:hover {
    text-decoration: underline;
}
h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
    text-decoration: none;
}
h2 a:hover, h3 a:hover {
    text-decoration: underline;
}
ul.partners {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.partners li {
    float: left;
    width: 170px;
    text-align: center;
    padding: 10px;
    width: 325px;
    height: 80px;
    text-align: center;
}

/* comments */
.comment {
    padding: 10px;
}
.thread-odd {
    background: #eee;
}
.comment-author {
    float: left;
}
.commentmetadata {
    float: right;
}
.commentmetadata a:link, .commentmetadata a:visited {
    color: #000;
    text-decoration: none;
}
.commentmetadata a:hover {
    text-decoration: underline;
}
.comment-body p {
    clear: both;
    margin: 0;
    padding: 5px 0 5px;
}
ul.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* sidebar */
.sidebar {
    clear: none;
    float: right;
    width: 240px;
    border-left: 2px #dedede solid;
    padding: 15px;
}
.sidebar p {
    
}
.sidebar a.contact:link, .sidebar a.contact:visited, .sidebar a.contact:hover {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    margin: 10px 0 38px 0;
    padding: 30px 0 0 0;
}
/*.sidebar a:link, .sidebar a:visited {
    text-decoration: none;
}
.sidebar a:hover {
    text-decoration: underline;
}*/
.sidebar .sidebar-content {
    border-bottom: 1px #a3a3a3 dotted;
}
.sidebar h3 {
    font-size: 13px;
    margin: 10px 0 3px 0;
}
.sidebar .blog-content h3 {
    margin: 0;
}
.media-categories a {
    color: #000;
    text-decoration: none;
}

/* footer */
.footer {
    clear: both;
    background: url('images/foot.png') top center no-repeat;
    width: 962px;
    height: 60px;
    margin: 0 auto 0 auto;
    padding: 7px 20px 0 20px;
    text-align: left;
    color: #888;
    line-height: 16px;
}
.footer a {
    color: #888;
}
/* foot menu */
ul.foot-menu {
    list-style: none;
    margin: 40px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px #a3a3a3 dotted;
}
ul.foot-menu li.rss {
    width: 80px;
}
ul.foot-menu a:link, ul.foot-menu a:visited {
    color: #888;
    text-decoration: none;
}
ul.foot-menu a:hover {
    text-decoration: underline;
}
ul.foot-menu li {
    float: left;
    width: 140px;
    margin: 0 0 0 25px;
    font-weight: bold;
}
ul.foot-menu li ul {
    list-style: none;
    margin: 3px 0 0 5px;
    padding: 0;
}
ul.foot-menu li ul li {
    float: none;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

img {
    border: none;
}
.clear {
    clear: both;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
.last-clear {
    clear: both;
    padding: 15px;
}

/* wysiwyg classes */
img.alignleft {
   float: left;
   margin: 0.5em 1em 0.5em 0;
}
img.alignright {
   float: right;
   margin: 0.5em 0 0.5em 1em;
}
img.center {
   display: block;
   margin: 0.5em auto;
   text-align: center;
}
span.caps {
   font-variant: small-caps;
}