<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset utf-8;
/*
Theme Name: Seznec Bros
Theme URI: http://whiteboardframework.com/
Author: Bold Perspective modified by Yann Seznec
Author URI: http://boldperspective.com/ http://www.theamazingrolo.net
Description: The Whiteboard Famework for Wordpress is built to speed up the process of developing a Wordpress theme. Whiteboard does so by eliminating the time spent on Wordpress' backend PHP by including what is common to all Wordpress powered Web sites with nothing extra.
Version: 3.1.3

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */

/*
 * The Whiteboard Framework is licensed under the GPL license.
 * Feel free to use the Whiteboard Framework for commercial and non-commercial ventures.
 * We require a link in the CSS file and request a link on the website
*/

/*
List of divs in Whiteboard
Note that this list does not include the dynamically generated ids and classes, such as the body classes, the post ids, etc
*/

body{
	background-color: #fff;
	color: #000;
	text-decoration: none;
	margin: auto;
	padding: 0;
	min-width: 1000px;
	background: url(images/woodpile.jpg) left bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: bottom;
	background-size: 200%;
	height: 200%;

}

#header-image {

	margin: auto;
	padding-left: 25px;
	list-style: none;
	overflow-x: hidden;
	width: 900px;
	overflow: hidden;
}

#main {
	position: relative;
	padding: 0;
	width: 900px;
	overflow: hidden;
	margin: auto;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#center {

}

#header {
padding: 80px 0 20px 0;	
}
	nav {
		
	}
	nav.primary {
		
	}
	nav.footer {
		
	}
	#widget-header {
		
	}
	#widget-alert {
		
	}

#content {
	margin: 23px 0 0px 0px;
  	width: 650px;
  	float: right;
  	background: #fff;

}

#content p {
	font-family: 'Cantarell', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	padding: 5px 20px 0px 20px;

}

img {
	display: inline;
	padding: 10px;
}

	article {
		
	}
		.featured-thumbnail {
			
		}
		.post-content {
	
			  	margin: 0;
		}
			.pagination {
				
			}
	.post-meta {
		
	}
	.post-navigation {
		
	}

#comments {
	
}
	li.comment {
		
	}
		.odd {
			
		}
		.even {
			
		}
		.author-comment {
			
		}
		.comment-text {
			
		}
		.comment-meta {
			
		}
			p.gravatar {
				
			}
		.waiting-for-approval {
			
		}
	#trackbacks {
		
	}
		li.trackback {
			
		}
	p#no-comments {
		
	}
	#comments-form {
		
	}
		#respond {
			
		}
		.cancel-comment-reply {
			
		}

.page {
	
}
	#page-content {
		
	}
	#page-meta {
		
	}

.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		
	}

nav.oldernewer {
	
}
	.older {
		
	}
	.newer {
		
	}

.search {
	
}

.author {
	
}
#recent-author-posts {
	
}
#recent-author-comments {
	
}

#error404 {
	
}

#sidebar {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	overflow-x: hidden;
	clear: right;
	width: 250px;
	background: #fff;


}

.sidebartext {
	color: #000;
	padding: 20px 35px 5px 35px;
	line-height: 18px;
	font-size: 12px;
}



#sidebar a{
	margin: 0 0 0 6px;
	text-decoration: none;
	color: #000;
	font-family: 'Quattrocento', serif;
	font-size: 25px;
		padding-left: 15px;
}

#sidebar .current_page_item {
	background: transparent url(images/current.png) left bottom no-repeat;

}
#sidebar div{
	margin: 0 0 0 6px;
		overflow: hidden;
}
#sidebar ul{
	margin: 3px 0px 0 3px;
	list-style: none;
	padding: 0 0px 0 5px;
	position: relative;
	_position: ; /*damn IE6*/
		overflow: hidden;
}
#sidebar ul li{

	background-repeat:no-repeat;
	display: block;
	height: 38px;
	padding-left: 15px;
	margin: 15px 0px 0px 0px;
	overflow: hidden;
		background: transparent url(images/unselected.png) left bottom no-repeat;
}

#sidebar a:hover {
	color: #cf6066;

}

#sideimage {
margin: 25px 0 5px 0;
}

	.widget-sidebar ul h3 {
			color: #aaa;
	padding: 20px 35px 5px 0px;
	line-height: 18px;
	font-size: 16px;
		text-transform:uppercase;
			overflow: hidden;
	}
	
	.textwidget {
	color: #aaa;
	padding: 0px 0px 0px 0px;
/*	line-height: 18px;*/
	font-size: 12px;
	}
		#sidebar-search {
			
		}
		#sidebar-nav {
			overflow: hidden;
			
		}
		#sidebar-archives {
			
		}
		#sidebar-meta {
			
		}
		.widget {
				overflow: hidden;
		}

#footer {
	
}
	#widget-footer {
		
	}
	#footer-nav {
		
	}
	
.no-results {
	
}

.widget-area {
	
}

.hide { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

#line {
margin: auto;
height: 2px;
width: 400px;
border-bottom: 1px solid #ccc;
padding-top: 20px;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */

p {

}

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

a:hover {
color: #999;
}

 h1 {
 	font-family: 'Cantarell', sans-serif;
  color: #000;
  margin: 0px;
  padding: 5px 20px 0px 20px;
  font-size:19px;
  text-transform: uppercase;
  text-decoration:none;
  font-weight: 700;
  letter-spacing: 1px;
  line-height:normal;


    }
 
h1 a {
	text-decoration: none;
}



h1 a:hover {
color: #df5a67;
}

h2 {
	font-family: 'Cantarell', sans-serif;
  color: #fff;
  margin: 0;
  padding: 2px 0 2px 7px;
  font-size:19px;
  text-decoration:none;
  letter-spacing: 1px;
  line-height:normal;

    }
h2 a {
	text-decoration: none;
	color: #fff;
}

h3 {
	font-family: 'Cantarell', sans-serif;
	font-size: 10px;
	padding: 0px 20px 5px 20px;
	color: #aaa;
	
}</pre></body></html>