/*
Theme Name: NCCRBlog Child
Author: Weblotion Markus Böniger
Author URI: http://weblotion.ch
Version: 1.0
Description: NCCR Blog. Online since 1st of February 2016.
Template: nccrblog
Theme URI: http://blog.nccr-onthemove.ch
*/

/* Import the stylesheet from the parent theme */
@import url('../nccrblog/style.css');

.navbar > ul ul li::before {
    position: absolute;
    content: "";
    top: -1px;
    left: 0px;
}

.navbar > ul ul li {
    position: relative;
    padding-left: 13px;
}

.navbar > ul ul a::before {
	position: absolute;
    content: "–";
    top: -1px;
    left: 0px;
}

#main #content {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px 155px;
	width:518px;
}

#main #content-author {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px 155px;
}

.post h1::after {
    display: block;
    margin: -3px 0 7px -1px;
    content: url(images/seperator31.png);
}

.search-form input[type="search"] {
    margin: -5px 0 0;
    border: none;
    border-bottom: 2px solid #d0d0d0;
    width: 73px;
    padding: 0;
    font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #acacac;
}

.search-form-results input[type="search"] {
    margin: -5px 0 0;
    border: none;
    border: 2px solid #d0d0d0;
    width: 100%;
    padding: 0;
    font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #acacac;
}

.post ul{
	border:0px solid grey;
	padding: 0 0 0 20px;
	margin: 0;
	/*list-style-type: circle;*/
	list-style-type: none;
}

.post ul > li {
  text-indent: -20px;
  border:0px solid grey;
}

.post ul > li:before {
  content: "–";
  text-indent: -10px;
  border:0px solid black;
  padding-right:10px;
}

.post ul li{
	padding: 0 0 20px 0;
}

input[type="submit"] {
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #ef737b;
    background: none;
    color: #e30613;
    padding: 0;
	margin-left:2px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    width: auto !important;
    font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

code {
	font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 1em;
}

.post img {
    display: block;
    margin: 16px 0 16px;
}

@media only screen and (max-width: 768px) {
	
	#header .right {
		display: inline;
		width: 47px;
		margin-top:-41px;
		border:0px solid red;
	}
	
	#header .right .lang-list {
		float:right;
	}
	
	.description {
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    max-width: 280px;
}

	.sub-logo {
		display: none;
	}
	
	#main #content {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px 155px;
	width:99%;
	}
	
	.search-form input[type="search"] {
    margin: 0;
    border: none;
    border-bottom: 2px solid #d0d0d0;
    width: 60px;
    padding: 0;
    font-family: "HelveticaNeueW01-75Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #acacac;
	font-size:12px;
}
.widget:first-child .links li:first-child {
    padding-top: 15px;
}
	
}

@media only screen and (max-width: 480px) {
	
	.logo-box img {
    	max-width: 130px;
	}
	
	.description {
    	font-size: 9px;
    	line-height: 11px;
    	padding: 0;
    	max-width: 220px;
	}
	
	.lang-list {
    	float: left;
    	margin: 0 0 0 12px;
    	font-size: 11px;
    	line-height: 16px;
		text-align:right;
	}
	
}


	