/*   
Theme Name: Responsive Child Theme adapte for ISIT conference
Theme URI: https://github.com/cyberchimps/responsive-childtheme/isit2016
Description: Responsive Child Theme
Author: Gonzalo Vázquez
Author URI: http://www.gonzalo-vazquez-vilar.eu/
Template: responsive
Version: 1.0
*/

/* =Fonts
-------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Roboto:300);

/* =Logo and colors
-------------------------------------------------------------- */
#logo {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

body {
	background: #fefefe;
	color: #333333;
    font-size: 16px;
}

blockquote{
	color: #555555;
}

a {
	color: #2c2ca0;
}

/* =Container
-------------------------------------------------------------- */

#container {
    max-width: 1100px;
}

#footer {
	max-width: 1100px;
}

.msie-box {
	max-width: 1100px;
}

/* =Menu
-------------------------------------------------------------- */

.menu a {
	border-left: 1px solid #585858;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 13px;
        font-family: 'Roboto', sans-serif;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
}

/* =Widgets Home Page
-------------------------------------------------------------- */

#home_widget_1, #home_widget_2, #home_widget_3 {
        display: none;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-family: 'Roboto', sans-serif;
	line-height: 1.0em;
	word-wrap: break-word;
}

h1 {
	font-size: 2.625em; /* = 42px */
	margin-bottom: .5em;
	margin-top: .5em;
}

h2 {
	font-size: 2.250em; /* = 36px */
	margin-bottom: .75em;
	margin-top: .75em;
}

h3 {
	font-size: 1.875em; /* = 30px */
	margin-bottom: .857em;
	margin-top: .857em;
}

h4 {
	font-size: 1.500em; /* = 24px */
	margin-bottom: 1em;
	margin-top: 1em;
}

h5 {
	font-size: 1.125em; /* = 18px */
	margin-bottom: 1.125em;
	margin-top: 1.125em;
}

h6 {
	font-size: 1.000em; /* = 16px */
	margin-bottom: 1.285em;
	margin-top: 1.285em;
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/
