/*
	Theme Name: Aziell_01
	Theme URI: https://aziell.de
	Description: Aziell's first WordPress Theme
	Version: 1.0.0
	Author: aziell
	Author URI: https://aziell.de
	Tags: Blank, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background:url(https://aziell.de/wp-content/themes/aziell_01/img/a_bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

#spacer1{
	height:3px;
	clear:both;}
#spacer2{
	height:9px;
	clear:both;}
#spacer3{
	height:1px;
	clear:both;}

/* wrapper */
.wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
	background-color: #32383f;
	padding:4px;
}
/* header */
.header {
	width: 744px;
	float: left;
}
/* logo */
.logo {
	margin:-4px;
	width:1000px;
    height:150px;
    #border: 1px solid;
	#border-color: #888888;
	background-color: #0e1115;
	background-image: url(https://aziell.de/wp-content/themes/aziell_01/img/a_banner.png);
}
.logo-mitte {
	#background-image: url(https://aziell.de/wp-content/themes/aziell_01/img/a_banner2.png);
	padding-top:10px;
	padding-left:20px;
}

.searchform-spacer{
float:left;
height:20px;
}
.searchform{
float:right;
height:20px;
padding: 5px;
}

.search-input{
	position:relative;
	top:3px;
	height:18px;
	border-radius: 6px;
	border: 1px solid;
	background-color: #222222;
	color:#aaaaaa;
	outline: none;
	border-color: #eeeeee;
}
.search-submit{
	border: 0; 
	background: transparent;
	background-image: url(https://aziell.de/wp-content/themes/aziell_01/img/icons/search-icon.png);
	background-size: 20px 20px;
    background-repeat: no-repeat;
	height:22px;
	width:22px;	
}


.logo-mitte{
float:clear;
height:150px;
}

/* nav */
.navbar{
	#border: 1px solid;
	#border-color: #888888;
	width:1000px;
	position:relative;
	top:4px;
	left:-4px;	
	background-color: #0e1115;
	height:40px;
}
.navbar_l{
	background-image: url(https://aziell.de/wp-content/themes/aziell_01/img/a_button1_2.png);
	float:left;
	height:40px;
	width:0px;
	display: block;
}
.navbar_m{
	background-image: url(https://aziell.de/wp-content/themes/aziell_01/img/a_button1_2.png);
	height:40px;
	display: block;
	float:left;
	width: 1000px;
}
.navbar_r{
	background-image: url(https://aziell.de/wp-content/themes/aziell_01/img/a_button1_2.png);
	float:right;
	height:40px;
	width:0px;
	display: block;
}



.nav {
	padding-top:10px;
}
.nav ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
.nav li {
	display: inline; 
	}
.nav ul li a {
	text-decoration:none;
	font-size:16px;
	color: white;
	}
#.nav ul li a:hover {color: black;background: grey; }

.nav div{
	position:relative;
	float:left;
	height: 40px;
	top:-10px;
	text-align:center;
	padding-top:8px;
}

.nav .nav_item2{
	width:120px;
}
.nav .nav_item2:hover{
	background-image: url(https://aziell.de/wp-content/themes/aziell_01/img/a_button1_4.png);
}

.current-menu-item .nav_item2{
	background-image: url(https://aziell.de/wp-content/themes/aziell_01/img/a_button1_3.png);
}

	
	
/* sidebar */
.sidebar {
	width: 250px;
    float: right;
}
.single-widget{
    border: 1px solid;
	border-color: #888888;
	background-color: #dddddd;
}

.single-widget_s1{
	background-image: url(https://aziell.de/wp-content/themes/aziell_01/img/a_sl1.png);
	height:34px;
	background-color: #0e1115;
}
.single-widget_s1_2{
	background-image: url(https://aziell.de/wp-content/themes/aziell_01/img/a_sl1_2.png);
	height:10px;
}
.single-widget_s2{
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:1px;
	background-image: url(https://aziell.de/wp-content/themes/aziell_01/img/a_sl2.png);
}
.single-widget_s3{
	background-image: url(https://aziell.de/wp-content/themes/aziell_01/img/a_sl3.png);
	height:10px;
}
.widget-titel{
	position:relative;
	top:-28px;
	text-align:center;
	color: #ffffff;
	font-size:16px;
	height:5px;
}


/* footer */
.footer {
	height: 16px;
	#bottom: 0;
	background-color: #0e1115;
	color: #ffffff;
	text-align: center;
	clear:both;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
main {
	width: 738px;
	float: left;
	border: 1px solid;
	border-color: #888888;
	background-color: #dddddd;
	padding: 1px 10px 1px 10px;
	}
	
.readmore a{
	color: #ff0000;
}
.pagination a{
	color: #ff0000;
}
.pagination span{
	color: #0000ff;
}
.post{
	background-color: #cccccc;
	border: 1px solid;
	border-color: #888888;
	padding:3px;
}
.my_content{
	
}
.post_title {
	position:relative;
	top:-3px;
	left:-3px;
	width: 715px;
	background-image: url(https://aziell.de/wp-content/themes/aziell_01/img/a_title_bg.png);
	background-color: #0e1115;
	padding-left:10px;
	padding-top:5px;
	font-size:16px;
	height:30px;
}
.post_title a{
	color:#ffffff;
}
.post_edit{
	float:right;
}
.post_edit a{
	color:#ff0000;
}



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WIDGETS
\*------------------------------------*/

.birthday_name {
	font-size:24px;
}

.steam-widget-profile .profile {
	background: #0e1115;
	height: 64px;
	color: #bbbbbb;
	line-height: 18px;
	font-size: 12px;
	border: 1px solid #111111;
}
.steam-widget-profile .profile-icon {
	float: left;
	margin-right: 8px;
	height: 62px;
	width: 62px;
}
.steam-widget-profile .profile-name {
	font-weight: bold;
	font-size: 16px;
	padding-top: 8px;
}
.steam-widget-profile .online {
	border-color: #a7c9e1;
}
.steam-widget-profile .ingame {
	border-color: #B7D282;
}
.steam-widget-profile a {
	color: #ffffff;
}

#player_preview{
	position:relative;
	top:6px;
}
.execphpwidget{
	margin-left:-5px;
}

.webradio_title a{
	font-size: 14px;
	font-weight: bold;
	padding-left:5px;
}
.webradio_link {
	float:right;
	padding-right:5px;
	margin-top:-2px;
}

.dpe-flexible-posts , .wrap_login_logout{
	margin-top:0px;
	margin-bottom:0px;
	font-size: 14px;
	padding-right:5px;
}
.dpe-flexible-posts li{
	list-style-type: square;
}
.wrap_login_logout li{
	list-style-type: none;
}
.item_welcome a{
	font-size: 16px;
	color:black;
	text-transform: uppercase;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
