@charset "utf-8";
/*
Theme Name: console
Theme URI:
Description:
Version:
Author:
Author URI:
Tags:

*/


/* ---------- Colors ---------- 

BG grau:	#EFEFEF
dunkelgrau:	#5A5A64
graublau: 	#BDCCD4
rot:		#EC1C24



*/


/* ---------- debug ---------- */

.red {
	color: #EC1C24;
}

/* ---------- Fonts ---------- */

@font-face {
	font-family: 'Light';
	src: url('font/TitilliumText22L002-webfont.eot');
	src: local('☺'), url('font/TitilliumText22L002-webfont.woff') format('woff'), url('font/TitilliumText22L002-webfont.ttf') format('truetype'), url('font/TitilliumText22L002-webfont.svg#webfonthJHMIxiW') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Medium';
	src: url('font/TitilliumText22L004-webfont.eot');
	src: local('☺'), url('font/TitilliumText22L004-webfont.woff') format('woff'), url('font/TitilliumText22L004-webfont.ttf') format('truetype'), url('font/TitilliumText22L004-webfont.svg#webfont9tlFqxpn') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* ---------- Basic Elements ---------- */

body {
	background-color: #EFEFEF;
	margin: 0;
	padding: 0;
	color: #5A5A64;
	font-family: 'Light';
	font-size: 15px;
	line-height: 1.5 em;
}

a {
	font-family: 'Medium';
	text-decoration: none;
	color: #BDCCD4;
}

a:hover {
	color: red;
}

a img {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Medium';
	margin: 1em 0;
}

h1 {
	font-size: 28px;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	font-weight: normal;
/* 	border: 1px solid red; */
}

h3,
h4,
h5,
h6 {
	font-size: 14px;
	margin-top: 2em;
	padding-left: 5px;
}

h2.cat-title {
	margin:  1em 0 1em 15px;
	padding-left: 0;
	border-left: 0;
	font-weight: normal;
	font-size: 30px;
	color: #BDCCD4;
}


blockquote {
	margin: 0;
	padding: 10px;
	border-left: 5px solid #e9e9e9;
	background-color: #f9f9f9;
	color: #666666;
}

pre {
	overflow: auto;
	margin: 0;
	padding: 10px;
	background-color: #f9f9f9;
	color: #666666;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 10px;
}

table {
	margin: 1em 0;
	border: 1px solid #999999;
}
th, td {
	padding: 2px 4px;
	/*border: 1px solid #e9e9e9;*/
}
th {
	background-color: #d9d9d9;
	font-weight: normal;
}
td {
	background-color: #d9d9d9;
}

/* ---------- Basic Styling ---------- */

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignright {
	float: right;
	margin: 0 0 2px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 2px 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
/* 	padding: 5px; */
	display: inline;
}

img.alignleft {
	margin-right: 35px;
	display: inline;
}

.caution {
	padding: 10px;
	color: #e9e9e9;
	text-align: center;
	background-color: #cc0000;
}
noscript .caution {
	margin: 0;
}

.wp-caption {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	text-align: center;
}
.wp-caption img {
	padding-top: 5px;
}

.wp-caption-text {
	margin: 5px 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

code strong {
	color: #cc3366;
	font-weight: normal;
}


/* ---------- Layout ---------- */

#top-container {
	margin: 0 auto;
	padding: 5px;
	background: white;
}

#container {
	margin: 0 auto;
	padding: 0;
}

	#header {
		margin: 40px 0 20px 12px;
		padding: 10px 0;
		background: url(img/console_logo.png) no-repeat;
	}
	#header h1 {
		margin: 0;
		color: #000000;
		font-size: 70px;
		font-family: 'Light';
		text-transform: uppercase;
		text-indent: -1000px;
	}
	#header h1 a {
		margin: 0;
		color: #000000;
	}
	#header p {
		margin: 0;
	}

	#header_shadow {
		height: 29px;
		margin-bottom: 10px;
		padding: 0;
		background: url(img/shadow_top.png) no-repeat;
	}

	#footer_shadow {
		height: 29px;
		margin-top: 10px;
		padding: 0;
		background: url(img/shadow_btm.png) no-repeat;
	}

	#header_shadow img,
	#footer_shadow img {
	}

	#grid-wrapper {
		margin: 0;
		padding: 0;
		padding-top: 1000px; /* Prevent flicker in grid area. Check header.php. */
	}

	#single-wrapper {
		margin: 0;
		padding: 0;
		padding-top: 1000px; /* for single-page effect */
	}

#bottom-container {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 30px 0 0;
}

	#footer-wrapper {
		background: none;
	}

	#footer {
		margin: 0 auto;
	}
	#footer p {
		margin: 0;
		padding: 10px;
		font-size: 12px;
		text-transform: uppercase;
	}
	
	
	

/* ---------- Grid Items, Single Item and Comments ---------- */

/* value = (width * n) + (15+15+5) * (n-1). 
 * ex.
 * width=200 : 200, 425, 650, 875
 * width=220 : 220,	465, 685, 805
 * width=250 : 250, 525, 800, 1075
 * width=290 : 290, 615, 940, 1265
 */
div.x1 { width:  220px; }
div.x2 { width:  465px; }
div.x3 { width:  685px; }
div.x4 { width:  805px; }

div.single-item {
	overflow: hidden;
	margin: 0 5px 5px 0;
	padding: 0px 15px 30px 15px;
	border: 0;
}

/* div.single-item, */
div.grid-item {
	overflow: hidden;
	margin: 0 5px 5px 0;
	padding: 15px 15px 15px 15px;
	border: 0;
	background-color: #EFEFEF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 0px 5px #CCC;
	-webkit-box-shadow: inset 0px 0px 5px #CCC;
	box-shadow: inset 0px 0px 5px #CCC;
}

div.grid-item:hover {
	background-color: #F8F8F4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 0px 15px #CCC;
	-webkit-box-shadow: inset 0px 0px 15px #CCC;
	box-shadow: inset 0px 0px 15px #CCC;
}

div.grid-item h2.post-title,
div.single-item h2.post-title {
	margin: 0;
	padding-left: 0;
	border-left: 0;
	font-weight: normal;
	font-size: 30px;
	color: #BDCCD4;
}

div.grid-item div.grid-image {
	margin-bottom: 1em;
}

div.grid-item div.wp-caption {
	display: none;
}

div.post-body p,
div.comment-body p {
	font-family: 'Light';
	font-size: 15px;
	line-height: 1.3em;
	max-width: 900px;
}

div.post-body p img,
div.post-body p object {
	max-width: 100%;
	padding: 0;
}

div.post-body ul {
	font-size: 15px;
	max-width: 730px;
	list-style: none;
	list-style-image: url(img/bullet.png);
}

div.post-body ul li {
padding: 3px;

}

p.post-meta,
.comment-list ul li p.comment-meta {
	margin-bottom: 0;
	font-size: 12px;
}

.comment-list {
	width: 730px;
}

.comment-list .navigation {
	margin: 10px 0;
}
.comment-list .navigation a {
	margin-right: 10px;
}

.comment-list ul {
	list-style: none;
}

.comment-list ul li {
	margin: 0 0 30px 0;
}

.comment-list ul li p {
    font-family: 'Light';
    font-size: 15px;
    line-height: 1.3em;}

.comment-list ol li.trackback {
	padding: 5px;
	border: 1px solid #c4c4c4;
}

.comment-list ul.children {
	list-style: none;
}
.comment-list ul.children li {
	border-left: 5px solid #c4c4c4;
	padding-left: 5px;
}

.comment-list li.bypostauthor {
}
.comment-list li.bypostauthor cite.fn {
	text-decoration: underline;
}

.comment-list li.comment .reply {
	margin: 10px 0 20px;
}

.avatar {
	margin: 0;
	padding: 0;
	position: relative;
	top: 14px;
	left: -45px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}


#gallery-1 img {
	border: none;
}

img.attachment-thumbnail {
	border: none;
}

/* ---------- Navigation Menu ---------- */


.menu-navi-container {
	margin-left: -5px;
	padding: 0;
}

.menu-item a {
	padding: 5px 6px 3px 6px;
	color: #5A5A64;
	font-family: 'Medium';
	font-size: 18px;
	text-transform: uppercase;
}

.menu-item a:hover {
	background-color: #EC1C24;
	color: #EFEFEF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}


.current-menu-item a {
	background-color: #BDCCD4;
	color: #EFEFEF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}

/* ---------- Navigation and Sidebar Widget ---------- */

/* Pagination for grid items and paginated posts */

.pagination {
/* 	text-align: center; */
	margin: 20px 0 0;
	font-size: 24px;
	font-family: 'Medium';
}

.pagination .current {
	color: #5A5A64;
}

.pagination .next, 
.pagination .prev {
}

.pagination .page-numbers,
.pagination .current {
	margin: 0;
	padding:  10px 15px 8px 15px;
	text-decoration: none;
	background-color: #F4F4F0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: inset 0px 0px 10px #ccc;
	-webkit-box-shadow: inset 0px 0px 10px #ccc;
	box-shadow: inset 0px 0px 10px #ccc;c}

/* page-numbers hover color */

a.page-numbers:hover {
	color: #EC1C24;
	background-color: #F8F8F4;
}
#post-pagination {
	margin: 1em 0;
	color: #c4c4c4;
}
#post-pagination .prefix {
	color: #eaeaea;
}

/* Sidebar  */

#sidebar{
	list-style: none;
	list-style-type: none;
	margin: 20px 0;
	padding-left: 0;
}
#sidebar2 {
	list-style: none;
	list-style-type: none;
	margin: 50px 0;
	padding-left: 0;
}
#sidebar li {
	margin: 2px 0;
}
#sidebar li.widget h2.widgettitle {
	display: none;
}

#sidebar li.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li.widget ul li {
	display: inline;
	padding-right: 5px;
}

li.current-cat {
	text-decoration: underline;
}

#sidebar2 li.widget {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 5px 5px 0;
	width: 250px;
	padding: 5px 0 0 0;
	border: 0;
}

#sidebar2 h2.widgettitle {
font-size: 14px;
	margin-top: 0;
	padding: 5px 10px;
	color: #5A5A64;
	text-transform: uppercase;
	font-weight: normal;
/* 	background-color: #d9d9d9; */
}

#sidebar2 li.widget div {
	padding: 0 10px;
	font-size: 12px;
}

#sidebar2 li.widget ul {
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
}

#sidebar2 li.widget ul li {
	list-style: none;
	margin-bottom: 5px;
}

#sidebar2 ul.children ul li {
	list-style: none;
}

#wp-calendar {
	margin: 1em 0;
	border: none;
}
#wp-calendar caption{
	text-align: left;
	margin: 2px 0 0 0;
	padding: 0;
}
#wp-calendar td {
	text-align: center;
}

.textwidget {
	line-height: 1.4em;
}

/*
.textwidget hr {
border: none 0;
border-top: 1px dotted #BDCCD4;/*the border*/
height: 1px;
}
*/

/* ---------- Form Elements ---------- */

div.comment-form {
	margin: 0;
	padding: 0;
}

#commentform {
	margin: 0;
	padding: 0;
}
#commentform textarea {
	width: 99%;
	max-width: 475px;
}


/* for wpcf7 */

div.wpcf7 p {
	margin-left: 20px;
}

/* for sidebar widget */

#searchform {
    width: 300px;
}
#searchform div {
	padding: 0;
	font-size: 12px;
}
#searchform label.screen-reader-text {
	display: none;
}
#searchsubmit {
	display: inline;
}

#s { /* #searchform input#s */
	width: 170px;
	margin: 0;
}

iframe {
/*
	border: 3px solid red;
		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
*/

}

/* ------------ Media Player ---------- */

.mejs-container {
    max-width: 475px;
}

