/*  
Theme Name: Grouped by Category
Theme URI: http://localhost/1001
Description: Your theme
Version: 1.0
Author: You
Author URI: http://
*/

* {
  margin: 0;
  padding: 0;
}

body {
	font-size: 62.5%; 
	font-family: Arial, Verdana, Sans-Serif;
	color: #656565;
}

blockquote {
  font-family: Georgia, Times, Serif;
  font-style: italic;
  margin: 5px 30px;
}

cite {
  font-weight: bold;
}

code {
  font-family: Courier, "Courier New", monospace;
  font-size: 1.2em;
  font-weight: normal;
}

#page {  
  width: 600px;
}

#header {
  height: 75px;
  background: url( images/rhymedcode-header.gif ) no-repeat 20px 0;
}

#header h1 a {
  display: block;
  height: 75px;
  line-height: 0;
  text-decoration: none;
  text-indent: -3000px;
}

#header .description {
  position: absolute;
  top: -3000px;
  left: -3000px;
}

#content {
  margin-top: 10px;
  padding-left: 50px;
}

ul.asides {
  font-size: 1.2em;
  font-weight: bold;
  list-style-type: square;
  margin-bottom: 20px;
  margin-left: 20px;
}

.post {
  margin-bottom: 20px;
}

.post .meta {
  font-family: Courier, Sans-Serif;
  font-size: 1.3em;
  margin-bottom: 5px;
}

.post h2 {
  font-size: 2em;
}

.post h2 a {
  text-decoration: none;
  color: #656565;
}

.post p {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 5px;
}

.post ul, .post ol {
  font-size: 1.2em;
  margin-bottom: 5px;
  margin-left: 25px;
}

.post ul {
  list-style-type: circle;
}

.section {
  float: left;
  clear: left;
}

.section h2 {
  font-size: 1.4em;
}

.section ul {
  margin-bottom: 20px;
  margin-left: 15px;
}

.section .date {
  float: left;
  width: 60px;
}

#inlineFunction {
  left: 350px;
  position: absolute;
  top: 85px;
  width: 300px;
}

#footer {
  clear: both;
  padding-left: 50px;
}

#footer p.debug {
  color: #f00;
  font-size: 2em;
  left: 300px;
  position: absolute;
  top: 25px;
}

