/*
Theme Name: Netroid
Theme URI: http://netroid.de
Description: Das neue HTML5-Theme von Netroid.de
Version: 1.0
Author: Daniel Wagner
Author URI: http://netroid.de/
Tags: white, black, two-columns, threaded-comments, right-sidebar, post-formats
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800,900);

@import url(http://fonts.googleapis.com/css?family=Arvo:400,700);

* {
	box-sizing: border-box;
}

select,input,button,textarea {
	;
}

table {
	font-size: inherit;
	width: 60%;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	font-size: 108%;
	line-height: 100%;
}
/*Global layouts*/
body {
	font: 0.9em 'Open Sans', "Lucida Sans", "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
	background: #E5E5E5;
}

a {
	color: #00009e;
	text-decoration: none;
}

:focus {
	outline: 0;
}

a:hover {
	color: #C25732;
}

a:link,a:visited {
	transition: all .3s;
}

::selection {
	background: #5B757A;
	color: #E5E5E5;
}

code::selection {
	background: #5B757A;
	color: #E5E5E5;
}

blockquote {
	margin: 20px 0 20px 0px;
	padding: 8px 10px 5px 10px;
	color: #444;
	background: #FAFAFA;
	box-shadow: 1px 1px 3px #cecece;
}

blockquote  p {
	margin-top: 5px;
	margin-bottom: 5px;
}

pre {
	padding: 15px 20px;
	margin: 10px 0;
	overflow: auto;
	width: 90%;
}

code {
	color: #100;
	background: #f9f9f9;
	border: 1px solid silver;
	margin: 0 0 1.5em 0;
	padding: 2px 3px;
	overflow: auto;
}

table {
	margin: 1em 0;
	border: 1px solid #ccc;
	background-color: #fff;
}

table th {
	background-color: #eee;
}

table td {
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

em {
	font-style: italic;
}

strong {
	font-size: 109%;
	font-weight: bold;
}

ol li {
	margin-left: 10px;
}

/* HEADER */

header {
	text-align: left;
	display: block;
	width: 100%;
	background-color: #333462;
}

.h-active {
	background: #333462 url(img/headerbg.png) repeat-x;
}

header .name, header .catmenu {
	display: inline-block;
}

.sitename h1 {
	font-weight: 700;
	color: #fff;
	margin: 2px;
	text-transform: uppercase;
	font-size: 2.5em;
}

header .catmenu {
	float: right;
}

header .sitename, header .sitenamepodcast {
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	height: 70px;
	width: 100%;
}

header .sitename {
	background-image: url(img/logo.png);
	background-size: 27px;
	padding: 8px 0 0 30px;
}

header .sitenamepodcast {
	background-image: url(img/20techlogo.png);
	background-size: 35px;
	padding: 8px 0 0 40px;
}

.sitenamepodcast h1 {
	font-weight: 100;
	color: #fff;
	margin: 2px;
	text-transform: none;
	font-size: 2.5em;
	
}



header .menubutton {
	display: inline-block;
	background: url(img/cats.png) no-repeat;
	background-size: 25px;
	background-position: 100% 50%;
	height: 70px;
	padding: 26px 36px 0px 0;
	color: #fff;
	font-size: 1em;
	text-align: right;
	cursor: pointer;
	font-weight: 100;
	text-transform: uppercase;
}

header a:hover {
	opacity: 0.9;
	color: #fff;
}

/*Global Navigation*/
	
nav {
	height: auto;
	width: 1000px;
	margin: auto;
}

nav #menu {
	clear: both;
	height: 0px;
	overflow: hidden;
	transition: all .3s;
}

.m-active {
	height: auto !important;
}

nav #searchform {
	float: right;
	clear: both;
}

nav #searchform #gs {
	cursor: pointer;
	width: 70px;
	height: 70px;
	font-size: 1.05em;
	color: #000;
	padding: 0px;
	background: #53ACC6 url(img/search.png) 50% 50% no-repeat;
	background-size: 45px;
	border: 0px;
}

nav #searchform .screen-reader-text {
	display: none;
}

nav #searchform input#s {
	padding: 0px 0px 0px 10px;
	float: left;
	font-size: 2.3em;
	color: #fff;
	height: 70px;
	width: 920px;
	border: 0px;
	background: #53ACC6;
	font-weight: 900;
}

nav #searchform input#s:focus {
}

nav #searchform input#s:focus .cats, nav #searchform input#s:focus .Sitename {
	display: none;
}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.col {
	display: block;
	float: left;
	margin: 1% 0 0 1%;
	padding-left: 55px;
	height: 55px;
	color: #fff;
	font-size: 1.4em;
	padding-top: 13px;
}

.col:hover {
	padding-left: 60px;
}

.cat31 {
	margin-left: 0;
}

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

.cat31, .cat32, .cat33 {
	width: 32.66%;
}


/* STRUKTUR */


#container {
	margin: 0 auto;
	max-width: 1000px;
}

#content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	text-align: left;
	z-index: 0;
}

#main {
	width: 680px;
	float: left;
}

#page #main {
	width: 100%;
	max-width: 1000px;
	float: left;
}


/*info*/
/*textbody and related*/

#entry-title-single {
	background: #fff;
	text-align: center;
	width: 100%;
	padding: 5px;
}

h1.entry-title {
	font-family: 'Arvo';
	font-weight: 500;
	font-size: 2.0em;
	line-height: 1.2em;
	padding: 5px;
	clear: both;
}

#indexentry h2.entry-title {
	font-family: 'Arvo';
	font-weight: 500;
	font-size: 2.0em;
	line-height: 1.2em;
	padding: 15px 5px;
	margin: 5px;
	text-align: center;
}

.entry-title {
	color: #000000;
	line-height: 20px;
}

.entry-title a {
	color: #5B757A;
	z-index: 2;
	position: relative;
}

.entry-title a:hover {
	color: #000000;
}

article {
	text-align: left;
	font-size: 1rem;
	line-height: 1.5rem;
}

article h1 {
	font-weight: 500;
	font-size: 2.0em;
	font-family: 'Arvo';
}

article h2 {
	font-size: 1.5em;
	margin: 5px 0px 5px 0px;
	font-family: 'Arvo';
}

article h3 {
	margin: 0px;
	font-weight: 700;
}

article h4 {
	margin: 0px;
	font-weight: 700;
	color: #5B757A;
}

article h5 {
	margin: 0px;
	font-weight: 500;
	color: #5B757A;
	text-transform: uppercase;
	font-size: 1em;
}

article h6 {
	margin: 0px;
	font-weight: 300;
	color: #5B757A;
	text-transform: uppercase;
	font-size: 1em;
}

#indexentry article {
	padding: 15px;
}

.format-quote .entry-title, .format-video .entry-title {
	display: none;
}

a.formatlink {
	overflow: hidden;
	margin-top: -15px;
	color: #fff;
}

a.formatlink:hover .formatlabel {
	padding-top: 7px;
}

.formatlabel {
	position: absolute;
	padding: 3px 5px 3px 5px;
	border-radius: 0 0 4px 4px;
	margin-top: -15px;
}

.format-quote .formatlabel {
	background: #607890;
}

.format-video .formatlabel {
	background: #333;
}

a.post-thumb {
	padding: 1px;
	float: left;
	border: 5px solid #E8E7E5;
	margin: 10px 10px 10px 0;
}

.post {
	margin: 20px 0 0 0;
	padding: 15px;
	overflow: hidden;
	color: #1f1f1f;
	background-color: #fff;
	width: 100%;
}

.indexpost {
	margin: 20px 0 0 0;
	padding-top: 5px;
	overflow: hidden;
	color: #1f1f1f;
	background-color: #fff;
	width: 100%;
}

.more-link {
	padding: 8px;
	font-weight: 100;
	text-transform: uppercase;
	color: #5B757A;
	background-color: #fff;
	height: 35px;
	display: block;
	text-align: center;
	width: 100%;
}

.more-link:hover {
	background-color: #333462;
	color: #fff;
}

.post img {
	max-width: 650px;
	height: auto;
	margin: 15px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#content .sticky {
	color: #000;
}

.home .post #indexentry {
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 0;
	text-align: justify;
}

#indexentry p {
	margin: 10px 0 0 0;
}

#indexentry blockquote {
	margin-bottom: 0;
}

#indexentry .pages {
	margin: 15px 0 0 0;
}

#single .entry a img {
	margin: 0 3px 0 0;
}

.gallery img {
	border: 0px !important;
}

.post-thumbnail {
	width: 100%;
	height: 300px;
	background-position: 50% 50%;
	background-size: 100% auto;
	padding-top: 250px;
}

.post-thumbnail-none {
	width: 100%;
	height: 50px;
	background: #5B757A;
}

.post-thumbnail .postinfo {
	color: #E5E5E5;
	padding: 16px;
	font-size: 0.85em;
	width: 100%;
	height: 50px;
	margin: auto;
	text-transform: uppercase;
	font-weight: 100;
	opacity: 0.95;
	background: #5B757A;
}

.post-thumbnail-none .postinfo {
	color: #5B757A;
	padding: 16px;
	font-size: 0.85em;
	width: 100%;
	height: 50px;
	margin: auto;
	text-transform: uppercase;
	font-weight: 100;
	opacity: 0.95;
	background: #fff;
}


.p30 {
	width: 33%;
	display: inline-block;
	text-align: center;
}

.postinfo a {
	color: #E5E5E5;
}

.postinfo a:hover {
	color: #fff;
}

.post-thumbnail-none .postinfo a {
	color: #5B757A;
}

.postinfo a:hover {
	color: #C25732;
}

/* Sidebar */

.widgettitle, #reply-title {
	font-size: 1em;
	font-weight: 500;
	color: #5B757A;
	margin: 10px 0 5px 0;
	text-transform: uppercase;
}

aside .widgettitle {
	margin-top: 20px;
}

aside {
	width: 320px;
	float: right;
	clear: right;
	padding: 20px 0px 0px 20px;
}

aside ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	line-height: 1.3em;
}

aside .widget-container {
	width: 100%;
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
}

aside .widget-container div, aside .textwidget {
	font-size: 0.9em;
}

aside .widget-container ul li {
	padding: 4px 0;
	list-style: none;
	padding-left: 20px;
}

aside ul li ul {
	overflow: hidden;
	list-style: none;
	margin: 0;
}

#linklist a {
	display: block;
	width: 100%;
	height: 55px;
	padding: 17px 0px 0px 55px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 1.3em;
}

#linklist a:hover {
	color: #fff;
	padding-left: 60px;
}

/* Sidebar Article */

aside .singleinfo {
	color: #000;
	overflow: hidden;
	background: #fff;
	height: 70px;
}

aside .singleinfo a {
	color: #000;
}

aside .singleinfo a:hover {
	color: #000;
}

aside .authorpic {
	display: inline-table;
}

.avatar img {
	border-radius: 30px;
	margin: 10px;
}

aside .singleinfo .info {
	text-align: left;
	display: inline-table;
	float: right;
	width: 230px;
	height: 70px;
	padding: 3px 0 0 8px;
}

aside .singleinfo .info .author {
	font-size: 2em;
	font-weight: 100;
	margin-top: 5px;
}

aside .singleinfo .info .time {
	margin-top: -3px;
	color: #5B757A;
}

aside .thecategory {
	width: 100%;
	height: 55px;
	display: block;
	padding: 12px 0 0 55px;
	font-size: 1.5em;
	margin-top: 5px;
	color: #fff;
	opacity: 0.8;
}

aside .thecategory:hover {
	padding: 12px 0 0 60px;
	color: #FFFFFF;
	opacity: 1;
}

aside .tag {
	display: inline-block;
	margin: 5px 5px 5px 0;
}

aside .tag a {
	padding: 3px;
	color: #333462;
	background: #fff;
}

aside .tag a:hover {
	background: #C25732;
	color: #fff;
}

.importantlinks ul li, aside .downloads a {
	display: inline-block;
	margin: 5px 0px 0px 0px;
}

.importantlinks ul {
	padding: 0px;
}

aside .downloads a, .importantlinks a {
	padding: 5px;
	color: #fff;
	background: #333462;
}

.importantlinks a {
	display: block;
}

aside .downloads a:hover, .importantlinks a:hover {
	background: #C25732;
	color: #fff;
}

#related {
	width: 100%;
	display: block;
	height: 80px;
	background-size: 340px auto;
	background-position: 50% 50%;
}

.relatedlinks, .relatedlinks-s a {
	color: #5B757A;
	font-size: 1.1em;
	font-weight: 700;
	display: block;
	padding-bottom: 10px;
	border-bottom: 2px solid #5B757A;
	margin-top: 15px;
}

.relatedlinks:hover, .relatedlinks-s a:hover {
	color: #C25732;
}

#postlinks h3 {
	margin-left: 5px;
	color: #5B757A;
	font-style: italic;
}




/*Comments*/
#submit {
	padding: 5px 10px;
	border: none;
	font-size: 85%;
	font-weight: 100;
	text-transform: uppercase;
	color: #fff;
	background: #333462;
	cursor: pointer;
}

#submit:hover {
	color: #000000;
	background: #C25732;
}

input,
textarea {
	padding: 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: #fff;
}

input:hover,
textarea:hover {
	border-color: #999;
}

textarea {
	padding: 0.5em 10px;
}


/*comments style*/

.depth-1 {
}

.depth-4 .reply {
	display: none;
}

.commentlist {
	margin: 0px;
	padding: 0;
	list-style: none;
}

#respond {
	overflow: hidden;
}

#respond .cancel-comment-reply {
	background: #EEE;
	border: none;
	color: white;
	font-size: 85%;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: -5px;
	right: 0px;
	top: -10px;
	text-transform: uppercase;
}

#respond textarea {
	width: 100%;
}

.comment-form-comment label,.form-allowed-tags {
	display: none;
}

#respond label {
	margin-left: 5px;
}

.commentlist .bypostauthor {
}

.commentlist #respond {
	padding: 30px;
	background: #fff;
}

.commentlist li {
	margin: 15px 0px 15px 0px;
}

.commentlist li .thecomment {
	background: #ffffff;
	padding: 20px;
}

.commentlist .cmt_text {
	padding: 10px;
}

.commentlist li .cmt_infos {
	text-align: right;
	opacity: 0.5;
	transition: all .3s;
}

.commentlist li .cmt_infos:hover {
	opacity: 1.0;
}

.cmt_infos .avatar, .cmt_infos .infos {
	display: inline-block;
}

.cmt_infos .comment-reply-link {
	display: inline-block;
	float: left;
	padding: 38px 0px 0px 10px;
}

.cmt_infos .name {
	font-size: 1.5em;
	font-weight: 100;
	margin-bottom: 1px;
	display: block;
}

.cmt_infos .date {
	color: #5B757A;
	overflow: hidden;
	display: block;
	margin-bottom: 17px;
}

.commentlist li .cmt_text p img {
	border: none;
	padding: 0px;
}

.commentlist .children {
	list-style: none;
	margin: 0 0 0 20px;
}

#comments,#trackback {
	padding: 1px 0;
}

#commentform {
	color: #999;
}

#email, #author, #url {
	width: 48%;
	margin: 0;
	padding: 3px 3px 3px 10px;
}

.required {
	color: red;
}

#comments {
	clear: both;
}

.comments-title {
	font-size: 1.1em;
	font-weight: 500;
	color: #5B757A;
	margin: 25px 0 5px 0;
	text-transform: uppercase;
	text-align: center;
}

#comments h2,
#trackback h2 {
	padding: 0.5em 0;
	margin: 0;
	border: none;
	font-size: 116%;
	color: #333;
}

#trackback dl.log {
	margin-left: 25px;
}

#trackback dl.log dt {
	margin: 0.8em 0 0;
	font-weight: bold;
}

#trackback dl.log dt span.name {
	color: #000;
}

#trackback dl.log dt span.date {
	margin-left: 10px;
	color: #666;
	font-weight: normal;
}

#trackback dl.log dd {
	margin: 0;
	padding: 5px 0 10px 10px;
	border-bottom: 1px solid #eee;
	color: #727272;
}

#trackback dl.log dd p {
	margin: 0;
}




/*footer*/

#page-navi {
	margin: 20px 0px 20px 0px;
	width: 100%;
}

#page-navi a {
	display: inline-block;
	padding: 11px;
	width: 50%;
	font-weight: 400;
	text-transform: uppercase;
	color: #5B757A;
	background-color: #fff;
	text-align: center;
	float: right;
}

.p100 a {
	width: 100% !important;
}

#page-navi a:hover {
	background-color: #333462;
	color: #fff;
}

.author-desc {
	width: 310px;
	height: 310px;
	background: #000000;
	opacity: 0.0;
	padding: 10px;
	color: #fff;
}

.author-desc:hover {
	opacity: 0.85;
}

.author-desc a {
	color: #A0AFFF;
}


/* Clearfix*/
#clear {
	clear: both;
	float: none;
}





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

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

.alignleft {
	margin: 0 5px 0 0;
	float: left;
}

.alignright {
	margin: 0 0 0 5px;
	float: right;
}

.wp-caption {
	text-align: center;
	background-color: #f6f6f6;
	max-width: 638px;
	padding: 0px;
	margin: 0px 5px;
	overflow: hidden;
}

p.wp-caption-text {
	margin: 2px 0px;
	color: #888;
	font-size: 12px;
}

.post .hentry  .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.wp-caption img {
	margin: 5px 0 0 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.placeholder {
	margin-top: 20px;
	clear: both;
}

/* 20tech */

#podcastinfo {
	background: #fff;
	margin-top: 20px;
	padding-bottom: 20px;
}
#grid3 {
	display: inline-table;
	width: 30%;
	text-align: justify;
}

#grid2 {
	display: inline-table;
	width: 49%;
	margin-top: 1%;
	padding: 15px;
}

#podcastinfo h3 {
	font-size: 1em;
	font-weight: 500;
	color: #5B757A;
	margin: 10px 0 5px 0;
	text-transform: uppercase;
}

#start {
	background: #fff;
	text-align: center;
	width: 100%;
	padding: 5px;
}

#start h1 {
		font-family: 'Arvo';
	font-weight: 500;
	font-size: 2.0em;
	line-height: 1.2em;
	padding: 5px;
	clear: both;
}

#start p {
	font-size: 1.5em;
	margin-top: -30px;
	color: #5B757A;
}

#end {
	text-align: center;
}

#podcasts a {
	display: block;
  background: #fff url(img/20techplay.png) no-repeat; 
  background-size: auto 40px;
  background-position: 1% 50%;
  width: 100%;
  padding: 18px 0px 18px 55px;
  margin: 1% 0;
  font-weight: 100;
	text-transform: uppercase;
	color: #5B757A;
}

#podcasts a:hover {
	color: #fff;
	background: #333462 url(img/20techplay-h.png) no-repeat; 
	  background-size: auto 40px;
  background-position: 1% 50%;
}

@media only screen and (max-width: 1000px)  {
	nav #searchform {
		width: 100%;
	}

	nav #searchform #gs {
		width: 15%;
	}

	nav #searchform input#s {
		width: 85%;
	}

	nav {
		width: 100%;
		padding: 0px 20px;
	}
	
	.col {
  margin: 1% 0 1% 1%;
	}

	.cat31 {
		margin: 1% 0 1% 1%;
	}

	.cat21 {
		margin-left: 0px;
	}

	.cat31, .cat32, .cat33 {
		width: 49.5%;
	}

	#content {
		width: 100%;
	}

	#main {
		float: none;
		margin: auto;
	}

	aside {
		width: 690px;
		float: none;
		clear: both;
		margin: auto;
		padding: 30px 0px;
	}

	aside ul li, aside .widget-container {
		display: inline-block;
		float: left;
		width: 335px;
		margin: 5px 5px 5px 5px;
	}

	.importantlinks ul li, aside .downloads a {
		display: inline-block;
		margin: 5px 5px 0px 0px;
		width: auto;
	}

	.relatedlinks, .relatedlinks-s a, aside .singleinfo, aside .thecategory {
		display: block;
		width: 340px;
	};
}

@media only screen and (max-width: 668px), screen and (max-device-width: 668px) {
	
	.cat31, .cat32, .cat33 {
		margin: 1% auto;
		width: 100%;
		max-width: 100%;
	}

	#main {
		width: 100%;
	}

	aside {
		width: 100%;
	}

	.post-thumbnail .postinfo, .post-thumbnail-none .postinfo {
		display: none;
	}

	aside ul li, aside .widget-container {
		display: block;
		float: none;
		width: 100%;
		margin: 5px auto;
	}
	
	.relatedlinks, .relatedlinks-s a, aside .singleinfo, aside .thecategory {
		width: 100%;
	}
	
	aside .singleinfo .info {
		width: 75%;
	}
	
	.avatar img {
		height: auto !important;
  		width: auto !important;
	}

	#content {
		padding: 0px 10px;
	}
	
	.gallery-item {
		width: 100% !important;
		float: none !important;
	}
	
	.post img {
  		width: 100% !important;
	}
	
	.gallery img {
		width: auto !important;
	}
	
	.wp-caption {
  		width: 100% !important;
	}
	
	.post-thumbnail {
  		height: 150px;
		padding-top: 0px;
	}
	.h-active {
  background: #333462;
}

	nav #searchform #gs {
		width: 20%;
		  height: 55px;
		  background: #53acc6 url(img/search.png) 50% 50% no-repeat;
  background-size: 30px;
  border-radius: 0px;
	}

	nav #searchform input#s {
		width: 80%;
  		background: #53acc6;
		font-size: 1.4em;
		  height: 55px;
		  font-weight: 400;
		  float: right;
		    border-radius: 0px;
	}
	
	nav #searchform {
  margin: 3% auto 0% auto;
}
	
	#page-navi a {
		width: 100%;
		margin-top: 5px;
		display: block;
	}
	
	    .inner {
        width: 100%;
        padding:12px;
    }
    
    #grid3 {
        display: block;
        width: 100%;
        padding: 0px;
        text-align: justify;
    }
    
    #grid2 {
        display: block;
        width: 100%;
        padding: 20px;
    }
    
    #header {
        background-size: 80px, 100%;
    }

}