/*
Theme Name: Simple Grey
Theme URI: http://julienpecqueur.com
Description: A simple one column fluid width theme. Valid XHTML and CSS.
Version: 1.0
Author: Julien Pecqueur
Author URI: https://julienpecqueur.com
Tags: grey, light, one-columns, flexible-width, no-sidebar, threaded-comments

	The CSS, XHTML and design is under copyright :
	Please contact me for any question -> jpec@julienpecqueur.com

*/

/*********************************************************************/
/* RESET EVERYTHING FROM STYLE.CSS.UGLY                              */
/*********************************************************************/
@import url(reset.css) screen;

/*********************************************************************/
/* THEME                                                             */
/*********************************************************************/
body {
	margin: 0;
	background:#fff;
	color:#444;
	font-size: 13px;
	font-family: 'Georgia', Serif;
	text-align:center;
}

a { 
	color:#426D87;
	text-decoration:none;
}

a:hover {
	text-decoration:underline; 
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	margin-top: 15px;
	color:#27a;
	text-align:left;
}

h1 {font-size:24px;}
h2 {font-size:22px;}
h3 {font-size:20px;}
h4 {font-size:18px;}
h5 {font-size:16px;}
h6 {font-size:14px;}


img {
	border:0;
}

input {
	font-size: 12px;
}

input[type=text], textarea{
	background:#fff;
	border:1px inset #aaa;
}
input[type=submit] {
	background:#eee;
	border:1px outset #aaa;
}

textarea {
	font-size:12px;
}

pre {
	font-size:12px;
	overflow:auto;
	text-align: left;
	margin-bottom: 1em;
}

/* Layout */
#page {
	min-width:450px;
	margin:0 auto;
	text-align: center;
}

#page #ieonly p {
	visibility: hidden;
	border: 0;
    padding: 0;
    margin: 0;
    height: 0;
}

#wrapper {
	margin: 0 5%;
}

#content{
	width: 96%;
	margin: 0 auto;
	padding: 70px 0 20px 0;
}

#footer {
	clear:both;
	padding:10px;
}

/* Header */
#header {
	margin:0 5%;
}

/* Top navigation */
#navbar {
	font-family: sans-serif;
	background: url(art/bg_menu.png) top repeat-x;
	height: 30px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	z-index: 999;
	width: 100%;
}

#navbar #nav {
	margin: 0 5% 0 auto;
	padding: 0;
	list-style: none;
}

#navbar #nav ul {
	padding:0 0 0 0;
	margin:0;
	height:30px;
	list-style: none;
	background:transparent;
}

#navbar #nav li {
	float: left;
	margin: 0;
	padding: 0 5px 0 5px;
	height: 25px;
}

#navbar #nav a {
	color:#000000;
	display: block;
	height: 25px;
	padding: 5px;
	margin: 0px;
	border: 0px;
}

#navbar #nav a:link {
	color: #000000;
	display: block;
	text-decoration: none;
	height: 25px;
}

#navbar #nav a:hover {
	background: url(art/bg_menu_hover.png) repeat-x top;
	color: #000000;
	display: block;
	text-decoration: none;
	height: 25px;
}

#navbar form#searchform {
	float: right;
	margin: 3px 5px 5px 5px;
	padding:0;
}

#navbar a {
	display: block;
	float: right;
	margin: 1px 5px 1px 5px;
	height: 25px;
}

#navbar p a img {
	margin: 0;
	padding: 0;
}

#navbar form#searchform input {
	display:inline;
	width:100px;
	border:1px solid #4D4D4D;
	padding: 0 0;
	background:#BFBFBF;
	color:#4D4D4D;
	font-size:12px;
}

/* Footer */
#footer { 
	position: fixed;
	bottom: 0;
	z-index: 999;
	width: 100%;
	text-align:center;
	font-size:12px;
	height: 50px;
	background: url(art/bg_footer.png) repeat-x bottom;
	color:#4D4D4D;
}

/* Post */
.post {
	margin:0 0 4em 0;
	clear:both;
}

.post p, .post ol li, .post ul li{
	margin-top:5px;
	font-size:1.2em;
	line-height:1.5em;
	text-align:justify;
}
.post li li {
	font-size:1em;
}
.post code {
	margin: 1em;
	padding: 0.5em 0 0.5em 1em;
    border: 1px solid #ccc;
	border-left:0.4em solid #ccc;
    background-color: #DEDEDE;
	font-size:12px;
	font-family: monospace;
	text-align: left;
    overflow: auto;
}
.post pre {
	margin: 1em;
	padding: 0.5em 0 0.5em 1em;
    border: 1px solid #ccc;
	border-left:0.4em solid #ccc;
    background-color: #DEDEDE;
	font-size:12px;
	font-family: monospace;
	text-align: left;
    line-height:1.5em;
    overflow: auto;
}

.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}

.postentry a {
	border-bottom:1px solid #ddd;
}
.postentry a:hover {
	border-bottom:1px solid #258;
	text-decoration:none;
}

.postmetadata {
	clear:both;
	margin:1em 0;
	font-size:1.1em;
	color:#888;
	text-align:justify;
	font-size:10px;
	border-top:1px solid #BFBFBF;
}

.postmetadata p.top {
	text-align:right;
}

.postmetadata p.bottom {
	text-align:center;
}

div.navigation {
        margin-bottom: 150px;
	font-size:1.1em;
}

.postentry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}

.postentry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.postentry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

/* Comments */

#respond {
	font-size:1.2em;
        margin-bottom: 150px;
}


#comments {
	font-size:1.2em;
        margin-bottom: 150px;
}

.commentlist {
	margin:20px 0;
	padding:0;
	border-width:0 0.1em 0.1em 0;
	border-color:#eee;
	border-style:solid;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	border-width:0.1em 0 0 0.1em;
	border-color:#eee;
	border-style:solid;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.9em;
}

#comments p {
	text-align: left;
}

/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#aaa;
	text-align:left;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
