/* 
Theme Name: quadernii
Theme URI: http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial 
Description: Based on a demo by Zac Gordon - theme built to accompany the Treehouse blog post <a href="http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial">How to Build a WordPress Theme with Bootstrap</a>. 

Author: Jean-Francois Yelle
Author URI: quadernii.com
Version: 0.1.0 Tags: responsive, bootstrap 

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) 
License URI: http://creativecommons.org/licenses/by-sa/3.0/ 

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html 
*/

/*color registry

/*#2d393d; /*quad_darkgreen*/
/*#db8428; /*quad_orange*/
/*#e3e3e3; /*quad_lightgray*/

@import url('bootstrap/css/bootstrap.css'); 
@import url('bootstrap/css/bootstrap-responsive.css'); 
@import url('FontAwesome/css/font-awesome.min.css');

body 
{ 
  padding-top: 60px; 
  /*padding-bottom: 40px;*/ 
  background-color: #2d393d; /*quad_darkgreen*/
}

.container
{
	background-color: #e3e3e3; /*quad_lightgray*/
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: transparent;
}

.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container p,
.container li
{
	margin-left: 15px;
	margin-right: 15px;
}

.container h2 a{
	color: #db8428; /*color quad_orange*/
}

.row {
	margin: 0;
}

.span4 {
	margin: 0;
}

.post{	
	padding: 15px;
	margin: 15px;
}

.subrow
{
	float: left;
}



.navbar
{
	height: 60px;
}

.brand
{
	background: url("http://www.quadernii.com/images/quadernii_logo_160x60.png") bottom;
	background-size:cover;
    text-indent: -99999px;
	width: 160px;
    height: 60px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.brand:hover
{
	background-position: 0 0;
}

.navbar .brand
{
	padding: 0;
}

.nav li.menu-item,
.nav li.lang-item,
.nav li.page_item {
    border-width: 1px;
    border-color: #444 #000 #000 #444;
    border-style: solid;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    min-width: 90px;
    text-align: center;
    background-color: #222;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
}

.nav li.menu-item a,
.nav li.lang-item a,
.nav li.page_item a {
	margin: 0;
}

.dropdown-menu li.menu-item
{
	border: none;
	width: auto;
	min-width: 0;
	background-color: transparent;
}

.dropdown-menu a:hover,
.dropdown-menu li.current_page_item

{
	background-color: #db8428 !important; /*quad_orange*/
}

.dropdown-menu li > a:hover, 
.dropdown-menu li > a:focus, 
.dropdown-submenu:hover > a 
{
    color: #000;
    text-decoration: none;
    background-color: #e3e3e3 !important;/*quad_lightgray*/
    background-image: none;
}

.dropdown-menu li.current_page_item a
{
    color: #fff;
    background-color: transparent;
}

/*obsolete on bootstrap*/
.navbar li.page_item li {
    display: none;
}

.navbar li.current_page_item a {
    background-color: #db8428 !important; /*quad_orange*/
    border-width: 1px;
    border-style: solid;
	border-color: #f1b87c #856645 #856645 #f1b87c;
	 border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
}

.btn a {
    color: #000000;
}

.btn a:hover {
    text-decoration: none;
}

.nav-previous,
.nav-next
{
	margin-top: 10px;
    margin-bottom: -5px;    
    width: 75px;
}
.nav-previous {
    margin-left: 15px;
}

.nav-next {
    margin-right: 15px;
}

.hero-unit .brand
{
	background: url("http://www.quadernii.com/images/quadernii_logo2_267x100.png") bottom;
	width: 267px;
    height: 100px;	
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hero-unit .brand:hover
{
	background-position: 0 0;
}

.slogan {
	height: 1em;
	display: block;
	color: #db8428;
}

.thumb{
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

.contentarea
{
	margin: 10px;
    padding: 10px;
}

.contentarea,
.post
{
	background-color: white;
	border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;    
    border: solid 1px #aaa;
}

.contentarea .hero-unit
{
	background-color: transparent;
	margin-top: 15px;
	padding-top: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.contentarea .hero-unit h3
{
	margin-top: 0;
	padding-top: 0;
}

.contentarea .hero-unit
{
	text-align: center;
}

.contentarea h2,
.contentarea h3,
.contentarea h4
{
	/*color: gray;*/
}

.news-excerpt .entry-meta
{
	border-style: dotted;
	border-width: 1px 0 0 0;
	border-color: gray;
	font-size: 0.8em;
}

.news-excerpt h2
{
	font-size: 1.5em;
	line-height: 1em;
}

.news-excerpt .btn
{
	width: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.footer
{
	background-color: black;
}
.footer .container,
.navbar .container
{
	color: white;
	background-color: transparent;
	border-style: dashed;
	border-color: gray;

}
.navbar .container
{
	border-width: 1px 1px 0 1px;
	border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
}
.footer .container
{
	border-width: 0 1px 1px 1px;
	border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
}

#site-generator
{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: gray;
}

#site-social
{
	text-align: center;
	/*position: absolute;
	width: 180px;*/
	padding-left: 10px;
    padding-right: 10px;
    /*bottom: 0;
    left: 75px;
    z-index: 10;*/
}

#site-social h2
{
	color: white;
	font-size: 0.8em;
    line-height: 1em;
    margin-top: 15px;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: 0.15em;
}

.social-ring-button {
    float: left;
}
