/*
Theme Name: Red Minimalism
Theme URI: http://derhobby.de/
Description: Red Minimalism is a one column theme for WordPress 2.x.
Version: 1.0
Author: Sebastian Hobert
Author URI: http://media2null.de
License: GPL
*/


body { /* this is just the general thing, the background colour, the standard font, and what. */
  color: #000000;
  font-size: 10pt;
  background:#FFFFFF  url(images/line.png) repeat-x;
  font-weight: lighter;
}

img { /* this is for any edits you want to make to the way in which your select image would be presented. */
  border: none;
}

#page { /* this is what puts the borders on the side of the page. like the dashed one to the right in this one. */
  width: 550px;
  margin: 0 auto;
  border-right: 2px;
  border-right-style: dashed;
  border-right-color: #a41f1f;
}

#header { /* this edits just how the header is presented. */
  text-align: left;
}

#header h2 { /* this is the header right above the image you've selected. */
  font-size: 10pt;
  font: normal 10px Verdana, Sans-Serif;
  color: #a8a8a8;
  margin:100px 0 0 0;
}

#header h1 { /* this is the one that says "a daily clip file." */
  font-size: 30pt;
  font: normal 30px Times Roman, Serif;
  color: #000000;
  margin:0 0 0 0;
  font-weight: lighter;
}

#header h1 strong { /* this edits how the "daily clip file" one looks in bold. */
  color: #9a1313;
  font-weight: bold;
}

#header p { /* I am actually not quite sure to what purpose this serves. */
  font-size: 20pt;
  font: normal 20px Times Roman, Serif;
  color: #FFFFFF;
  margin:0 0 0 0;
  font-weight: lighter;
  text-align: right;
}

#header p a { /* this edits those things at the top of the page that say "home" & "about me!" &c. */
  color: #9a1313;
  font-size: 10pt;
  font: 10px Verdana, Sans-Serif;
  font-weight: lighter;
  text-decoration:none;
  margin-right: 10px;
}

.post h1 a { /* this one edits the titles for each post and the way in which they are presented. */
  font-size: 24pt;
  font: 24px Times Roman, Serif;
  color: #9a1313;
  margin: 50px 0 0 0;
  font-weight: lighter;
}

.post h1 { /* this edits the bar right under the title for each entry and the way in which it is presented. */
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #a8a8a8;
}

.post { /* this edits the text for the majority of the blog (all the entries and such). For the entries, when you're writing stuff in blockquotes, you have to write "times new roman" otherwise it just continues in verdana as it does on the rest of the site. */
  padding-left: 10px;
  font-size: 10pt; 
  font: normal 10px Verdana, Sans-Serif;
  color: #333333;
  border-bottom: 0px;
  border-bottom-style: solid;
  border-bottom-color: #a8a8a8;
}

.post p { /* this edits the weight of the text for the majority of the blog (''). */
  font-weight: lighter;
  color: #666666;
  padding-left: 10px;
}

.infos { /* I actually don't know what this does... sorry. */
  color: #a8a8a8;
  text-align: right;
  font-size: 7pt;
  padding-right: 10px;
}

.infos a {
  color: #9a1313;
  font-size: 7pt;
  font-weight: bold;
  text-decoration:none;
}

#footer {
  text-align: right;
  font-size: 7pt;
  color: #a8a8a8;
  border-top: 1px;
  border-top-style: solid;
  border-top-color: #9a1313;
  padding-right: 10px;
  padding-bottom: 10px;
}

#footer a {
  color: #717171;
  font-size: 7pt;
  font-weight: bold;
  text-decoration:none;
}

#sitemap {
  background:#9a1313;
  text-align: left;
  font-size: 7pt;
  color: #a8a8a8;
  padding: 10px 10px 10px 10px;
}

#sitemap a {
  color: #FFFFFF;
}

#sitemap-show { /* this is for the "archives" and "retract" thing. */
  text-align: right;
  font-size: 9pt;
  color: #a8a8a8;
  margin-top: 50px;
  padding: 10px 10px 10px 10px;
}

a {
  color: #717171;
  font-weight: bold;
  text-decoration:none;
}

.iconsphere 
{
    background: url(http://www.sphere.com/images/sphereicon.gif) top left no-repeat;
    padding: 4px 0 4px 20px;
    font-size: 8px;
    white-space: nowrap;
}

