/************************************
Miniportail blogspirit.com
************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #CAE1E3 url(../graphics/bg.png) repeat-x top left;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #606060;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.4);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #444;
}
a {
	color: #0077A2;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

ul {
	list-style: none;
}

label {
	cursor: pointer;
	vertical-align: middle;
}

/************************************
Classes récurrentes
************************************/
.clear {
	clear: both;
}

.hidden {
	display: none;
}

/************************************
Structure
************************************/
#wrap {
	text-align: left;
	margin: auto;
	/*width: 65%;*/
	width: 820px;
	overflow: hidden;
}

#header, #header-portal {
	height: 255px;
	text-align: center;
	position: relative;
	background: url(../graphics/logo_glow.png) no-repeat 50% -20px scroll;
}

#header h1 a {
	display: inline-block;
	width: 212px;
	height: 105px;
	background: url(../graphics/logo.png) no-repeat;
	text-indent: -10000px;
	margin-top: 60px;
}

#lang_tray {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.8em;
}

#lang_tray #list {
	background: #fff;
	padding: 0.8em 45px 1.2em 0.8em;
	display: block;
	height: 12px;
	-moz-border-radius-bottomleft: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-webkit-border-radius: 0 0 0.7em 0.7em;
	border-radius-bottomleft: 0.5em;
	border-radius-bottomright: 0.5em;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}

#lang_tray li {
	display: inline;
	margin-left: 0.5em;
}

#lang_tray li a {
	color: #aaa;
}

#lang_tray #open_lang_tray {
	display: none;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 5px;
	right: 8px;
	background: url(../graphics/earth.png) no-repeat;
	text-indent: -10000px;
}

#lang_tray #open_lang_tray:hover {
	background: url(../graphics/earth_hover.png) no-repeat;
}

.sidebar {
	float: left;
	width: 310px;
	margin-right: 25px;
}

#content {
	margin-left: 330px;
}
#kb #content {
	margin-left: 0px;
}
#footer {
	clear: both;
	text-align: center;
	color: #71A7B8;
	font-weight: bold;
	padding: 70px 1em 1em;
}

#footer #copyright {
	margin-top: 1em;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}

#footer ul {
	text-align: center;
	padding: 0 0 0 190px;
	overflow: hidden;
}
#footer ul li {
float: left;
	display: block;
	padding-right: 0.3em;
	padding-left: 0.7em;
}

#footer ul li {
	border-right: 1px solid #71A7B8;
	border-left: 1px solid rgba(255,255,255,0.7);
}
#footer ul li:first-child {
	border-left: none;
}
#footer ul li:last-child, #footer ul li.last-child {
	border-right: none;
}

#footer a {
	color: #0086A2;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
	padding-right: 0.6em;
}

/**********************************
Specific content
*********************************/
.box {
	background-color: #fff;
	padding: 1.8em;
	margin: 5px 5px 1.5em;
	-moz-border-radius: 0.7em;
	-webkit-border-radius: 0.7em;
	border-radius: 0.7em;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	overflow: hidden;
}
.nomargin {
	margin: 0px;
}
.boxtitle {
	font-size: 1.5em;
	margin-bottom: 1.5em;
}
.sidebar .boxtitle {
	margin-bottom: 1em;
}
#content .boxtitle {
	font-size: 1.9em;
}
#content h2.boxtitle {
	margin-bottom: 1em;
}
.subtitle {
	font-size: 1.3em;
	margin-top: 1em;
}
#connexion p {margin: 5px 0 10px;}
.generic p, .generic ul, .generic ol {
	margin-bottom: 1em;
}

#loading {text-align: center;margin: 1.2em auto 0;display: block;}
#content h3 {
	font-size: 1.4em;
	margin: 0 0 1em;
}
#content h4 {
	margin: 0 0 0.3em;
}
.generic ul, .generic ol {
	margin-left: 1.5em;
}

.generic ul {
	list-style: disc;
}

.generic ol {
	list-style: decimal;
}

.section {
	padding: 1.7em 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
}

.meta {
	font-size: 0.9em;
	color: #9c9c9c;
	margin: 0.1em 0 0;
}

.pager {
	text-align: right;
	margin-bottom: 0 !important;
	padding: 1.7em 0 0;
}

#more {
	border-top: 1px solid #E0E0E0;
	    margin: 0;
	    padding-top: 1.5em;
	    text-align: center;
}
#more .formfield {
	margin: 0em;
}
#more input.submit {float: left;}
#latestblogs #more {
	border: none;
}
.more a {
	display: inline-block;
	overflow: hidden;
	font-size: 11px;
}
.more a:hover {
	text-decoration: none;
}
#help {
	clear: left;
}

#rss {
	background: url("../graphics/rss_icon.png") no-repeat center top;
	display: block;
	padding-top: 50px;
	text-align: center;
}

#tagcloud p.more {
	text-align: right;
	margin-top: 1.6em;
}

/*********************************
Lists
********************************/

.blogs li {
	border-bottom: 1px dashed #DDDDDD;
	overflow: hidden;
	padding: 1em 0;
}
.blogs li:first-child {
	padding: 0 0 0.8em;
}
.blogs li:last-child {
	border: 0;
}

#content .blogs li h3 {
	text-transform: uppercase;
	font-size: 1.1em;
	margin: 0 0 2px;
}

.blogs li .avatar {
	background: url("../graphics/default_avatar.png") no-repeat scroll center center #fff;
	border: 1px solid #C3C3C3;
	display: block;
	float: left;
	height: 60px;
	margin-right: 20px;
	padding: 3px;
	width: 60px;
	-moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
}

.post-thumbs {
	overflow: hidden;
}
.post-thumbs img {
	-moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
	background-color: #D3D3D3;
	border: 1px solid #C3C3C3;
	padding: 4px;
	width: 93px;
	-webkit-box-shadow: 1px 1px 0 inset rgba(0, 0, 0, 0.1);
}
.post-thumbs li {
	float: left;
	margin-right: 5px;
}

.post-thumbs li a:hover {
	opacity: 0.85;
}

.tagcloud li {
	display: inline;
	font-size: 1em; /* initial size before inline styling */
	line-height: 2.2em;
	vertical-align: middle;
}
.tagcloud li a {color: #9C9C9C;}
.tagcloud li a:hover {color: #000; text-decoration: none;}

/************************************
Form elements
************************************/
.input {
	padding: 0.5em;
	background: #fff;
	color: #606060;
	border: 3px solid #ededed;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 2px #666 inset;
	-webkit-box-shadow: 0 0 2px #666 inset;
	box-shadow: 0 0 2px #666 inset;
}
input[type="radio"] {
margin: 1px;
}
/*.submit {
padding: 1em;
color: #fff;
font-size: 1em;
font-family: "Helvetica Neue", Helvetica, Arial;
text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
background: #f5751e url(../graphics/submit.png) repeat-x top left;
border: 1px solid #ffd687;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
text-decoration: none !important;
}
*/

.submit, .submit:visited {
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.05, #f17119),color-stop(0.77, #ffc661));
	background-image: -moz-linear-gradient(center bottom,#f17119 5%,#ffc661 77%);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc661', endColorstr='#f17119');*/
	background-color: #F78F30;
	transition-duration: 2s;
	transition-property: background-image;
	display: inline-block;
	padding: 5px 10px 6px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(255, 255, 255, 0.5) inset, 0 0 3px #FFDA8B inset;
	border:1px solid #f8b386;
	text-shadow: 0 -1px 1px #f17119;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 0px;
}
.submit:hover {
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(255, 255, 255, 0.5) inset, 0 0 10px #FFDA8B inset;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(255, 255, 255, 0.5) inset, 0 0 10px #FFDA8B inset;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }

#signupbox a.submit {
	background: url("../graphics/btn_sprite.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	display: block;
	height: 60px;
	padding: 20px 0;
	width: 260px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
#signupbox a.submit strong {
	font-size: 1.4em;
	line-height: 1em;
}
#signupbox a.submit span {
	font-size: 0.7em;
	line-height: 0em;
}
#signupbox a.submit:hover {
	background: transparent url(../graphics/btn_sprite.png) no-repeat scroll 0px -105px;
	text-decoration: none;
}
.required:after {
	content: "*";
}

dl.formfield {
	overflow: hidden;
	margin: 2em 0;
	width: 100%;
}

.formfield dt, .formfield dd {
	float: left;
	margin-bottom: 0.5em;
	width: 75%;
}
.nofloat {
	float: none !important;
	width: auto !important;
	position: static !important;
}
.formfield dt {
	clear: both;
	width: 20%;
	text-align: left;
	margin: 6px 3% 6px 0px;
}
.formfield dt.nomargin {
	margin-top: 0px;
}
.formfield dd {
	position: relative;
}
.formfield dd .texttip {
	position: absolute;
	right: 0px;
}
.formfield dt label {
}
.texttip {
	color: #bbb;
	display: block;
	font-size: 0.9em;
}
.error, .validation-failure, .validation-advice,
.LV_validation_message {
	margin: 0;
	float: right;
	width: 45%;
	clear: right;
}
.error .validation-advice, .LV_validation_message{
	color: #D50000;
}
#content input.submit {
	margin: 0px;
}
.forgotpassword {
	padding: 5px 0px;
	line-height: 2em;
}
.error, .validation-failure {
	color: #D50000;
}
.submit {
}
.validation-advice {
	color: green;
}
#loginpage .validation-failure {
	text-align: left;
}

/************************************
Login
************************************/
#logobox {
text-align: center;
}
#mainleft h2, #mainleft h3 {
	margin: 0 0 10px;
}
#mainleft p {
	margin: 0 0 10px;
}
#loginbox {
	text-align: center;
	margin-bottom: 1.5em;
}

#loginbox .boxtitle {
	padding-top: 30px;
	background: url(../graphics/icon_login.png) top center no-repeat;
}

#loginbox .input {
	margin-bottom: 1.4em;
}
.submit-dialog {
	text-align: center;
}

#loginbox .submit:hover, #loginpage .submit:hover {
}

#loginbox a {
	color: #bbb;
}

#signupbox {
	text-align: center;
	margin-bottom: 1.5em;
}

#signupbox .submit {
	padding: 0.5em;
	font-size: 1.5em;
}

/*******************************
Ads
******************************/

#google_ad {
	margin: 2em 0 1em 5px;
}
.report_step {
	line-height: 160%;
}
.report_submit {
	padding-top: 8px;
}
.clearfix {
	clear: both;
	height: 0px;
}
#password_retrieve {
	min-height: 220px;
}
#password_retrieve .validation-success, #report_step_4 strong {
	color: #008800;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #cff5cf;
	background-color: #f0fff0;
}

/*** PAGE 404 ***/

#error404 {
	text-align: center;
}
#error404 h2 {
	text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
	font-size: 60px;color: #D7E9EC;padding-bottom: 20px;
}
#error404 p {
	font-size: 18px;line-height: 26px;
}

[data-cookie]{display:none;position:fixed;bottom:0;left:0;width:100%;background:black;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2NkYGDYDAAAvQC1UcyxoAAAAABJRU5ErkJggg==);color:white;padding:.5em 0;text-align:center;z-index:9999;}
[data-cookie~="on"]{display:block;}
[data-cookie] p{color:white;font-size:.9090909090909091em;margin:0;padding:0 .5em;line-height:1.3em;text-shadow:1px 0 3px rgba(0,0,0,1);}
[data-cookie] a{color:white;}
[data-cookie] [data-text]{margin:1px auto 0;text-align:left;max-width:900px;}
[data-cookie] [data-close]{float:right;margin:0 .5em;}
[data-cookie] .ui-icon{background-image: url('../../../themeroller/images/ui-icons_ffffff_256x240.png');}