/*   
Theme Name: Zee Noble Child
Theme URI: http://ieb2014.shef.ac.uk
Description: The Inner Ear Biology Workshop 2014
Author: Neil Everill
Template: zeenoble
Version: 1.00
*/

@import url('../zeenoble/style.css');

/*Fonts*/
@font-face {
	font-family: 'Cantarell';
	src: url('_fonts/Cantarell-Regular-webfont.eot');
	src: url('_fonts/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('_fonts/Cantarell-Regular-webfont.woff') format('woff'), url('_fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('_fonts/Cantarell-Regular-webfont.svg#webfont9UOzsjXz') format('svg');
	font-weight: normal;
	font-style:normal;
}
@font-face {
	font-family: 'Cantarell';
	src: url('_fonts/Cantarell-Oblique-webfont.eot');
	src: url('_fonts/Cantarell-Oblique-webfont.eot?#iefix') format('embedded-opentype'), url('_fonts/Cantarell-Oblique-webfont.woff') format('woff'), url('_fonts/Cantarell-Oblique-webfont.ttf') format('truetype'), url('_fonts/Cantarell-Oblique-webfont.svg#webfontRl4nowrT') format('svg');
	font-weight: normal;
	font-style:italic;
}
@font-face {
	font-family: 'Cantarell';
	src: url('_fonts/Cantarell-Bold-webfont.eot');
	src: url('_fonts/Cantarell-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('_fonts/Cantarell-Bold-webfont.woff') format('woff'), url('_fonts/Cantarell-Bold-webfont.ttf') format('truetype'), url('_fonts/Cantarell-Bold-webfont.svg#webfontKr2CkGZp') format('svg');
	font-weight: bold;
	font-style:normal;
}
@font-face {
	font-family: 'Cantarell';
	src: url('_fonts/Cantarell-BoldOblique-webfont.eot');
	src: url('_fonts/Cantarell-BoldOblique-webfont.eot?#iefix') format('embedded-opentype'), url('_fonts/Cantarell-BoldOblique-webfont.woff') format('woff'), url('_fonts/Cantarell-BoldOblique-webfont.ttf') format('truetype'), url('_fonts/Cantarell-BoldOblique-webfont.svg#webfontQ1aSR0ux') format('svg');
	font-weight: bold;
	font-style:italic;
}
@font-face {
    font-family: 'DroidSans';
    src: url('_fonts/DroidSans-webfont.eot');
    src: url('_fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('_fonts/DroidSans-webfont.woff') format('woff'),
         url('_fonts/DroidSans-webfont.ttf') format('truetype'),
         url('_fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSans';
    src: url('_fonts/DroidSans-Bold-webfont.eot');
    src: url('_fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('_fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('_fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('_fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Modern';
    src: url('_fonts/modernpics-webfont.eot');
    src: url('_fonts/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
         url('_fonts/modernpics-webfont.woff') format('woff'),
         url('_fonts/modernpics-webfont.ttf') format('truetype'),
         url('_fonts/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bitter';
    src: url('_fonts/Bitter-Regular-webfont.eot');
    src: url('_fonts/Bitter-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('_fonts/Bitter-Regular-webfont.woff') format('woff'),
         url('_fonts/Bitter-Regular-webfont.ttf') format('truetype'),
         url('_fonts/Bitter-Regular-webfont.svg#BitterRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bitter';
    src: url('_fonts/Bitter-Italic-webfont.eot');
    src: url('_fonts/Bitter-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('_fonts/Bitter-Italic-webfont.woff') format('woff'),
         url('_fonts/Bitter-Italic-webfont.ttf') format('truetype'),
         url('_fonts/Bitter-Italic-webfont.svg#BitterItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {

    font-family: 'Bitter';
    src: url('_fonts/Bitter-Bold-webfont.eot');
    src: url('_fonts/Bitter-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('_fonts/Bitter-Bold-webfont.woff') format('woff'),
         url('_fonts/Bitter-Bold-webfont.ttf') format('truetype'),
         url('_fonts/Bitter-Bold-webfont.svg#BitterBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
	background: #d2ebf9; /* Old browsers */
	background: -moz-linear-gradient(top, #d2ebf9 0%, #feffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ebf9), color-stop(100%,#feffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d2ebf9 0%,#feffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d2ebf9 0%,#feffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d2ebf9 0%,#feffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d2ebf9 0%,#feffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ebf9', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */
	font: 100% Cantarell, Arial, Helvetica, sans-serif;
}
#wrapper {
    margin: 1% auto;
}
#wrap {
    padding: 1em 0;
}

#header {
	padding-top: 3em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
}
/*Set up site Title ans Description into Custom Heade Image*/
#custom-header {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}
#custom-header hgroup {
	display: block;
	position: absolute;
	top: 10px;
	padding-left: 30px;
	z-index: 10;
	margin: 0;
	width: auto;
	line-height: 1.5;
	font-weight: bold;	
}
#custom-header h1 a, #custom-header h2 {
    color: #CBBB34;
	display: inline-block;
    text-decoration: none;
	font-family: DroidSans, Arial, Helvetica, sans-serif;
}
#custom-header h1 {
	font-size: 2.2em;		
}
#custom-header h2 {
	font-size: 1.2em;		
}
#custom-header h1 a:hover, #custom-header h2 a:hover {
    color: #8C3960;
}

.no-page-title { display: none; }

/*Image Border*/
.entry img {
    -webkit-border-radius: 3px;
	border-radius: 3px;	
}

.entry h3, .comment h3 {
	color: #069;
	border-bottom: 1px dotted #0066CC;
	margin-bottom: 1em;
	font-family: Bitter, Arial, Helvetica, sans-serif;
}

.page-title, .post-title {
    font-family: 'Alef', Tahoma, Verdana, Arial;
}

/* 2 Column Page Widgets */
.blocks {
	clear: both;
	margin-top: 1em;
/*	margin-right: -4em;*/
}
.news {
	background: rgb(237, 228, 214);
	padding: 2%;
	border: none;
	border-radius: 0 0 15px 0;
/*	font-size: 90%;*/
}
.news + .news {
	margin-right: 0;
}
.news h3 {
	margin-top: 0;
	color: #3E3E3B;
	border-bottom: none;
	font-size: 1.2em;
}
section .2col {
	-moz-column-count: 2;
	-moz-column-gap: 16px;
	-webkit-column-count: 2;
	-webkit-column-gap: 16px;
	column-width: 120px;
	column-count: 2;
	column-gap: 16px; 
}

.comment { 
	font-family: DroidSans, Arial, Helvetica, sans-serif;
	background-color: #E6EFF7;
	padding: 10px;
	margin: 1em 0 1em 0;
	font-size: 0.9em;
	border-radius: 15px;
}
.comment h3{ 
	margin-top: 0.5em;
	padding: 0 10px 0 10px;
}
.comment2 { 
	font-family: DroidSans, Arial, Helvetica, sans-serif;
	background: rgb(237, 228, 214);
	padding: 10px;
	margin: 1em 0 1em 0;
	font-size: 0.9em;
	border-radius: 15px;
}
.comment2 h3{ 
	margin-top: 0.5em;
	padding: 0 10px 0 10px;
	color: #3E3E3B;
}
.comment3 { 
	font-family: DroidSans, Arial, Helvetica, sans-serif;
	background: #F2F2F0;
	padding: 10px;
	margin: 1em 0 1em 0;
	font-size: 0.9em;
	border-radius: 15px;
}
.comment3 h3{
	margin-top: 0.5em;
	padding: 0 10px 0 10px;
	color: #636;
}

.entry h6, .comment h6 {
	color: #066;   
}

/*Footer*/
div.leftCol {
	float: left;
	width: 65%;
}
#footer p {
	line-height: 1.5em;	
}
div.rightCol {
	float: right;
	width: 35%;
	text-align: right;
}
p.topLink {
	background: url(../../uploads/up.png) no-repeat right center;
	padding-right: 20px;
}

table.workshop {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1em 0;
	text-align: left;
	width: 100%;
	border: 0px none;
}
.workshop tr th,
.workshop thead th {
/*	background: #e5e5e5;*/
	font-weight: bold;
	padding: 0.2em 1em;
	text-align: left;
	background: none repeat scroll 0 0;
}
.workshop tr td {
/*	border-top: 1px solid #ddd;*/
	padding: 0.2em 1em;
}
.workshop tr.alternate td {
	background: #f5f5f5;
}

/* Tablets (portrait) | <800px */
@media only screen and (max-width: 50em) {
	#custom-header hgroup {
		top: 10px;
		margin: 0;
		line-height: 1.2;
	}
	#custom-header h1 {
		font-size: 1.2em;		
	}
	#custom-header h2 {
		font-size: 0.9em;		
	}
	.news {
		float: left;
		margin: 1% 4% 1% 0;
		font-size: 95%;
		width: 98%;
	}
}

/* Smartphones | <480px */
@media only screen and (max-width: 30em) {
	
	#custom-header hgroup {
		top: 5px;
		margin: 0;
		padding-left: 1 0px
	}
	#custom-header h1 {
		font-size: 1em;		
	}
	#custom-header h2 {
		display:none;		
	}	
	div.rightCol {
		display: none;
	}
}