/*
Theme Name: Simple Grey Ugly for IE
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_UGLY.CSS                              */
/*********************************************************************/
@import url(reset.css) screen;

/*********************************************************************/
/* CRAP THEME FOR IE                                                 */
/*********************************************************************/
body {
	background:#fff;
	color:#444;
	font-size: 14px;
	font-family: 'Georgia', Serif;
	text-align:justify;
	width: 95%;
	margin: 0 auto 0 auto;
}

a { 
	color:#426D87;
	text-decoration:none;
}

a:hover {
	text-decoration:underline; 
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	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;
}

#page #ieonly p {
	border: 1px red solid;
    padding: 10px;
    width: 100%;
    background-color: #EE9D9D;
    color: white;
}

.post {
	margin:0 0 4em 0;
	clear:both;
}

.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;
}

.post img {
	text-align: center;
	border: 0;
}

.postmetadata {
	clear:both;
	font-size: 10px;
	color:#888;
	text-align:justify;
	border-top:1px solid #BFBFBF;
}

.postmetadata p.top {
	text-align:right;
}

.postmetadata p.bottom {
	text-align:center;
}

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;
}



#footer {
	text-align: center;
}

