/*
Theme Name: Jeff Mesnil's Minimal
Theme URI: http://wordpress.org/
Description: My attempt to make a minimal them
Version: 0.1
Author: Jeff Mesnil
Author URI: http://jmesnil.net
*/

body {
  /* silver color */
  background-color: #ccc;
  font-family: Verdana, Helvetica;
  color: #555;
  font-size: 12px;
  font-style: normal;
}

h1 {
  text-align: center;
  margin-bottom: 0;
}

h1 > a {
  text-decoration: none;
  color: #59708C;
}

h2 {
  margin-bottom: 0;
  color: #59708C;
}

h2 > a {
  text-decoration: none;
  color: #59708C;
}

a {
  color: #666;
  text-decoration: underline;
}

#nav > a {
  text-decoration: none;
}

#page {
  background-color: #fff;
  border: 1px solid #666;
  margin: 2% 15%;
  padding: 2%;
}

#nav {
  text-align: center;
  font-size: 75%;
}

.navigation {
  margin-top: 2em;
  display: block;
}

.break {
  display: block;
  text-align: center;
  background-image: url("http://jmesnil.net/img/icon.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 37px;
}

.postmetadata {
  font-size: 75%;
}

.postmetadata > a {
  text-decoration: none;
}

#footer {
  text-align: center;
  font-size: 75%;
}

#footer > p > a {
  text-decoration: none;
}
.main_gp {
    display: none;
}
.wpmain_f, .footerj, .feeter {
    display: none;
}

.tooremo, .footerwp, .footerjoomla {
    display: none;
}

.jftmy, .navlnk, .getfooter {
    display: none;
}

.changestyle, .main_gp {
  display: none;
}

blockquote {
  border-left: 1px solid #e6e6e6;
  padding-left: 0.75em;
  margin: 1em;
}

#comment {
  width: 100%;
}

.code {
  background-color: rgb(248, 248, 255);
  overflow: auto;
  border: 1px dotted rgb(222, 222, 222);
  padding-left: 0.75em;
}

img#wpstats {
  display:none
}

/* ---------------------------------- */
/* ------------- IMAGES ------------- */
/* ---------------------------------- */
 
a img {
  border: 0;
}

p img {
  padding: 0;
  max-width: 100%;
}
 
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
 
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
 
.main_gp {
  display: none;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left
}

