@charset "utf-8";

/* 
(c) 2013 - Alexandre Brillant 
http://www.japisoft.com
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:0.9em;
}

#all {
	width:100%;
	margin:0px;
	margin-top:50px;
	padding:0px;
}

#all > * {
	padding:5px;
}

#headerBody {
	width:90%;
	margin:auto;
}

#body {
	width:100%;
	margin:0px;
	padding:0px;
	display:table;
	table-layout:fixed;	
}

.box {
	box-shadow:1px 1px 10px #BBB;
	border-radius:4px;
	background-color:rgb(240,240,240);
	padding:10px;
	box-sizing:border-box;
}

h1, h2, h3, p {
	margin-left:4px;
}

h3 {
	font-size:1.2em;
	font-weight:100;
}

h1,h2,h3, #leftMenu h2 {
	color:rgba( 80,80,120, 0.9 );
}

h4 {
	background-color:rgba( 120, 60, 100, 1 );
	border-radius:10px;
	color:white;
	padding:4px;
	font-weight:100;
	font-size:0.8em;
	display:inline-block;
	margin-bottom:0px;
}

div.description h4 {
	margin-left:30px;
}

div.description {
	border:1px solid rgba( 120, 60, 100, 0.5 );
	padding:4px;
	border-radius:10px;
}

#leftMenu h2, h3 {
	color:rgba( 120, 60, 100, 1 );	
}

ul {
	list-style-type:none;	
}

li:before {
	/* content: "\00BB \0020"; */
}

li.noc:before {
	content:"";	
}

.bold {
	font-weight:bold;	
}

header {
	width:100%;
	position:fixed;
	top:0px;
	background-color:rgb(240,240,240);
	color:#333;
	border-bottom:1px #AAA solid;
	box-shadow : 0px 1px 5px rgba(240,240,240);
	z-index:100;
}

#headerText {
	font-size:0.6em;
	color:rgba( 80,80,120, 0.9 );
	margin-left:10px;
}

header h1 {
	margin:5px;
	float:left;
	font-size:1.6em;
	font-weight:100;
	color:rgba( 80,80,120, 0.9 );
}

header h1 a {
	color:rgba( 80,80,120, 0.9 );
}

header .menu {
	float:right;
	margin-right:40px;
}

#leftMenu>div.menu:last-child {
	display:none;
}

header .menu li {
	display:block;
	float:left;
	width:100px;
	color:#333;
}

header .menu li a {
	color:#AAA;
}

header .menu li a:hover {
	color:#FFF;
}

#menuAction {
	display:none;
	color:black;
	clear:both;
}

footer {
	clear:both;
	color:#888;
	text-align:center;
	font-size:11px;
	margin-top:10px;
}

a {
	transition:color 0.4s ease-in-out;	
	color:rgba( 0, 0, 0, 0.6 );
	text-decoration:none;	
}

a:hover {
	color:rgba( 0, 0, 0, 1 );
}

#leftMenu {
	display:table-cell;
	margin-top:60px;
	margin-left:10px;
	margin-right:10px;
	width:200px;
	max-width:250px;
	padding:0px;
	vertical-align:top;
}

.menu h2 {
	text-transform:uppercase;
	font-size:0.9em;
	color:rgba( 0, 0, 0, 0.8 );
	margin-bottom:5px;	
}

#leftMenu .menu ul {
	margin:0px;
	padding:0px;
}

#leftMenu .menu li {
	display:block;
	border:rgba( 0,0,0,0.1) 1px solid;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */	
}

#leftMenu .menu li:hover {
	border:rgba( 0,0,0,0.4) 1px solid;
	background-color:rgba(0,0,0,0.1);
}

#leftMenu .menu li:last-child {
	border-bottom-style:solid;
}

#leftMenu .menu li a {
	margin-left:5px;
	text-decoration:none;
	font-size:0.9em;
}

#content {
	margin-top:60px;
	margin-left:0px;
	/* float:left; */
	display:table-cell;
	width:80%;
	color:#333;
	vertical-align:top;
}

#content h1 {
	margin:5px;
	font-size:2.0em;
	font-weight:100;	
}

#content h2 {
	font-size:1.4em;
	font-weight:100;
}

#content .body {
	margin:10px;
	margin-left:0px;
}

div.info {
	color:#666;
	font-size:11px;
}

label {
	display:block;
	font-weight:bold;
	color:#666;
	color:rgba( 0, 0, 0, 0.6 );
	line-height:1.4;
}

input[type='text'], textarea {
	width:100%;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:4px;
	padding:5px 8px;
	outline:0px;
}

input[type='text']:focus, input[type='button']:hover, textarea:hover {
	-webkit-animation:pulse 2.5s infinite ease-in-out;	
}

input[type='button']:active {
	background-color:#CCC;
}

fieldset {
	border:none;	
}

input[type='button'], #editor {
	border:1px solid rgba(0,0,0,0.2);
	border-radius:4px;
	padding:10px;	
	outline:0px;
	font-weight:bold;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow : 0 0 3px rgba( 0,0,0, 0.6 );	
	}
	50% {
		-webkit-box-shadow : 0 0 7px rgba( 0,0,0, 0.9 );	
	}
	100% {
		-webkit-box-shadow : 0 0 3px rgba( 0,0,0, 0.6 );	
	}
}

/* ------------------------------------------------------------------------------------- */

@media all and (max-width:600px) {
	
	#leftMenu {
		width:90%;
		max-width:90%;
		display:none;
		margin-top:4px;
	}
	
	#leftMenu h2 {
		font-size:10px;	
	}
	
	#content {
		margin-top:10px;
		width:100%;
	}
	
	header {
		display:none;	
	}
	
	#all {
		margin-top:0px;
	}

	#headerText {
		display:none;	
	}
	
	#menuAction {
		margin-left:10px;
		display:block;
	}	
	
}