/*
Theme Name: LuiseNet
Description: This theme is an custom made design by <a href="http://www.pixys-design.com/">pixys</a> based on <a href="http://www.ezwpthemes.com/">Winpress 7</a> theme.
Version: 1.0
Author: pixys
Author URI: http://www.pixys-design.com/
Tags: red, fixed-width, two-columns, right-sidebar, threaded-comments
*/

/* Global */

body {
	font-size: 10px; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	background: url(images/ln_bg.jpg) left top repeat-x;
	background-color: #068186;
	/* background-attachment: fixed; > NOPE */
	color: #555;
	margin: 0;
	padding: 0;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999999;
}

blockquote {
	margin: 4px 24px 4px 20px;
	padding: 4px 4px 4px 8px;
	color: #ffffff;
	border-left: 4px solid #ffc100;
	background: #606060;

}
blockquote p {
	margin:0;
	padding: 0;
}

blockquote a {
        color: #ffc100;
	text-decoration: none;
}
blockquote a:hover {
	text-decoration: underline;
}

a {
	color: #048088;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1, h2, h3 {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}


/* Header */

#header {
	width: 900px;
	height: 180px;
	margin: 0;
	padding: 0;
	background: url(images/header-bg.png) no-repeat;
}

#header h1 {
	font-size: 4em;
	text-align: right;
	padding: 20px 40px 0 0;
	margin: 0;
}

#header h1 a {
	visibility: hidden;
	text-decoration: none;
	color: #fff;
}

#header h2 {
	visibility: hidden;
	color: #fff;
	font-size: 1.6em;
	text-align: right;
	padding: 0 40px 0 0;
	margin: 0;
}

#headline {
	float: right;
}

/* Navigation */

#navigation {
	float: left;
	margin: 76px 0 0 0;
	padding: 0;
	float: left;
}

#navigation a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding-top: 80px;
	float: left;
	width: 96px;
	height: auto;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
}

#navigation a:hover {
	color: #ffC100;
}

a#nav-home {
	background: url(images/nav-home.png) center top no-repeat;
}
a#nav-about {
	background: url(images/nav-about.png) center top no-repeat;
}
a#nav-contact {
	background: url(images/nav-contact.png) center top no-repeat;
}
/* A pu... ## a#nav-faq {
	background: url(images/nav-faq.png) center top no-repeat;
}
### */

/* Mainframe */

#container {
	width: 900px;
	background: url(images/container-bg.jpg) repeat-y;
	margin: 0;
	padding: 0;
}

/* Content */

#content {
	float: left;
	width: 614px;
}

.post, .pagepost {
	padding: 0;
	margin: 0;
	background: url(images/post-bg.jpg) repeat-y;
}

.post-top {
	background: url(images/post-top.png) no-repeat;
	width: 614px;
	height: 6px;
	margin: 0;
	padding: 0;
}

.post-bottom {
	background: url(images/post-bottom.jpg) bottom no-repeat;
	width: 614px;
	height: 13px;
	/* margin-bottom: 20px; > desactive pour la gestion des tabs */
}

.post h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	margin: 0;
	padding: 10px 0 0 45px;
	height: 45px;
	background: url(images/newpost-h.png) no-repeat;
}
.pagepost h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	margin: 0;
	padding: 10px 0 0 45px;
	height: 31px;
	background: url(images/post-h.png) no-repeat;
}


.post h2 a, .pagepost h2 a {
	text-decoration: none;
	color: #3a4c62;
}

.postmetadata {
	margin: 0;
	padding: 0 12px 0 0;
	color: #333;
	text-align: right;
	height: 24px;
	background: url(images/post-meta.png) no-repeat;
	font-size: 1em;
}
.h2postbottom {
	margin: 0;
	padding: 0 12px 0 0;
	height: 18px;
	background: url(images/postbottom.png) no-repeat;
}

/* Spécial décalage pour les pages Articles */
.a_entry {
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 1.3em;
	line-height: 18px;
	padding: 0 15px;
        margin-top: 24px;
	background: url(images/entry-bg.jpg) no-repeat;
}
.entry {
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 1.3em;
	line-height: 18px;
	padding: 0 15px 5px 15px;
	background: url(images/entry-bg.jpg) no-repeat;
}
.entry p, .a_entry p, .entry h3, .entry h4  {
	padding: 0 4px;
}

.notfound {
	margin: 100px 80px 100px 0;
	text-align:center;
	font-size: 4em;
	font-weight: bold;
	color: #eee;
}

.endline {
  clear: both;
}

.commentline {
	text-align: right;
	font-size: .8em;
	height: 21px;
	margin: 12px 12px 0px 6px;
	background: url(images/comment.gif) bottom right no-repeat;
}

.sepaline {
	height: 12px;
	/* border: 2px solid red; */
}
.homesepaline {
	height: 8px;
}

.commentline a {
	margin-top: 3px;
	text-decoration: none;
}

.quickjump {
	float: left;
	width: 100%;
	padding: 0;
	margin-top: -8px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
/*border:thin solid blue;*/
}

.prevjumper {
	float: left;
	padding: 0 0 0 24px; 

}

.nextjumper {
	float: right;
	padding: 0 24px 0 0; 
}

.prevjumper a, .nextjumper a {
	float: left;
	background: url(images/postnav_tab.png) no-repeat;
	width:150px;
	height:28px;
	text-align: center;
	padding-top:4px;
	color: #fff;
	text-decoration: none;
}
.prevjumper a:hover, .nextjumper a:hover {
	color: #ffC100;
}

.tags {
	font-family: Tahoma, Arial, Sans-Serif;
	border: 1px dashed #ffc100;
	font-size: .9em;
	height: auto;
	margin: 24px 12px 2px 6px;
}

/* PageNavi*/

.wp-pagenavi {
	padding: 0 40px 5px;
}
.wp-pagenavi a {
	padding: 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
}
.wp-pagenavi span.pages {
	padding: 2px 4px; 
	margin: 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px; 
	margin: 2px;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/*  Ex - Page Contact  

#contactform {
	width: 90%;
	float: right;
}
.formcaption , .formbutton {
	list-style-type: none;
}
.formbutton input {
	font-size: .9em;
	font-family: Tahoma, Arial, Sans-Serif;
}
.formcaption label {
	padding-left: 4px;
} */

/* Sidebar */

#sidebar {
	float: left;
	width: 257px;
	margin: 0;
	padding: 0 0 0 20px;
}

#sidebar h2 {
	font-size: 1.4em;
	font-weight: bold;
	font-family: Arial;
	color: #fff;
	margin: 0;
	height: 32px;
	padding: 4px 0 0 28px;
	background: url(images/sidebar-h.png) no-repeat;
}

#sidebar ul {
	z-index: 10;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
	margin: 0 0 8px 0;
	padding: 0 0 4px 0;
	background: url(images/sidebar-bottom.png) bottom no-repeat;
}

#sidebar ul ul {
	z-index: 20;
	margin: 0 0 4px 0;
	padding: 0 0 0 10px;
	/*list-style-image: url(images/sidebar-li.gif); */
	list-style-type: none;
	background: url(images/sidebar-bg.jpg) repeat-y;
}

#sidebar ul ul li {
	margin: 0;
	width: auto;
	max-width: 216px;
	padding: 0px 16px 4px 10px;
	font-size: 1.2em;
	color: #000;
	background: url(images/sidebar-li.gif) top left no-repeat;
}

.sanpic {
list-style-type:none;
background-color: #fff;
width: 238px;
margin-right : 1px;
/* border: thin solid red; */
}
li .textwidget {
padding-left: 9px;
background: url(images/sidebar-bg.jpg) repeat-y;
}

#sidebar ul ul li a {
	text-decoration: none;
	color: #404040;
}
#sidebar ul ul li a:hover {
	text-decoration: none;
	color: #048088;
}

#searchform {
	margin: 0;
	padding: 0;
	height: 32px;
	width: 257px;
	background: url(images/searchform.gif) no-repeat;
}
#searchform input {
	float: left;
	border: none;
	color: #ddd;
	margin: 0;
	padding: 0;
}
#searchform .searchtext {
	margin: 4px 2px 0 19px;
	padding: 0;
	width: 196px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	border: none;
	background: transparent;
}
#searchform .searchbutton{
	width: 21px;
	height: 21px;
}
#searchform label {
	display: none;
}

#sidebar ul li#about-me {
	margin: 0 0 6px 0;
	padding: 0 0 28px 0;
	background: url(images/about-bottom.png) bottom no-repeat;
}

#about-me h2 {
	font-size: 1.6em;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Arial;
	text-align: center;
	color: #000;
	margin: 0;
	height: 30px;
	padding: 24px 0 0 0;
	background: url(images/about-top.png) no-repeat;
}

#about-me p {
	color: #000;
	margin: 0;
	padding: 0 20px;
	font-size: 1.4em;
	background: url(images/about-body.png) repeat-y;
}

#wpcumuluscontent {
	background: transparent;
	width: 248px;
	height: 180px;
}	

/* Calendar */

#calendar_wrapLarge {
	width: 100%;
}
#calendar_wrapLarge h2{
	width: 570px;
	font-size: 120%;
	background: transparent;
	padding: 8px 4px 0px 4px;
	margin-left: 2px;
	border: 1px solid #404040;
}
#wp-calendarLarge .dayHead {
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	z-index: 1000;
	padding-left: 8px;
}
#todayLarge {
	background-color: red;
	color: #ffffff;
}
#EC_previousMonthLarge, #EC_nextMonthLarge  {
	color: #ff9900;
}
#wp-calendarLarge td {
	border: thin solid #404040;
	width: 80px;
	height: 100px;
	padding: 0;
	vertical-align: top;
}
#wp-calendarLarge .event-block {
	border-top: 1px solid #404040;
	display: block;
	padding: 2px 0 0 2px;
	line-height: 14pt;
	font-size: 80%;
	color: #404040;
	text-align: center;
}
.event-block a:link, .event-block a:visited, .event-block a:active {
	text-decoration: none;
	border: none;
	color: #202020;
}
.event-block a:hover {
	text-decoration: underline;
	border: none;
	color: #ff9900;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: auto;
	color: #000;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 9pt;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 9pt;
}

#wp-calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #000;
	color: #fff;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Comments */

#commentemplate {
	padding: 0 20px;
	background: url(images/post-bg.jpg) repeat-y;
}

h3#comments, #respond h3 {
	font-size: 1.2em;
	font-style: italic;
	color: #555;
}
h3#wikio {
	font-size: 1.3em;
	color: #404040;
}

#commentform {
	margin: 5px 0 0 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size: 1em;
	font-family: Tahoma, Arial, Sans-Serif;
}

#commentform textarea {
	width: 98%;
	padding: 2px;
	font-size: 1em;
	font-family: Tahoma, Arial, Sans-Serif;
}

#commentform p {
	margin: 0;
	font-size: 1.2em;
	font-family: Tahoma, Arial, Sans-Serif;
}

#commentform #submit {
	margin: 0 0 0 auto;
}

#respond {
	color: #555;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.commentlist {
	padding: 0;
	margin: 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
	font-size: 1em;
	font-family: Tahoma, Arial, Sans-Serif;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #333;
	padding: 2px;
	background: #fff;
}

.commentlist li a {
	color: #555;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.children {
	padding: 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}

.thread-alt {
	background-color: #fefefe;
}

.thread-even {
	background-color: #dedede;
}

.depth-1 {
	border: 1px solid #000;
}

.alt {
	border-left: 1px solid #000;
	background-color: #fefefe;
	margin: 0;
	padding: 10px;
}

.even {
	border-left: 1px solid #000;
	background-color: #dedede;
}


/* Footer */

#footer {
	background: url(images/taskbar-bg.jpg) bottom repeat-x;
	width: 100%;
	height: 34px;
	clear: both;
	margin: 80px 0 0 0;
	padding: 0;
	position: relative;
}

#rss {
	background: url(images/rss.png) right repeat-y;
	display: block;
	width: 60px;
	height: 43px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#rss a {
	display: block;
	text-decoration: none;
	width: 60px;
	height: 42px;
	text-align: center;
}

#rss:hover {
	background: url(images/rss.png) left repeat-y;
}

#credit-icon {
	height: 34px;
	width: 35px;
	position: absolute;
	right: 50px;
	bottom: 0;
	background: url(images/credit-icon.jpg) bottom no-repeat;
}

#credit-box {
	width: 400px;
	height: 88px;
	padding: 7px 0 0 0;
	text-align: center;
	font-size: 1.1em;
	line-height: 13px;
	color: #404040;
	background: url(images/mycredit-bg.png) no-repeat;
	position: absolute;
	right: 39px;
	bottom: 5px;
}
.creditex1 {
	float: right;
	width: 340px;
}
.creditex2 {
	letter-spacing: .05em;
	float: right;
	width: 250px;
	/* border: 1px solid red; */
	padding: 23px 50px 0 0;
}

#credit-box a {
	color: #404040;
	text-align: center;
	text-decoration:none;
}
#credit-box a:hover {
	color: #048088;
	text-align: center;
	text-decoration:none;
}

#task-nav {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}

#task-nav ul {
	list-style: none;
	margin: 0;
}

#task-nav ul li {
	float: left;
	background: url(images/taskbar-li.jpg) no-repeat;
	width: 120px;
	height: 34px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

#task-nav ul li a {
	display: block;
	width: 120px;
	height: 24px;
	padding: 7px 0 0 0;
	text-decoration: none;
	color: #fff;
}
#task-nav ul li a:hover {
	color: #ffC100;
}

/* Images */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 0 4px 4px 0;
	margin: 0 8px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* --------------------------------- Gestion du formulaire de contact --------------------------------- */

.para { /* div speciale pour les paragraphes de la page contact */
	text-align: left;
	font-size: 1.3em;
	line-height: 1.5em;
}

label, input, textarea {
	font-size: 1em;
}
input, textarea {
	margin: 8px 0;
}
textarea {
	/* float: left; */
	margin-left: auto;
	margin-right: auto;	
}

.form-para {
	clear: both;
	margin: auto;
	text-align: left;
}
.form-para-caption {
	background: url(images/contactarrow.gif) bottom left no-repeat;
	padding-left: 10px;
}
.form-parakacha {
	clear: both;
	text-align: left;
        height: 50px;
}

#kachatex1 {
	float: left;
        width: auto;
	height: 20px;
	padding: 0 10px;
        margin-top: 23px;
}
#kachatex2 {
	float: left;
        width: auto;
	height: 20px;
	padding: 0 10px;
        margin-top: 10px;
}
#kachapix {
	float: left;
	border: 1px dashed #404040;
	padding: 4px;
        margin-right: 4px;
}
#kachafield {
	float: left;
	/* border: 2px solid red; */
	padding: 0;
        margin-top: -1px;
}
#form-valid {
        clear: both;
	padding: 0;
        margin-left: auto;
        margin-right: auto;
	width: 70px;
}

.form-button {
	float: right;
	width: 310px;
	padding: 0;
	/* border: 1px solid green; */
}

/* Ici je rajoute les modifs des CSS de plug-ins - Comme ça, pas de pbs lors des mises à jour */

/* ---------------------------- Essai de box Abo et inscriptions ---------------------------*/
#abobox {
	z-index: 100;
	height: 92px;
	margin: 0;
	background: url(images/rss_sidebar.jpg) no-repeat;
	padding: 0;
}
#sidebar ul li #abobox ul {
	position: relative;
	left: -10px;
	background: transparent;
}
#sidebar ul li #abobox li {
	padding: 0px 16px 0px 10px;
	font-size: 1.2em;
	background: url(images/sidebar-li.gif) top left no-repeat;
	width: auto;
	max-width: 160px;
	height: 22px;
	margin-left: 10px;
}
.howto {
	position: relative;
    top: 8px;
	left: 0px;
	background: url(images/sidebar-li.gif) bottom left no-repeat;
}

li .howto a {
    font-size: 1.2em;
}

#accessbox {
	font-size: 1.1em;
	height: auto;
	margin: 0;
	background: url(images/sidebar-bg.jpg) repeat-y;
	padding: 4px 8px;
}
.sourutab {
	font-size: 1.4em;
	font-weight: bold;
	font-family: Arial;
	color: #fff;
	margin-top: -4px;
	padding: 4px 0 0 28px;
	height: 32px;
	/* border: 1px solid red; */
	background: url(images/sidebar-tab.png) no-repeat;
}

/* ----------------------------- Plugin Social Link ----------------------------------- */

#sociallinkscontainer {
	background: url(sidebar-bg.jpg) repeat-y;
	padding: 0 8px 0 12px;
}

#sociallinkscontainer a img{
	margin:2px;
	border-style:none;
}

/* ----------------------------- Plugin Subscribe 2 ----------------------------------- */

#subscribe2 .search {
	font-size: 1.1em;
	background: url(images/sidebar-bg.jpg) repeat-y;
	padding: 0px 8px;
}
#subscribe2 .search input{
	border: 1px solid #068186;
	margin: 4px 8px;
}
#subscribe2 .search p{
	text-align: center;
	margin: 0px 8px 6px 8px;
}


/* ----------------------------- Get recent Comments -------------------------------- */

#recentcomments .url {
	font-weight: bold;
	text-decoration: underline;
}

/* ----------------------------- Logos Validations XHTML & CSS -------------------------------- */

.validbox {
	float: left;
	background: transparent;
	clear: both;
	margin-left:auto;
	margin-left:auto;
	margin-top: 24px;
	width: 100%;
	height: auto;
	/* border: 1px solid red; */
}
.validxhtml{
	float: left;
	width: auto;
	padding-left: 40px;
}
.validcss{
	float: right;
	width: auto;
	padding-right: 35px;
}
