/*
Theme Name: Mountain Academy
Theme URI: http://www.themountainacademy.com/
Description: The Mountain Academy 2 Skin
Version: 1
Author: Alexis Bouhet @ La Haute Société, french stuff
*/

/**
 * Reset
 */
*
{
	margin: 0;
	padding: 0;
}
.textShadow
{
    text-shadow: #383838 0 1px 4px;
}
.prompted
{
	color: #666666 !important;
}
a
{
	color: #ABABAB;
	text-decoration: none;
}
a:hover
{
	color: white;
}
.clear
{
	clear: both;
}
.mini
{
	margin-top: 10px;
	margin-left: 10px;
	font-size: 11px;
	color: #ABABAB;
	float: left;
}
.subTitle
{
	color: #CDCDCD;
}
/* share */
.share
{
	float: right;
	margin-right: 15px; 
	font-size: 12px;
	color: #ABABAB;
	vertical-align: top;
}
.share > img
{
	vertical-align: top;
}
.share:hover
{
	color: white;
}

/**
 * Les généralités
 */
body
{
	font-family: Arial, sans-serif;
	background-color: #282828;
	background-image: url("images/background.gif");
	background-repeat: repeat-y;
	background-position: center;
	color: white;
}
#page
{
	width: 950px;
	margin: 0 auto;
}

/**
 * Le header
 */
#header
{
	height: 385px;
	position: relative;
}
/* Partie gauche */
#headerLeft
{
	width: 335px;
	height: 360px;
	background-color: #ffd203;
	float: left;
}
#headerLeft > #logo a, h1, img
{
	outline: none;
	border: 0;
}
/* Partie droite */
#headerRight
{
	position: relative;
	width: 615px;
	height: 360px;
	background-color: #000000;
	float: right;
}
#headerRight > #search
{
	position: absolute;
	width: 100px;
	height: 35px;
	background-color: black;
	top: 0;
	right: 0;
	overflow: hidden;
}
#headerRight > #search > .input
{
	position: absolute;
	top: 7px;
	left: 9px;
	height: 17px;
	width: 80%;
	padding-left: 4px;
	padding-top: 3px;
	font-weight: bold;
	border: 0;
	font-size: 11px;
}
#searchSubmit
{
	position: absolute;
	top: 6px;
	right: 0px;
	background-color: black;
	background-image: url("images/search.gif");
	background-repeat: no-repeat;
	border: 0;
	width: 30px;
	height: 24px;
}
/* Le menu */
#menu
{
	position: absolute;
	top: 45px;
	font-family: Verdana, sans-serif;
}
#menu > li
{
	float: left;
	display: block;
	margin-right: 5px;
}
#menu > li > a
{
	display: block;
	outline: none;
	font-size: 15px;
	background-color: #282828;
	color: #ffd203;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 7px;
}
#menu > li > a:hover
{
	text-decoration: none;
	/*background-color: black;
	color: white;*/
}
/* Le bas */
#headerBottom
{
	z-index: 2;
	clear: both;
	background-color: white;
	color: black;
	height: 21px;
	padding: 4px 0 0 5px;
	font-family: Verdana, sans-serif;
}
#lastNews > strong
{
	color: black;
	font-size: 14px;
}
#lastNews
{
	text-decoration: none;
	width: 700px;
	color: #555555;
	font-size: 12px;
}
#follow
{
	font-family: Verdana, sans-serif;
	position: absolute;
	top: 349px;
	right: 12px;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	width: 218px;
	height: 30px;
	padding: 6px 0 0 0;
	background-image: url("images/back-social.gif");
	background-repeat: no-repeat;
	color: black;
}
#follow > .floating
{
	position: absolute;
	top: 10px;
	left: 15px;
}
#follow > .images
{
	position: absolute;
	top: 6px;
	left: 135px;
}
#follow img
{
	vertical-align: middle;
}

/**
 * L'intro
 */
#intro
{
	position: absolute;
	top: 70px;
	left: 20px;
}
#intro > p
{
	font-weight: bold;
}
#intro > p.big
{
	font-family: Verdana, sans-serif;
	color: #ffd203;
	font-weight: bold;
	font-size: 26px;
	margin: 15px 0 10px 0;
}
#intro > a
{
	display: block;
	color: #ffd203;
	padding: 5px 0 5px 10px;
	background-color: #282828;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	width: 300px;
}
#intro > a:hover
{
	text-decoration: none;
	background-color: #ffd203;
	color: #282828;
}

/**
 * Le slideshow
 */
#slideshow
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
#slideshow > div
{
	height: 360px;
}
#slideshow img
{
	float: left;
}

/**
 * Le footer
 */
#footer
{
	clear: both;
	font-size: 10px;
	color: #707070;
	margin: 20px 0;
	width: 710px;
	text-align: center;
}
#footer > a
{
	color: #707070;
	text-decoration: none;
	outline: none;
}
#footer > a:hover
{
	text-decoration: underline;
	color: #BBBBBB;
}

/**
 * La sidebar
 */
#sidebar
{
	float: right;
	width: 220px;
	padding: 10px;
	margin: 0; 
}
#sidebar h3 > a
{
	outline: none;
	clear: both;
	display: block;
	color: #ffd203;
	background-color: black;
	width: 220px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 4px 0;
	margin-bottom: 15px;
}
#sidebar h3 > a:hover
{
	text-decoration: none !important;
	color: white;
}
#sidebar ul
{
	height: auto;
}
#sidebar ul > li
{
	list-style: none;
}
#sidebar ul > li > a
{
	display: block;
	text-decoration: none;
	color: #ABABAB;
	font-size: 12px;
	padding: 2px 0 3px 5px;
}
#sidebar ul > li > a:hover
{
	background-color: #1A1A1A;
	text-decoration: none !important;
	color: #ffd203;
}
#contact > .widget
{
	height: auto;
}
#contact p
{
	font-size: 12px;
	padding: 2px 0 3px 5px;
	text-align: center;
}

.widget
{
	width: 190px;
	height: 130px;
	margin: 0 auto;
	clear: both;
	background-color: #000000;
	margin-bottom: 10px;
}

/**
 * Le calendrier
 */
#schedule
{
	height: auto;
}
#schedule td
{
	width: 25px;
	height: 25px;
}
#schedule thead
{
	color: #ABABAB;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}
.ui-datepicker-current-day
{
	background-color: #222222;
	color: #DEDEDE;
	font-weight: bold;
}
.badDay
{
	font-size: 12px;
	background-color: #111111;
	color: #ABABAB;
	text-align: center;
}
.goodDay
{
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	background-color: #ffd203;
}
.goodDay:hover
{
	background-color: white;
}
.goodDay > a
{
	color: #282828;
	text-decoration: none;
}
.ui-datepicker-header
{
	width: 100%;
	height: 20px;
	background-color: #111111;
	color: #ffd203;
	font-size: 13px;
}
.ui-datepicker-prev
{
	display: block;
	width: 20px;
	float: left;
	background-color: #222222;
	text-align: center;
	margin: 2px 0 0 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: default;
}
.ui-datepicker-prev:hover
{
	color: black;
	background-color: #ffd203;
}
.ui-datepicker-next
{
	display: block;
	width: 20px;
	float: right;
	background-color: #222222;
	text-align: center;
	margin: 2px 2px 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: default;
}
.ui-datepicker-next:hover
{
	color: black;
	background-color: #ffd203;
}
.ui-datepicker-title
{
	text-align: center;
}
.ui-datepicker-title > span 
{
	vertical-align: middle;
}
#fullMap
{
	margin: 10px 0 0 10px; 
}
 
/**
* Le content
*/
#container
{
	float: left;
	width: 710px;
}
#container > h2
{
	text-align: center;
	margin: 10px 0;
}

/* Les articles */
.post
{
	margin: 15px 0 5px 12px;
	clear: both;
}
.post > h3
{
	margin: 5px 0 10px 0;
}
.post > h3 > a
{
	outline: none;
	color: #ffd203;
	text-decoration: none;
	font-size: 17px;
}
.post > h3 > a:hover
{
	color: white;
	text-decoration: underline;
}
.post > .postInfo
{
	color: #ABABAB;
	font-size: 12px;
	margin: 0 0 10px 0;
}
.post > .postInfo > a
{
	color: #ABABAB;
}
.post > .postInfo > a:hover
{
	color: white;
}
.post > .postContent
{
	font-size: 13px;
	padding: 0 10px 0 0;
}
.post > .postContent p
{
	margin-bottom: 18px;
	text-indent: 20px;
}
.post > .postContent img
{
	float: left;
	margin: 3px 5px 5px 0;
}
.post > .postContent ul
{
	margin: 5px 0 5px 25px;
}

a.more
{
	color: white;
}
a.more:hover
{
	color: #ffd203;
}
/* Les commentaires */
#comments
{
	margin: 15px 0 0 0;
	clear: both;
	padding-top: 10px;
}
#comments h3.commentTitle
{
	color: #ffd203;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
.comment
{
	background-color: #1D1D1D;
	margin-bottom: 5px;
}
.identity
{
	background-color: #181818;
	height: 48px;
}
.identity > img
{
	margin-right: 5px;
	float: left;
}
.identity span
{
	font-size: 11px;
	color: #999999;
}
.identity span.name
{
	font-size: 13px;
	color: #BBBBBB;
}
.identity span.name > a
{
	font-size: 13px;
	color: #BBBBBB;
}
.identity span > a
{
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.identity span > a:hover
{
	color: white;
	text-decoration: underline;
}
.identity span.wait
{
	color: white;
}
.comment > p
{
	clear: left;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 4px 3px;
}
.comment > p a
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.comment > p a
{
	text-decoration: underline;
}
#commentForm
{
	position: relative;
}
#commentForm a
{
	color: white;
	text-decoration: none;
}
#commentForm a:hover
{
	color: white;
	text-decoration: underline;
}
#commentForm > p
{
	margin-bottom: 3px;
}
label
{
	color: #ABABAB;
	font-size: 12px;
}
#commentForm > p > .input
{
	width: 450px;
}
.input
{
	background-color: #181818;
	border: none;
	color: white;
	padding: 2px 4px;
	vertical-align: middle;
}
#submit
{
	font-family: Verdana, sans-serif;
	width: 100px;
	height: 25px;
	margin: 3px 0;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #181818;
	color: #ffd203;
	font-size: 15px;
	font-weight: bold;
	border: 0;
	cursor: hand;
}
/**
 * Les liens DETAILS
 */
.details
{
	float: right;
}
.details, .previous > a, .next > a
{
	font-family: Verdana, sans-serif;
	display: block;
	background-color: black;
	color: #ffd203;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	padding: 4px 5px;
	margin: 5px 15px 15px 0;
	outline: none;
}

.details:hover, .previous > a:hover, , .next > a:hover
{
	/*color: white;*/
	text-decoration: none !important;
}
.details.alt, .previous > a, .next > a
{
	color: black;
	background-color: #ffd203;
}
.details.alt:hover, .previous > a:hover, , .next > a:hover
{
	/*background-color: white;*/
	text-decoration: none !important;
}
.navigation
{
	clear: both;
	width: 700px;
	height: 45px;
	margin: 0 0 5px 10px;
	padding-top: 20px;
}
.previous
{
	float: left;
}
.next
{
	float: right;
}

/**
 * Formulaire pour rejoindre
 */
#joinForm
{
	width: 530px;
	margin: 0 auto;
}
#joinForm > table
{
	width: 550px;
	border-collapse: collapse;
}
#joinForm > table td
{
	padding: 4px 7px;
}
#joinForm .input
{
	width: 250px;
	padding: 2px 4px;
}
#joinForm select
{
	width: 258px !important;
	padding: 0;
}
#joinForm .input.large
{
	width: 520px;
}
#joinForm select.large
{
	width: 528px !important;
}
#joinForm .center
{
	vertical-align: middle;
	text-align: center;
}
#topTenTable
{
	margin-top: 15px;
	margin-left: 7px;
	width: 528px !important;
	background-color: #1D1D1D;
	text-align: center;
	font-size: 12px;
	color: #ABABAB;
}
#topTenTable tr.head
{
	font-size: 13px;
	font-weight: bold;
	background-color: #161616;
	color: #ffd203;
}
#topTenTable .input
{
	width: 99% !important;
	margin-left: -3px;
	background-color: black;
}
#joinForm #submit
{
	float: right;
	margin: 5px -5px 0 0;
}
#joinForm .certify
{
	margin-left: 5px;
	margin-top: 5px;
}
.center
{
	text-align: center;
}

/* Partners */
.partners
{
	height: auto;
	text-align: center;
	background-color: transparent;
}
.partners > a
{
	display: block;
	margin: 10px auto;
}
.bigPartner
{
	float: left !important;
	clear: none !important;
	width: 335px;
	height: 130px;
	background-color: #181818;
	text-align: center;
	padding-top: 5px;
}













