﻿/*
Theme name: Cabanocanada
Theme URI: http://www.cabanocanada.com
Description: Theme realized for cabanocanada.com
Version: 1.0
Author: Celia Robillard
Author URI: http://www.ceelya-web.com
Creation Theme by Celia Robillard || http://www.ceelya-web.com
*/

body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	text-align: left;
	background: #fff;
	color: #444;
	margin: 0px;
	padding: 0px;
	background: #990000 url(images/bg-page.png);
	background-repeat: repeat-x;
}

#closure a {
	color: #ffffff;
}

#container{
	min-width: 960px;
}

#main-container{
	margin: -45px auto;
	width: 960px;	
}

#bottom{
	overflow: hidden;
	padding: 0;	
	margin: 0 auto;
	width: 960px;
	float: right;
	height: 150px;
}


/*Header style*/

#header-container{
	margin:0px;	
	background: transparent url(images/bg-container.jpg) no-repeat scroll center top;
}

#header{
	height:300px;
}

h1 a {
	position: absolute;
	left: -5000px;
	top: -5000px;
	text-indent: -5000px;
}

#header h1{
	margin:0px;
	padding:0px;
}

#header p {
	position: absolute;
	left: -5000px;
	top: -5000px;
	text-indent: -5000px;
}
#language {
	width:250px;
	float:right;
	margin: 5px 300px 5px 5px;
}

#english{
	float: left;
	width:105px;
	height: 30px;
}

.hide{
	visibility:hidden;
}

#francais{
	float: right;
	width:110px;
	height: 30px;
}

/*Homecontent*/

#clear{
	clear:both;
}

#content{
	width: 580px;
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 0px 20px;
	float: left;
	background: url(images/bg-notepad.jpg) repeat-y;
}

#content2{
	width: 580px;
	background: url(images/bg-content.png) no-repeat scroll bottom right;
	height: 200px;
	margin-top: 100px;
}

#content3{
	width: 150px;
	background: white;
	float: left;
	margin: 0 0 0 20px;
}

.post-date{
	margin: -20px 0 0 -110px;
	padding: 25px 0 0 8px;
	float: left;
	color: #270F00;
	background: url(images/maple-leaf.png) no-repeat 10px 0px;
	height: 81px;
	width: 110px;
	text-align:center;
	font-weight: bold;
	line-height: 2;
	font-size: 1.5em;
}

.postmetadata{
	background: url(images/bg-meta.png) no-repeat;
	line-height:2;
	padding-left: 55px;
	color: white;
}

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

.post_content{
	padding-top: 40px;
}

.edit{
	float:right;
	margin-right:20px;	
	padding-top:12px;
	color: #fff;
}

.edit a{
	color: #fff;
}

.edit a:hover{
	text-decoration: underline;
	color: #fff;
}

.article-header{
	background: transparent url(images/bg-title.png) no-repeat scroll 0 0;
	margin: 0 0 10px -44px;
	padding: 0 0 0 40px;
	width: 600px;
	height: 48px;

}

#content h2{
	padding-top: 10px;
}

.linkcat{
	list-style-type: none;
}

.article-header h2 a{
	color: #fff;
}

.article-header h2 a:hover{
	text-decoration: underline; 
}

.more-link {
	color: #000;
	font-weight: bold;
	background: url(images/readmore-cardboard.png);
	padding: 5px 5px 5px 20px;	
}

.time-container {
	float: left;
	background: url(images/time-cardboard.png) no-repeat;
	width: 165px;
	height: 30px;
}

.time{
	padding: 5px 0 0 40px;
	font-weight: bold;
}

/*Navigation*/

#navigation{
	margin: 5px 15px 5px 0;
}

#navigation ul{
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		padding: 0 ;
		margin: 0;
}

#navigation li{
	display: inline;
}

.alignleft a{
	background: url(images/previous.png) no-repeat;
	padding: 5px 35px 5px 50px;
	color: #fff;
	font-weight: bold;
	float: left;
}

.alignleft a:hover{
	color: #fff;
	font-weight: bold;
}

.alignright a{
	background: url(images/next.png) no-repeat;
	padding: 5px 70px 5px 25px;
	color: #fff;
	font-weight: bold;
	float: right;
}

.alignright a:hover{
	color: #fff;
	font-weight: bold;
}

/*Sidebar*/

.sidebar {
	width: 254px;
	margin: 60px 36px 0 25px;
	padding: 0 0 0 20px;
	float: right;
	background: url(images/sidebar-bg.png) repeat;
	list-style-type: none;
}

.sidebar a {
	text-decoration: none;
	color: #4D371E;	
}

.sidebar ul{
	list-style-type: none;
	padding: 0;
}

.sidebar ul h2{
	color: white;
	background-image: url(images/sidebar-cardboard.png);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 13px;
	padding: 4px 0 5px 25px;
	font-weight: normal;	
}

.sidebar li{
	padding-left: 10px;
	
}

.sidebar li h2{
	position: absolute;
	left: -5000px;
	top: -5000px;
	text-indent: -5000px;	
}

.sidebar img{
	border: 0px solid;
}

#sidebar-top{
	background: transparent url(images/sidebar-top.png) no-repeat scroll bottom;
	width: 274px;
	height: 50px;
	margin: -50px 0 0px -20px;
}

#sidebar-bottom{
	background: transparent url(images/sidebar-bottom.png) no-repeat scroll bottom;
	width: 274px;
	height: 50px;
	margin: 0 0 -50px -20px;
}


/*Sidebar +++ - Bottom Page*/

#sidebar2-container{
	margin:0 auto;
	width: 960px;
	padding-left: 35px;
	
}

.sidebar2 {
	width: 254px;
	margin: 60px 10px 30px 0;
	padding: 0 0 0 20px;
	float: left;
	background: url(images/sidebar-bg.png) repeat;
}

.sidebar2 a {
	text-decoration: none;
	color: #990000;
}

.sidebar2 ul{
	list-style-type: none;
	padding: 0;
}

.sidebar2 ul h2{
	color: white;
	background-image: url(images/sidebar-notepad.png);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 13px;
	padding: 17px 0 0 20px;
	font-weight: bold;
	color: #4D371E;
}

.sidebar2 li a{
	padding-left: 15px;
}

#sidebar2-top{
	background: transparent url(images/sidebar-top-sidebar2.png) no-repeat scroll bottom;
	width: 274px;
	height: 50px;
	margin: -50px 0 0px -20px;
	float:left;
}

#sidebar2-bottom{
	background: transparent url(images/sidebar-bottom.png) no-repeat scroll bottom;
	width: 274px;
	height: 50px;
	margin: 0 0 -50px -20px;
}

#sidebar3-top{
	background: transparent url(images/sidebar-top-sidebar3.png) no-repeat scroll bottom;
	width: 274px;
	height: 50px;
	margin: -50px 0 0px -20px;
	float:left;
}

#sidebar4-top{
	background: transparent url(images/sidebar-top-sidebar4.png) no-repeat scroll bottom;
	width: 274px;
	height: 50px;
	margin: -50px 0 0px -20px;
	float:left;
}

#sidebar5-top{
	background: transparent url(images/sidebar-top-sidebar5.png) no-repeat scroll bottom;
	width: 274px;
	height: 50px;
	margin: -50px 0 0px -20px;
}

#sidebar5-bottom{
	background: transparent url(images/sidebar-bottom.png) no-repeat scroll bottom;
	width: 274px;
	height: 50px;
	margin: 0 0 -50px -20px;
}

#sidebar6-top{
	background: transparent url(images/sidebar-top-sidebar6.png) no-repeat scroll bottom;
	width: 274px;
	height: 50px;
	margin: -50px 0 0px -20px;
}

#sidebar6-bottom{
	background: transparent url(images/sidebar-bottom.png) no-repeat scroll bottom;
	width: 274px;
	height: 50px;
	margin: 0 0 -50px -20px;
}

#sidebar7-top{
	background: transparent url(images/sidebar-top-sidebar7.png) no-repeat scroll bottom;
	width: 274px;
	height: 50px;
	margin: -50px 0 0px -20px;
}

#sidebar7-bottom{
	background: transparent url(images/sidebar-bottom.png) no-repeat scroll bottom;
	width: 274px;
	height: 50px;
	margin: 0 0 -50px -20px;
}

#sidebar8-top{
	background: transparent url(images/sidebar-top-sidebar8.png) no-repeat scroll bottom;
	width: 274px;
	height: 50px;
	margin: -50px 0 0px -20px;
}

#sidebar8-bottom{
	background: transparent url(images/sidebar-bottom.png) no-repeat scroll bottom;
	width: 274px;
	height: 50px;
	margin: 0 0 -50px -20px;
}

#sidebar9-top{
	background: transparent url(images/sidebar-top-sidebar9.png) no-repeat scroll bottom;
	width: 274px;
	height: 50px;
	margin: -50px 0 0px -20px;
}

#sidebar9-bottom{
	background: transparent url(images/sidebar-bottom.png) no-repeat scroll bottom;
	width: 274px;
	height: 50px;
	margin: 0 0 -50px -20px;
}

/* Others bars */

.bottombar{
	margin:0 auto;
	width: 960px;
	padding: 5px 0 0 35px;
}

.bottombar h2{
	background: url(images/bg-bottombar.png) no-repeat;
	margin: 0;
	padding:12px 0 0 25px;
	height: 40px;
}

.slideshow {
	list-style-type: none;
	padding:0;			
}

.slideshow ul{
	padding:0;
}

.slideshow h2{
	position: absolute;
	left: -5000px;
	top: -5000px;
	text-indent: -5000px;
}

/*Footer*/

#footer-container{
	background: url(images/old_wood.jpg) repeat;
	margin-top:20px;
	clear:both;
}

#footer{
	clear: both;
	padding-top: 20px;	
	
}

#footer p{
	padding: 10px 0 10px 180px;
	background-color: #000;
	/*background: url(images/fall-leaves.jpg);*/
	color:white;
}

#footer p a{
	color: #990000;
	text-decoration: none;
}

#footer p a:hover{
	color: #CC9900;
	text-decoration: none;
}

/*Navigation*/

#navbar {
	display: block;
	float: left;	
	margin: 0 20px 0 20px;
}

* html #navbar {
		margin: 0 30px 0 10px;
}

#nav{
	font-size: 13px;
	background: url(images/bg-navbar.png) no-repeat scroll 0 0;
	font-weight: bold;
}

#nav, #nav ul {
	list-style: none;
	float: left;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	width: 630px;
	
}

#nav a,#nav a:hover{
	display: block;
	text-decoration: none;
	border: none;
	background-color: #270F00;
	color:#FF8000;
	
}

#nav li{
	float: left;
	list-style: none;	
	margin: 5px;
}

#nav a,#nav a: visited{
	display: block;
	color: #f5f5f4;
	padding: 6px 10px 6px 10px;
}

#nav a:hover, #nav a:active{
	background: #270F00;
	text-decoration: none;
	color: #fff;
}

/*Dropdown Menu*/

#nav li ul{
	position: absolute;
	left: -999em;
	height: auto;
	width: 152px;
	border-bottom: 1px solid #777;
}

#nav li li {
	width: 150px;
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	border-left: 1px solid #777;
	background: #777;
}

#nav li li a, #nav li li a:visited{
	font-weight: normal;
	font-size:0.9em;
	color:#fff;
}

#nav li li a:hover{
	background:#270F00;
}

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: auto;
}

a.main:hover{
	background: none;
}

#searchno #searchform {
	float: left;
}

#searchform{
	float:right;
	text-align: right;
	margin: 0;
	padding: 4px 35px 4px 10px;
	background: url(images/bg-search.png) no-repeat;	
}

a{
	color: #579200;
	text-decoration: none;	
}

a:hover{
	color: #333300;
}

/*Search*/

#searchsubmit{
	background: url(images/submit.png);
	width:80px;
	border: #4D371E 1px solid;
	color: #c3c3c3;
	font-weight: bold;
	
}

#s{
	background: url(images/bg-searchform.jpg) repeat;
	border : inset #CC9D5E 1px;
}

/*Comments*/

.comments-template ol{
	margin: 0px;
	padding: 0;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 5px 0;
	line-height: 15px;
	padding: 5px;
	display: inline;
	float: left;
	width: 555px;
	background: url(images/bg-comment.png) repeat;
	border: solid 2px #CC9D5E;
}

.comments-template ol li a {
	padding: 0 0 0 15px;
}

.comments-template ol li p {
	margin-left: 40px;
}
	
.comments-template ol li .depth-2{
	background-color: #f5f5f4;
	width: 540px;
}

.comments-template ol lo .depth-2 p textarea#comment {
	width: 510px;
}

.comments-template ol li .depth-3{
	background-color: #ccc;
	width: 490px;
}

.comments-template h2, .comments-template h3{
	font-size: 1.5em;
	margin: 0px;
	padding: 10px 0 0 40px;
	color: #fff;
}

.comments-template h3 a{
	color:#ffffff;
}

#comment-title{
	margin: 0 0 0 -43px;
	background: url(images/bg-title.png) no-repeat;
	width: 640px;
	height: 45px;
}

#comment-number{
	margin: 0 0 0 -43px;
	background: url(images/bg-title.png) no-repeat;
	width: 640px;
	height: 45px;
}

#comment-leave h3{
	color: black;	
	margin: 0 0 0 -35px;
	padding: -10px 0 0 0;
}

.comments-template p.nocomments{
	padding; 0;
}

.reply{
	margin: 10px;
}

.avatar{
	float: left;
	border: 2px solid #CC9D5E;
}

cite{
	padding: 0 0 0 15px;
	background-color: transparent;
	font-weight: bold;
	font-style: normal;
}

.commentsdata a{
	padding: 0 0 0 15px;
	background-color: transparent;
	text-decoration: none;
}

.comments-author{
	margin: 10px 10px 5px;
}

textaera#comment {
	width: 580px;
}

#comment{
	background : url(images/bg-comment-cardboard.jpg);
	border: outline 1px #000;
}

#submit{
	background : url(images/bt-comment.png);
	height: 35px;
	width: 163px;
	border: none;
	cursor: pointer;
}

#logout{
	background: url(images/logout.png) no-repeat;
	padding:5px 80px 10px 23px;
	width: 100px;
	color:#000;
	font-weight: bold;
	float:right;
	margin:0 30px 0 0;
}


