/*
Theme Name: Nord Charente Wireless
Theme URI: http://www.ihdem.com/
Description: Le theme nouvelle version du site Nord Charente Wireless
Version: 2.0
Author: GIRAUD Medhi
*/

/* Couleurs & Typographie
-------------------------*/
body {
	margin: 0;
	padding: 0;
	background-color : #F6F6F0;
	font-size: 70%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	border: 0;
}

#page {
	display:block;
	background-color:white;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	padding:16px 16px 40px 16px;
	font-weight:normal;
	border:1px solid #e5e5e5;
	width:960px;
	-moz-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow:rgba(200,200,200,1) 0 4px 18px;
}

#content {
	display:block;
	width:720px;
	float:left;
	font-size: 1.2em;
}

#header {
	display:block;
}

#header h1{
	height:180px;
	background-image:url('images/newheader.png');
	background-repeat:no-repeat;
	background-position:right bottom;
}

#header h1 a{
	height:180px;
}

#header span{
	display:none;	
}

#menu-principal {
	margin-top:-60px;
	margin-right:20px;
	display:block;
	float:right;
	width:920px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:rgba(200,200,200,1) 0 0 4px 4px;
	-webkit-box-shadow:rgba(200,200,200,1) 0 0 4px 4px;
	-khtml-box-shadow:rgba(200,200,200,1) 0 0 4px 4px;
}

#menu-principal a{
	font-size:11px;
	color:gray;
	text-decoration:none;
}

#menu-principal a:hover{
	text-decoration:underline;	
	color:black;
}

.menu-principal-container ul {
	list-style-type:none;
	padding-left:0px;
	margin:0px;
	display:inline;
}

.menu-item {
	margin:8px;
	float:left;
}

li .menu-item a:hover{
	text-decoration:underline;
	color:black;	
}

#nav-menu ul li {
	height:16px;
	vertical-align:middle;
	margin-top:10px;
	margin-left:5px;
	padding-left:20px;
	padding-top:2px;
	line-height:10px;
	text-transform:capitalize;
}

#menu-item-1111 {
	background-image:url('images/house.png');
	background-repeat:no-repeat;
	background-position:left top;
}

#menu-item-1116 {
	background-image:url('images/blog.png');
	background-repeat:no-repeat;
	background-position:left top;
}

#menu-item-1109 {
	background-image:url('images/group.png');
	background-repeat:no-repeat;
	background-position:left top;
}

#menu-item-1161 {
	background-image:url('images/Caution.png');
	background-repeat:no-repeat;
	background-position:left top;
}

#menu-item-1176 {
	background-image:url('images/money_euro.png');
	background-repeat:no-repeat;
	background-position:left top;
}

#menu-item-1110 {
	background-image:url('images/contact.png');
	background-repeat:no-repeat;
	background-position:left top;
}

#menu-item-1112 {
	background-image:url('images/email.png');
	background-repeat:no-repeat;
	background-position:left top;
}

#menu-item-1115 {
	background-image:url('images/ID.png');
	background-repeat:no-repeat;
	background-position:left top;
}


.post_content {
	background-image:url('images/fontpost.png');
	background-repeat:no-repeat;
	background-position:left bottom;	
}

.post_content p{
	top:80px;
	text-align:justify;
	margin:10px;
	font-size:11px;
}

.post_content li{
	top:80px;
	text-align:left;
	margin:0px;
	font-size:11px;
}

.post_content h2{
	text-align:left;
	color:gray;
	font-size:12px;
	border-bottom:1px solid #c9c9c9;
}

.post_content h3{
	text-align:left;
	color:gray;
	font-size:10px;
}

.post_content ul {
	text-align:left;	
}

.post_content li{
	text-align:left;
	text-decoration:none;	
}

.post-date a{
	color:#c9c9c9;

	font-size:9px;	
}

#association_block {
	display:block;
	float:left;
	height:200px;	
}

.ads {
	display:block;
	float:left;
	height:178px;
	width:234px;
	margin:2px;
	border-style:solid;
	border-color:silver;
	border-width:1px;	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#tech {
	display:block;
	height:165px;
	width:234px;
	float:left;
	background-image:url('images/technique.png');
	background-repeat:no-repeat;
	background-position:left top;
}

.post_excerpt {
	float:left;
	width:178px;
	height:300px;
	border-style:solid;
	border-color:silver;
	border-width:1px;
}

.post_excerpt a{
	text-decoration:none;
	text-align:left;
	color:gray;
}

.post_excerpt h2{
	font-size:12px;
}

.post_excerpt:hover {
	border-color:black;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:rgba(200,200,200,1) 0 0 4px 4px;
	-webkit-box-shadow:rgba(200,200,200,1) 0 0 4px 4px;
	-khtml-box-shadow:rgba(200,200,200,1) 0 0 4px 4px;
}

img-container {
	display:block;
	width:200px;
	height:230px;
	margin:auto;
}

.post_excerpt img{
	margin-top:15px;
	width:auto;
	height:70px;
}

.post{
	background-color:white;
}

.index-title {
	text-align:left;
	font-size:1.3em;
    color:#222;
    padding-bottom:4px;
    border-bottom:4px solid #c9c9c9;
    margin-top:0px;
    margin-bottom:28px;
    font-weight:bold;
}

.index-title a{
	color:black;
	text-decoration:none;
	font-size:18px;
}

/* Begin Comments*/

.commentmetadata {
	font-weight: normal;
}

h3.comments {

	padding: 0;
	margin: 40px auto 20px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

.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 li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	font-size:10px;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 3px;
	display: block;
	padding:5px;
}

.commentmetadata a{
	text-decoration:none;
	color:gray;
	font-weight:bold;
}

#comments {
	text-align:left;
	font-size:1.3em;
    color:#222;
    padding-bottom:4px;
    border-bottom:4px solid #c9c9c9;
    margin-top:0px;
    margin-bottom:28px;
    font-weight:bold;
    background-color:white;
}

.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.photo {
	border-style:solid;
	border-width:1px;
	border-color:silver;
}

.cadre_commentaires {
	background-color:rgb(244,244,244)
}

.front-img-container {
	display:block;
	height:100px;
}

img {
	border-style:none;	
}

.front-title {
	display:block;
	height:40px;
	background-color:rgb(223,223,223);
}

.front-title h1 {
	color:blue;
	padding-top:3px;
	line-height:6px;
	vertical-align:middle;
}

.front-post_content {
	padding:5px;
	text-align:justify;
	font-size:11px;
	color:black;
}

.authcomment {
	background-color: #B3FFCC !important;
}

/* End Comments */

.postmetadata {
	padding-bottom:5px;
	font-style:italic;
	border-bottom:1px dotted #c9c9c9;
}

#sidebar{
	display:block;
	float:right;
	width:220px;
}

#sidebar li {
	text-align:left;	
}

.sidebar-block {
	display:block;
	width:220px
}

.sidebar-block ul li a{
	padding-top:2px;
	text-decoration:none;
	color:gray;
	display:block;
	width:200px;
	text-align:left;
	padding-bottom:2px;
}

.sidebar-block a:hover {
	color:black;
}

.sidebar-block img{
	padding-top:2px;
	margin:4px;
	display:block;
	float:left;	
}

.sidebar-block li{
	text-decoration:none;
	color:gray;
	text-align:justify;
	text-decoration:none;
	display:block;
	width:210px;
	margin-left:-36px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

.navigation {
	display:block;
	height:30px;
}

#footer {
	display:block;
	margin-left:-15px;
	margin-bottom:-40px;
	width:990px;
	border:black;
	height:220px;
	clear:both;
	background-image:url('images/texteNCWgris.png');
	background-repeat: no-repeat;
	background-color:gray;
	background-position:bottom right;
}

.footer_block {
	margin-top:10px;
	margin-left:10px;
	display:block;
	float:left;
	width:230px;
	height:200px;
	border-width:1px;
	border-left-style:dashed;
	border-color:silver;
}

.footer_block h2 {
	margin-top:0px;
	color:silver;
}

.footer_block ul{
	margin-left:-20px;
	width:200px;

}

.footer_block ul li a{
	text-decoration:none;
	color:silver;
	display:block;
	width:200px;
	text-align:justify;
	padding-bottom:2px;
}

.footer_block a:hover {
	color:white;
}

.footer_block li{
	text-decoration:none;
	color:gray;
	text-align:justify;
	list-style-type:none;
	text-decoration:none;
	display:block;
	width:210px;
}


.attachment-single-post-thumbnail {
	float:left;
	padding:8px;
	width:200px;
	height:auto;
}

.thumbnail .attachment-single-post-thumbnail {
	margin-left:20px;
	width:auto;
}

.front-image-container {
	display:block;
}

.front-title a{
	font-size:12px;
	text-align:left;
}

.alignleft a{
	width:250px;
	height:30px;
	color:gray;
	margin-top:10px;
	text-decoration:none;
	height:20px;
	display:block;
	float:left;
}

.alignright a{
	width:250px;
	height:30px;
	color:gray;
	margin-top:10px;
	text-decoration:none;
	height:20px;
	display:block;
	float:right;
}


