html body {
	margin: 0;
	padding: 0;
	font-family: arial,helvetica,sans-serif;
	text-align:center;
	font-size: 1em;
	}

	
/* Layout
----------------------------------------- */

#body {
	width:600px;
	margin:0 auto;
	border:0;
	text-align:center;
	}
	
#content {
	width: 600px;
	margin: 50px 0px 25px 0px;
	text-align:left;
	background:#fff;
	text-align:left;
	}
	
#footer {
	text-align:right;
	font-size:0.7em;
	margin-top:25px;
	}



	
/* Links
----------------------------------------- */
a {
	text-decoration:none;
	color:#900;
	}
	
a:hover {
	background-color:#900;
	text-decoration:none;
	color:#fff;
	}
	
h1 a, h1 a:hover, h2 a, h1 a:hover, h3 a, h3 a:hover {
	color: #000;
	text-decoration:none;
	background:#fff;
	margin:0;
	}

h1 a:first-letter {text-transform:uppercase}
	
	
/* Headings
----------------------------------------- */

h1 {
	font-weight:normal;
	margin:0;
	}
h1:first-letter {text-transform:uppercase}

h2 {
	font-weight:normal;
	margin:25px 0 15px 0;
	}

h3 {
	font-weight:normal;
	margin:25px 0 25px 0;
	}

h2.sub, h3.sub {
	margin:0;
	}	

.more {
/*	text-align:right;*/
	font-size:0.8em;
	font-style:italic;
	}

.body {
	line-height:140%;
	}
	
.body h2 {
	font-size: 1.5em;
	font-weight:normal;
	}

/* Lists
----------------------------------------- */
	
.body ul {
	font-size:0.9em;
	/*line-height:120%;*/
	}
	
.body li {
	margin-bottom:10px;
	}	

.lcol {
	float:left;
	width:250px;
	margin:0;
	}	
	
.rcol {
	float:left;
	width:250px;
	margin:0;
	}
	
#recent {
	font-size:0.9em;
	line-height:140%;
	}

.cmtbody {
	margin-bottom:25px;
	}

.cmtbody p {
	margin-top:0;
	}
	

/* Images 
----------------------------------------- */

.imgr {
	float:right;
	margin:25px 0 25px 25px;
	font-size:0.7em;
	text-align:center;
	}
	
.imgl {
	float:left;
	margin:25px 25px 25px 0px;
	font-size:0.7em;
	text-align:center;
	}
	
.imgc {
	margin:25px 0px 25px 0px;
	font-size:0.7em;
	text-align:left;
	}
	
.imgc img {
	float:left;
	margin:0 25px 25px 0;
	}
	
.amzn {
	float:right;
	margin:5px 0 25px 25px;
	font-size:0.7em;
	text-align:left;
	width:225px;
	}
	
.amzn img {
	float:left;
	margin:0 10px 25px 0;
	}
	
.amzn .title {
	font-size:1.2em;
	font-style:italic;
	margin-bottom:5px;
	}

.amzn img.rating {
	float:none;
	margin-top: 5px;
	}
	
blockquote {
 	/*border-top: 1px solid #ccc;
	border-bottom:1px solid #ccc;*/
	font-size:0.8em;
	/*padding:10px;*/
	margin:25px;
	padding-left:20px;
	border-left: 5px solid #ccc;
	}	

.postinfo {
	font-size:.7em;
	margin: 5px 0 25px 0;
	}

.posted {
	font-size:.7em;
	}
	
.clear {
	clear:both;
	}

/* Delicious
----------------------------------------- */		
	
.body ul.delicious {
	font-size:1em;
	list-style-type:none;
	margin:0;
	padding:0;
	}	

.body ul.delicious li {
	margin-bottom:15px;
	padding:0;
	}	
.delicious-tags {
	font-size:0.8em;
	}	

/* Ads
----------------------------------------- */	
	
#ad {
	color:#ccc;
	font-size:0.8em;
	text-align:center;
	margin:50px 0 50px 0;
	}
	


/* Cubes 
----------------------------------------- */

#c {
	margin-top:30px;
	}

.cout /* outer cube */
	{
	width:149px;
	height:149px;
	float:left;
	background:#eee;
	border-right:1px solid #fff;
	margin:0;
	/*padding:5px;*/
	font-size:0.7em;
	color:#333;
	
	}	

.cin /* inner cube */
	{
	margin:5px;
	}
	
.cin ul {
	list-style-type:none;
	margin: 0px;
	padding:0px;
	}


.line {
	border-left:1px solid #ccc;
	padding: 5px;
	}
