/*
Theme Name: SLM
Description: Déclinaison CSS de twenty eleven 
Author: slm
Template: twentyeleven

Version: 1.0
*/

@import url("../twentyeleven/style.css");

@import url(http://fonts.googleapis.com/css?family=Bevan);

header#branding	{
	border-bottom: 0.25em solid black;
}
#branding hgroup {
    margin: 0;
    padding:0;
    position: absolute;
    bottom: 0;
    right:0;
}
#site-description	{
	font-family: 'Bevan', cursive;
 
	text-transform: uppercase;
	font-size: 1em;
	margin: 0 5em 1.5em 0;
}
h2#site-description	{
	font-weight: normal;
}

h1#site-title	{
	display: none;
	font-family: 'Bevan', cursive;
    text-transform: uppercase;
}

#site-title	{
    margin-right: 200px;
}

#site-title a	{
    font-size: 36px;
    font-weight: normal;
}
#access {
    display: none;
}


#main	{
	padding-top: 0;
}


#secondary	{
	background-color: #CCC;
    width: 26.4%;
    margin-right: 0;
    }

.widget-area h2	{
	font-family: 'Bevan', cursive;
    font-weight: 400;
    text-transform: uppercase;
	color: #F00;
    padding: 0.5em 1em;
    background-color: #000;
}

.widget p	{
	padding-left: 1em;
	padding-right: 1em;
}

.widget ul	{
	padding-left: 1em;
	padding-right: 1em;
	list-style: inside;
    margin-bottom: 1.625em;
}


ul#menu-pied-de-page li	{
	list-style: none;
	display: inline-block;
	padding: 1em;
}

ul#menu-pied-de-page li:first-child:after	{
	content: '|';
}

ul#menu-pied-de-page a	{
	color: #000;
}