/* CSS Document */

/* ------------------------------
	General Settings for font-size,
	color, page margins.
	-----------------------------
*/

body{
	font-size: 13px;
	background-color: #fff;
	color: #666;
	text-align: left;
	font-family:Bitstream,Verdana,Geneva,sans-serif;
	/*
	Another nice font treatment.  Be sure 
	to uncomment the letter spacing values 
	in the 'substance' rule 
	*/
	margin: 0px;
	height: 100%;
}

/* master container that holds all the bits of the page */

#container{
	padding-left: 1em;
	padding-right: 1em;
	min-height: 100%;
	position: relative;
}

* html #container {
  height: 97%;
}

/* End of Container */



/* header elements */

#header{
	padding-top: 0.5em;
	position: relative;
}


#header h1#title{
	font-size:265%;
	margin-bottom: 0;
	margin-top: 0px;
	text-align:left;
	font-weight: normal;
	letter-spacing: -1px;
}

#header h1#title a {
	color: #666;
}

#header h1#title a:visited {
	color: #666;
}

#header h1#title a:hover {
	color: #000;
}



#header h2#subtitle{
	margin-left: 2%;
}

#header h1#title a{
	text-decoration:none !important;
}

/* End Header elements */



/* General markup styles */

h2{
	font-size: 110%;
	margin: 0;
	text-align:left;
	font-weight:normal;
}

h3{
	font-weight: normal;
	text-align:center;
	font-style:italic;
}

a{
	text-decoration: none;
	color: #666;
}

a:visited{
	text-decoration: none;
	color: #666;
}

a:hover{
	text-decoration: none;
	color: #000;
}

table#menu {
  font-size: 140%;
  padding-bottom: 1.25em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  width: 100%;
}

table#menu tr td {
  width: 25%; 
  text-align: center;
}

table#menu tr td a {
  text-decoration: none;
}

/*
* table {
	margin-top: 1em;
	border: 1px solid #666;
	background: #333;
	border-collapse:collapse;
}

th{
	background: #ebebeb;
	font-family: Helvetica,Arial,sans-serif;
	font-size:110%;
	color:#000;
	padding: .25em;
	margin: 0;
	text-align:center;
	border-bottom: 1px solid orange;
	border-right: 1px solid #666;
}

td{
	background: #ccc;
	padding: .5em;
	font-size:90%;
	border-bottom:1px solid orange;
	border-right: 1px solid #666;
}
*/

li{
	list-style-position:inside;
}

/*Comments */

ol#commentList li{
	margin: 2em 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #666;
}
/* End general markup styles */



/* Content holder*/

#substance{
	padding-top: 1.25em;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	overflow:hidden;
	padding-bottom: 3em;
}

/* End Content holder*/



/* --------------------------
 Primary content section 
-----------------------------*/

#thoughts{
	margin: 0pt 20.5em 0pt 0em;
}

# thoughts a {
	color: #666;
}

#thoughts a:hover {
	color: #000;
}

.post{
	margin-bottom: 2em;
}

.post p {
	line-height: 1.5;
	margin-bottom: -0.3em;
}

.post h2{
	font-size: 130%;
	border-bottom: 1px dashed #999;
}

.post h2 a {
	color: #333;
}

.post h2 a:hover {
	color: #000;
}
.post a {
 	color: #999;
}

.auth, .typo-date, .meta{
	font-size: 80%;
}

.auth{
	color: #666;
	margin:.5em 0;
}

.auth a {
	color: #999;
}

.meta{
	text-align:right;
	margin-top: .5em;
}

.meta a {
	color: #999;
}
/* End Primary Content */




/* ------------------------
Secondary Content 
 the Junkdrawer 
---------------------------*/

#junkdrawer{
;	width: 18.5em;
	width: 16em;
	padding:0 .3em;
	float:right;
}

#junkdrawer h3{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	clear:both;
	border-bottom: 1px dashed #999;
	color: #666;
}

#junkdrawer h3 a{
	color:#333;
}

.sidebar-node{
	margin-bottom: 2em;
	clear:both;
}

#flickr {
	overflow:hidden;
	text-align:center;
}

.flickrsquare{
	display:inline;
	margin: .5em;
}

#flickr img{
	height: 2.5em;
	width: 2.5em;
	border: 0;
	margin-top: 1em;
}

#junkdrawer li{
	list-style-position:outside;
	margin-left: 0.5em;
	margin-bottom: .25em;
}

/* End Junkdrawer */




/*----------------------
Footer
------------------------*/


#footer{
  font-size: 11px;
  text-align: center;
  position: relative;
  margin-top: -2.5em;
  width: 100%;
  height: 1em;
  visibility: visible;
  display: block;

/*	clear:both;
	border-top: 3px solid orange;
	text-align:center;
	margin-top: 1em;
	padding: 2em 0; */
}

#footer li{
	list-style:none;
	margin: 1em;
	display:inline;	
}

#footer img{
	border: 0;
}

/* End Footer */
