/*******************************************************
 Theme Name: Archive Simple
 Theme URI: http://wordpress.org/
 Description: A simple white theme for archival purposes
 Version: 1.0
 Author: Jackson Fox
 Author URI: http://jacksonfox.org
*******************************************************/

/*******************************************************
 Fonts
*******************************************************/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: verdana, arial, sans-serif;
	color: #333;
}

h1, h2, h3 {
	font-family: arial, verdana, helvetica, sans-serif
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 {
	font-size: 3.0em;
	margin-top: 60px;
}

h1 a {
	color: #555;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h2 a, h3 a {
  color: #a00;
}

a {
	color: #039;
}

#content {
	font-size: 1.1em;
	line-height: 1.5em;
}

#footer {
  line-height: 2em;
  color: #777;
}

#footer a {
  color: #69c;
}

blockquote {
	margin: 1em;
	background: #ffc;
	border: 1px solid #ffa;
	padding: 10px;
}

blockquote p {
	margin: 0;
}

blockquote p+p {
	margin-top: 1em;
}

/*******************************************************
 Layout
*******************************************************/

body {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 120px;
	padding: 1px 49px;
	width: 430px;
	background: #fff;
}

#footer {
	clear: both;
}

.asides, .post {
	padding: 1.5em 0;
	border-bottom: 1px dotted #ddd;
}

.review {
}

/*******************************************************
 Images
*******************************************************/

p img {
	padding: 4px;
	border: 1px solid #999;
	background: #eee;
  max-width: 420px;
}

.alignright {
	float: right;
  margin-left: 1em;
}

.alignleft {
	float: left;
  margin-right: 1em;
}

/*******************************************************
 Lists
*******************************************************/

ul, ol {
  text-align: left;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 2px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/*******************************************************
 Posts
*******************************************************/

/* post metadata */

.postmetadata {
	text-align: right;
	color: #777;
	clear: both;
	padding: 5px 10px;
}

.postmetadata a {
	color: #69c;
	text-decoration: none;
}

/* archives */

.archives h3 {
  display: inline;
}

.archives .postmetadata {
  display: inline;
  text-align: left;
  padding: 0;
}

/* next/previous post navigation */

#post-nav {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}

/*******************************************************
 Asides
*******************************************************/

.asides {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.asides p {
	display: inline;
}

/*******************************************************
 Comments
*******************************************************/

#comment {
  width: 100%;
}

.commentlist {
  margin: 0;
  padding: 0;
}

.commentauthor {
  font-weight: bold;
  float: left;
}

.commentauthor cite {
  font-style: normal;
}

.commentmetadata {
  float: right;
}

.commentmetadata a {
  color: #69c;
  text-decoration: none;
}

.commentlist li {
  list-style-type: none;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 1em 1em;
}

.alt {
  background: #eee;
}

/*******************************************************
 Footer
*******************************************************/

#footer {
  border-top: 1px dotted #555;
}

#footer ul {
  overflow: hidden;
  margin-left: 0;
  padding-left: 0;
}

#footer li {
  list-style-type: none;
  float: left;
  display: block;
  width: 100px;
}

#footer #footer-archive-months li {
  width: 200px;
}

#footer #footer-archive-months br {
  display: none;
}

#footer #footer-archive-pages li {
  font-weight: bold;
  width: auto;
  margin-right: 10px;
}

#powered-by {
  border-top: 1px dotted #555;
  padding-top: 1.5em;
  margin-top: 1.5em;
}

/*******************************************************
 Misc
*******************************************************/



.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

.navigation hr {
	border: 0;
}

.alt {
	text-align: justify;
	margin-top: 3em;
}

#links ul {
	position: absolute;
	top: 0px;
	left: 547px;
	text-align: right;
}

#links ul {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}

#links li {
margin-bottom: 3px;
}

#links li a {
text-decoration: none;
color: #ccc;
}

#links li a:hover {
color: #000;
}

.review-rating {
	text-align: center;
}

.review-date {
	text-align: right;
}

.rating { 
	float: right; 
	font-size: x-large; 
	font-weight: bold;
	padding: 7px;
	margin: 0 0 10px 20px;
	background: #eef;
	color: #036;
}

.review-list {
width: 100%;
border-collapse: collapse;
}

.review-list th {
border-bottom: 1px solid #aaa;
padding-bottom: 5px;
}

.review-list td {
padding: 5px 0;
border-bottom: 1px solid #ddd;
}

.rating-5, .rating-4 {
background: #9f9;
padding: 2px 5px;
}
.rating-3 {
background: #ff5;
padding: 2px 5px;
}
.rating-1, .rating-2 {
background: #f99;
padding: 2px 5px;
}

.big-rating-5, .big-rating-4 {
background: #9f9;
	float: right; 
	font-size: xx-large; 
	font-weight: bold;
	padding: 10px;
	margin: 0 0 0 10px;
	color: #036;
text-align: center;
}
.big-rating-3 {
background: #ff5;
	float: right; 
	font-size: xx-large; 
	font-weight: bold;
	padding: 10px;
	margin: 0 0 0 10px;
	color: #036;
text-align: center;
}
.big-rating-1, .big-rating-2 {
background: #f99;
	float: right; 
	font-size: xx-large; 
	font-weight: bold;
	padding: 10px;
	margin: 0 0 0 10px;
	color: #036;
text-align: center;
}


.tiny {
font-size: xx-small;
font-weight: normal;
margin: 0;
margin-bottom: 1em;
}