/*-------------------------------------*/
/* !Theme Name: seekxl.de              */
/*  Theme URI: https://www.seekxl.de/   */
/*  Version: 1.0                       */
/*-------------------------------------*/

/* ----- */
/* FONTS */
/* ----- */

@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,200,300,700);

/*------------------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)  */
/*------------------------------------------------------------------------------------------*/

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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* ------ */
/* GLOBAL */
/* ------ */

html {
}

body {
	color: #333;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
	font-size: 16px;
	background: url(/gfx/bg.png) 50% 0 repeat;
}

a {
	color: #0067B3;
	text-decoration: none;
}
a:hover {
	color: #4F92D0;
}

*.clear {
	clear: both;
}

b, strong {
	font-weight: 700;
}

*.seek {
	color: #0067B3;
	font-weight: 400;
}
*.xl {
	color: #F90;
	font-weight: 400;
}

div#globalwrapper {
	width: 100%;
	margin: 0;
	position: relative;
}

/* ------ */
/* HEADER */
/* ------ */

header {
	width: 100%;
	height: 130px;
	position: relative;
	background: url(/gfx/header.png) 0 0 repeat-x;
}

div#logo {
	width: 1000px;
	height: 80px;
	margin: 0 auto 0 auto;
}
div#logo a {
	width: 1000px;
	height: 80px;
	padding: 0 0 0 30px;
	display: table-cell;
	vertical-align: middle;
}

nav#global {
	width: 100%;
	height: 23px;
}
nav#global ul {
	width: 1010px;
	height: 23px;
	margin: 0 auto;
	padding: 0;
	display: block;
	list-style: none;
	background: url(https://www.seekxl.de/images/global_nav/global_nav.png) 0 0 no-repeat;
}
nav#global ul li {
	width: 119px;
	height: 21px;
	margin: 0 0 0 26px;
	padding: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	list-style: none;
	float: left;
}
nav#global ul li+li {
	margin: 0 0 0 1px;
}
nav#global ul li a {
	width: 119px;
	height: 21px;
	display: block;
}
nav#global ul li.web.active, nav#global ul li.web:hover {
	background-image: url(https://www.seekxl.de/images/global_nav/global_nav_web-hover.png);
}
nav#global ul li.blog.active, nav#global ul li.blog:hover {
	background-image: url(https://www.seekxl.de/images/global_nav/global_nav_blog-hover.png);
}
nav#global ul li.news.active, nav#global ul li.news:hover {
	background-image: url(https://www.seekxl.de/images/global_nav/global_nav_news-hover.png);
}
nav#global ul li.gutscheine.active, nav#global ul li.gutscheine:hover {
	background-image: url(https://www.seekxl.de/images/global_nav/global_nav_gutscheine-hover.png);
}
nav#global ul li.spiele.active, nav#global ul li.spiele:hover {
	background-image: url(https://www.seekxl.de/images/global_nav/global_nav_spiele-hover.png);
}
nav#global ul li.directory.active, nav#global ul li.directory:hover {
	background-image: url(https://www.seekxl.de/images/global_nav/global_nav_directory-hover.png);
}
nav#global ul li.snapr.active, nav#global ul li.snapr:hover {
	background-image: url(https://www.seekxl.de/images/global_nav/global_nav_snapr-hover.png);
}
nav#global ul li.bookmarks.active, nav#global ul li.bookmarks:hover {
	background-image: url(https://www.seekxl.de/images/global_nav/global_nav_bookmarks-hover.png);
}

nav#top ul {
	width: 960px;
	height: 22px;
	margin: 0 auto;
	padding: 0 0 2px 0;
	display: block;
}
nav#top ul li {
	height: 22px;
	border-left: 1px solid #E0E0E0;
	float: left;
}
nav#top ul li:last-child {
	border-right: 1px solid #E0E0E0;
}
nav#top ul li a {
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	display: block;
}
nav#top ul li.active,
nav#top ul li:hover {
	background: #0052B6;
}
nav#top ul li.active a,
nav#top ul li:hover a {
	color: #FFF;
}

/* ------- */
/* CONTENT */
/* ------- */

section#content,
section#search {
	width: 918px;
	margin: 20px auto 0 auto;
	padding: 20px;
	background: #FFF;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
section#content.line {
	border-top: 1px solid #0052B6;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}

section#content div.adsense {
	width: 468px;
	margin: 0 auto 0 auto;
}

section#content div.text {
	width: 100%;
	line-height: 18px;
}
section#content div.text p.aligncenter {
	text-align: center;
}
section#content div.text h1 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
}
section#content div.text h2,
section#content div.text h3 {
	margin-top: 15px;
	font-size: 16px;
	font-weight: 400;
}
section#content div.text p {
	line-height: 18px;
	text-align: justify;
}
section#content div.text p+p {
	margin-top: 15px;
}

div#imprint ul li {
	display: table-row;
}	
div#imprint ul li.notable {
	display: inline-block !important;
}
div#imprint ul li span {
	display: table-cell;
}
div#imprint ul li span+span {
	padding-left: 10px;
}

div#imprint ul.squares {
	margin: 5px 0 0 20px;
}
div#imprint ul.squares li {
	list-style: square;
	display: list-item;
}

/*---------*/
/* !TABLE  */
/*---------*/

div.table {
	margin: 15px 0;
	display: table;
}
div.table div.row {
	display: table-row;
}
div.table div.thead {
	display: table-header-group;
}
div.table div.thead div.cell {
	padding: 5px;
	font-weight: 400;
	text-align: center;
	display: table-cell;
}
div.table div.row:nth-child(odd) {
	background: #F0F0F0;
}
div.table div.row div.cell {
	padding: 5px;
	display: table-cell;
}
div.table div.row div.cell.center {
	text-align: center;
	font-weight: 400;
}
div.table div.row div.cell:nth-child(even) {
	background: rgba( 0,0,0, 0.05 );
}

/*---------*/
/* !FEEDS  */
/*---------*/

section#feeds {
	width: 960px;
	margin: 15px auto 0 auto;
}

section#feeds div.feed {
	width: 278px;
	padding: 15px;
	background: #FFF;
	border: 1px solid #E4E4E4;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	float: left;
}
section#feeds div.feed+div.feed {
	margin-left: 15px;
}

section#feeds div#blog {
	width: 344px;
	border-top-color: #331BAF;
}
section#feeds div#games {
	width: 170px;
	border-top-color: #B82460;
}
section#feeds div#sb {
	width: 320px;
	border-top-color: #1BB134;
}

section#feeds div.feed h2 {
	font-size: 18px;
	font-weight: 400;
}
section#feeds div.feed ul {
	margin: 10px 0 0 0;
}
section#feeds div.feed ul li {
	margin: 0 0 0 20px;
	line-height: 18px;
	list-style: square;
}

/* ------ */
/* FOOTER */
/* ------ */

footer {
	width: 100%;
	margin: 0 0 0 0;
	position: relative;
}

footer div#footer {
	width: 100%;
	height: 100px;
	box-shadow: 0 0 5px #333;
	background: #0067B3;
	border-top: 1px solid #183D84;
	border-bottom: 1px solid #183D84;
}

footer div#copyright {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
}
footer div#copyright i {
	font-family: Arial;
	font-size: 12px;
}