/*
Theme Name:	Responsive-child
Description:	Responsive theme modified with per-page custom menus
Template:	responsive
*/


@import url(/wp-content/themes/responsive-child/fonts.css);
@import url ../responsive/style.css;


/*
.class
#id

background-image: url('http://www.openlighting.org/wp-content/uploads/2013/12/dust.png');

*/


/* change default body font and text color */
body {
  font-family: 'Open sans', sans-serif;
  color: #222222;
  margin-right: 75px;
  margin-left: 75px;
  }


/* Widen things up a bit */
 #container {
  max-width: 1100px;
  }

/* Except for the front page - I want that sucker to fill the screen */

.front-page #container {
  max-width: 1200px;
  }
  
.page-id-655 .post-entry {
    max-width: 1000px;
    }


/* keep text containers from getting /too/ wide */
.post-entry {
  max-width: 900px;
  padding-left: 40px;
  
  }


#featured {
  padding-bottom: 0px;
  box-shadow: 4px 4px 8px #ccc;
}

#featured-image {
  margin: 0px 0 0 0;
}

.widget-wrapper {
  box-shadow: 3px 3px 5px #454545;
  }

#wrapper {
  background-color: #f5f5f5;
    }
  

/* default <hN> heading fonts are too big - let's trim them down a bit. Also use Roboto font, and add a wee bit of shadowing. */

h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, sans;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.75);
  color: #252525;
  }
  

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

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

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

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

h5 {
	font-size: 1.00em; /* = 16px */
	margin-bottom: 1.125em;
	margin-top: 1.125em;
  font-weight: 500;
}

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

/* Overview page tweaks */

.overview-page {
  
  }

.subsection > h2 {
  text-decoration: underline;
  }

.subsection {
  width: 45%;
  min-height: 16em;
  float: left;
  padding: 15px;
  }

.subsection > p {
  margin-left: 8px;
  padding-left: 10px;
  border-left: 10px solid #98bbed;
  }

dd {
  margin-left: 35px;
  }

/* make dropdown menus stand out a bit more with thicker and darker borders */

.menu li li {
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding-top: 1px;
  padding-bottom: 1px;
	}


.menu li li:last-child {
  border-bottom: 1px solid black;
  }


pre {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  }

th {
  font-weight: bold;
  }

/* Buildbot status page */

.buildbot-status {
  font-family: 'Roboto Condensed';
  }

.buildbot-status th {
  letter-spacing: 1px;
  }

.build-successful {
  background-color: #8d4;
  }

.build-failure, .failed-configure, .failed-configure-make, .failed-make, .failed-make-check, .failed-make-doxygen-doc {
  background-color: #e88;
  }

.warnings-shell {
  background-color: #fa3;
  }

.retry-exception-slave-lost, .exception-git {
  background-color: #c6c;
  }

.building {
  background-color: #fd3;
  }

.buildbot-status .offline {
  background-color: #777;
  }

.macos {
  background-image: url('/wp-content/uploads/2013/12/mac.png');
	background-repeat: no-repeat;
	background-position: 95% center;
  }

.debian {
  background-image: url('/wp-content/uploads/2013/12/debian.png');
	background-repeat: no-repeat;
	background-position: 95% center;
  }

.arch {
  background-image: url('/wp-content/uploads/2013/12/arch.png');
	background-repeat: no-repeat;
	background-position: 95% center;
  }

.ubuntu {
  background-image: url('/wp-content/uploads/2013/12/ubuntu.png');
	background-repeat: no-repeat;
	background-position: 95% center;
  }

.gentoo {
  background-image: url('/wp-content/uploads/2013/12/gentoo.png');
	background-repeat: no-repeat;
	background-position: 95% center;
  }


.openbsd {
  background-image: url('/wp-content/uploads/2014/03/openbsd.png');
	background-repeat: no-repeat;
	background-position: 95% center;
  }

.freebsd {
  background-image: url('/wp-content/uploads/2014/03/freebsd.png');
	background-repeat: no-repeat;
	background-position: 95% center;
  }

.netbsd {
  background-image: url('/wp-content/uploads/2014/03/netbsd.png');
	background-repeat: no-repeat;
	background-position: 95% center;
  }

.mint {
  background-image: url('/wp-content/uploads/2015/04/mint.png');
	background-repeat: no-repeat;
	background-position: 95% center;
  }

/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float: right;
	padding-bottom: 1em;
  padding-top: .5em;
  z-index: 3;
  
  }

/* fixed-position top menu. Removing for now because it looks stupid.
  background-image: url('http://www.openlighting.org/wp-content/uploads/2013/12/grid.png');
  position: fixed;
  right: 8em;
  z-index: 3;
  border-radius: 0px 0px 8px 8px;
*/
}


.top-menu li {
	display: inline;
	list-style-type: none;
}

.top-menu li a {
	border-left: 1px solid #aaaaaa;
	color: #333333;
  font-family: Oswald, sans-serif;
	font-size: 15px;
  padding: 0 4px 0 8px;
}

.top-menu > li:first-child > a {
	border-left: none;
}

.top-menu li a:hover {
	color: rgb(255, 78, 0);
  background-image: url('/wp-content/uploads/2013/12/grid.png');
}

/*------ Mailchimp form styling ------ */

.mc4wp-form input[type="text"] {
    width: 30%;
}

.mc4wp-form input[type="email"] {
    width: 30%;
}

.mc4wp-form input[type="checkbox"] {
    margin-left: 25px;
}


.mc4wp-form input[type="submit"] {
  border: 1px solid #115290;
  color: #FFF;
  background-color: #1874CD;
  background-image: linear-gradient(to bottom , #4F9EEA, #1874CD);
  text-shadow: 0px -1px 0px #115290;
  border-radius: 2px;
  box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
  display: block;
  width: 140px;
  height:40px
}
