/*  
Theme Name: Fauna
Description: Un th&egrave;me hautement configurable et param&eacute;trable.<br /><img style="width:12px; height:12px; margin:0; padding:0; border:0" src="../wp-includes/images/starfull.gif" /><img style="width:12px; height:12px; margin:0; padding:0; border:0" src="../wp-includes/images/starfull.gif" /><img style="width:12px; height:12px; margin:0; padding:0; border:0" src="../wp-includes/images/starfull.gif" /><img style="width:12px; height:12px; margin:0; padding:0; border:0" src="../wp-includes/images/starfull.gif" />
Author: Joen Asmussen

	Welcome to the Fauna CSS. This is the main stylesheet that
	contains most layout, margins and positioning. 
	All colors and images are separated out into "fauna-default.css". 
	
	If you need help, please check out the Fauna website:
	http://www.noscope.com/fauna/
	
	Note:
	To show various CSS properties specifically to Windows IE, the "star html" hack is used:
		.cssclass { ... } // Moz, Saf, Opera
		* html .cssclass { ... } // Win IE

*/

/* Basics
------------------------------------------*/
html { /* This forces the vertical scrollbar, preventing a page "jog" */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.0001em;
}

/* Reset Margins & Paddings for all */
* {	margin: 0; padding: 0; }

/* Positioning
------------------------------------------*/
body {
	text-align: center;	/* Centers in IE 5 */
	padding-bottom: 4em; /* Add some extra scroll space */
}
#wrapper {
	margin: 0 auto;
}
#body {
	text-align: left;
	margin: 0 auto 0 auto;
}
#sidebar ul, #sidebar li {
	list-style: none;
}
#main {
	margin: 0 0 .8em 0;
	overflow:hidden;
}
#footer {
	clear: both;
	text-align: center;
}
#footer a {
	text-decoration: none;
}
.entry-meta {
	clear: both;
}

/* Sidebar
------------------------------------------*/
#sidebar ul.inner {
	margin: 0;
}
#sidebar ul.inner ul {
	margin: .4em .8em 1.6em .8em !important;
}
#sidebar ul.inner ul li {
	padding-bottom: 0 !important;
}
#sidebar ul.inner ul ul.children {
	margin: 0 1.6em !important;
}
#sidebar ul.inner ul ul.children li {
	margin: .4em 0 0 0;
}


/* Content box used everywhere */
.box, .box-blank, #sidebar ul.inner li { 
	text-align: left;
	padding: .8em;
	margin: 0 0 .8em 0;
}
.box-blank {
	background: none;
}
.box::after, .box-blank::after { 	/* Auto clearing float for Moz */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .box { /* Auto clearing float for IE */
	height: 1%;
}

/* Header
------------------------------------------*/
/* Logo */
h1 {
	text-align: left;
	margin: .8em 0 0 2em;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
}
#menu {
	margin: 1em 0 1em 2em;
	float: left;
	overflow:hidden;
}
#sidebar {overflow:hidden;}
* html #menu { margin: 1em 0 .8em .5em; } /* IE only */
#searchbox {
	vertical-align: top;
	margin: 1em 2.5em 0 0;
	float: right;
	text-align: right;
	padding: 2px 6px 2px 20px;
	top: -2px;
	position: relative;
}
* html #searchbox { margin: 1em .8em 0 0; width: 30%; } /* IE only */
#header {
	height: 200px;
	clear: both;
	margin: 0 0 .8em 0;
}
#menu, #searchbox {
	text-transform: lowercase;
}
#menu {
	max-width: 530px;
}
#menu ul, #menu ul li {
	list-style: none;
	display:inline;
}
#menu a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 0 .6em;
}
#searchbox fieldset {
	border: 0;
	background: none;
	padding: 0;
}
#searchbox legend {
	display: none;
}
#searchbox form, #searchbox input {
	display: inline;
}

/* Text, Headings & Formatting
------------------------------------------*/
h2 {
	margin: .4em 0;
}
h2 a:link, h2 a:active, h2 a:visited {
	text-decoration: none;
	padding: .4em 0;
}
h2 a:hover, h2 a:focus {
	text-decoration: underline;
}
h3, h4 {
	margin: 0 0 0.6em 0;
	font-weight: bold;
	font-size: 100%;
}
#main h3 {
	margin: 1.6em 0 0.8em 0;
}
.noteworthy {
	display: block;
	float: right;
	margin: .4em;
}
.noteworthy a {
	padding: .4em;
	text-decoration: none !important;
}
.clear {
	clear: both;
}

/* Various
------------------------------------------*/
img {
	border: 0;
}
#main p a img {
	padding-bottom: 2px;
}
#main p a img:hover {
	padding-bottom: 2px;
}
hr { /* Shown only to CSS disabled browsers, making it slightly tidier */
	display: none;
}
acronym, abbr {
	font-size: 100%;
}
acronym, abbr, span.caps {
	cursor: help;
}
small {
	font-size: 85%;
	line-height: 200%;
}
cite {
	font-size: 90%;
	font-style: normal;
}
strike, del {
	text-decoration: line-through;
}
ins {
	text-decoration: none;
}
label {
	cursor: pointer;
}
ul {
	margin: .8em;
}
#sidebar ul.inner ul {
	margin: .4em .8em;
}
#sidebar ul.inner ul li {
	margin: .4em 0;
	padding: .2em 0;
}
dl {
	margin: 0 .8em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.6em;
}
code, pre, kbd {
	font-size: 105%;
}
p, pre, kbd, blockquote, .notice {
	margin: 1.6em 0;
}
#sidebar p {
	margin: 0 0 1.6em 0;
}
pre, blockquote {
	padding: 0 1.6em;
	margin-left: 3%;
}
pre {
	overflow: auto;
}
blockquote[cite]:after {
	content: "\00BB \0020 Source: " attr(cite);
	display: block;
	margin-top: 0.8em;
	font-size: 90%;
}
fieldset {
	padding: 0 .8em .4em .8em;
}
legend {
	font-weight: bold;
	padding: 0 .4em;
}

/* Feed Icons */
.feedicon {
	width: 16px;
	height: 16px;
}
#categorylist img {
	width: 10px;
	height: 10px;
}
.feeds a {
	padding: 1px 0 2px 0;
}
.feeds img {
	vertical-align: middle;
	margin-top: -3px;
}
#categorylist img {
	vertical-align: middle;
	margin: 0 .25em;
}
#sidebar .feedicon {
	position: relative;
	float: right;
	top: -2.4em;
}

/* Alignments (Use in Posts)
------------------------------------------*/
.align-left {
	padding-right: .8em;
	float: left;
}
.align-right {
	padding-left: .8em;
	float: right;
}
.align-center {
	margin: 0 auto;
	display: block;
}
.column-left {
	float: left;
	width: 50%;
}
.column-right {
	float: right;
	width: 50%;
}
ul.column-right, ul.column-left {
	margin: 0;
	padding: 0;
}

/* List Items
------------------------------------------*/
html>body #main ul {
	list-style: none;
	text-indent: -1em;
} 
#main ul {
	margin-left: 0;
	padding-left: 1em;
}
* html #main ul { list-style: square; } /* IE only */
#main ul li {
	margin-left: 1em;
	margin-bottom: 1.6em;
}
#main ul li::before, #sidebar ul li.page_item::before {	/* Show right angle quotes to cool browsers */
/*	content: "\00BB \0020";*/
}
ol {
	margin: 0 0 .8em 1em;
	padding-left: 2em;

}
#main ol li {
	margin-bottom: 1.6em;
}

/* Forms
------------------------------------------*/
input, select, textarea {
	font-size: 100%;
	line-height: 100%;
}
.inputbox, #commentform textarea, .searchbox {
	padding: 1px 2px;
}
#commentform {
	display: inline;
}
#commentform textarea {
	padding: 2px;
	
	-moz-box-sizing:border-box; /* Mozilla: Change Box Model Behaviour */
	width: 100%; /* Moz Only */
}
* html #commentform textarea { width: 97%; } /* IE only */
.inputbox {
	width: 160px;
}
.pushbutton, .pushbutton-wide {
	cursor: pointer;
}
.pushbutton-wide {
	padding: .6em 2em;
}
.checkbox {
	cursor: pointer;
}

/* Search Page */
.searchbox {
	width: 80%;
}
.search-results p {
	display: inline;
}
.highlight {
	text-decoration: none;
	color: #989D3C;
}

/* Main Entries
------------------------------------------*/
.entry-date {
	width: 130px;
	float: right;
	margin: 0;
	padding-left: .8em;
}
.entry-date p {
	overflow: hidden !important;
	margin: 0;
}
.entry-date p span {
	display: block;
	padding: 0.4em 0;
}
.entry-date p a:link, .entry-date p a:active, .entry-date p a:visited {
	border-bottom: 0;
	display: block;
	text-decoration: none;
	padding: 0.4em 0;
}
.entry-date p a:hover, .entry-date p a:focus {
	text-decoration: underline;
}


/* Asides
------------------------------------------*/
.asides .aside {
	padding: 0;
	margin: .5em 0 2.4em .5em !important;
}
.asides h2 {
	margin: 0 0 0.6em 0;
}
.asides h2 a {
	display: inline !important;
	margin-right: 1em !important;
}
.asides p {
	padding: 0 1.6em;
}
.asides p, .asides pre, .asides blockquote {
	margin-top: 0;
	margin-bottom: .8em;
}
.asides pre, .asides kbd, .asides blockquote {
	margin: 1.6em 7%;
}
.asides h3 {
	margin: 1.6em 0 0.8em 0;
}
.asides ul {
	margin: .8em 1.3em;
}
.asides ol {
	margin: .8em 2em;
}

a.aside-permalink:link, a.aside-permalink:visited {
	text-decoration: none !important;
}
a.aside-permalink:hover, a.asides-permalink:active {
	text-decoration: underline !important;
}

/* Sidenotes
------------------------------------------*/
.sidenote {
	padding: 0;
	margin: .5em 0 1em 0;
}
.sidenote h2 {
	margin: 0 0 0.6em 0;
}
.sidenote h2 a {
	display: inline;
	margin-right: .5em;
}
.sidenote p {
	padding: 0 0 0 .8em;
}
.sidenote p, .sidenote pre, .sidenote blockquote {
	margin-top: 0;
	margin-bottom: .8em;
}
.asides pre, .asides kbd, .asides blockquote {
	margin: 1.6em 7%;
}
.asides h3 {
	margin: 1.6em 0 0.8em 0;
}
.asides ul {
	margin: .8em 1.3em;
}
.asides ol {
	margin: .8em 2em;
}

a.aside-permalink:link, a.aside-permalink:visited {
	text-decoration: none !important;
}
a.aside-permalink:hover, a.asides-permalink:active {
	text-decoration: underline !important;
}


/* Comments
------------------------------------------*/
ol.commentlist, ol#trackbacklist {
	margin-bottom: 3.2em;
	margin-left: 0;
}
ol.commentlist{
	list-style: none;
	padding-left: 0;
}
.commentlist li{
	
}
#main ul.children{
	list-style: none;
	padding-left: 30px;
}
.commentbox {
	padding-top: 2em;
	width: 280px;
	float:left;
	text-align:left;
}
#comment-author p {
	margin: 0 0 1.6em 0;
}
.formatting {
	float: left;
	height: 3em;
	padding-top: 2em;
}
#tags-allowed {
	clear: both;
}
#tags-allowed li {
	margin: 0.6em;
}
#tags-allowed blockquote {
	display: inline;
}
#tags-allowed .column-left, #tags-allowed .column-right {
	width: 45%;
}
#tags-allowed .close {
	float: right;
}
#tags-allowed::after, #comment-author::after { 	/* Auto clearing float for Moz */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html #tags-allowed { /* Auto clearing float for IE */
	height: 1%;
}
#comments-resize {
	margin-top: 2em;
}
#comments-resize h3 {
	margin: 0;
}
#comments-resize small {
	float: right;
}

.comment-header {
	margin-bottom: .8em;
}
.comment-header em {
	font-style: normal;
	display: block;
	float: left;
	margin-right: 1.2em;
	font-weight: bold;
}
.notice, #tags-allowed, .comment-header small { /* Moderation Message */
	font-size: 100%;
	padding: .8em 1.2em;
}
.notice p, .notice h4, #tags-allowed p, #tags-allowed h4 {
	margin: 0.6em 0;
}
#commentlist {
	margin: 0;
	padding: 0;
}
#commentlist li.comment-even, #commentlist li.comment-odd, #commentlist li.comment-author  {
	display: block;
	list-style: none;
	margin: .8em 0;
	padding: 0;
}
* html #commentlist li { height: 1%; } /* IE only */
.comment-body {
	padding: .8em 1.2em;
}
.comment-preview {
	padding: .8em 1.2em;
}
.comment-body small, .comment-preview small {
	margin-top: .8em;
	display: block;
	color: #999999;
}
P.reply{
	margin-bottom: 0;
}
.avatar{
	float: right;
}
#respond label{	padding-left: 5px; font-size: 11px;}
input#author, input#email, input#url{display: block;	float: left;}
.comment-form-comment label{display: block;}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment{
	clear: both; overflow: hidden;
}
.comment-notes, .form-allowed-tags{
	font-size: 10px;
}
#respond{
	margin: 10px 0;
}
#cancel-comment-reply-link{
	font-size: 10px;
	font-weight: normal;
}

/* Trackbacks */
#trackbacklist {
	margin-left: 0;
	padding-left: 0;
}
#trackbacklist li {
	margin-left: 0;
	padding: 0;
	margin-top: .8em;
	list-style: none;
}
#trackbacklist li a {
	padding: .4em;
	display: block;
	text-decoration: none;
}
#trackbacklist li p {
	padding: 0 .4em;
}
#trackbacklist li a span {
	text-decoration: underline;
}


/* Wordpress Calendar
------------------------------------------*/
#wp-calendar {
	empty-cells: show;
	width: 100%;
}
#wp-calendar #next a {
	padding-right: 1em;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 1em;
	text-align: left;
}
#wp-calendar a {
	display: block;
	font-weight: bold;
}
#wp-calendar a:hover {
	text-decoration: none !important;
}
#wp-calendar caption {
	text-align: left;
	width: 100%;
}
#wp-calendar td {
	padding: .3em 0;
	text-align: center;
}

/* For Plugins
------------------------------------------*/
/* Recent Activity */
ul#recent-activity {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
ul#recent-activity li {
	font-size: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
ul#recent-activity small {
	font-size: 85%;
	padding-left: .8em;
}

/* Comment/Trackback Favatars & Gravatars */
.comment-favatar {
	-moz-opacity:0.5;
	opacity: 0.5;
	
	background: center center;
	float: right;
	margin: 2px 0 0 0; 
	width: 16px;
	height: 16px;
}
.comment-favatar:hover {
	-moz-opacity:1;
	opacity: 1;
}
.trackback-favatar {
	background: center center;
	width: 16px;
	height: 16px;
	float: left;
	margin: 2px 6px 0 2px;
	cursor: pointer;
}
.comment-gravatar img {
	float: right;
	padding: 2px;
	margin: 0;
	border: 1px solid #A5A5A3;
	width: 40px;
	height: 40px;
	background: #fff url(images/gravatar.jpg) no-repeat center center;
}

/* Extended Live Archives */
#af-ela {
	margin: 0 0 2em 0;
}
#af-ela::after { 	/* Auto clearing float for Moz */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html #af-ela { /* Auto clearing float for IE */
	height: 1%;
}
#af-ela ul, #af-ela ul li {
	border: none;
}
#af-ela ul li a {
	padding: .5em 0;
}
#af-ela ul li::before {
	content: "";
}
ul#af-ela-menu {
	text-align: center;
	margin: 1em auto 2em auto;
}
ul#af-ela-menu li {
	font: normal 135% Arial, Helvetica, sans-serif;
	padding: 0 !important;
	margin: 0 1em;
}
ul#af-ela-tag li {
	padding: 0 !important;
}
ul#af-ela-menu li:hover, ul#af-ela-menu li.selected, ul#af-ela-tag li:hover, ul#af-ela-tag li.selected {
	color: #000 !important;
	border-bottom: 1px dotted #000 !important;
	background: none !important;
	padding: 0;
}
ul#af-ela-category, ul#af-ela-year, ul#af-ela-month, ul#af-ela-tag, ul#af-ela-post-chrono {
	padding: 1em 0;
	text-align: center;
	margin: 0 0 2em 0;
	float: none !important;
	width: 100%;
}
ul#af-ela-tag {
	font: normal 60% Arial, Helvetica, sans-serif;
}
ul#af-ela-post-tags li, ul#af-ela-post-tags li:hover, ul#af-ela-category li, ul#af-ela-post-cats li, ul#af-ela-post-cats li:hover, #af-ela-post-chrono li, ul#af-ela-post-chrono li:hover {
	font-weight: normal;
	padding: 0 !important;
	margin: 1em 4em !important;
	border: none !important;
	background: none !important;
	
}
ul#af-ela-post-tags li::before, ul#af-ela-post-cats li::before, ul#af-ela-post-chrono li::before {	/* Show right angle quotes to cool browsers */
	content: "\00BB \0020";
}
ul#af-ela-category li, ul#af-ela-year li, ul#af-ela-month li {
	font-weight: normal;
	padding: 0 !important;
	margin: 1em 4em !important;
	border: none !important;
	background: none !important;
	margin: 0 1em !important;
	display: inline !important;
}
ul#af-ela-category li:hover, ul#af-ela-year li:hover, ul#af-ela-month li:hover, ul#af-ela-category li.selected, ul#af-ela-year li.selected, ul#af-ela-month li.selected  {
	color: #000 !important;
	border: none !important;
	background: none !important;
	border-bottom: 1px dotted #000 !important;
}
ul#af-ela-category li.selected {
	color: #000 !important;
	margin: 0 1em !important;
	background: none !important;
	border: none !important;
	border-bottom: 1px dotted #000 !important;
}	

.textwidget { overflow:hidden; }

#main img.size-full {
	margin: 0;
	height: auto;
	max-width: 500px;
        width: auto;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright, img[align="right"] {
	margin: 5px 0 5px 5px;
	display: inline;
	}

img.alignleft, img[align="left"] {
	margin: 5px 5px 5px 0;
	display: inline;
	}