
/*  
Theme Name: l'Agence To Rich
Theme URI: http://blog.lagencetorich.fr/
Description: Thème de l'Agence To Rich
Version: 3
Author: l'Agence To Rich
Author : jcau@lagencetorich.fr
*/

/*
	TABLE OF CONTENTS
	
	1. RESET
	2. BIG STRUCTURES
	3. GENERIC RULES
	4. HEADER (#header)
	5. SIDEBAR (#sidebar)
	6. CONTENT
	7. DESABO NEWS

/* 1. RESET  */

html > body .entry ul
{
	margin-left:0px;
	padding:0 0 0 10px;
	list-style:none;
	text-indent:-10px;
}

html > body .entry li { margin:7px 0 8px 10px; }

/* reset */
html
{
	color:#000;
	background:#FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td
{
	margin:0;
	padding:0;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { border:0; }

address, caption, cite, code, dfn, em, strong, th, var, optgroup
{
	font-style:inherit;
	font-weight:inherit;
}

del, ins { text-decoration:none; }

li { list-style:none; }

caption, th { text-align:left; }

h1, h2, h3, h4, h5, h6
{
	font-size:100%;
	font-weight:normal;
}

q:before, q:after { content:''; }

abbr, acronym
{
	border:0;
	font-variant:normal;
}

sup { vertical-align:baseline; }

sub { vertical-align:baseline; }

legend { color:#000; }

input, button, textarea, select, optgroup, option
{
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}

input, button, textarea, select { font-size:100%; }

/* end reset */

	/* 2. BIG STRUCTURES */

body
{
	font-size:62.5%; /* Resets 1em to 10px */
	font-family:"Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*background: #000 url(images/bg_body.jpg) repeat fixed center 0;*/
	background:#000;
	padding-top:25px;
}

#page
{
	margin: 0 auto;
	width:934px;
	background:#FFF;
}

#middle { }

#content
{
	margin:0 0 0 320px;
	padding:0 0 20px 0;
	line-height:1.6em;
	font-size:1.2em;
}

#footer
{
	clear:both;
	height:40px;
	padding:0;
	font-size:1.2em;
	position:relative;
}

div#connexionBtn
{
	font-size:10px;
	position:absolute;
	bottom:20px;
	left:20px;
}

div#connexionBtn a { color:#666; }

div#connexionBtn a:hover { color:#E1007A; }

a#xiti_code
{
	display:block;
	width:80px;
	height:15px;
	margin: 20px auto 0 auto;
}

/*
	3. GENERIC RULES
		A. HEADERS
		B. IMAGES
		C. LISTS
		D. VARIOUS
*/

/* A. HEADERS */

h1
{
	margin:0;
	padding-top:70px;
	font-size:4em;
}

h1, h1 a { color:#fff; }

h2 { font-size:1.5em; }

h2.pagetitle
{
	font-family:"Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000;
}

h3
{
	margin:30px 0 0;
	padding:0;
	font-size:1.3em;
}

h3.comments
{
	padding:0;
	margin:40px auto 20px;
}

h3#respond, h3#comments
{
	color:#000;
	font-family:"Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* B. 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:4px;
	margin:0 7px 2px 0;
	display:inline;
}

.alignright { float:right; }

.alignleft { float:left }

/* C. LISTS */

ol li { list-style:decimal outside; }

/* D. VARIOUS */

hr { display:none; }

small
{
	display:block;
	line-height:30px;
	font-size:9px;
	height:50px;
	margin-bottom:10px;
}

small span.author { font-weight:bold; }

#wp-calendar caption, cite { text-decoration:none; }

.alt
{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

#commentform { color:#000; }

#commentform input, #commentform textarea { font-family:"Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.commentlist li
{
	font:bold 0.9em Verdana, Arial, Sans-Serif;
	font-weight:bold;
}

.commentlist cite, .commentlist cite a
{
	font-weight:bold;
	font-style:normal;
	font-size:1.1em;
}

.commentlist p
{
	font-weight:normal;
	line-height:1.5em;
	text-transform:none;
}

#commentform p { }

.commentmetadata { font-weight:normal; }

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike { color:#CCCCCC; }

code { font:1.1em 'Courier New', Courier, Fixed; }

acronym, abbr, span.caps
{
	font-size:0.9em;
	letter-spacing:.07em;
}

#wp-calendar #prev a, #wp-calendar #next a { font-size:9pt; }

#wp-calendar a { text-decoration:none; }

#wp-calendar caption
{
	font:bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
}

#wp-calendar th
{
	font-style:normal;
	text-transform:capitalize;
}

/* --- header --- */

#header
{
	position:relative;
	height:125px;
	background:#FFF;
}

#header h1
{
	width:267px;
	height:66px;
	padding-top:0;
}

/* --- search form --- */
#header form#searchform
{
	height:20px;
	width:240px;
	margin-top:20px;
	margin-left:25px;
	position:relative;
}

#header form#searchform input#s
{
	display:block;
	height:18px;
	width:180px;
	border:1px solid #000;
	border-right:none;
	color:#000;
	font-size:9px;
	padding: 0 0 0 10px;
	outline:none;
	background:#FFF;
	/*float:left;*/
	position:absolute;
	left:0;
}

#header form#searchform input#s :focus { outline:none; }

#header form#searchform input#searchsubmit
{
	display:block;
	height:20px;
	width:50px;
	color:#FFF;
	font-size:9px;
	border:none;
	background:url(images/search_submit.png) 0 0 no-repeat;
	/*float:left;*/
	position:absolute;
	right:0;
}

/* --- newsletter subscription --- */
#header div#newsSubscription
{
	position:absolute;
	top:20px;
	right:30px;
	width:300px;
	z-index:10;
}

#header div#newsSubscription h2
{
	color:#FFF;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:bold;
	line-height:100%;
}

#header #newsSubscription form#formNews { }

#header #newsSubscription form#formNews h2
{
	font-size:24px;
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000;
	font-weight:bold;
}

#header #newsSubscription form#formNews h2 span { font-weight:normal; }

#header #newsSubscription form#formNews p.news_info
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	line-height:16px;
	margin-bottom:5px;
	font-weight:bold;
}

#header #newsSubscription form#formNews p.news_form
{
	height:30px;
	width:350px;
}

#header #newsSubscription form#formNews input#emailNews
{
	float:left;
	display:block;
	height:18px;
	width:200px;
	padding : 0 0 0 10px;
	border:1px solid #000;
	border-right:none;
}

#header #newsSubscription form#formNews input#submitNews
{
	float:left;
	height:20px;
	width:50px;
	background:url(images/search_submit.png) 0 0 no-repeat;
}

/* 5. SIDEBAR (#sidebar) */

#sidebar
{
	float:left;
	width:248px;
	font-size:1.2em;
	background:#000;
	margin-left:20px;
}

#sidebar a { text-decoration:underline; }

#sidebar h2
{
	margin:10px 0;
	padding-left:35px;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	background:url(images/fleche.png) 0 0 no-repeat;
	height:27px;
	line-height:27px;
}

#sidebar .categories { border-bottom: 1px dashed #7D7D7D; }

#sidebar .categories ul { padding:0px 0px 10px 0px; }

#sidebar .categories ul li ul { width:inherit; }

#sidebar ul li { padding:0 0 5px 14px; }

#sidebar ul p, #sidebar ul select { margin:5px 0 8px; }

#sidebar ul ul { padding:5px 0 0 0; }

#sidebar ul ul ul { margin:0 0 0 10px; }

#sidebar ul ul li, #sidebar ul ol li
{
	padding:0px 0 0 17px;
	line-height:20px;
	font-size:12px;
}

#sidebar ul ul li:hover { color:#FFF; }

#sidebar ul ul li ul li:hover { color:#FFFFFF; }

#sidebar ul ul li a:hover
{
	background:none;
	font-weight:bold;
}

#sidebar ul ul li a { color:#cccccc }

#sidebar ul ul li a:hover
{
	color:#FFF;
	font-weight:bold;
}

#sidebar ul li#info p
{
	padding:0 17px;
	text-align:justify;
	font-size:0.8em;
}

#sidebar ul li.pagenav, #sidebar ul li#archive, #sidebar ul li#tags
{
	color:#CCC;
	border-bottom: 1px dashed #7D7D7D;
	padding:8px 0 15px 15px;
}

#sidebar ul li#tags a { color:#CCC; }

#sidebar ul li#tags p
{
	padding:0 17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#sidebar li#contact
{
	padding:8px 0px 15px 15px;
	border-bottom: 1px dashed #7D7D7D;
	color:#fff;
}

#sidebar li#contact p
{
	padding-left:17px;
	line-height:20px;
}

#sidebar ul li.social_li a img { margin-right:10px; }

#sidebar li#contact a { color:#fff; }

#sidebar li#contact a:hover { text-decoration:underline; }

#sidebar li#linkWebsite
{
	padding:8px 0px 15px 20px;
	margin:0px 0px 0px 12px;
	color:#fff;
	font-weight:bold;
}

#sidebar li#linkWebsite a { color:#fff; }

#sidebar li#linkWebsite a:hover { text-decoration:underline; }

/* 6. CONTENT */

.post
{
	text-align:justify;
	margin:0;
}

.post hr { display:block; }

.post h2, .post h3
{
	padding-left:5px;
	margin: 0 3px 0 0;
	background:#000;
	color:#FFF;
	line-height:normal;
	font-size:24px;
	line-height:42px;
	height:42px;
}

.post h2, .post h2 a, .post h3, .post h3 a
{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.post .alt
{
	margin:10px 0;
	padding:10px;
}

.entry { font-size:1.1em; }

.entry p
{
	text-align:justify;
	color:#000;
	width:90%;
	line-height:18px;
	margin-bottom:10px;
}

.entry p strong
{
	font-weight:bold;
	color:#E1007A;
}

.entry p img
{
	border:1px solid #222;
	margin-bottom:20px;
}

.entry p img.wp-smiley
{
	/* RESET PREVENT RULES */ border:none;
	/* RESET PREVENT RULES */ margin:0;
}

.entry p a
{
	color:#E1007A;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted;
}

.entry p a:visited { color:#e1007a; }

.entry ul li:before { content:"\00BB \0020"; }

.entry ol
{
	padding:0 0 0 35px;
	margin:0;
}

.entry ol li
{
	margin:0;
	padding:0;
}

.postmetadata
{
	margin: 15px 0 30px 0;
	padding-top:5px;
	text-align:left;
	font-size:10px;
	color:#666;
}

.postmetadata a { color:#666666; }

.postmetadata ul, .postmetadata li
{
	display:inline;
	list-style:none;
}

.postmetadata small { height:auto; }

/* 
	VARIOUS
*/

.attachment
{
	text-align:center;
	margin:5px 0px;
}

.smallattachment
{
	text-align:center;
	float:left;
	width:128px;
	margin:5px 5px 5px 0px;
}

/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */ text-align:center; }

select { width:130px; }

#commentform input
{
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0;
}

#commentform textarea
{
	width:500px;
	height:150px;
	margin:5px 0 0 0;
	padding:2px;
}

#commentform input, #commentform textarea { border:1px solid #ccc; }

#commentform #submit
{
	width:100px;
	margin:0 110px 0 0;
	float:right;
	background:#e1007d;
	border:none;
	font-size:1.1em;
	font-weight:bold;
	color:#FFF;
	text-indent:0;
}

/* End Form Elements */

/* Begin Comments*/

.commentlist
{
	padding:0;
	text-align:justify;
	color:#000;
	width:90%;
}

.commentlist li
{
	margin:15px 0 3px;
	padding:10x 0;
	list-style:none;
}

.commentlist li a { color:#000; }

.commentlist p { margin:10px 5px 10px 0; }

#commentform p { margin:5px 0; }

.nocomments
{
	text-align:center;
	margin:0;
	padding:0;
}

.commentmetadata
{
	margin:0;
	display:block;
}

/* End Comments */

/* Begin Calendar */

#wp-calendar
{
	empty-cells:show;
	margin:10px auto 0;
	width:155px;
}

#wp-calendar #next a
{
	padding-right:10px;
	text-align:right;
}

#wp-calendar #prev a
{
	padding-left:10px;
	text-align:left;
}

#wp-calendar a { display:block; }

#wp-calendar caption
{
	text-align:center;
	width:100%;
}

#wp-calendar td
{
	padding:3px 0;
	text-align:center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */ background-color:#fff; }

/* End Calendar */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps { cursor:help; }

acronym, abbr { border-bottom:1px dashed #999; }

blockquote
{
	margin:15px 30px 0 10px;
	padding-left:20px;
	border-left:5px solid #ddd;
}

blockquote cite
{
	margin:5px 0 0;
	display:block;
}

.center { text-align:center; }

.navigation
{
	display:block;
	padding:10px 5px 30px 0;
	color:#000;
}

.navigation a { color:#000; }

/* End Various Tags & Classes*/

/* 7. DESABO NEWS */

div#formNewsDesaboContainer
{
	display:table;
	width:350px;
	margin:50px auto 0 auto;
}

div#formNewsDesaboContainer span
{
	display:block;
	margin:0 0 10px 0;
}

div#formNewsDesaboContainer input.typeText
{
	width:164px; /* 168px-4 */
	height:16px; /* 18px-3 */
	margin:0;
	padding:2px 2px 0 2px;
	border:1px solid #000;
	font-size:10px;
}

div#newsDesaboAlert
{
	margin:10px 0 0 0;
	font-weight:bold;
	color:#f00;
	text-align:center;
}

object
{
	margin:5px auto;
	display:block;
}

span.post2pdf_span a, span.post2pdf_span
{
	color:#FFFFFF;
	border:0px;
	padding-top:10px;
	display:block;
}

.subscribe-to-comments { clear:none !important; }

.contactform { margin-top:20px; }

/* --- classes --- */
.button, .button :focus
{
	display:block;
	cursor:pointer;
	text-indent:-9999px;
	outline:none;
	border:none;
}

div.clear
{
	clear:both;
	font-size:0.1em;
	height:0;
}

