/* 
	Theme Name: Jean-Wich	
	Theme URL: http://www.jean-wich.net/
	Description: My blog's theme
	Author: Jean-Wich
	Author URI: http://theme-junkie.com/ 
	Version: 1.2
	Tags:  Fixed Width, Adsense Ready, Widget Ready, Advanced Theme Options
	
	Changelog:
	02/08/2011  v1.5  modif sidebar
	13/04/2011  v1.2  modif jean-wich
*/

/*******************
*	RESET		   *
*******************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a {text-decoration:none;}

.clear{clear:both}
.right {float:right;}
.left {float:left;}


/*******************
*	OVERALL		   *
********************/
body {
	background-image: url(http://static.jean-wich.net/theme/images/background.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #000000;
	font-size: 9pt;
	font-family:  arial,helvetica,sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#wrapper {
	background: transparent;	
	width: 940px;
	margin: auto;
	padding: 5px 15px 15px 15px;
}

/*******************
*	HYPERLINKS	   *
********************/
a, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
}

/*******************
*	SEARCH FORM	   *
********************/
form {
	margin: 0;
	padding: 0;

}

#searchform {
	margin: 0;
	padding: 0;
	line-height: 28px;
}

.searchinput {
	width: 160px;
	font-size: 11px;
	color: #333;
	margin: 0;
	border: 1px solid #e6e6e6;
	background: #fff;
	padding-right: 10px;
}

.searchinput:focus {
	border: 1px solid #191919;
}


/*******************
*	HEADER		   *
********************/
#header {
	background: transparent;
	height: 250px;
	margin: 0;
	padding: 0;
}

.logo {
	background: transparent url(http://static.jean-wich.net/theme/images/logo-v3.png) no-repeat;
	float: left;
	width: 940px;
	height: 250px;
	margin: 0 0 0 0;
	padding: 0;
}

.psn {
	background: #fff url(http://www.yourgamercards.net/trophy/a/jeanwich.png) no-repeat;
	float: left;
	width: 340px;
	height: 250px;
	margin: 0 0 0 0;
	padding: 0;
}


/*******************
*	MENU		   *
********************/

#menu
{
width: 100%;
margin: 0;
padding: 10px 0 0 0;
list-style: none;
background: #111;
background: -moz-linear-gradient(#444, #111);
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
background: -webkit-linear-gradient(#444, #111);
background: -o-linear-gradient(#444, #111);
background: -ms-linear-gradient(#444, #111);
background: linear-gradient(#444, #111);
-moz-border-radius: 50px;
border-radius: 50px;
-moz-box-shadow: 0 2px 1px #9c9c9c;
-webkit-box-shadow: 0 2px 1px #9c9c9c;
box-shadow: 0 2px 1px #9c9c9c;
}

#menu li
{
float: left;
padding: 0 0 10px 0;
position: relative;
}

#menu a
{
float: left;
height: 25px;
padding: 0 25px;
color: #999;
text-transform: uppercase;
font: bold 12px/25px Arial, Helvetica;
text-decoration: none;
text-shadow: 0 1px 0 #000;
}

#menu li:hover > a
{
color: #fafafa;
}

*html #menu li a:hover /* IE6 */
{
color: #fafafa;
}

#menu li:hover > ul
{
display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);
    background: -o-linear-gradient(#444, #111);
    background: -ms-linear-gradient(#444, #111);
    background: linear-gradient(#444, #111);
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a
{
    padding: 10px;
        height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
        text-transform: none;
}

*html #menu ul a /* IE6 */
{
        height: 10px;
        width: 150px;
}

*:first-child+html #menu ul a /* IE7 */
{
        height: 10px;
        width: 150px;
}

#menu ul a:hover
{
    background: #0186ba;
        background: -moz-linear-gradient(#04acec,  #0186ba);
        background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
        background: -webkit-linear-gradient(#04acec,  #0186ba);
        background: -o-linear-gradient(#04acec,  #0186ba);
        background: -ms-linear-gradient(#04acec,  #0186ba);
        background: linear-gradient(#04acec,  #0186ba);
}

#menu ul li:first-child a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec;
}

#menu ul li:last-child a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

/*******************
*	HOMEPAGE	   *
********************/
#col1 {
	background: #fff;
	float: left;
	width: 600px;
	margin: 15px 0 0 0;
	padding: 0 0 3px 0;
	clear: both;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.featuredline {
	margin: 0;
	padding: 15px 0 2px 0;
	background: #fff;
}

/*******************
*	POST BOX	   *
********************/
#post {
}

#postbox {
	float: left;
	width: 269px;
	height: 250px;
	margin: 0 10px 15px 0;
	padding: 10px;
	background-color: #FFF;
	line-height: 16px;
	color: #333;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px dashed;
	border-left: 1px dashed;
	border-color: #e6e6e6;
}

#postbox h3 {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 180px;
	font-size: 13px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}

#postbox h3 a:hover {
 	color: #cc0000;
}

#postbox span {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#postbox .header {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0;
}

#postbox .thumbnail {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
}

#postbox .thumbnail img {
	margin: 0;
	padding: 2px;
	background: #fff;
	width: 80px;
	height: auto;
}

#postbox .info {
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
	text-align: justify;
}

#postbox .info h4 {
	margin: 0;
	padding: 0 0 10px 0;
}

#postbox .meta {
	height: 20px;
	margin: 5px 0 5px 0;
	padding: 0;
	background: #fff;
	line-height: 20px;
	text-transform: uppercase;
}


#postbox .author {
	text-transform: uppercase;
}

#postbox .date {
	text-transform: uppercase;
}

#postbox .continue {
	margin: 0 7px 0 0;
	padding: 0 0 0 15px;
	background: url(http://static.jean-wich.net/theme/images/continue.gif) no-repeat 0 0;
}

#postbox .comment {
	padding: 0 0 0 17px;
	background: url(http://static.jean-wich.net/theme/images/comment.gif) no-repeat 0 -1px;
}

/*******************
*	CONTENT		   *
********************/
#content {
	float: left;
	width: 605px;
	margin: 0;
	padding: 0;
	color: #555;
}
#content h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	font-family: "Courier New", Courier, monospace;
}
.browse {	
background: #f9f9f9;
border: 1px solid #e6e6e6;
margin: 15px 0 0 0;
padding: 10px;
color: #333;
font-family: "Courier New", Courier, monospace;
line-height: 17px;
}
.browse a {
color: #333;
}
.postmeta {
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
}
.postmeta a {
color: #000;
}


/*******************
*	ENTRY		   *
********************/
.entry {
	line-height: 18px;
	margin: 10px 0 0 0;
	padding-left: 15px;
	padding-right: 15px;
}
.entry  p {
padding-bottom: 10px;
}
.entry strong {
font-weight: bold;
}
.entry h1 {
font-size: 20px;
font-weight: bold;
padding: 0px 0px 7px 0px;
}
.entry h2 {
font-size: 18px;
font-weight: bold;
margin: 0px 0px 0px 0px !important;
padding: 0px 0px 7px 0px !important;
}
.entry h3 {
font-size: 16px;
font-weight: bold;
padding: 0px 0px 7px 0px;
}
.entry h4 {
font-size: 14px;
font-weight: bold;
padding: 0px 0px 7px 0px;
}
.entry h5 {
font-size: 13px;
font-weight: bold;
padding: 0px 0px 7px 0px;
}
.entry h6 {
font-size: 12px;
font-weight: bold;
padding: 0px 0px 7px 0px;
}
.entry a {
color: #CC0000;
}
.entry a:hover {
text-decoration: underline;
}
.entry a img {
border: none;
}
.entry ul {
padding-bottom: 10px;
list-style: square inside;
}
.entry ol {
padding-bottom: 10px;
list-style: decimal inside;
}
.entry li {
padding: 2px 0px 2px 10px;
font-size: 12px;
line-height: 15px;
color: #4C4C4C;
}
.entry li a {
color: #333333;
}
.entry li ul {
margin: 0px;
padding: 0px;
}
blockquote {
background: #F6F5F5;
margin: 0px 0px 10px 0px;
padding: 2px 10px 2px 10px;
color: #333333;
clear: both;
border-left: 3px solid #BFBBBB;
}
code {
color: #444444;
font: 11px/17px tahoma, arial, sans-serif;
display: block;
}
blockquote p {
margin: 5px 0px;
padding: 5px 0px;
font-size: 11px;
line-height: 15px;
}
blockquote li {
padding: 2px 0px 2px 10px;
font-size: 11px;
line-height: 15px;
color: #369;
}
blockquote a {
color: #0080CA;
text-decoration: underline;
}
blockquote a:hover {
color: #003399;
}
.tag {
padding: 10px;
line-height: 15px;
}

/*******************
*	ARCHIVE		   *
********************/
#archive {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

#archive h3 {
	margin: 0;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #CC0000;
}

.archivetitle {
	margin: 0;
	padding: 15px;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
}

.archiveleft {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0;
	padding-left: 15px;
}

.archiveleft img{
 	width: 150px;
	height: auto;
	margin: 0;
	padding: 0;
}

.archiveright {
	float: right;
	width: 400px;
	text-align: justify;
	margin: 0;
	line-height: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

.archiverightmore {
	float: right;
	text-align: right;
	margin: 0;
	line-height: 15px;
	padding: 15px;
}

.archivebottom {
	background: #f8f8f8;
	margin: 10px 0 10px 0;
	padding: 10px;
	border: 1px solid #e6e6e6;
	font-family: "Courier New", Courier, monospace;
	line-height: 17px;
}

/*******************
*	IMAGES		   *
********************/
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
	
img.alignnone {
	margin: 0 0 10px 0;
	padding: 0;
	display: inline;
}

img.alignright {
	margin: 0 0 10px 10px;
	padding: 0;
	display: inline;
}

img.alignleft {
	margin: 0 10px 10px 0;
	padding: 0;
	display: inline;
}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
	
.wp-caption {
	background: #f7f7f7;
	text-align: center;
	padding: 4px 0 5px 0;
	border: 1px solid #e6e6e6;
}

.wp-caption img {
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

/*******************
*	SIDEBAR		   *
********************/
#sidebarstatic {
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 15px;
	text-align: center;
}

#sidebarblogroll {
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 15px;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-variant: small-caps;
	padding-left: 15px;
	padding-right: 15px;
}

#sidebartag {
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 15px;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
}

#sidebar {
	float: right;
	width: 320px;
	margin: 0;
	background: transparent;
}

#sidebar .box {
	margin: 10px 0 10px 0;
	padding: 0;
	color: #333;
	line-height: 18px;
	margin-top: 15px;
}

#sidebar .box a {	
color: #333;
}

#sidebar .widget {
margin: 0;
padding: 0;
}

#sidebar .leftwidget {
	float: left;
	width: 160px;
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 10px;
	padding: 0;
	margin-top: 15px;
}

#sidebar .rightwidget {
	float: right;
	width: 145px;
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-family: "Courier New", Courier, monospace;
	margin-top: 15px;
}

.widget ul, .leftwidget ul, .rightwidget ul {
margin: 0;
padding: 0;
}

.widget ul li, .leftwidget ul li, .rightwidget ul li{
list-style: none;
margin: 0;
padding: 5px 0 5px 0;
border-bottom: 1px solid #e6e6e6;
}

#sidebar li ul {
}

#sidebar li li {
}

#sidebar h3 {
	margin: 10px 0 0 0;
	padding: 10px;
	color: #666;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #e6e6e6;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
}

/******************
 *	SUBSCRIBE	  *
 ******************/ 
#subscribeform {
line-height: 20px;
}

.subscribeinput {
width: 180px;
font-size: 11px;
color: #666;
margin: 0;
padding: 3px 3px 3px 3px;
border: 1px solid #e6e6e6;
}

.subscribeinput:focus {
	border: 1px solid #191919;
}

.subscribesubmit {
width: 75px;
background: #ccc;
border: 1px solid #ccc;
margin: 0;
padding: 0 0 1px 0;
color: #fff;
font-weight: bold;
}

.rss {
padding: 5px 0 5px 0;
text-transform: uppercase;
font-size: 11px;
}

.postsfeed {
background: url(images/rss.gif) no-repeat 0 0;
padding: 0 0 0 18px;
}

.commentsfeed {
margin: 0 0 0 10px;
padding: 0 0 0 18px;
background: url(images/rss.gif) no-repeat 0 0;
}

/*******************
*	COMMENTS	   *
********************/
.comments-box {
	zoom: 1;
	margin: 30px 0 0 0;
	padding-left: 15px;
	padding-right: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.comments-box img {
	vertical-align: middle;
}

.comments-box h3 {
	color: #333;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	letter-spacing: 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

#respond {
	background: #fff;
	margin: 20px 0 0 0;
	padding: 5px;
}

#respond p {
	color: #777;
	line-height: 1.4em;
	margin: 10px 0 0 0;
	font-family: "Courier New", Courier, monospace;
}

.cancel-comment-reply {
	padding: 5px 5px 0 0;
}

.cancel-comment-reply a {
	color: #CC0000;
}

.text {
	border: 1px solid #ddd;
	padding: 2px;
	color: #777;
	width: 200px;
}

/************************
*	COMMENT FRAMEWORK	*
*************************/
ol.commentlist a:link {
	text-decoration: none;
}

ol.commentlist li div.vcard cite.fn a.url:hover {
	text-decoration: none;
}

ol.commentlist {
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff;
}

ol.commentlist li {
	margin: 10px 0 10px 0;
	padding: 10px;
	list-style-type: none;
	border: 1px solid #e9e9e9;
}

ol.commentlist li.alt {
}

ol.commentlist li.bypostauthor p {
}

ol.commentlist li.byuser {
}

ol.commentlist li.comment-author-admin {
}

ol.commentlist li.comment {
}

ol.commentlist li div.comment-author {
}

ol.commentlist li div.vcard {
}

ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li div.vcard cite.fn a.url {
	color: #222;
}

ol.commentlist li div.vcard img.avatar {
	float: right;
}

ol.commentlist li div.vcard img.avatar-32 {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}

ol.commentlist li div.vcard img.photo {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}
ol.commentlist li div.vcard span.says {
	color: #888;
}

ol.commentlist li div.commentmetadata {
}

ol.commentlist li div.comment-meta {
	margin: 3px 0 0 0;
	font-size: 0.9em;
}

ol.commentlist li div.comment-meta a {
	color: #aaa;
	text-decoration:none;
}

ol.commentlist li p {
	margin: 15px 0 0 0;
	line-height: 1.4em;
}

ol.commentlist li ul {
}

ol.commentlist li div.reply {
	background: #ffffff;
	color: #333;
	width: 33px;
	margin: 10px 0 0 0;
	padding: 2px 5px 2px 5px;
	line-height: 16px;
	border: 1px solid #ffffff;
}

ol.commentlist li div.reply a {
	color: #333 !important;
}

ol.commentlist li div.reply a:hover {
	color: #333 !important;
	text-decoration: none;
}

ol.commentlist li ul.children {
}

ol.commentlist li ul.children li {
	margin: 10px 0 0 0;
	background: #fff;
	border: 1px solid #e9e9e9;
}

ol.commentlist li ul.children li li.alt {
	background: #fff;
}

ol.commentlist li ul.children li.bypostauthor {
}

ol.commentlist li ul.children li.byuser {
}

ol.commentlist li ul.children li.comment {
}

ol.commentlist li ul.children li.comment-author-admin {
}

ol.commentlist li ul.children li.depth-2 {
}

ol.commentlist li ul.children li.depth-3 {
}

ol.commentlist li ul.children li.depth-4 {
}

ol.commentlist li ul.children li.depth-5 {
}

ol.commentlist li ul.children li.odd {
}

ol.commentlist li.even {
}

ol.commentlist li.odd {
}

ol.commentlist li.parent {
}

ol.commentlist li.pingback {
}

ol.commentlist li.thread-alt {
}

ol.commentlist li.thread-even {
}

ol.commentlist li.thread-odd {
}

/*******************
*	COMMENT FORM   *
********************/
#commentform {
	margin-top: 5px;
}
#commentform input {
	width: 210px;
	margin: 5px 5px 1px 0;
	padding: 5px;
	border: 1px solid #ddd;
}
#commentform input:focus {
	border: 1px solid #191919;
}

#commentform .author {
	padding: 3px 3px 3px 5px;
	background: fff;
	color: #333;
}

#commentform .email {
	padding: 3px 3px 3px 5px;
	background: fff;
	color: #333;
}

#commentform .url {
	padding: 3px 3px 3px 5px;
	background: fff;
	color: #333;
}

#commentform textarea {
	width: 75%;
	height: 100px;
	padding: 2px;
	border: 1px solid #ddd;
}

#commentform textarea:focus {
	border: 1px solid #191919;
	padding-left: 15px;
	padding-right: 15px;
}

#commentform .submit {
	margin: 0;
	color: #999;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #f8f8f8;
	width: 170px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#commentform .submit :hover {
	background: #333;
	border: 1px solid #191919;
	text-decoration: underline;
	color: #fff;
}

/*******************
*	NAVIGATION	   *
********************/
.navigation {
	margin: 5px 0 5px 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

/******************
*	FOOTER		  *
*******************/ 
#footer {
	background: transparent;
	color: #333;
	line-height: 20px;
	list-style: none;
}

#footer ul li {
	list-style: none;
	margin: 0;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #f0f0f0;
}

#footer .box {
	width: 170px;
	margin: 0 15px 0 0;
}
#footer h3 {
	margin: 15px 0 5px 0;
	padding: 0 10px 0 0;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

#footer ul ul {
	display: none;
}
#footer img {
	padding: 5px;
}

/******************
*	BOTTOM		  *
*******************/ 
#bottom {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	color: #333;
	line-height: 15px;
	border-top: 1px solid #e6e6e6;
}

#bottom a {
	color: #cc0000;
	border-bottom: 1px dotted #333;
}

#bottom a:hover {
	border-bottom: none;
}

/*********************
*  WP-PageNavi 2.50  *
**********************/ 

.wp-pagenavi a, .wp-pagenavi span {
	padding: 5px;
	margin-right: 10px;
	font-size: 15px;
	color: #CC0000;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #CC0000;
	color: #FFFFFF;
	border-color: #CCC;
	}
.wp-pagenavi span.current {
	font-weight: bold;
}

/*********************
*  Advanced-Spoiler  *
**********************/ 

/* @group spoiler-content */
div.spoiler-body {
padding:1px; 
margin:0;
padding:0;
}
div.spoiler-body p, div.spoiler-body div {
padding:2px 1px;
margin:1px;
}
/* @end spoiler-content */

/* @group toggle-link */
a.spoiler-tgl {
padding: 2px 4px 2px 22px;
background-image: url('collapseicon.gif');
background-position: 3px 3px;
background-repeat: no-repeat;
border-bottom: 1px dotted #999;
margin: 0;
}
a:hover.spoiler-tgl {
border-color: #696969;
}
a.spoiler-tgl.collapsed { 
background-position: 3px -36px;
}
/* @end toggle-link */

/* @group widget & template */
.effcollapse {
padding-left: 16px !important;
background-image: url('collapseicon.gif');
background-position: 0 2px;
background-repeat: no-repeat;
cursor: pointer;
}

.effcollapse.collapsed { 
background-position: 0 -37px;
}
/* @end widget & template */

/* @group DO NOT EDIT */
.spoiler_outer_box {/* wrapper for blind effect */
overflow: hidden !important;
margin: 0 !important;
padding: 0 !important;
}

/*************
*  Sociable  *
**************/ 

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/*****************************
*  Featured Content Gallery  *
*     jd.gallery.css.php     *
******************************/ 

#myGallery, #myGallerySet, #flickrGallery {
width: 590px;
height: 250px;
z-index:5;
border: 1px solid #cc0000;
}

.jdGallery .slideInfoZone
{
background: #000000;
color: #ffffff;
}

.jdGallery .slideElement
{
width: 100%;
height: 100%;
background-color: #000000;
background-repeat: no-repeat;
background-position: center center;
background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: #000000;
background-repeat: no-repeat;
background-position: center center;
background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone h2
{
padding: 0 !important;
font-size: 14px !important;
background-color: #000000 !important;
margin: 2px 5px !important;
font-weight: bold !important;
color: #ffffff !important;
background-image: none !important;
text-align: left !important;
}

.jdGallery .slideInfoZone p
{
padding: 0 !important;
background-color: #000000 !important;
font-size: 11px !important;
margin: 2px 5px !important;
color: #ffffff !important;
background-image: none !important;
text-align: left !important;
}

.jdGallery a.carouselBtn, .jdGallery a.carouselBtn:hover, .jdGallery a.carouselBtn:active
{
position: absolute;
bottom: 0;
right: 30px;
height: 20px;
/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
text-align: center;
padding: 0 10px;
font-size: 13px;
background: #000000;
color: #ffffff !important;
cursor: pointer;
}

.jdGallery .carousel
{
position: absolute;
width: 100%;
margin: 0px;
left: 0;
top: 0;
height: 115px;
background: #000000;
color: #ffffff;
text-indent: 0;
overflow: hidden;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
cursor: pointer;
background: #000000;
background-position: center center;
float: left;
border: solid 1px #cc0000;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
font-size: 10px;
position: absolute;
bottom: 5px;
right: 10px;
padding: 1px 2px;
margin: 0;
background: #000000;
border: 1px solid #cc0000;
cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
color: #ffffff;
}

.jdGallery a
{
font-size: 100%;
text-decoration: none;
color: #ffffff;
}

/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
z-index: 15;
position: absolute;
top: 0;
left: 30px;
height: 20px;
/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
text-align: center;
padding: 0 10px;
font-size: 13px;
background: #000000;
color: #ffffff;
cursor: pointer;
opacity: .4;
-moz-opacity: .4;
-khtml-opacity: 0.4;
filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
z-index: 20;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #000000;
}

.jdGallery .gallerySelector h2
{
margin: 0;
padding: 10px 20px 10px 20px;
font-size: 20px;
line-height: 30px;
color: #ffffff;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
margin-left: 10px;
margin-top: 10px;
border: 1px solid #cc0000;
padding: 5px;
height: 40px;
color: #ffffff;
cursor: pointer;
float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
background: #000000;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
background: #000000;
background-position: center center;
float: left;
border: none;
width: 40px;
height: 40px;
margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
margin: 0;
padding: 0;
font-size: 12px;
font-weight: normal;
color: #ffffff;
}


/*****************************
*  Featured Content Gallery  *
*       jd.gallery.css       *
******************************/ 


.imageElement { display: none; }


#flickrGallery
{
width: 500px;
height: 334px;
}

.jdGallery .slideInfoZone
{

position: absolute;
z-index: 50;
width: 100%;
margin: 0px;
left: 0;
bottom: 0;
text-indent: 0;
overflow: hidden;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
display: none;
}

.jdGallery
{
overflow: hidden;
position: relative;
}

.jdGallery img
{
border: 0;
margin: 0;
}

* html .jdGallery .slideInfoZone
{
bottom: 100px;
}

.jdGallery div.carouselContainer
{
position: absolute;
height: 135px;
width: 100%;
z-index: 10;
margin: 0px;
left: 0;
top: 0;
}

.jdExtCarousel
{
overflow: hidden;
position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
position: absolute;
width: 100%;
height: 78px;
top: 10px;
left: 0;
overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
position: relative;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
font-size: 13px;
position: absolute;
bottom: 5px;
left: 10px;
padding: 0 !important;
margin: 0;
}

.jdGallery a.right, .jdGallery a.left
{
position: absolute;
height: 99%;
width: 25%;
cursor: pointer;
z-index:10;
filter:alpha(opacity=20);
-moz-opacity:0.2;
-khtml-opacity: 0.2;
opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}

.jdGallery a.left
{
left: 0;
top: 0;
background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
right: 0;
top: 0;
background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
left: 0;
top: 0;
width: 100%;
height: 100%;
}

.withArrows a.open
{
position: absolute;
top: 0;
left: 25%;
height: 99%;
width: 50%;
cursor: pointer;
z-index: 10;
background: none;
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
filter:alpha(opacity=80); }


/* Gallery Sets */

.jdGallery .gallerySelector .gallerySelectorWrapper
{
overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
margin: 0;
padding: 0;
font-size: 12px;
font-weight: normal;
}

/**************************
*  Picasa Images Express  *
***************************/ 

/* Images inserted by Picasa Image Express */
.pie-image{
}

/* Wrapper around a series of images */
.pie-gallery{
	margin-top:0.5em;
	margin-bottom:0.5em;
}

/* Wrapper around an image and a caption */
.pie-gallery HR{
	margin:0;
	padding:0;
	display:block;
	clear:both;
	visibility:hidden;
}

/* Wrapper around an image and a caption */
.pie-item{
	display: -moz-inline-box; /* For FF<3 */ 
	-moz-box-orient: vertical; /* For FF<3 */ 
	display:inline-block; /*IE <8 needs this tripped back to display: inline; to make it work on block elements  */
	vertical-align: top; /* explicitly declare your preference as Moz inline-box auto aligns to top */
}

/* <P> containing an image or thumbnail */
.pie-img-wrapper{
	padding:0;
	margin:0;
}

/* <P> containing a caption */
.pie-caption{
	font-size:11px;
	font-family:verdana,arial,helvetica,san-serif;
	line-height:15px;
	color:#666;
	text-align:left !important;
	padding: 0;
	margin-top:10px;
}

/* Alignment options for single images */
.pie-img.alignleft,
.pie-item.alignleft{
	float:left;
}

.pie-img.alignright,
.pie-item.alignright{
	float:right;
}

/* Alignment options for galleries */
.pie-gallery.alignGalleryLeft{
	text-align:left;
}

.pie-gallery.alignGalleryRight{
	text-align:right;
}

.pie-gallery.alignGalleryCenter{
	text-align:center;
}

.pie-gallery.alignGalleryCenter .pie-caption{
	text-align:center;
	margin:0 auto;
}

/*********************
*  Next-GEN Gallery  *
**********************/ 

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
	text-align:left;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 

/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	content: '' !important;
}

.ngg-gallery-list {
	list-style-type:none;
	padding: 0px !important;
	text-indent:0px !important;	
}

.ngg-galleryoverview div.pic img{
	width: 100%;	
}

.ngg-gallery-list li {
	float:left;
	margin:0 2px 0px 2px !important;
	overflow:hidden;
}

.ngg-gallery-list li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
}

.ngg-gallery-list li.selected a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
	height:40px;
	width:40px;	
}

li.ngg-next, li.ngg-prev {
	height:40px;
	width:40px;	
	font-size:3.5em;
}

li.ngg-next a, li.ngg-prev a  {
	padding-top: 10px;
	border: none;
	text-decoration: none;
}

/*********************
*  Shutter Reloaded  *
**********************/ 

div#shNavBar a {
	color: #ccc; /* colour for the text buttons */
	text-decoration: none;
	border: 0 none;
	padding: 0;
	cursor: pointer;
}

div#shNavBar a img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

div#shNavBar a:hover {
	color: #fff; /* highlight colour for the text buttons */
}

div#shNavBar a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

#shDisplay div#shTitle {
	font: normal 12px/17px 'Lucida Grande', Verdana, sans-serif; /* caption font */
	color: #ffffff; /* caption colour */
	text-align: center;
	margin: 0 auto;
}

div#shNavBar {
	display: block;
	font: normal 13px/22px 'Lucida Grande', Verdana, sans-serif; /* font for text buttons and image numbers */
	color: #999; /* colour for the image numbers */
	background-color: #454545; /* colour for the menu background */
	border-top: 1px solid #525252; /* colour for the menu top border */
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 3px 0 5px;
	text-align: center;
	cursor: default;
	z-index: 1011;
	-moz-user-select: none;
	user-select: none;
}

body {
	height: 100%;
}

#shShutter *, #shDisplay * {
	padding: 0;
	margin: 0;
}

div#shShutter, div#shDisplay {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

div#shShutter {
	height: 100%;
	z-index: 1000;
	background-color: #000000;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

div#shDisplay {
	display: block;
	background-color: transparent;
	z-index: 1002;
}

div#shDisplay img#shTopImg {
	margin: 0 auto;
	border: 1px solid #555;
	background: transparent;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	-ms-interpolation-mode: bicubic;
}

div#shDisplay div#shWrap {
	visibility: hidden;
}

div#shWaitBar {
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	margin-top: 120px;
}

#fullSize {
	display: none;
}

#shNavBar img {
	border: 0;
	vertical-align: text-top;
	margin: 0;
	padding: 3px;
	float: none;
}

#shNavBar .srel-d {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.sh-make-invisible {
	visibility: hidden !important;
}

* html div#shNavBar {
	display: block;
	position: absolute;
	_top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight : document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	_left: expression(eval(document.compatMode&&document.compatMode=='CSS1Compat') ? document.documentElement.scrollLeft : document.body.scrollLeft);
}

/*********************
*  XXXXXXXXXXXXXXXX  *
**********************/ 

.cform { 
	margin:10px auto 0 auto; 
	width: 500px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#cc0000; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times;
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:150px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

.cform label span {
	width:150px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:250px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:right;
	padding: 0!important;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:100px;  
	padding:5px; 
	margin: 10px 0 0 5px;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}


/******************
*	  TABBER	  *
*******************/


h2 { font-size:9px;}
.tabberlive .tabbertabhide {
 display:none;
}

.tabber { font-size:9px;}
.tabberlive {

}

ul.tabbernav
{

 padding: 3px 0;
}

ul.tabbernav li
{
 list-style: none;
  display: inline;
}

ul.tabbernav li a
{
 padding:5px 17px 5px 9px;
 width:92px;
 height:15px;
 border-bottom: none;
 background:#cc0000 url(images/tab_inactive.png) right no-repeat;
 font-size:9px;
 font-weight:normal;
 color:#ffffff;
 text-decoration: none;
}

ul.tabbernav li a:link {}
ul.tabbernav li a:visited { }

ul.tabbernav li a:hover
{
 color: #666;
 background:#f4cccc url(images/tab_active.png) right no-repeat;

}

ul.tabbernav li.tabberactive a
{
 background:#f4cccc url(images/tab_active.png) right no-repeat;
 color:#666;
}

/**************
*	  DICO	  *
***************/

.domtooltips_tooltip{
  position: absolute;
  z-index: 100;
}

.explanatory_dictionary a{
  text-decoration: none;
}

.explanatory_dictionary a:hover, .explanatory_dictionary a.explanatory_dictionary_selected_letter{
  text-decoration: underline;
}

.explanatory_dictionary div.explanatory_dictionary_first{
  margin-top: 10px;
}

.explanatory_dictionary span.explanatory_dictionary_word{
  font-weight: bold;
}

.domtooltips_tooltip{
  width: 200px;
  text-align: justify;
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: normal;
  border: 1px solid #214579;
  background: #FFFDF7;
  padding: 5px 10px;
  -moz-border-radius: 5px; 
}

.domtooltips{
  color: #750909;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: help;
}


/**************
*	 PANEL	  *
***************/

#toppanel {
	position: absolute;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 130%; /* font-size set to 130% for the default Kubrick WordPress theme */
}
#panel {
	width: 100%;
	height: 420px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
	text-align: left;
}
#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
	text-align: left;
}
#panel p {
	margin: 5px 0;
	padding: 0;
}
#panel a {
	text-decoration: none;
	color: #CC0000;
}
#panel a:hover {
	color: #FFFFFF;
}
#panel a-lost-pwd {
	display: block;
	float: left;
}
#panel ul {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.6em;
	list-style: none;
}
#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}
#panel .content .left {
	width: 280px;
	float: left;
	margin-bottom: 25px;
	padding: 0 15px;
	border-right: 1px solid #333;
	min-height: 220px;
}
#panel .content .border {
	border-left: 1px solid #333;
}
#panel .content .narrow {
	width:120px !important;
}
#panel .content form {
	margin: 0 0 10px 0;
}
#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}
#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}
#panel .content input:focus.field {
	background: #545454;
}

/* Panel Tab/button */
.tab {
  	background: url(http://static.jean-wich.net/theme/images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
	top: 0;
	z-index: 999;
}
.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}
.tab ul.login li.left {
  	background: url(http://static.jean-wich.net/theme/images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.tab ul.login li.right {
  	background: url(http://static.jean-wich.net/theme/images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(http://static.jean-wich.net/theme/images/tab_m.png) repeat-x 0 0;
}
.tab ul.login li a {
	color: #FFFFFF;
}
.tab ul.login li a:hover {
	color: #CC0000;
	text-decoration: none;
}
.tab .sep {color:#414141}
.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}
.tab a.open {background: url(http://static.jean-wich.net/theme/images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(http://static.jean-wich.net/theme/images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(http://static.jean-wich.net/theme/images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(http://static.jean-wich.net/theme/images/bt_close.png) no-repeat left -19px;}

#nav a, #nav a:visited {
display:block;
}
#nav a:hover, #nav a:active {
background:url(http://static.jean-wich.net/theme/images/tab-right.jpg) no-repeat 100% 1px;
float:left;
}
#nav a span {
float:left;
display:block;
}
#nav a:hover span {
float:left;
display:block;
background: url(http://static.jean-wich.net/theme/images/tab-left.jpg) no-repeat 0 1px;
}
