/*  
Theme Name: Grid Focus
Theme URI: http://5thirtyone.com/
Description: Grid aligned WordPress theme
Version: 1.1
Author: Derek Punsalan
Author URI: http://5thirtyone.com/
Tags: white, grid, whitespace, minimal, clean, widgets

Grid Focus was designed and coded by Derek Punsalan. Find
more info about the guy at http://5hthirtyone.com

Notes: Inspired and created for minimalist, content focused blogs 
or websites. Customize, edit, poke, prod, and adapt to your own 
style. Please leave credit where credit is due so that others may
find the source for your site and adapt a suitable version for their
own website.

See line 53 for a collection of the main font rules - size, line-height,
and color - combined for your convenience.

*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: white;
	color: #333;
	font-family: arial, verdana, sans-serif;
	text-align: center;
	background:url(images/fd_header.gif) repeat-x;
} 
h1 {
	font-size: 23px;
}
h2 {
	font-size: 18px;
	font-weight:600;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
h4.ressources {
	font-size: 12px;
	text-transform:uppercase;
	margin:0 0 15px 0;
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	padding:3px 0 3px 0;
}
a {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #666666;
}

ul {
	list-style:none;
}

li {
	list-style:none;
	margin:0;
	padding:0;
}

a img, a:visited img, a:hover img, a:visited:hover img {
	border:0;
}


/* =----------------------------------- oh the convenience */
#wrapper {
	/* 
		sets the minimum(s) for the entire site
		off of which everything else is based on
	*/
	font-size: 12px;
	line-height: 12px;
}
.nav li {
	line-height: 12px;
}
.nav li a {
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.nav li a:hover,
.nav li a.focus {
	color: #fff;
}
.nav .searchField input {
	color: #777;
}
.toggleCategories li a {
	color: #fff;
}
.toggleCategories li a:hover {
	color: #ccc;
}
.postMeta {
	font-size: 11px;
	text-transform: normal;
	margin-top:7px;
}
.postMeta span.date {
	color: #999999;
}
.postMeta span.comments a,
.postMeta span.date a {
	color: #666666;
}
.post h2 {
	line-height: 1.2em;
}

#commentsContainer h3 a,
.commentlist .comment-author a {
	border-bottom: 1px solid #999999;
	color: #333333;
	font-weight: bold;
}

.entry a,
.secondaryColumn a {
	color: #333333;
	font-weight: bold;
}


.entry a:hover,
.secondaryColumn a:hover,
#commentsContainer h3 a:hover,
.commentlist .comment-author a:hover,
.commentlist .comment-meta a:hover {
	color: #666666;
}
.secondaryColumn a {
	font-weight: normal;
}
.entry ul,
.entry ol,
.entry blockquote {
	color: #555;
}
.entry blockquote {
	font-style: italic;
}
.secondaryColumn h3,
#commentsContainer h3 {
	font-size: 1.2em;
}
#cancel-comment-reply-link {
	color: #3C6C92;
	font-size: 11px;
}
.commentlist .comment-meta a {
	color: #777;
}
.commentlist .comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.commentlist .comment-meta {
	font-size: 11px;
}

#paginateIndex {
	font-size: 0.9em;
	text-transform: uppercase;
}
#footer {
	clear: both;
}
#footer p a {
	font-weight: bold;
	color:#333;
}

/* =----------------------------------- main structure */
#wrapper {
	margin: 15px auto;
	text-align: left;
	width: 855px;
	padding: 0 5px;
}
#masthead {
	padding: 7px 0;
	margin:5px 0 15px 0;
}
#filler {
	background:#FFFFFF;
}
#mainColumn {
	float: left;
	margin: 23px 0 0 0;
	width: 600px;
}
.secondaryColumn {
	float: right;
	margin: 35px 0 0 30px;
	overflow: hidden;
	width: 222px;
}

/* =----------------------------------- header elements */
#logo {
	float:left;
	background:url(images/logo.jpg);
	width:220px;
	height:29px;
	margin:23px 0 0 0;
}
#masthead h1 {
	margin: 7px 0 0 0;
}
#masthead h1 a {
	/*text-transform: uppercase;*/
	color:#FFFF00;
	width: 400px;
}
#blogLead img {
	background: #fff;
	float: right;
	height: 42px;
	margin: 0 7px;
	padding: 2px;
	width: 42px;
}

/* =----------------------------------- top + bottom navigation */
.navStripWrapper {
	position: relative;
	clear: both;
}
.nav {
	margin-left:-9px;
	padding-top:17px;
	
}
.nav div.first_left {
	display: inline-block;
	float: left;
}
.nav div.last_left {
	border-left: 1px solid #CCCCCC;
	display: inline-block;
	float: left;
}
.nav div.first_right {
	border-right: 1px solid #CCCCCC;
	display: inline-block;
	float: right;
}
.nav div.last_right {
	display: inline-block;
	float: right;
	margin-right:-9px;
}
.nav div a {
	display: inline-block;
	padding: 7px 9px 0 9px;
	height: 20px;
	color:#333333;
	font-size:10px;
}
.nav div a span {}
.nav div a:hover {
	color:#666666;
}
.nav div a.focus {
	background: #3c6c92;
}
.toggleCategories {
	background: #3c6c92;
}
.toggleCategories ul,
.toggleCategories2 ul {
	padding: 8px 7px 7px;
}
.toggleCategories ul li {
	display: block;
	float: left;
	width: 102px;
}
.toggleCategories li a {
	margin: 3px 0 4px 5px;
}

/* =----------------------------------- meta lead for each post */
.postMeta {
	text-align: left;
	margin-bottom: 10px;
	position: relative;
}
.postMeta .container {
	position: absolute;
	top: -9px;
	background:none;
}
.postMeta span.date {
	padding:0;
}
.postMeta span.comments {
	background:url(images/chat_grey.gif) no-repeat 3px 0px;
	padding-left: 18px;
}



/* =----------------------------------- general post */
.post {
	margin: 0 0 21px 0;
	padding:7px 0 25px 0;
	border-bottom:1px dotted #CCCCCC;
}
.post h2 {
	margin-bottom: 6px;
	padding:0;
}
.post h2 a {
	display:block;
}

/* =----------------------------------- entry body */
.entry {
	padding:0;
	overflow: hidden;
}
.entry p {
	line-height: 1.4em;
	margin: 10px 0;
}

.entry span {
	line-height:1.2em;
	font-size:11px;
}

.entry ul,
.entry ol,
.entry blockquote {
	margin: 0 14px;
}
.entry ol {
	list-style: decimal;
}
.entry ul li,
.entry ol li {
	margin: 0 0 7px 18px;
}
.entry ul li {
	list-style: circle;
}
.entry blockquote {
	border-left: 1px solid #ccc;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 21px;
	padding-left: 10px;
}

.entry.meta {
	background: #eee;
	border: 1px solid #ccc;
	border-width: 1px 0;
	margin:10px 0 0 0;
}
.entry.meta p {
	margin: 5px 7px;
}
.entry.meta .highlight {
	text-transform: uppercase;
	font-size: 10px;
}
.entry.meta a, .entry.meta a:visited {
	color: #333333;
	border:0;
}
.entry.meta a:hover, .entry.meta a:hover:visited {
	color: #666666;
}

.more-link {
	margin-top:10px;
	float:left;
}

a.more-link, a.more-link:visited {
	text-decoration:none;
	color:#999999;
	border:0;
	}

a.more-link:hover, a.more-link:hover:visited {
	text-decoration:underline;
	color:#999999;
	border:0;
	}
	
.respond {
	margin-top:20px;
}
	
a.lien_comments, a.lien_comments:visited {
	text-decoration:none;
	color:#999999;
	border:0;
	background:url(images/chat_grey.gif) no-repeat left top;
	padding-left:15px;
}

a.lien_comments:hover, a.lien_comments:hover:visited {
	text-decoration:underline;
	color:#999999;
	border:0;
}

.entry div a img {
	margin-top:3px;
	margin-bottom:-10px;
}

.wp-caption-text {
	font-size:10px;
	font-style:italic;
	position:relative;
	top:1px;
}


/* =----------------------------------- main index pagination */
#paginateIndex { 
	margin-bottom: 25px;
}
#paginateIndex a,
.commentlist li .reply a {
	color: #666666;
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	padding: 4px 7px 3px;
	background: #fff;
	border: 1px dotted #ddd;
}
.commentlist li .reply a {
	color: #666666;
}
#paginateIndex a:hover,
.commentlist li .reply a:hover {
	color: #666666;
}

/* =----------------------------------- widget enabled sidebar */

.searchField {
	float: left;
	border: 0;
	margin:15px 0 0 0;
}

.searchField input {
	border: 1px solid #eee;
	outline: none;
	padding: 2px 4px;
	font-size:11px;
}

.searchField input.submit_ok {
	background:#eee;
	margin-left:2px;
}

.secondaryColumn h3 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	margin: 0 0 3px 0;
	padding: 7px 0;
}
.widgetContainer {
	margin: 0 0 20px 0;
}
.widgetContainer ul li {
	margin: 0 3px 7px 21px;
	list-style: circle;
}
.widgetContainer ul li ul {
	margin-top: 5px;
}
.widgetContainer .textwidget {
	margin: 0 3px;
	line-height: 1.5em;
}
.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}
#wp-calendar thead {}
#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
#wp-calendar td {
	padding: 3px 0 4px 3px;
	color: #777;
}
#wp-calendar td a {
	font-weight: bold;
}

#sidebar_page {
	margin:33px 0 0 0;
}

.membre {
	margin:0 0 20px 0;
}

.membre_nom {
	font-weight:bold;
	font-size:11px;
}

.membre_mail {
	font-size:10px;
}

.membre_url {
	font-size:10px;
}

.ressources {
	margin:0;
}

.ressources_nom {
	font-weight:bold;
	font-size:11px;
}

.ressources_url {
	font-size:10px;
}

a.membre, a.membre:visited {
	font-size:10px;
	text-decoration:none;
	border-bottom:1px dotted #666666;
}

a.membre:hover, a.membre:visited:hover {
	font-size:10px;
	text-decoration:none;
	border-bottom:1px dotted #666666;
	color:#999999;
}

span.ressources_nom a, span.ressources_nom a:visited {
	font-size:10px;
	text-decoration:none;
	border-bottom:1px dotted #666666;
	margin-left:-14px;
}

span.ressources_nom a:hover, span.ressources_nom a:visited:hover {
	font-size:10px;
	text-decoration:none;
	border-bottom:1px dotted #666666;
	color:#999999;
}

a.flickr img, a.flickr:visited img {
	padding:2px;
	border:1px solid #CCCCCC;
	margin:0 5px 5px 0;
}

a.flickr:hover img, a.flickr:visited:hover img {
	border:1px solid #666666;
}

/* =----------------------------------- style some comments */
#commentsContainer {
	margin-bottom: 30px;
}
#commentsContainer span.hook {
	position: relative;
	display: block;
}
#commentsContainer h3 {
	display: block;
	margin: 10px 0;
	padding: 7px 0 0 0;
}
.cancel-comment-reply {
	position: absolute;
	top: -1px;
	right: 4px;
}
.commentlist {
	list-style: none;
	margin: 0 0 20px;
}
.commentlist .comment-author {
	border-top: 1px dotted #ccc;
	padding-top: 7px;
	margin-top: 10px;
	overflow: hidden;
}
.commentlist .comment-author img.avatar {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0 4px 0 0;
}
.commentlist .comment-meta {
	margin: 0 0 0 20px;
}
.commentlist li .reply {
	text-align: right;
	padding-bottom: 10px;
}
.commentlist li .reply a {
	display:inline;
}
.commentlist li p {
	margin: 1em 0;
	padding: 0 3px;
}
.commentlist li ul,
.commentlist li ol,
.commentlist li blockquote {
	margin: 0 20px;
}
.commentlist .children {
	margin: 0 0 0 40px;
}
.commentlist .children li {
	list-style: none;
}
#commentform .contain {
	margin: 0 0 1px 0 !important;
	background:#eee;
	padding:7px 10px;
}

#commentform label {
	float:left;
	width:100px;
	line-height:19px;
	padding:7px 10px;
}

#commentform #author,
#commentform #email,
#commentform #url,
#commentform #name,
#commentform #email,
#commentform textarea {
	border: 1px solid #bbb;
	outline: none;
	padding: 1px 3px;
	width: 200px;
}

#commentform textarea {
	float: none;
	width: 79%;
	overflow: auto;
}
#commentform #submit {
	margin-left:110px;
	padding:1px 6px;
	background:#CCCCCC;
	font-weight:bold;
	font-size:11px;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

#commentform #submit:hover {
	margin-left:110px;
	padding:1px 6px;
	background:#999999;
	font-weight:bold;
	font-size:11px;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	cursor:pointer;
}

/* =----------------------------------- boring footer */
#footer {
	border-top: 1px solid #CCCCCC;
	margin: 25px 0;
}
#footer p {
	padding: 14px 3px 0; 
}

/* =----------------------------------- floats + clearing rule */
.floatleft,
.alignleft {
	float: left;
	margin: 3px 7px 0 0;
}
.floatright,
.alignright {
	float: right;
	margin: 3px 0 0 7px;
}
.right {
	float:right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
} 
* html .fix{
	height: 1%;
}
.fix{
	display:block;
}
