/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Site Styles
================================================== */
	div.container {
		padding:30px 0; }

	/* Doc nav */
    .main {
    
        background:url(../images/menu-bg.png) no-repeat 140px 0;
    }
	nav {
        display: block;
        }
	#title {
		margin-bottom: 20px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		letter-spacing: -1px;
		font-weight: bold; }
	nav ul {
		float: left;  }
	nav ul li {
		display: block;
		margin-bottom: 10px; 
        position: relative; }
	nav ul li a,
	nav ul li a:visited,
	nav ul li a:active  {
		font-size: 14px;
		color: #555;
		text-decoration: none;
		font-weight: bold; 
        display:block;
        padding:5px 10px;
        }
	nav ul li a:hover,
	nav ul li a:focus,
    nav ul li a.active {
		color: #222; 
        background: #D8D8DA}
        
ul#menu li a.current, ul#menu li a.current:hover {
	color: #fff;
}
#menu li ul { 
	position: absolute; /* 5 */
	width: 8.8em; 
	left: -999em;
	padding: 0;
	padding-top:4px;
	list-style: none;
    right:-95px;
    top:-8px;
    z-index:2;
}
/* menu de 2e niveau*/
#menu li ul a {
	text-align:left;

	padding:6px 18px;
	width:7.7em; 
	background-color: #D8D8DA;
    color:#000 !important;
}
#menu li ul a:hover {
	background-color: #FAFAFA;
}
/* remonte la position du sous-menu */
#menu li ul li {
	margin:0 0 0 0;
	padding:0;
}
#menu li ul li ul a {
	width:11em;  
	background-color: #CDF0FC;
}
#menu li ul li ul a:hover{
	background-color: #91C6F0;
}
#menu li:hover ul ul {
	left: -999em; /* 6 */
}
#menu li ul li ul li{
	padding:0;
	position:relative; /* 7 */
	left: 128px;
	top: -30px;
}
#menu li:hover ul, #menu li li:hover ul { 
	left: auto; /* 8 */
}
    
        
        
        
	header h1 {
		font-size: 52px;
		line-height: 61px;
		letter-spacing: -1px;
		font-weight: normal;
		font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif; }
	hr.large {
		border: none;
		height: 8px;
		background: #ebebeb;
		margin: 50px 0; }
	div.doc-section {
		margin: 30px 0; }

	#whatAndWhy .row {
		padding: 30px 0 0; }

	#typography blockquote {
		margin-top: 20px; }

	.hidden-code a {
		font-size: 12px;
		color: #999; }
	.hidden-code>div {
		display: none; }


	/* Grid */
	#grid .column,
	#grid .columns {
		background: #ddd;
		height: 25px;
		line-height: 25px;
		margin-bottom: 10px;
		text-align: center;
		text-transform: uppercase;
		color: #555;
		font-size: 12px;
		font-weight: bold;
		-moz-border-radius: 2px;
		 -webkit-border-radius: 2px;
		 border-radius: 2px; }
	#grid .column:hover,
	#grid .columns:hover {
		background: #bbb;
		color: #333; }
	#grid .example-grid { overflow: hidden; }

	.post-button-note,
	.post-button-note a {
		font-size: 11px;
		color: #999; }

	#examples .four.columns a {
		text-decoration: none;
	}
	#examples .four.columns a:hover {
		text-decoration: underline;
	}


	.resize {
		position: fixed;
		bottom: 0;
		right: 0;
		height: 80px;
		width: 80px;
		background: url(images/resize.png); }


	img {
		max-width: 100%;
		height: auto; 
        margin-bottom: -5px !important; }
        
    .caption {
        display: block;
        text-align:center;
        font-weight: 700;
        font-style: italic;
        font-size: 11px;
    }

	.gist-meta { display: none !important;}

	ul ul ul li { margin-bottom: 3px; }

	.twitter-share-button { margin-bottom: -18px; }

.carbonad,
.carbonad-image,
.carbonad-text,
.carbonad-tag {
	background: none !important;
	border: none !important;
	margin-left: 0 !important;
}
.carbonad-tag {
	margin-top: 6px !important;
	padding-top: 0 !important;
}
.carbonad-text {
	height: auto !important;
}
.carbonad-image {
	margin-top: 0 !important;
}

ol.reverse {
    list-style: none;
    font-size:12px;
  }

  ol.reverse > li:before {
    content: counter(reverse) '.';
    display: block;
    left: -30px;
    position: absolute;
    text-align: right;
    width: 20px;
  }

  ol.reverse li {
    counter-increment: reverse -1;
    position: relative;
    margin-bottom:10px;
  }

	ul.tabs li a.title {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px transparent;
		border-width: 1px 1px 0 0;
		margin: 0;
		background: none;
		font-size: 13px; }

.frame {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    background: #fff;
    padding: 5px;
}
.label {
    text-transform: uppercase;
    font-weight:700;
    color: #999;
    font-size: 10px;
}
.box {
    background: #F8F9F9;
    padding: 10px;
    display: block;
    margin-bottom:30px;
}
.row.boxed {
    background: #F8F9F9;
    padding:10px 0;
}
.row.boxed.no-image .name > div {
    padding-left:10px;
}
.boxed .frame {
    margin-left:10px;
}
.box ol {
    margin-bottom: 0;
}
#banner {
    background: url(../images/banner.png);
    padding:10px;
    width:940px;
     -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
#banner h1 {
    color: #fff;
    line-height:32px;
    font-size:30px;
    margin-bottom:0;
}
#banner h1 span {
    background: rgba(0,0,0,0.8);
    display:inline-block;
    margin-bottom:3px;
}
#header {
    border-bottom:1px solid #e6e6e6;
}
#footer, #header {
    background: #000;
    color: #fff;
    width:100%;
}
#footer .container {
    padding: 30px 0;
}
#header a {
    padding:5px 10px;
    color: #fff;
    text-decoration: none;
}
#header a:hover {
    background: green;
}

.index-box,
.index-box .box {
    margin-bottom:0;
}
.index-box ul li {
    border-bottom: 1px dotted #e6e6e6;
    padding-bottom:12px;
}
.index-box ul {
    margin-bottom:0;
}
.index-box ul li:last-child {
    border:none;
    margin-bottom:0;
    padding-bottom:0;
}
span.email {
    margin-top:10px;
    color: #486595;
}
ol.reverse a {
    color: #486595;
    text-decoration: none;
}
ol.reverse a:hover {
    text-decoration: underline;
}