/*
Theme Name: E-GLUE now kids
Theme URI: http://www.e-glue.fr/now/
Description: Le thème du blog now kids
Version: 1.0
Author: E-GLUE Team 
Author URI: http://www.e-glue.fr/now/

E-GLUE v1.0
http://www.e-glue.fr/

This theme was designed by E-GLUE Team and built by Vincent MORIZOT,

*/
.imgdownload
{
	margin-top:10px;
	margin-bottom: 24px;
}
.border
{
	border:1px solid #00FF00;
}
.clearb {
	clear: both;
}
.floatl
{float: left;}
.justify	{text-align: justify;}
.ff		{ font-family: Helvetica, Arial;	}
.fs11	{	font-size:11px;	}
.fs12	{	font-size:12px;	}
.fs13	{	font-size:13px;	}
.fs14	{	font-size:14px;	}
.fs15	{	font-size:15px;	}
.fs16	{	font-size:16px;	}
.fs18	{	font-size:18px;	}
.fwbold	{	font-weight:bold;	}
.fwnml	{	font-weight: normal;	}
.fcwhite{ color:#FFF; }
.fcgray { color:#666; }
.fcblack { color:#000; }
.fcblue	{ color:#005788; }
.relative	{position:relative;}
.fcgray2 { color:#898989; }

/* Begin Typography & Colors */
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: Helvetica, Arial, Sans-Serif;
background-color: #FFF; 
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-position: bottom;
background-attachment: fixed;
color: #666;
text-align: center;
}
#page {
text-align: left;
background-image: url(images/blogbg.gif);
background-repeat: repeat-y;
}
#content {
font-size: 1.2em;
}
.widecolumn .entry p {
font-size: 1.05em;
}
.narrowcolumn .entry, .widecolumn .entry {
line-height: 1.4em;
}
.widecolumn {
line-height: 1.6em;
}
.narrowcolumn .postmetadata {
text-align: center;
}
.alt {
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: auto;
	width: 998px;
	height: 44px;
	color: #fff;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}
#footer td{
	color: #fff;
}
#footer #left{
	float:left;
	width: 9px;
	height: 44px;
}
#footer #center{
	float:left;
	width:978px;
	height: 44px;
	
}
#footer #right{
	float:left;
	width: 11px;
	height: 44px;
}
.footericon, .rssicon
{
	margin-top:7px;
	
}
a.footerlnk
{
	color:#FFFFFF;
	text-decoration: none;
}
a.footerlnk:hover
{
	text-decoration:underline;
	color:#FFFFFF;
}
a.footerlnk:active
{
	text-decoration:underline;
	color:#FFFFFF;
}
/*---------------------------------------------------------*/

small {
font-family: Helvetica, Arial, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}
h1, h2, h3 {
font-family: Helvetica, Arial, Verdana, Sans-Serif;
font-weight: bold;
color:#666;
}
h1 {
font-size: 4em;
text-align: center;
}
#headerimg .description {
font-size: 1.2em;
text-align: center;
}
h2 {
font-size: 1.6em;
}
h2.pagetitle {
font-size: 1.6em;
}
#sidebar h2 {
font-family: Helvetica, Arial, Verdana, Sans-Serif;
font-size: 1.2em;
}
h3 {
font-size: 1.3em;
}
.commentlist li, #commentform input, #commentform textarea {
font: 0.9em Helvetica, Arial, Verdana, Arial, Sans-Serif;
}
.commentlist li {
font-weight: bold;
}
.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}
#commentform p {
font-family: Helvetica, Arial, Verdana, Arial, Sans-Serif;
}
.commentmetadata {
font-weight: normal;
}
#sidebar {
font: 1em Helvetica, Arial, Verdana, Arial, Sans-Serif;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}
code {
font: 1.1em Helvetica, Arial, Courier, Fixed;
}
acronym, abbr, span.caps {
font-size: 0.9em;
letter-spacing: .07em;
}
#wp-calendar caption {
font: bold 1.3em Helvetica, Arial, Verdana, Arial, Sans-Serif;
text-align: center;
}
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
/* End Typography & Colors */
/* Begin Structure */
body {
margin: 0;
padding: 0;
}
#page {
margin: auto;
padding: 0;
width: 998px;
}
#header {
margin: 0;
padding: 0;
height: 200px;
width: 998px;
}
#headerimg {
margin: 0;
height: 200px;
width: 100%;
}
.narrowcolumn {
float: left;
padding-left: 39px;
padding-right: 39px;
margin:0;
width: 592px;
}
.widecolumn {
padding: 10px 0 20px 0;
margin: 5px 0 0 150px;
width: 450px;
}
.post {
margin: 0 0 40px;
text-align: justify;
color:#898989;
}
.post hr {
display: block;
height:1px;
background-color: #B2B2B2;
border: 0px;
margin-left:0px;
margin-top: 10px;
}
.widecolumn .post {
margin: 0;
}
.narrowcolumn .postmetadata {
padding-top: 5px;
}
.widecolumn .postmetadata {
margin: 30px 0;
}
.widecolumn .smallattachment {
text-align: center;
float: left;
width: 128px;
margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
text-align: center;
margin: 5px 0px;
}
.postmetadata {
clear: both; 
}
.clear { 
clear: both; 
}

/* End Structure */
/*	Begin Headers */
h1 {
padding-top: 70px;
margin: 0;
}
h2 {
margin: 30px 0 0;
}
h2.pagetitle {
margin-top: 30px;
text-align: center;
}
#sidebar h2 {
margin: 5px 0 0;
padding: 0;
}
h3 {
padding: 0;
margin: 30px 0 0;
}
h3.comments {
padding: 0;
margin: 40px auto 20px;
}
/* End Headers */
/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */
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;
}
/* End Images */
/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */
html > body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}
html > body .entry li {
margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}
.entry ol {
padding: 0 0 0 35px;
margin: 0;
}
.entry ol li {
margin: 0;
padding: 0;
}
.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}
#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
}
/* End Entry Lists */
/* Begin Form Elements */
#searchform {
margin: 10px auto;
padding: 5px 3px;
text-align: center;
}
#sidebar #searchform #s {
width: 108px;
padding: 2px;
}
#sidebar #searchsubmit {
padding: 1px;
}
.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: 100%;
padding: 2px;
}
#commentform #submit {
margin: 0;
float: right;
}
/* End Form Elements */
/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}
.commentlist {
padding: 0;
text-align: justify;
}
.commentlist li {
margin: 15px 0 3px;
padding: 5px 10px 3px;
list-style: none;
}
.commentlist li .avatar {
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}
.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 Sidebar */
#sidebar {
padding-left:10px;
width: 306px;
}
#sidebar form {
margin: 0;
}
/* End Sidebar */
/* 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;
}
.hidden { 
display: none; 
}
hr {
display: none;
}
a img {
border: none;
}
.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}
/* End Various Tags & Classes*/

/* 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;
}
/* End captions */

.separator
{
	background-image: url(images/separator.gif);
	background-repeat: no-repeat;
	margin:auto;
	width: 273px;
	height: 1px;
}
.separator2
{
	margin: auto;
	width: 601px;
	height: 1px;
	background-color:#C4C4C4;
	margin-bottom: 25px;
}

.separator3
{
	/*margin: auto;*/
	width: 601px;
	height: 1px;
	background-color:#C4C4C4;
	margin-bottom: 10px;
	margin-top:10px;
}

#catlist
{
	background-color: #231F20;
	text-align: left;
	color: #FFF;
	font-size:14px;
	width: 184px;
	height: auto;
	/*
	*/
	margin: auto;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 7px;
	position: relative;
	left:0px;
	top:-7px;
}
#catlist .sep
{
	font-size:0px;
	height: 1px;
	background-image: url(images/catlistsep.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top:5px;
	margin-left:4px;
	margin-bottom:3px;
}
#catlist a
{
	color:#FFF;
	line-height:18px;
}

#flink 
{
	margin-left: 15px;
	width: 282px;
	height: auto;
	background-image: url(images/flink-pad-bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	font-family: Helvetica, Arial;
}
#flink .top
{
	width: 282px;
	height: auto;
	background-image: url(images/flink-pad-top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
	padding-top: 9px;
	padding-left: 15px;
}
#flink .bot
{
	width: 282px;
	height: auto;
	background-image: url(images/flink-pad-bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:16px;
}

.flinkimg
{
	margin-left:9px;
	width: 236px;
	height: 100px;
	background-position: center top;
	background-repeat: no-repeat;
}
.flinkimg .data
{
	padding-top:68px;
	margin-left:10px;
}
#flink2 
{
	margin-left:14px;
	width: 254px;
	height: auto;
	background-image: url(images/flink2-pad-bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	font-family: Helvetica, Arial;
}
#flink2 .flink2top
{
	width: 254px;
	padding-top:8px;
	height: auto;
	background-image: url(images/flink2-pad-top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#flink2 .flink2bot
{
	width: 254px;
	height: auto;
	background-image: url(images/flink2-pad-bot.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 7px;
}


.headerblog
{
	width: 998px;
	height: 200px;
	background-image: url(images/headerblogy.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
a.linktitle
{
	color:#898989;
	text-decoration: none;
	font-size:18px;
}
a
{
	color: #666;
	text-decoration: none;
}
a.alink
{
	font-family: Helvetica, Arial;
	font-size:12px;
	color:#666;
	text-decoration:underline;
}
a.alink:hover
{
	font-family: Helvetica, Arial;
	font-size:12px;
	color:#666;
	text-decoration:underline;

}
a.glink
{
	font-family: Helvetica, Arial;
	font-size:16px;
	color:#666;
	text-decoration:none;
}

.post h2
{	font-family: helvetica, arial;
	font-size:20px;
	font-weight:bold;
}
.post a
{
	color: #565555;
}

.cinput
{
	background-image: url(images/logininputback.gif);
	background-repeat: no-repeat;
	border:0px;
	width: 257px;
	height: 17px;
	padding-top:5px;
	padding-left:5px;
	background-color:#F3F3F3;
}
.ctextarea
{
	background-color:#F3F3F3;
	background-image: url(images/textarea.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 401px;
	height: 140px;
	padding-top:5px;
	padding-left:5px;
	font-family: helvetica, arial;
	font-size:12px;
}


.oblgtxt
{color:#E7192E;}
.oblg
{
	background-image: url(images/oblg.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 23px; 
}
.nop p
{ padding:0px; margin:0px; }
