@charset "UTF-8";

/*
 * @autor : Christophe DUVERGER
 * @email : christophe.duverger@gmail.com
 * @date : 2013
 */

/* Organisation */
/*
 * 1 - Reset [ based on E.Meyer work ]
 * 2 - Styles basiques
 * 3 - Global
 ** 3-1 - Header
 ** 3-2 - Sidebar
 ** 3-3 - Footer
 * 4 - Commentaires & Formulaires
 * 5 - Pagination
 * 6 - Polices
 */

/***************************************/
/* 1 - Reset [ based on E.Meyer work ] */
/***************************************/

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, span, blockquote, label, input, textarea, form, fieldset
{
	border: 0;
	font: inherit;
	font-size: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

input
{
	vertical-align: middle;
}

textarea
{
	width: 80%;
	max-width: 90%!important;
}

img
{
	border: none;
}



/***********************/
/* 2 - Styles basiques */
/***********************/

body
{
	background: url('img/main_bg.jpg');
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width: 1071px;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6
{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}

h1 {font-size: 1.75em; font-variant:small-caps}
h2 {font-size: 20px;}
h3 {font-size: 1.1em;}
h4 {font-size: 1em;}
h5 {font-size: 0.9em;}
h6 {font-size: 0.75em;}

a
{
  transition: color .1s linear;
  -moz-transition: color .1s linear;
  -webkit-transition: color .1s linear;
  -o-transition: color .1s linear;
}

a:link
{
	color: #777;
	text-decoration: none;
}

a:visited
{
	color: #777;
}

a:hover
{
	text-decoration: underline;
}

a:active, a:hover, a.active, .active a
{
	color: black;
}

ul
{
	list-style-type:circle;
	margin-left: 20px;
}

/**************/
/* 3 - Global */
/**************/

.picture
{
	border: solid 10px #333;
	border-radius: 5px;
}

#header, #section, #footer
{
	margin: 0 auto;
}

#section
{
	border: none;
	text-align:left;
	width:950px;
	min-height:250px;
}

#section:after
{
	content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.post
{
	/*float: right;*/
	padding: 10px 0;
}

.post > h2, .static-content h2
{
	line-height: 1.5;
	border-bottom: dashed 1px #c9bba1;
	margin-top:0px;
}

.post img
{
	border: 1px solid #aaa;
	padding: 1px;
  transition: border-color .5s ease-out;
  -moz-transition: border-color .5s ease-out;
  -webkit-transition: border-color .5s ease-out;
  -o-transition: border-color .5s ease-out;
}
.post img:hover
{
	border-color: black;
}

.static-content
{
	font-size:12px;
}

p + h2
{
	margin-top:20px !important;
}
.art-topinfos, .art-infos, .feed-art-com, .feed-arts
{
	font-size: 0.9em;
	color:#756952;
	font-family: verdana, sans-serif;
}
.art-topinfos a, .art-infos a, .feed-art-com a, .feed-arts a
{
	color:#526068;
}
.art-topinfos a:hover, .art-infos a:hover, .feed-art-com a:hover, .feed-arts a:hover
{
	text-decoration: underline;
}
.art-chapo
{
	margin: 10px 0;
	font-size: 12px;
}

.art-infos
{
	margin: 0 0 10px 0;
	padding: 0 0 0px 0;
}

.post > h2, .post h2 + p, .art-topinfos, .art-chapo, .art-content, #footer p, .art-infos, .feed-art-com, .feed-arts, .static-content, .error-content
{
	padding-left: 0px;
	padding-right: 20px;
}

.author-infos
{
	background: #ffffff url('img/border.jpg') repeat-x bottom;
	margin: 0 20px;
	padding: 10px;
}

.more
{
	font-size: 0.9em;
	margin: 20px 0 0 0;
}
.more a
{
	color: #756952;
}
.more a:hover
{
	color: black;
}
.post ul, .post ol
{
	margin: 0 0 0 20px;
}
ul.files
{
	margin: 0 0 0 20px;
}
ul.files li
{
	line-height: 20px;
}
div#planning
{
	border: dashed 1px #aaa;
	margin: 0 20px 0 20px;
	padding: 10px;
}
div#planning:hover
{
	border-color: black;
	cursor: pointer;
}#planning-summary{	display: none;}
#planning-details
{
	height: 100px;
	display: block;
}#planning-details{	display: block;}
.planning-day
{
	float:left;
	height: 100px;
	width: 13.6%;
	border-radius: 5px;
	border: solid 1px #aaa;
	margin: 2px;
}
#planning-day1
{
	/*background: transparent url('img/error-icon.png') no-repeat center center;*/
}
.planningDayName
{
	background: #ddd;
	padding: 2px;
	text-align: center;
	height: 14px;
	/*letter-spacing: 2px;*/
	font-weight: bold;
}
.planningWarning
{
	background: transparent url('img/error-icon.png') no-repeat center center;
}
.planningValid
{
	background: transparent url('img/select-icon.png') no-repeat center center;
}
.planningText
{
	text-align: center;
	text-transform: uppercase;
	height: 86px;
}
.planningText div
{
	position: relative;
	font-size: 20px;
	padding: 5px;
}

/******************/
/** 3-1 - Header **/
/******************/

#skip{
	background-color: #152F40;
	padding: 0  0 10px 0;
	}

#skip li{
	display: inline;
	margin: 0 15px 0 0;
	}

#skip li a{
	color: #FFFFFF;
	font-size: 0.8em;
	}

#skip li a:hover{
	text-decoration: underline;
	}

#header-container
{
	background: #1c201f;
	height: 227px;
}
#header
{
	height: 227px;
	text-align: center;
}
#bandeau-photos ul
{
	width:354px;
	height:227px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
	margin: 0;
}
#bandeau-photos li
{
	width:354px;
	height:227px;
	position:absolute;
	display:none;
}
#bandeau-photos li:first-child
{
	position:absolute;
	display:list-item;
}
#header .bandeau-hover
{
	opacity: 1;
  transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
}
#header .bandeau-hover:hover
{
	opacity: .4;
}

div#nav-container
{
	background: url('img/menu-background.jpg') repeat-x;
	text-align: center;
	padding-left: 60px;
	padding-top: 10px;
	height: 70px;
}
ul#nav
{
	font-family:"Terminal Dosis",Verdana,sans serif;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 4px;
	margin:0;
	padding:0;
}
ul#nav:hover a
{
	color: transparent !important;
	text-shadow: 0px 0px 3px #aaa;
	text-decoration: none;
}
ul#nav li
{
	display: inline;
	float: left;
	margin-right: 40px;
}
ul#nav a
{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	color: #aaa !important;
}
ul#nav li a:hover
{
	/*color: #756952 !important;*/
	color: #fff !important;
	text-shadow: none;
}

.feed ul
{
	float: right;
}

.feed ul li
{
	margin: -5px 0 0 10px!important;
}


/*******************/
/** 3-2 - Sidebar **/
/*******************/

.aside-panel a:link, .aside-panel a:visited, h2 a:link, h2 a:visited
{ 
	color: black;
}

#aside
{
	float: left;
	padding: 10px 20px 0 20px;
	width: 245px;
}

#aside h3
{
	line-height: 1.5;
	border-radius: 4px 4px 0 0;
	border: none;
	background-color: #505352;
	color: white;
	font-weight: bold;
	height: 20px;
	padding: 6px 4px 6px 15px;
	font-weight: bold;
	margin: 0;
}

#aside ul
{
	margin: 0 0 10px 0;
	list-style-type: none;
}

.aside-panel
{
	background: #eee;
	padding: 10px;
	border: dashed 1px #aaa;
	border-width: 0 1px 1px 1px;
}

#calendar li
{
	margin-bottom: 5px;
}
.calendarDate
{
	letter-spacing: 1px;
	color: #777;
}

.calendarPageItem
{
	border: solid #ccc 3px;
	list-style: none;
	margin: 5px;
	border-radius: 3px;
	padding: 5px;
}

.calendarPageItemTitle
{
	font-weight: bold;
}

.calendarPageSelectedItem
{
	background-color: #7b6a50;
	color:white;
	border: solid #7b6a50 3px;
	list-style: none;
	margin: 5px;
	border-radius: 3px;
	padding: 5px;
}

.calendarPageSelectedItem a
{
	color:#ccc;
}

.calendarPageSelectedItem a:hover
{
	color:white;
}


/******************/
/** 3-3 - Footer **/
/******************/

#footer-container
{
	background: url(img/footer-container.jpg) 50% 0 repeat-x;
	height: 150px;
}
#footer
{
	background: url(img/footer.jpg) 50% 0 no-repeat;
	padding-top:40px;
}

#footer p
{
	text-align: right;
	color: #aaa;
	margin-top:30px;
	font-size:10px;
}

#footer a
{
	color: #aaa;
}
#footer a:hover
{
	color:white;
}


/************************/
/* 4 - Comments & Forms */
/************************/

#comments
{
	background: url('img/border.jpg') repeat-x bottom;
}

#comments h2
{
	margin: 15px 0 0 0;
	padding-left: 20px;
	padding-right: 20px;
}

form
{
	margin: 0 20px;
	padding: 0 0 10px 0;
}

#form
{
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 10px 0 10px 0;
	margin-top: 30px;
}

#form h2
{
	line-height: 1;
	padding: 5px 0 10px 20px;
}

blockquote
{
	margin: 15px 20px 20px 20px;
}

.num-com
{
	float: right;
	font-size: 0.8em;
}

.info_comment
{
	font-size: 0.8em;
}

.content_com
{
	padding: 15px 15px 15px 15px;
}

.type-normal
{
	background-color: #ffffff;
}

.type-admin
{
	background-color: #ebf1f4;
}

.feed-art-com
{
	margin: 0 0 10px 0;
	padding: 0 20px 15px 20px;
}

.com-alert
{
	color: #730E20;
	font-weight: bold;
	text-align: center;
}

label
{
	display: block;
	margin: 0 0 5px 0;
}

input[type=text], textarea
{
	border: 1px solid #DDDDDD;
	margin: 0 0 10px 0;
	padding: 10px;
}
#form input[type=text]
{
	width: 300px;
}

input[type=text]:hover, textarea:hover
{
	border: 1px solid #AAAAAA;
	cursor: pointer;
}

input[type=text]:focus, textarea:focus
{
	border: 1px solid #777777;
}

input[type=submit], input[type=submit] + p
{
	display: inline;
}

input[type=submit] + p
{
	margin: 0 0 -5px 10px;
}

input[type=submit]
{
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 10px;
	border-radius: 5px;
}

input[type=submit]:hover
{
	background-color: #152F40;
	color: #FFFFFF;
	cursor: pointer;
}

input[type=submit]:active
{
	background-color: #730E20;
}


/********************/
/** 5 - Pagination **/
/********************/

#pagination
{
	text-align:center;
	padding: 0 0 5px 0;
	font-size: 0.8em;
	margin: 20px 0 5px 20px;
}

#pagination span
{
	margin-right:5px;
}

#pagination .p_page
{
	border: 1px #DDDDDD solid;
	padding: 3px 5px;
}

#pagination .p_prev a, #pagination .p_first a, #pagination .p_last a, #pagination .p_next a
{
	border: 1px #DDDDDD solid;
	padding: 3px 5px;
}

#pagination span a
{
	transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
#pagination span a:hover
{
	background-color: #152F40;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}

#pagination span a:active
{
	background-color: #730E20;
}


/********************/
/** 6 - Polices    **/
/********************/

@font-face
{
  font-family: "Dink";
  font-style: normal;
  src: url('fonts/dink.ttf') format('truetype');
}

@font-face
{
  font-family: "Primma Handmade";
  font-style: normal;
  src: url('fonts/primma_handmade.ttf') format('truetype');
}

/*******************/
/** 35 ans *********/
/*******************/
.container_35ans
{
	background: rgb(208, 127, 0);
    color: white;
    padding: 20px;
    margin: 15px 20px;
    border: 10px solid black;
    font-size: 14px;
}

.title_35ans
{
	font-family: Primma Handmade;
    font-size: 50px;
    margin-bottom: 10px;
}

.date_35ans
{
	font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}

.inscription_35ans, .affiche_35ans
{
	background: black;
    display: inline-block;
    padding: 10px;
    color: white;
    font-family: Dink;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 10px;
}

.inscription_35ans:hover, .affiche_35ans:hover
{
	background: #444;
	animation: none;
}

.inscription_35ans
{
	animation-name: shake;
	animation-duration: .8s;
	animation-iteration-count: infinite;
}

.logo_35ans
{
	background: url(/themes/aikido/img/35-ans.png) no-repeat left top;
	padding-left: 220px;
}

@keyframes shake
{
	0%, 100% {transform: translateX(0), translateY(0);}
	10%, 30%, 90% {transform: translateX(-2px);}
	50%, 70% {transform: translateY(-2px)}
	20%, 40% {transform: translateX(2px);}
	60%, 80% {transform: translateY(2px)}
}
/*crawlist.blogspot.co