/* 
Theme Name: Clarity
Theme URI: pivotx.net
Description: Focus on readability
Version: 1.0
Date:	2009-03-27
Author: Schop
Author URI: johnschop.nl
License: Creative Commons Attribution 2.5 Generic, http://creativecommons.org/licenses/by/2.5/ 
Required PivotX version: PivotX 2.0
Used Extensions: Gallery

Adjustments: Rodolphe Vaillant
*/ 


.empty {
	 background: #FFF;
	 border: 0px #FFF;
         padding: 0px;	 
	 margin:0;
}	 

/*
 To use the font "EB Garamond" include this line:
 */
 @import url(https://fonts.googleapis.com/css?family=EB+Garamond);
 

/**
* Override styles for Thickbox, search button, Digg style paging and comments are included in this file
*/
body {
	background:#fff;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 1.0em;
	margin:0;
        line-height:1.6;
   	color:#333;	 
	/*border:3px solid #eee;*/
        max-width: 900px;
        margin: auto;
}
@media screen and (max-width:600px) {  body { font-size: 0.8em;  } }
@media screen and (max-width:400px) {  body { font-size: 0.6em;  } }

code {
    background-clip: padding-box;
    background-color: #f4f2f0; /* same as syntax highliter css */
    border-radius: 0.3em;
    font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
    padding: 0 0.25em;
    white-space: nowrap;
}

html {
	/*
        background: #f6f6f6;
        
	border:15px solid #f6f6f6;
	border-left:30px solid #f6f6f6;
	border-right:30px solid #f6f6f6;
       */
}

* {
	margin:0;
	padding:0;
	outline:none;
}

/*wrap stackable div elements*/
.stack {
	 width: 100%;
	 text-align:center; margin: 0 auto;
}

/* element inside a .stack */
.stackelt {
	 display: inline-block;
	 vertical-align: middle;
}

#footer {
	/* padding:20px 50px; */
	margin-top:50px;
	margin-bottom:40px;
	clear:both;
	/* border-top:2px solid #eee; */
	font:80% Verdana;
	/*line-height:25px;*/
        text-align:center;       
}

#footer a {
	color:#999;
}

table {
	width:100%;
	padding:10px;	
        /* For now keeping border by default: */
        border:1px solid #eee;
        border-radius:0.3em;
}

/* If you'd really like to force borders: */
table.border {
    border:1px solid #eee;
    border-radius:0.3em;
}

th {
	color:#6CCC26;
	border-bottom:1px solid #eee;
	padding:5px;
}

td {
	padding:5px;
	text-align:center;
	/* background:#fafafa; */
}

table.white td {
	padding:5px;
	text-align:center;
	background:white;       
}

#container {
	width:95%;
	margin:0 auto;
}

#footer img { 
	 width:100%;
	 height:auto;
}
a img { border: 0; } 

/* override pivotx essential */
.pivotx-image {
    border-radius: 0.2em;
    height: auto;
    width: 100%;
}

#content ul {
	margin:15px 0 15px 25px;
}

#content ul li {
	border-bottom:0px solid #eee;
	padding-left:10px;
	color:#444;
}

#content img {
    border-radius: 0.2em;
    height: auto;
    width: 100%;
}

#sidebar ul {
	list-style:none;
	font:110% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

#sidebar ul a {
	color:#444;
	text-decoration:none;
}

#sidebar ul a span {
	color:#ccc;
}

#sidebar ul a:hover span {
	color:#333;
}

#sidebar p {
	font:/*80%*/ Verdana;
	line-height:24px;
	margin:10px 0 20px 0;
}

#sidebar ul li {
	background:#fafafa;
	margin:1px 0 0 0;
	padding:0px;
	line-height:1.5em;
	font-size: 120%;
	font-weight: bold;	 
}

#sidebar h3 {
	font:130% Arial;
	margin:5px 0;
	color:#222;
}

#content {
        margin: 2%;
}

#sidebar { 
        text-align:center;  	
}

.articleinfo {
	font:80% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	/* border-top:1px solid #eee; */
	color:#999;
	padding:3px 0;
}

.articleinfo a {
	color:#6CCC26;
}

.articleinfo a:hover {
	text-decoration:none;
}

#content h3 {
	margin:20px 0;
}

blockquote {
	background:#f6f6f6;
	padding:10px;
	border:1px solid #eee;
	font:100% Georgia, "Times New roman", serif;
	line-height:1.5em;
}

#content p {
	/*line-height:1.5;*/
	margin:10px 0;
	text-align:left;
}

#content a, #content ul li a {
	color:#000;
	text-decoration: underline;
	border-radius: 0.2em;
}

#content a:hover {
	 /*border-bottom:1px solid #7D8B3D;*/
         text-decoration:underline;
	 color: #7D8B3D;
}

#content h2 {
	font:210%;
	font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin-top:25px;
}

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

#content h1 {
	 font-size: 160%;
}

#header {
	width:100%;
	margin:0 auto;
	/* padding:20px 0; */
}

#header .right {
	float:right;
}

#header h1 {
	font:290%;
	font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin-bottom:5px;
	margin-left:35px;
}

#header h1 a {
	color:#000;
	text-decoration:none;
}

#header h1 a span {
	color:#ccc;
}

#header h1 a:hover span {
	color:#A3E800;
}

#header h3 {
	font:2em;
	font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-weight:normal;
	color:#666;
	display:inline;
	margin-left:35px;
}

ul#nav {
	background:#7FA163;
	padding:10px;
	font-size:125%;
	border-top:4px solid #6C8A54;
	/*border-bottom:3px solid #6C8A54;*/
	font-weight:bold;
	/* margin:20px 0 0 0; */
	text-align: center;
        border-radius: 0.3em;
}

ul#nav li {
	display:inline;
	list-style:none;
	margin-right:10px;
}

ul#nav li a {
	padding: 9px 1%;
	color:#fff;
	text-decoration:none;
}

ul#nav li a:hover {
	background:#89A870;
	color:#fff;
}

ul#nav li a.active {
	background:#fff;
	color:#333;
	border-right:2px solid #6CCC26;
	border-bottom:2px solid #6CCC26;
}

p.about {	
	background:#F7FAF4;
	padding:10px;
    text-align:left;
	border-radius: 0.2em;
	border-top: 4px solid #c5d5a4;
	font-family: 'EB Garamond', serif; 
	font-size:1.2em;
}

p.about a {
	color:#fff;
}

/* Search forms */
.searchbox {
	font: .8em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	height: 16px;
}
/* Digg style navigation, overriding pivotx_essentials.css */
#pages {
     padding-left:30px;
}

#pages li a {
	color:#222;	
	border: 1px solid #666666;
	border-radius: 0.2em;	
        text-decoration: none;
}

#pages li a:hover {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0.2em;
	background: #666666;
        text-decoration: none;
}

#pages li.nolink {
	color: #666666;
	border: 0px solid #666666;
}

#pages li.current {
	color: #666666;
	border: 1px solid #666666;
        border-radius: 0.2em;
	background: transparent;
}

#pages li.skip {
	color: #666;
	border: 0px;
	padding: 1px;
}

/* comment stuff, overriding pivotx_essentials.css */

.comment-text {
	background-color: #f6f6f6;
	margin: 0;
	border-bottom: 1px #29497C dashed;
	border:1px solid #eee;
	font:100% Georgia, "Times New roman", serif;
	line-height:1.5em;
}

.comment-text a{
	color:#222;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}

.comment small {
	color: #fff;
}

.commentform, 
.commentform a:link {
	color: #666666;
}

/* Tagcloud, overriding pivotx_essentials.css */
#tagcloud {text-align: center;}
#tagcloud a:link {color: #222;}
#tagcloud a:visited {color: #222;}
#tagcloud a:hover {text-decoration:underline; color: #222;}
#tagcloud a:active {color: #222;}
#tagcloud a:focus{color: #222;}

/* Thickbox, overriding thickbox.css */
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  background-color:#8EDF53;
  filter:alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
  height:100%;
  width:100%;
}

#TB_window {
  background: #fff;
  color:#666666;
  border: 4px solid #6CCC26;
}

#TB_secondLine {color:#666666;}
#TB_window a:link {color: #222;}
#TB_window a:visited {color: #222;}
#TB_window a:hover {text-decoration:underline; color: #222;}
#TB_window a:active {color: #222;}
#TB_window a:focus{color: #222;}

#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border: 0px;
}

ruby rt { color: white; border-bottom: 1px dotted black; }
ruby:hover rt { color: black; border-bottom: none; }

