/*  
Theme Name: 1.618
Version: .1
Author: Gentle
Author URI: http://thegentlegroup.com/

*/

* {
	border:0;
	padding:0;
	}

/* Begin Typography & Colors */
 a:link { color: #888; text-decoration: none }
 a:active { color: #888; text-decoration: none }
 a:visited { color: #888; text-decoration: none }
 a:hover { color: #888; text-decoration: underline }	


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: black;
	color: #555;
	text-align: left;
	}

#content, h3 {
	font-size: 1.1em
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

li {
	list-style:none;
	}

ul {
	list-style-type: none;
	}

#footer li h2 {
	font-size: 1.1em;
	font-weight: normal;
	margin:10px 0 5px 0;
	}

h1 {
	display:none;
}

h3 {
	font-weight: normal;
}
#tilelink, .hidden {
	display: none;
}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 190px auto;
	width: 500px;
	}

#disclaimer {
	margin: 10px ;
	}
	
.post {
	height: 370px;
	}

#footer {
	clear: both;
	margin-top:50px;
	padding-bottom: 30px;
	}

.archive {
	padding:40px 0 10px 0;
	}

hr.mosaicBreak {
	clear: both;
	height:275px;
	border:0;
}

ol {
	margin: 0 0 20px 0;
}

ol li {
	float: left;
	list-style: none;
}

ol.archiveList li a{
	display:block;
	height:50px;
	width:50px;
}

.archive p, #footer p {
	clear: both;
	padding: 20px 0 97px 0;
}

/* End Structure */