/* ---------------------------------------- */
/* Theme Name: domain.tld
/* Theme URI: #
/* Version: 1.0
/* ---------------------------------------- */

/* ----- */
/* FONTS */
/* ----- */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800|Open+Sans+Condensed:300,300italic,700);



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

/*  Safari >=1.1, Opera >=9.5, IE9 */
::selection {
    background: #C5FD37;
    color: #111;
}
/* Firefox >=1 */
::-moz-selection {
    background: #C5FD37;
    color: #111;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.alignright {
	padding: 0;
	margin: 0 0 0 20px;
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	padding: 0;
	margin: 0 20px 0 0;
	display: inline;
	float: left;
}
.clear {
	clear: both
}

/* ------ */
/* GLOBAL */
/* ------ */

html {
}

body {
	color: #f5f5f5;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background:url(wp-content/themes/bookofra-online-spielen/images/background.png) fixed;
}

a {
	color: #C5FD37;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a:hover {
	color: #37DAFD;
}

*.clear {
	clear: both;
}

b, strong {
	color:#fff;
}


/* ------ */
/* HEADER */
/* ------ */

header {
	width: 1000px;
	margin:0 auto;
	position: relative;
}
header a.logo {
	background:url(wp-content/themes/bookofra-online-spielen/images/logo.png) no-repeat top center;
	width:500px;
	height:95px;
	display:block;
	position:relative;
	text-indent:-999px;
	margin:20px 0 0 0;
}

header .h1 {
	width:500px;
	height:20px;
	color:#fff;
	font-size:14px;
	position:absolute;
	top:97px;
	left:0;
	text-align:center;
}

nav {
	width:998px;
	height:40px;
	line-height:40px;
	margin:30px 0 20px 0;
	background:#111111;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #303030;
}

nav ul{
	width:100%;
	height:40px;
	position:relative;
}

nav ul li {
	float:left;
	position:relative;
}

nav ul li.page-item-15 {
	float:left;
	position:relative;
	width:160px;
}

nav ul li a{
	height:40px;
	line-height:40px;
	padding:0 20px;
	display:block;
	text-transform:uppercase;
	color:#fff;
	font-size:12px;
}


nav ul li.home a{
	border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
}

nav ul li a:hover, nav ul li:hover a, nav ul li.current-cat a{
	background:#C5FD37;
	color:#111111;

}



nav ul li ul {
	position:absolute;
	top:40px;
	left:0;
	width:160px;
	background:#C5FD37;
	color:#111111;
	height:auto;
	display:none;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index:9999;
}

nav ul li:hover ul {
	display:block;
}


nav ul li ul li{
	width:100%;
}

nav ul li ul li a{
	width:120px;
	padding:0 20px;
	color:#111111;
}

nav ul li ul li a:hover, nav ul li ul li.current_page_item a{
	background:#9bd800;
}




/* ------- */
/* CONTENT */
/* ------- */

div#wrapper {
	width:1000px;
	margin:0 auto;
}

div#content {
	width:720px;
	margin:0 auto;
	float:left;
}

div#content section {
	width:678px;
	padding:20px 20px 0 20px;
	float:left;
	background:#111111;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #303030;
	margin:0 0 20px 0;
}

div#content section h1 {
	width:100%;
	margin:0 0 10px 0;
	font-size:24px;
	font-weight:500;
	color:#C5FD37;
}

div#content section h2, div#content section h3, div#content section h4, div#content section h5 {
	width:100%;
	margin:0 0 10px 0;
	font-size:18px;
}

div#content section p {
	padding:0 0 20px 0;
	font-size:13px;
	line-height:16px;
}


div#content section div#breadcrump  {
	width:100%;
	margin:10px 0;
	height:20px;
	line-height:20px;
	font-size:11px;
}

div#content section div#breadcrump div  {
	float:left;
	margin:0 5px 0 0;
}

div#content section#rooms, div#content section#games {
	width:720px;
	padding:0;
	float:left;
	background:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:none;
	margin:0 0 0 0;
}


div#content section#rooms div.game {
	float:left;
	width:224px;
	margin:0 20px 20px 0;
	background:#111111;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #303030;
	position:relative;
}

div#content section#rooms div.game.last {
	float:right;
	margin:0 0 20px 0;
}

div#content section#rooms div.game img {
	width:224px;
	height:200px;
	display:block;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:absolute;
	top:0;
	left:0;
}


div#content section#rooms div.game a {
	width:224px;
	height:200px;
	position: relative;
	z-index:999;
	display:block;
}

div#content section#rooms div.game a span {
	width:224px;
	height:30px;
	line-height:30px;
	position:absolute;
	text-align:center;
	bottom:0;
	left:0;
	border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	display:block;
	color:#111;
	text-align:center;
	background:rgba(197,253,55,0.8);
}

div#content section div.entry  {
	width:100%;
	position:relative;
}

div#content section article.post div.entry  {
	min-height:120px;
}


div#content section article.post div.entry img  {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

div#content section div.entry ul, div#content section div.entry ol  {
	margin:0 0 20px 20px;
}

div#content section div.entry ul li  {
	list-style:circle;
	font-size:13px;
	line-height:16px;
}

div#content section div.entry ol li  {
	list-style: decimal;
	font-size:13px;
	line-height:16px;
}



div#content section a#goto  {
	padding:0 50px;
	height:50px;
	line-height:50px;
	color:#111;
	background:#C5FD37;
	display:table;
	margin:20px auto;
}

div#content section a#goto:hover  {
	background:#37dafd;
	color:#fff;
}

/* GAMES ARTICLE */ 

div#content section#games article.post {
	float:left;
	width:163px;
	height:163px;
	margin:0 20px 20px 0;
	background:#111111;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #303030;
	position:relative;
}


div#content section#games article.post.last {
	float:right;
	margin:0 0 20px 0;
}


div#content section#games article.post img.thumb {
	width:153px;
	height:153px;
	display:block;
	position:absolute;
	top:5px;
	left:5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

div#content section#games article.post h2 {
	width:153px;	
	height:153px;
	position:absolute;
	top:5px;
	left:5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	z-index:999;
	margin:0;
}

div#content section#games article.post h2 a {
	display:block;	
	width:153px;	
	height:153px;
}

div#content section#games article.post h2 a span {
	width:153px;	
	height:0;
	line-height:30px;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	font-size:14px;	
	border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	color:#111;
	background:rgba(197,253,55,0.8);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	overflow:hidden;
}

div#content section#games article.post h2 a:hover span {	
	height:30px;
	line-height:30px;
	bottom:0;
}


/* ------- */
/* SIDEBAR */
/* ------- */

aside {
	width:258px;
	position:relative;
	float:right;
}

aside section.sidebarbox {
	width:216px;
	padding:20px;
	background:#111111;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #303030;
	margin:0 0 20px 0;
}

aside section.sidebarbox.fb {
	padding:0;
	width:258px;
}

aside section.sidebarbox h3 {
	width:100%;
	font-size:14px;
	margin:0 0 10px 0;
}

aside section.sidebarbox ul {
	margin:0 0 0 0;
	padding:0;
}

aside section.sidebarbox ul li {
	width:100%;
	margin:0 0 2px 0;
}

aside section.sidebarbox ul li a {
	border:1px solid #111;
	background:#111;
	padding:0 10px;
	width:196px;
	height:26px;
	line-height:26px;
	display:block;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:14px;
	color:#fff;
	overflow: hidden;
}

aside section.sidebarbox ul li a:hover, aside section.sidebarbox ul li.current_page_item a, aside section.sidebarbox ul li.current_page_item ul.children li:hover a {
	border:1px solid #303030;
	background:#000;
	color:#C5FD37;
}


aside section.sidebarbox ul li.current_page_item ul.children li a {
	border:1px solid #111;
	background:#111;
	color:#fff;
}

/* ------ */
/* FOOTER */
/* ------ */

footer {
	width:998px;
	height:40px;
	line-height:40px;
	background:#111111;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #303030;
	margin:0 auto 20px auto;
	text-align:center;
	font-size:12px;
}
