/*
 Theme Name:     alc12
 Description:    twentytwelve Child Theme
 Author:         Koen van der Drift
 Author URI:     https://www.associationleclezio.com
 Template:       twentytwelve
 Version:        1.0.0
*/
 
@import url("../twentytwelve/style.css");
 
/* =Theme customization starts here

TODO:

* ratio main-sidebar
* font sizes
* videos: caption, size and alignment

* maintain selected menu with child pages
* all nav menus: distance between item and bottom border
* fix members menu
* members list
* language menu
* 404 page picture
* change logo for smaller screens

------------------------------------------------------- */



html {
	font-size: 105%;
    	background-color: #fefefe;
	color: #111111;
}

body.custom-background {
    	background-color: #fefefe;
	color: #111111;
}

body {
	font-family: georgia, serif;
    	line-height: 1.6em;
    	background-color: #fefefe;
	color: #111111;
}

body.custom-font-enabled {
	font-family: georgia, serif;
}


.site {
	border-width: 0px;
}

a {
    	text-decoration: underline;
}

a:link, a:visited {
    	color: #23538a;
}

h1, h2, h3, h4, h5, h6 {
    	font-family: helvetica, arial sans-serif;
    	font-variant: small-caps;
    	text-transform: uppercase;
    	font-weight: 500;
    	letter-spacing: 0.15em;
	clear: both;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	text-decoration: none;
}


h1, h2, h3 {
    	border-bottom: 1px outset;
}


h1, h1.entry-title {
    	font-size: 2.4em;
    	margin: 30px 0 30px;
    	padding-bottom: 5px;
}


h2  {
    	font-size: 1.8em;
    	margin: 30px 0 10px;
}

h3.widget-title {
    	font-family: helvetica, arial sans-serif;
    	font-variant: small-caps;
    	text-transform: uppercase;
    	font-weight: 500;
    	letter-spacing: 0.15em;
	clear: both;
    	font-size: 0.8em;
    	margin: 20px 0 30px;
    	padding-bottom: 5px;
}

h4 {
    	font-size: 1.2em;
    	margin: 30px 0 5px;
}


/* main navigation */

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { 
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
    text-decoration: none;
    color: #23538a;
    padding-bottom: 0;
    float: left;
}

.main-navigation li > a  {
    color: #23538a;
    text-align: center;
    border-bottom: solid 3px transparent;
}

.main-navigation a:hover {
    color: #23538a;
    border-bottom: 3px solid #dbbe63;
}

/* sub menu */
.main-navigation li:hover li a {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    border-left: solid 3px transparent;
    border-bottom:  solid 3px transparent;
}

.main-navigation ul.nav-menu li li a {
    background-color: #fefefe;
}

.main-navigation li li a:hover  {
    border-bottom: solid 3px transparent;
    border-left: 3px solid #dbbe63;
}

/* main content */
.site {
	background-color: #fefefe;
	margin-top: 0;
	border-bottom: none;
}

.site-content article {
	background-color: #fefefe;
	border-bottom: none;
}

.entry-content li {
	padding-bottom: 10px;
}

/* form for purchasing cahiers */
.modalite {
}

.modalite .label {
}

.modalite input[type="image"]  {
	height: 240px;
}

.widget {
	margin: 0 0 1.5em;
	border-bottom: 0px solid #e4e4e4;
	margin: 0 0 1.5em;
	padding-bottom: 1.5em;
	/* Make sure select elements fit in widgets. */
}
.widget .widget-title {
	font-size: 1.2em;
}
.widget > ul {
	list-style: none;
	margin: 0;
}
.widget > ul li {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-left: 1px;
}
.widget > ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.widget > ul a,
.widget > ul a:active,
.widget > ul a:focus,
.widget > ul a:visited,
.widget > ul a:hover {
	text-decoration: none;
}
.widget select {
 	max-width: 100%;
}

/* don't show edit button at bottom of page */
.post-edit-link {
	display: none;
}

/* style the footer text */
.site-info {
    	clear: both;
    	padding: 0px 3.076923076923%;                 /* 20 / 650 */
    	height:  60px;
    	font-size: 1.0em;
    	font-style: italic;
    	text-align: right;
    	background-color: #dcbf63;
}

/* put a border around each image */
img {
    	padding: 10px;
    	background-color: #fefefe;
	border-width: 2px;
	border-color: #2d2d2d;
}


/* no border and shadow for the header image */
img.header-image, img.hvr-none {
    	border: none;
	-moz-box-shadow: 0 0 #fefefe;
	box-shadow: 0 0 #fefefe;
}


/* style the blockquote */
blockquote {
    	margin: 30px 3.076923076923%;                /* 20 / 650 */
    	padding: 20px 3.076923076923%;             /* 20 / 650 */
    	font-style: italic;
    	font-size: 0.8em;
    	line-height: 2.4em;
    	z-index: 1; /* prevent shadows falling behind containers with backgrounds */
    	background-color: #dbbe63;
	-mox-box-shadow: 0px 3px 15px #444;
	box-shadow: 0px 3px 15px #444;
}

blockquote cite.name {
    	display: block;
    	text-align: right;
}

blockquote cite.name:before  {
    	content: "\2015 \2009"; /* --  */
}




@media screen and (max-width: 640px) {
	/* don't show submenus on small screens */
	.main-navigation li li { display: none; }

        /* add extra padding below the last item */
	.main-navigation ul.nav-menu { padding-bottom: 30px; }

	/* todo: no text decoration, fix font, no yellow line
}