/*
Theme Name: MyNewBlog
Description: Thème du site unblog.fr depuis fin 2011.
Author: 10Play
Version: 2.2
Tags: private, unblog
*/
/* Reset default browser styles */
@import url('styles/wp/reset.css');

/* Rebuild default browser styles */
@import url('styles/wp/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp/wp.css');

/* Import des styles personnalisés */

@import url('styles/header.css');
@import url('styles/footer.css');

@import url('styles/default.css');

/* personnalisation bloc main à gauche*/
@import url('styles/main.css');

/* personnalisation bloc sb à droite*/
@import url('styles/sidebar.css');

/* articles home */
@import url('styles/articles.css');

/* à l'intérieur de la sidebar' */
@import url('styles/sidebar-contenu.css');

/* page du blog 1, 404, single */
@import url('styles/archives.css');

/* page de présentation des thèmes */
@import url('styles/themes.css');

/* page login et admin */
@import url('styles/admin.css');

body,
body.login {
	height: auto;
	font-family: Arial;
	background: #ddd url("images/brand_deg.jpg") repeat-x 0 -2px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS";
}

.entry h3 {
	font-weight: bold;
	font-size: 14px;
}

.wrap {
	width: 1200px;
	margin: 0 auto 0 auto;
}

.entry ul {
	padding-left: 20px;
}
.entry li {
	list-style: disc;
	padding:0;
	margin:0;
}

/* restaure la hauteur des éléments contenant des "float" */
.restaure {
	clear: both;
	visibility: hidden;
	margin: 0;
}

.gradient-cote {
	/*
	background-image: -moz-linear-gradient(center top , #ccc, #FFF);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#FFF) );
	background-image: -khtml-gradient(linear, center top, center bottom, from(#ccc), to(#FFF));
	background-image: -o-linear-gradient(top, #ccc 0%,#FFF 100%);
	background-attachment: scroll;
	background-repeat: no-repeat;
	*/
}

#main {
	background-color: #F0F0F0;
	position: relative;
	width: 950px;
	border: 1px solid #F1F1F1;
	border-top: none;
	margin: 0 auto 0 auto; /* centré */
	overflow: visible;
	z-index: 1;
}

#container {
	position: relative;
	width: 639px;
	float: left;
    /*margin: 45px 20px 10px 20px;*/
	background-color: #F8F7F4;
	/*-moz-box-shadow: 5px 0 10px -1px #C1C1C1;
	-webkit-box-shadow: 5px 0 10px -1px #C1C1C1;
	box-shadow: 5px 0 10px -1px #C1C1C1;*/
	z-index: 2;
}

#content {
	position: relative;
	margin-top: 60px;
	/*width: 620px;*/
	/*	border: 1px solid red;*/
}

#content.page-home {
	margin-top: 15px;
}

#content.page-cgu {
	text-align: justify;
}

#container.signup #content,
#container.activate #content {
	margin-top: 0;
	margin-bottom: 0;
}

#sidebar {
	/*	border: 1px solid red;*/
	position: relative;
	width: 310px;
	/*	top: 18px;*/
	top: 0;
	float: right;
	background-color: #F0F0F0;
	border-right: 1px solid #F0F0F0;
	z-index: 3;
	/*background-image:  url("/wp-content/themes/mynewtheme/images/sb_left_deg.png");
	background-repeat: repeat-y;
	background-position: left;*/
}


.page-themes .body-top_rounded,
#container.page-themes {
	width: 590px;
}

#sidebar.page-themes {
	width: 359px;
}

.page-themes .account-img,
.page-themes #img-preview-account {
	position: absolute;
}

#xiti-logo {
	text-align: left !important;
}


/* CSS PAGE LOGIN ET INSCRIPTION */
body.login #login #login_error,
.mu_register .error {
    font-weight:700;
	margin-top: 20px;
    padding:10px;
    color:#333333;
    background:#FFEBE8;
    border:1px solid #CC0000;
}

/* PAGE LOGIN */
body.login #container,
body.login #sidebar{
    height: 470px;
}

body.login #login {
    width: 380px;
    margin: 80px auto 0;
    position: relative;
    background-color: #F0F0F0;
    border: 1px solid #DEDEDE;
    height: auto;
    padding: 10px;
}

/*
Définition du titre principal des blocs
*/
body.login #login h1 {

    color: #363636;
    background: none;
    border: none;
    margin: 0;
    padding:0;
    position: absolute;
    top: -35px;
}


body.login #login #login_error,
body.login #login .message {
    clear: both;
    color: #9B1754;
}
body.login #login form {
    clear: both;
}
body.login #login label {
    font-size: 14px;
    color: #363636;
}

body.login #login #user_pass,
body.login #login #user_login,
body.login #login #user_email {
    background: #FFF;
    font-size: 24px;
    padding: 3px;
    border: 1px solid #B8B8B8;
    width: 100%;
    -moz-box-shadow: 2px 2px 5px #ccc;
    -webkit-box-shadow: 2px 2px 5px #ccc;
    box-shadow: 2px 2px 5px #ccc;
	border-radius: none;
}
body.login #login .submit {
    width: 360px;
    height: 45px;
    text-align: center;
}
body.login #login #wp-submit {
    height: 40px;
    width: 150px;
    background:  url(/wp-content/themes/mynewtheme/images/submit-login.png) 100% 0 no-repeat;
    border: none;
    color: #FFF;
    cursor: pointer;
    -moz-box-shadow: 2px 2px 5px #aaa;
    -webkit-box-shadow: 2px 2px 5px #aaa;
    box-shadow: 2px 2px 5px #aaa;
}
body.login #login #wp-submit:hover {
	/*padding: 3px 15px 0 13px;*/
}
body.login #login #wp-submit:active {
    margin-top: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body.login #login #nav {
    text-align: center;
}
body.login #login #nav a {
    color: #363636;
}


.title-ribbon {
    font-size: 18pt;
    font-weight: bold;
    margin-left: -15px;
    padding: 20px 5px 5px;
    position: relative;
    text-align: right;
    width: 170px;
    background-color: #635F76;
    color: white;
    margin-top: 20px;
}

.title-ribbon:after {
    border-left: 15px solid transparent;
    border-top: 15px solid #444152;
    bottom: -15px;
    color: #FFFFFF;
    content: "";
    left: 0;
    position: absolute;
    width: 0;
}

/* INSCRIPTION WP-SIGNUP */

#activate,
#signup {
	width: 475px;
    margin: 80px auto 50px;
    position: relative;
    background-color: #F0F0F0;
    border: 1px solid #DEDEDE;
    height: auto;
    padding: 10px;
}

#activate h1,
#signup h1 {
	color: #363636;
    background: none;
    border: none;
    margin: 0;
    padding:0;
    position: absolute;
    top: -35px;
}

#activate label,
#signup label {
	color: #363636;
    font-size: 14px;
}

#activate p.submit,
#signup p.submit {
	text-align: center;
}

#activate p.submit label,
#signup p.submit label {
	text-align: left;
	color: #757575;
}

#activate p.submit input.submit,
#signup p.submit input.submit {
	height: 40px;
    width: 150px;
    background:  url(/wp-content/themes/mynewtheme/images/submit-login.png) 100% 0 no-repeat;
    border: none;
    color: #FFF;
    cursor: pointer;
    -moz-box-shadow: 2px 2px 5px #aaa;
    -webkit-box-shadow: 2px 2px 5px #aaa;
    box-shadow: 2px 2px 5px #aaa;
}

.mu_register { width: 90%; margin:0 auto; color: #757575; }
.mu_register h2 { font-size: 16px; color: #757575; font-weight: bold; padding: 20px 0 10px }
.mu_register form { margin-top: 2em; }
.mu_register #blog_title,
.mu_register #user_email,
.mu_register #user_password,
.mu_register #blogname,
.mu_register #user_name {
    background: #FFF;
    font-size: 24px;
    padding: 3px;
    border: 1px solid #B8B8B8;
    width: 98%;
    -moz-box-shadow: 2px 2px 5px #ccc;
    -webkit-box-shadow: 2px 2px 5px #ccc;
    box-shadow: 2px 2px 5px #ccc;
}
.mu_register input[type="submit"]{
    width: 150px;
    height: 40px;
    background: #635F76 url(images/bg-submit-register.gif) 100% 0 no-repeat;
    border: none;
    color: #FFF;
    font-family: "Trebuchet MS", verdana, arial;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.mu_register .prefix_address,
.mu_register .suffix_address {font-size: 18px;display:inline; }
.mu_register label {
    font-weight:700;
    font-size:15px;
    display:block;
    margin-top:10px;
    color: #757575;
}
.mu_register label.checkbox { display:inline; }
.mu_register .mu_alert {
    font-weight:700;
    padding:10px;
    color:#333333;
    background:#ffffe0;
    border:1px solid #e6db55;
}
.mu_register br{
    margin:0; padding: 0; line-height: 0px;
}
.mu_register h2 a{
    color: #757575;
    font-weight: bold;
}
.mu_register .lead-in a{
    font-weight: bold;
    color:#757575;
}


/*
#etapes-inscription{
    width: 400px;
    margin: 20px auto;
    clear: both;
    overflow: hidden;
}
ul#etapes-inscription li{
    float: left;
    margin-left: 20px;
}
*/

.unblog-promo { margin: 20px 20px 10px 15px; color: #535353; text-align: right; }
.unblog-promo a { font-weight: bold; text-decoration: underline; color: #AA41D5; }

.posts-next-previous {
	border-top: 5px solid #F0F0F0;
	padding: 1em;
}

.qa-faqs h2 a {
	display: inline;
}
.qa-faqs h2 a:hover {
	text-decoration: underline;
}
