/*
Theme Name:DenisBaupin.fr
Theme URI:
Description:
Version:3.2
Author:Jerome
Author URI:http://www.jeromecorbier.com
Tags:Denis Baupin, template, blog
*/

/* MAIN DIVS */

body {
	margin:0;
	padding:0;
	background:#495429 url(images/body_bg.png) repeat-y center top;
	text-align:justify;
}

body, td, th, textarea, select, h2, h3, h4, h5, h6 {
	font:12px/1.25em arial, verdana, sans-serif;
}

img {
	border:none;
}

div, p {
	margin:0;
	padding:0;
}

* {
 	padding:0;
	margin:0;
}

a, a:link {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:none;
	color:#495429;
}

a:visited {
	color:#000000;
}

#header {
	padding:0;
	margin:0;
	width:100%;
	background:#495429;
}

#wrapper {
	padding:0;
	margin:0 auto;
	width:985px;
	min-height:800px;
}

#content {
	float:left;
	width:610px;
	padding:0 0 0 10px;
	margin:0;
}

#contentWide {
	float:left;
	width:965px;
	padding:10px;
	margin:0;
}

#sidebar {
	float:right;
	width:345px;
	margin:0 10px 0 0;
	padding:0;
}

#footer {
	padding:20px 0;
	margin:0 auto;
	width:100%;
	float:left;
	text-align:center;
}

/* CONTENT */

.contentCell {
	width:100%;
	margin:0;
	background:#FFF;
	clear:both;
	float:left;
}

.splitBG {
	background:url(images/cellModuleBG.png) repeat-y left top;
}

.contentCellTitle {
	padding:10px 0 10px 15px;
	color:#779000;
	border-bottom:1px solid #DFDFDF;
	background:url(images/cellTop.png) no-repeat left top;
}

.Wide {
	background:url(images/cellTopWide.png) no-repeat left top;
}

.contentCellTitle a:link, .contentCellTitle a:visited {
	color:#779000;
}

.contentCellTitle a:hover {
	color:#495429;
}

.contentCellBottom {
	background:url(images/cellBottom.png) left bottom;
	height:20px;
	width:100%;
	margin-bottom:20px;
	clear:both;	
}

.contentCellBottomWhite {
	background:url(images/cellBottomWhite.png) left bottom;
	height:20px;
	width:100%;
	margin-bottom:20px;
	clear:both;	
}

.mainArticlesWrapper {
	background:#F6F6F6;
	width:50%;
	float:left;
	margin:0;
	padding:0 0 30px 0;
}

.mainArticlesList {
	padding:20px 20px 0 20px;
	float:left;
}

.mainArticle p{
	margin: 0 0 10px 0;
}

.mainArticleTitle {
	padding:0 0 20px 0;
	color:#779000;
	text-align:left;
	line-height:1em;
	font-size:19px;
	font-weight:bolder;
	letter-spacing:-0.05em;
}

.mainArticleTitle a:link, .mainArticleTitle a:visited {
	color:#779000;
}

.mainArticleTitle a:hover {
	color:#495429;
}

.mainArticleHead {
	color:#949494;
	margin:0 0 15px 0;
}

.mainArticlePicture {
	margin:3px 10px 10px 0;
	min-width:100px;
	clear:both;
}

.otherArticlesWrapper {
	width:50%;
	float:right;
}

.otherArticlesList {
	padding:20px 0 0 0;
	float:left;
}

.otherArticlesHead {
	color:#949494;
	margin:0 0 15px 20px;
}

.otherArticleCell {
	width:100%;
	margin:0 20px 0px 0;
	padding:5px 0;
	float:left;
	background:none;
	color:#779000;
}

.otherArticleCell a:link, .otherArticleCell a:visited{
	color:#779000;
}

.otherArticleCell a:hover{
	color:#779000;
	text-decoration:none;
}

.otherArticleCellOver {
	background:url(images/otherArticlesOverBG.png) no-repeat left center;
}

.otherArticleCellOver a:link, .otherArticleCellOver a:visited{
	color:#131313;
}

.otherArticleCellOver a:hover{
	color:#495429;
	text-decoration:none;
}

.otherArticleDate {
	margin:0;
	padding:0 10px 0 20px;
	width:55px;
	float:left;
	color:#949494;
	text-transform:uppercase;
	font-size:10px;
}

.otherArticleTitle{
	margin:0;
	padding:0 20px 0 0 ;
	float:left;
	width:190px;
	text-align:left;
}

.readMore {
	color:#779000;
	font-weight:bolder;
	float:left;
	margin:0;
	padding:10px 0 0 0;
	text-transform:uppercase;
}

.readMore a, .readMore a:link {
	text-decoration:none;
	color:#779000;
}

.readMore a:hover {
	text-decoration:none;
	color:#495429;
}

/* SIDE BAR */

.sidebarCellFullWidth {
	background:#FFF;
	margin:0 0 20px 0;
	padding:0;
	width:345px;
	float:left;
	clear:both;
}

.sidebarCell {
	padding:10px 10px 0 10px;
	width:325px;
	float:left;
	clear:both;
	background:url(images/sideBarCellBG.png) no-repeat left top;
}

.sidebarCellBottom {
	height:10px;
	width:345px;
	float:left;
	clear:both;
	margin:0 0 20px 0;
	background:url(images/sideBarCellBG.png) no-repeat left bottom;
}

.sidebarCellContentWrapper {
	background:#FFF;
	border:1px solid #DFDFDF;
	float:left;
	width:323px;
}

.sidebarCellTitle {
	padding:11px 0 11px 15px;
	color:#000000;
	text-align:left;
	background:url(images/sidebarCellTitleBG.png) no-repeat left top;
}

.sidebarCellTitleLead {
	margin:0 0 10px 0;
	padding:10px 0 10px 15px;
	color:#FFFFFF;
	background:#779000;
	text-align:left;
}


.sidebarCellContent {
}

/* SINGLE ARTICLE VIEW */

.singleArticleTitle {
	margin:20px 0 0 15px;
	font-size:1.9em;
	line-height:1.2em;
	font-weight:normal;
	color:#779000;
	text-align:left;
}

.singleArticleIntro {
	margin:0 0 10px 0;
	padding:10px 15px 0 15px;
	font-weight:bold;
}

.singleArticleAbout {
	margin:0 15px;
	font-weight:bold;
	font-size:9px;
	text-align:left;
	color:#AAAAAA;
} 

.singleArticleTags {
	margin:5px 0 0 15px;
	font-weight:bold;
	font-size:9px;
	color:#AAAAAA;
}

.singleArticleTools {
	margin:10px 15px;
	padding:5px 0;
	border-top:1px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
}

.singleArticleText {
	padding:0 15px;
	margin:0 0 30px 0;
	float:left;
}

/* COMMENTS */*

.singleArticleCommentsWrapper {
	margin:10px 15px;
}

.singleArticleCommentsTitle {
	color:#779000;
	border-bottom:1px solid #E8E8E8;
	margin:0 0 20px 0;
	padding:0 0 5px 0;
}

.comment {
	margin:0 0 10px 0;
	clear:both;
	float:left;
}

.altColorOne {
	background:#FFFFFF;
}

.altColorTwo {
	background:#FFFFFF;
}

.commentProps {
	width:130px;
	margin:0 10px 0 0;
	float:left;
}

.commentName {
	font-weight:bolder;
	color:#779000;
	clear:both;
	text-align:right;
}

.commentSite {
	color:#AAAAAA;
	clear:both;
	text-align:right;
}

.commentDate {
	color:#AAAAAA;
	clear:both;
	font-size:9px;
	text-align:right;
	line-height:10px;
}

.commentText {
	float:left;
	width:440px;
}

/* CATEGORY VIEW */

.categoryArticle {
	padding:10px 15px 20px 15px;
	clear:both;
}

.categoryArticle p {
	padding:0 0 10px 0;
}

.categoryArticleTitle {
	font-size:1.7em;
	line-height:1.2em;
	font-weight:normal;
	color:#779000;
	text-align:left;
	letter-spacing:-0.05em;
}

.categoryArticleTitle a:link, .categoryArticleTitle a:visited {
	color:#779000;
}
.categoryArticleTitle a:hover {
	color:#495429;
}

.categoryArticleDate {
	font-size:9px;
	font-weight:bolder;
	color:#AAAAAA;
	margin:5px 0 15px 0;
}

.categoryArticleDate a:link, .categoryArticleDate a:visited {
	color:#AAAAAA;
}

.readArticle {
	color:#779000;
	font-weight:bolder;
	clear:right;
	margin-top:5px;
}

.readArticle a:visited, .readArticle a:link {
	text-decoration:none;
	color:#779000;
}

.readArticle a:hover {
	color:#495429
}

.categoryPageNavigation {
 	width:100%;
	clear:both;
	float:left;
	font-size:1.2em;
	font-weight:bolder;
	color:#495429
}

.categoryPageNavigation a {
	color:#495429
}

.navLeft {
	float:left;
	padding:0 0 0 50px;
}

.navRight{
	float:right;
	padding:0 50px 0 0;
}

/* LISTS */

.archivesUL {
	float:left;
	list-style-type:none;
	text-align:left;
	margin:0;
	padding:8px 0 5px 0;
}

.archivesUL li {
	padding:0px 0px 3px 15px;
	list-style:none;
}

.linksUL {
	float:left;
	list-style-type:none;
	text-align:left;
	margin:0;
	padding:8px 0 5px 0;
}

.linksUL li {
	padding:0px 0px 3px 15px;
	list-style:none;
}

.post ul {
	padding:0;
	margin:5px 0;
}

.post li {
	padding:0;
	margin:0 0 5px 15px;
	list-style:square url(none);
}

/* MISC */

.cockUp {
	float:left;
	font-size:5em;
	font-weight:bolder;
	margin:0 2px 0 0;
	padding:14px 0 15px 0;
	height:15px;
	color:#CBDC69;
}

.post p {
	padding:0 0 10px 0;
}

.Title {
	font-size:19px;
	font-weight:bolder;
}

/* AGENDA MODULE */

.agendaModule {
	clear:both;
	margin:0 0 10px 0;
}

.moduleEntry {
	padding:5px 0 5px 15px;
	background:#EFEFEF;
	border-top:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	font-size:16px;
	font-weight:bold;
	font-weight:bolder;
	color:#495429;
	clear:both;
}

.smallAgendaEvent {
	clear:both;
	padding:5px 15px;
	float:left;
}

.smallAgendaEventDate {
	font-size:10px;
	color:#999999;
	margin:0 15px 0 0;
	float:left;
	width:50px;
}

.smallAgendaEventTitle {
	width:223px;
	float:left;

}

/* GALLERIES MODULE */

/* TABS */

.tabsHeader {
	width:100%;
	float:left;
}

.TabOn {
	float:left;
}

.TabOn .tabLeftBit {
	height:29px; 
	width:10px; 
	background:url(images/tabOn.png)  no-repeat left top;
	float:left;
}

.TabOn .tabCenterBit {
	background:url(images/tabOn.png)  no-repeat center top;
	color:#FFFFFF;
	text-align:center;
	float:left;
	font-weight:bolder;
	padding:8px 0px;
	height:13px;
	overflow:hidden;
	font-weight:bold;
}

.TabOn .tabCenterBit a, .TabOn .tabCenterBit a:link {
	color:#FFFFFF;
	font-weight:bold;
}

.TabOn .tabRightBit {
	height:29px;
	width:10px;
	background:url(images/tabOn.png)  no-repeat right top;
	float:left
}

.TabOff {
	float:left;
}

.TabOff .tabLeftBit {
	height:29px; 
	width:10px; 
	background:url(images/tabOff.png)  no-repeat left top;
	float:left;
	font-weight:bold;
}

.TabOff .tabCenterBit {
	background:url(images/tabOff.png)  no-repeat center top;
	color:#FFFFFF;
	text-align:center;
	float:left;
	padding:8px 0px;
	height:13px;
	overflow:hidden;
	font-weight:bold;
}

.TabOff .tabCenterBit a,  .TabOff .tabCenterBit a:link, .TabOff .tabCenterBit a:visited{
	color:#FFFFFF;
	font-weight:bold;
}

.TabOff .tabRightBit {
	height:29px;
	width:10px;
	background:url(images/tabOff.png)  no-repeat right top;
	float:left
}

.tabsFooter {
	width:100%;
	float:left;
	background:url(images/tabOn.png) no-repeat right top;
	min-height:15px;
}

.tabsFooterContent {
	float:left;
	color:#FFFFFF;
}

.gallerySectionContentOn {
	margin:0px 2% 5px 2%;
	padding:5px 10px 5px 10px;
	float:left;
	background:#000000;
}

.gallerySectionContentOn .contentTitle, .gallerySectionContentOn .contentTitle a, .gallerySectionContentOn .contentTitle a:link, .gallerySectionContentOn .contentTitle a:visited {
	color:#FFFFFF;
	font-weight:bold;
}

.gallerySectionContentOn a:hover {
	text-decoration:none;
	font-weight:bold;
}

#galleriesContentsWrapper {
	background:url(images/tabOn.png) repeat-y center top;
	float:left;
}

#galleriesContents {
	background:url(images/tabOn.png) repeat-y center top;
	float:left;
	padding:0px 0px 5px 0px;
	overflow:auto;
}

.gallerySectionContentOff {
	margin:0px 2% 5px 2%;
	padding:5px 10px 5px 10px;
	float:left;
	background:#FFFFFF;
	font-weight:bold;
}

.tabsContentsFooter {
	width:100%;
	float:left;
	background:url(images/tabOn360.png) no-repeat left bottom;
	height:15px;
}

.gallerySectionContentOff, .gallerySectionContentOff a, .gallerySectionContentOff a:link, .gallerySectionContentOff a:visited{
	color:#000000;
	font-weight:bold;
}

.gallerySectionContentOff a:hover {
	text-decoration:none;
	font-weight:bold;
}

/* AGENDA */

#agendaWrapper {
	width:880px;
	float:left;
	padding: 0px 20px;
	margin:0px 0px 20px 0px;
}

.agendaHeader{
	width:100%;
	float:left;
	color:#000000;
	padding: 20px 0px;
}

.MonthViewdaysHeader {
	width:100%;
	float:left;
	color:#000000;
	padding:0px;
	margin:0px;
}

.MonthViewDayCells {
	width:100%;
	float:left;
	color:#000000;
	padding:0px;
	margin:0px;
}

.WeekViewdaysHeader {
	width:100%;
	float:left;
	color:#000000;
	padding:0px;
	margin:0px;
}

.dayHourCell {
	color:#000000;
}
