/*
Theme Name: Rz
Theme URI: http://roulettezeit.com/
Author: rz
Description: A base theme based on Oh.
Template: oh
Version: 0.1
*/
@import url("../oh/style.css");

body {
/* fallback/image non-cover color */
background-color: #848484;
/* fallback image */
/*background-image: url("images/fallback-gradient.png");*/
background: linear-gradient(to bottom, #f0f0f0 0%, #848484 38%);
font-size: 14px;
line-height: 20px;
}

a {
color: #3B5998;
}

#header {
    border-bottom: none;
    margin-bottom: 5px;
}

#site-title {
	background: url("images/roulette-logo.png") no-repeat 0 0 transparent;
	background: url("images/logo5.png") no-repeat 0 0 transparent;
	float: left;
}

#site-title a {
	display: block;
	height: 50px;
	padding-left: 60px;
	font-size: 50px;
}

#site-description {
	/*position: absolute;
	top: 18px;
	left: 360px;*/
	float: left;
	padding-left: 0.6em;
	margin-top: 44px;
	font-size: 26px;

}
#header nav::before {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

#main-menu {
background: linear-gradient(to bottom, #3D719C 0%, #003F74 100%);
}

#main-menu ul {
    margin: 0;
}

#main-menu li {
border-right: 1px solid #323232;
display: block;
padding: 5px 10px;
}
	
#main-menu li a {
color: #FFFFFF;
font-size: 12px;
line-height: 20px;
padding: 0;
text-decoration: none;
}

#main-menu li:hover > a {
  background: none;
}
#main-menu li:hover {
background: linear-gradient(to bottom, #4f4f4f 0%, #222222 100%);
}
#main-menu li:hover > ul {
  left: auto;
}
#main-menu li li:hover > ul {
  left: 100%;
}
#main-menu .current_page_item > a,
#main-menu .current_page_ancestor > a {
  color: #ffffff;
  text-decoration: underline;
}

#content {
	margin-bottom: 0;
}
#content .inner {
padding: 0;
}

.one-sidebar #main {
    width: 640px;
}

.one-sidebar #sidebar-first, .one-sidebar #sidebar-second {
width: 310px;
}

#main .page {
	min-height: 640px;
}

#main .hentry, aside section, #breadcrumbs {
background-color: #fff;
margin: 0 0 10px 0;
padding: 10px;
}

figure {
	padding: 10px;
	width: 600px;
}
figcaption {
	font-size: 12px;
}
.img-special {
	padding: 0;
	vertical-align: bottom;
	margin: 0;
}
.entry-content td, .entry-content th {
	border: 1px solid #DDDDDD;
	padding: 11px 4px 12px;
}
.entry-content td.centered, .entry-content th.centered {
	text-align: center;
}

div.note {
    text-align: left;
    padding: 15px;
    border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 15px 0px 15px 0px;
    position: relative;
}
.note {
    border-color: #a2d8f0;
    color: #176a8f;
    background-color: #e7f5fb;
    text-shadow: 1px 1px 0px #fff;
}
div.note a, div.note a:focus, div.note a:active, div.note a:visited {
	text-decoration: underline;
	color: #237ec4;
}

div.note a:hover {
    text-decoration: none;
}

aside section {
padding: 5px;
}

aside section .widget-title {
background: linear-gradient(to bottom, #4f4f4f 0%, #222222 100%);
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
padding: 7px 10px;
margin: 0;
text-transform: uppercase;
}

.widget {
    margin-bottom: 10px;
}

.widget table {
	width: 100%;
	margin: 0;
}
.widget table tr {

}
.widget table th {
    padding: 6px 0;
}
.widget table td {
    padding: 6px 0;
	background: linear-gradient(to bottom, #ffffff 0%, #e8e9e9 100%);
	border-top: 0;
	border-bottom: 1px solid #DDDDDD;
	vertical-align:middle;
}
.widget table td img {
  vertical-align: bottom;
}
.widget table .num {
	width: 8%;
	text-align: center;
}
.widget table .casino-logo {
	width: 22%;
}
.widget table .casino {
	width: 29%;
}
.widget table .bonus {
	width: 16%;
	text-align: center;
}
.widget table .bonus-to {
	width: 25%;
}
.widget table .bonus-to a {
	display: inline-block;
    color: #ffffff;
    padding: 2px 4px;
	min-width: 90%;
    text-align: center;
	background: linear-gradient(to bottom, #00af48 0%, #00682b 100%);
}
.widget ul {
	margin-top: 5px;
	margin-bottom: 0;
}
.widget li {
	margin-left: 10px;
}
.widget .textwidget {
	overflow: hidden;
}
.widget .textwidget p {
	line-height: 20px;
	margin: 10px 0 0 0;
}
.wpcf7 input {
	width: 200px;
}
.wpcf7 input.wpcf7-captchar {
	width: 120px;
}
.wpcf7 img.wpcf7-form-control {
	margin-top: 0;
	vertical-align: bottom;
}
.wpcf7 textarea {
	width: 400px;
}
#footer {
background-color: #1D1D1D;
margin-bottom: 0;
}
#footer .inner {
	padding: 10px 0 20px 0;
}
#footer-menu {
	text-align: center;
}
#footer-menu ul {
    margin: 0;
}
#footer-menu li {
    display: inline;
    list-style: none outside none;
    margin: 0 23px 0 0;
    padding: 0;
}
#footer .widget {
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}
#footer .widget p {
	margin-bottom: 0;
	font-size: 12px;
}
.clearfix::after{content:"";display:table;clear:both}
