/*  
Theme Name: Anthropod
Theme URI: http://www.freewpthemes.net/preview/anthropod
Description: Widget ready and tested on WP 2.3.1.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/


body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #3e3e3e;
}

h1, h2, h3 {
	margin: 0;
        padding: 0;
	font-weight: normal;
	color: #7dca00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.3em;
        color: #3e3e3e;
        text-align: left;
	font-weight: bold;
        margin-bottom: 10px;
	padding-top: 10px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 140%;
}

ul, ol {
       list-style-image:url(/pics/liste_dot.jpg); 
       line-height: 170%;
}



a {
	text-decoration: underline;
	color: #3e3e3e;

}

a:hover {
	text-decoration: underline;
        cursor: pointer;
color: #7dca00;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0px;
}

/* Header */

#header {
	width: 940px;
	height: 70px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	height: 40px;
	margin: 0;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	padding-left: 20px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 3.8em;
}

#logo p {
	float: left;
	margin-left: 115px;
	padding: 26px 0 0 10px;
	font-family: verdana, sans-serif;
	color: #5E4E38;
} 

#logo p a {
	color: #5E4E38;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 20px;
	padding: 20px 0px 0px 0px;
	background: #fff;
	border-bottom: 4px solid #FFFFFF;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	height: 21px;
	padding: 6px 5px 2px 5px;
border: 1px solid #7dca00;
	background: #fff;
	text-transform: lowercase;
	font: normal 12px Verdana, sans-serif;
	color: #3e3e3e;
}

#search-submit {
	width: 50px;
	height: 31px;
position: absolute;
margin-left: 2px;
	border: none;
	background: #3e3e3e;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 940px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #3e3e3e;
}

#menu ul {
	margin: 0px 0px 0px 10px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 26px;
	margin-bottom: 10px;
	padding: 10px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #acacac;
	text-decoration: none;
}

#menu .current_page_item a {
	background: #acacac;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
	padding: 0px 0px;
}

#page-bgbtm {
}

/* Content */

#content {
	float: right;
	width: 620px;
	padding: 0px 0px 0px 0px;
}

.post {
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	padding-bottom: 3px;
        border-bottom: 2px dotted #cecece;
	letter-spacing: -.5px;
	color: #7dca00;
}

.post .title a {
	text-decoration: none;
	color: #7dca00;
	border: none;
}
.post .title a:hover {
	text-decoration: none;
	color: #3e3e3e;
	border: none;
	cursor: pointer;
}

.post .meta {
	height: 18px;
	background: #F4F4F4;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
	height: 24px;
	padding: 3px 15px;
	color: #464032;
}

.post .meta .posted {
	float: right;
	height: 24px;
	padding: 3px 15px;
	color: #464032;
}

.post .meta a {
	color: #464032;
}

.post .entry {
	margin-top: 5px;
	padding: 0px 0px 20px 0px;
	padding-bottom: 0px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
	padding: 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dotted #E5E0C6;
	margin: 0px 30px;
	border-right: none;
}

#sidebar li a {
	padding-left: 3px;
	
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 6px;
	background: #ffffff;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #7dcA00;
border-bottom: 2px dotted #cecece;
}

#sidebar p {
	margin: 0 0px;
	padding: 10px 30px 0px 0px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #898989;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #3e3e3e;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 940px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	border-top: 6px solid #cecece;
	font-family: Verdana, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #444444;
}

#footer a {
	color: #3e3e3e;
	text-decoration: none;
}
#footer a:hover {
	color: #7dca00;
}

/* Gallery */

#gallery-wrapper {
	width: 620px;
	height: 0px;
	margin-bottom: 0px;
}

#gallery
{
	width: 620px;
}

#gallery img.output
{
	width: 604px;
	height: 375px;
	margin-bottom: 6px;
	margin-left: 4px;
	border: solid 5px #FFE3B5;
}

#gallery span.caption
{
	display: block;
	margin: 1em 0 1em 0;
}

#thumbnail-bg {
	background: #F3F0E6;
}

#gallery ul.thumbnails
{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
}

#gallery ul.thumbnails li
{
	float: left;
	margin: 0 8px 1em 0;
}

#gallery ul.thumbnails li img .last 
{
	margin-right: 0px;
}

#gallery ul.thumbnails li img
{
	width: 137px;
	height: 85px;
	border: solid 5px #FFE3B5;
	cursor: pointer;
}

#gallery ul.thumbnails li img.active
{
	border: solid 5px #FFC15E;
}


.transparent {

}

#dropdown {

width: 940px;
height: 36px;
padding-bottom: 15px;
margin:0 auto;
}







#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}

#wrapper2 {width:940px; margin:0px auto; padding:0; display:none}
#wrapper2 * {margin:0; padding:0}

#fullsize {position:relative; margin:0 auto; width:940px; height:375px; padding:0px; background:#fff}
#image {width:940px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; cursor:pointer; width:20px; height:81px; background:url(/images/scroll-left.gif) center center no-repeat; background-color:#fff}
#slideleft:hover {background-color:#fff}
#slideright {float:right; cursor:pointer; width:20px; height:81px; background:#fff url(/images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#fff}
#slidearea {float:left; position:relative; width:880px; margin-left:10px; height:81px; overflow:hidden}
#slider {position:absolute; width: 880px; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
