/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
* 
* modified Julien Dutant
* 01/2014
* 
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

body {
	background: white;
}

.container  {
}

#header {
	padding-top: 100px;
	border-bottom: 3px double #666;
	padding-bottom: 50px;
}

#header h1 {
	padding-bottom: 50px;
	text-align: center;
	font-size: 46px; line-height: 50px; margin-bottom: 14px;
	letter-spacing: .1em;
}

#header h2 {
	text-align: center;
	font-size: 21px; line-height: 30px; margin-bottom: 4px;
	font-variant: normal;
	font-style: italic;
}
#header h3 {
	text-align: center;
	font-size: 17px; line-height: 24px; 
	font-variant: normal;
}

#navigation {
	font-size: 21px; line-height: 30px; margin-bottom: 4px;
	margin-bottom: 50px;
}

#menu {
	font-size: 21px; line-height: 30px; margin-bottom: 4px;
}
#menu2 {
	font-size: 17px; line-height: 24px;
}


#navigation ul li {
    display: inline;
    margin-right: 30px; 
}
 
#navigation li a {
	color: #999;
    text-decoration: none;
}
 
#navigation li a:hover, #navigation li a:focus {
    color: #444;
}

#navigation li.inactive {color: #999;}
#navigation li.active {color: #000;}

.navrow {
	border-bottom: 1px solid #666;
	margin: 20px 0 0;
}


#footer {
	border-top: 3px double #666;
	padding-top: 20px;
	padding-bottom: 200px;
}

#footer, #footer a {
	color: #999;
}

/*
 * Content styles
 */
.title {
	font-style: italic;
}
.author { /* in full contents lists */
	display: block;
	margin: 4px 0 4px;
	font-variant: small-caps;
}
.name {/* in list of names */
	font-variant: small-caps;
}

#cover p {text-align: center;}
#signature p {text-align: left;
	margin-top: 24pt;}


/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
