body {
	background: #E6E6E6;
	font-family: Georgia;
	font-size: 1.1em;
	margin: 0px 0px;	
	color: #292929;  
	line-height: 1.4em; 
}

#container
{
	background-color: #FFF;	
	width: 900px;    
	margin-left: auto;
	margin-right: auto;  
	padding: 2em 3em 2em 3em;    
	box-shadow: 10px 10px 5px #888; 
	padding: 5px 35px 5px 35px;
}        


.intro
{
	font-size: 1.2em;   
	line-height: 1.4em; 
	margin-bottom: 1em;
}     

.intro h2{
	font-size: 1em;
	font-weight: bold;        
	margin: none;  
	display: inline;
}                

.intro p
{
	padding: 0;
	margin: 0;
}       

.intro ul
{
	padding: 0;
	margin: 0 0 0 1em;
}

a img{
	border: none;
}


h1, h2, h3 {
	font: 1.4em;
	font-weight: normal;
	color: #292929;
	text-align: left;
	outline-color: rgb(223, 223, 223);
	outline-style: none;
}


p, ol, ul {
	
}

ul {
	padding-left: 1.2em;
}

   
.col-full
{
	width: 100%;
}            

.col-wide
{
	width: 70%; 
	float: left;
}      

.col-narrow
{
	width: 25%;      
	float: left;
}      

.col-sep
{
	width: 3%;  
	float: left;
}

p a
{
	padding: .1em;
	background-color: #eaf5ff;
	border-bottom: 1px dashed #0080ff;
	color: #0055bb;   
	text-decoration: none;
}

p a:hover {
	color: white;
	background: #0055bb;
	border: none;
}

hr {
	display: none;
}

/* Logo */

#logo h1 {	
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 4em;
	font-weight: normal;
	color: #292929;
}

#logo h1 a {
	display: block;
	text-decoration: none;
	color: #292929;
}

#logo p {
	margin: -2em 0 2em 13em;        
	text-transform: uppercase;
  font-size: 1.1em;
	font-family: Georgia, Arial, Helvetica, sans-serif;

}

#logo a {
	display: block;
	text-decoration: none;
	color: #292929;
}

#logo2 h1 {
	margin: 0;
	height: 130px;
	padding: 0px 0 0 0px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 2em;
	font-weight: normal;
	color: #292929;
}

#logo2 h1 a {
	display: block;
	text-decoration: none;
	color: #292929;
}

#logo2 p {
	margin: -8em 0 0em 7em;        
	text-transform: uppercase;
  font-size: 0.6em;
	font-family: Georgia, Arial, Helvetica, sans-serif;

}

#logo2 a {
	display: block;
	text-decoration: none;
	color: #292929;
}


/* Content */
#content {
   
}

#header {
   
}

/* Post */

.post {
	margin-top: 20px;  
	line-height: 2em;
}

.post .date {
	float: left;
	width: 29px;
	height: 32px;
	margin: 0;
	margin-top: 3px;
	margin-right: 20px;
	padding-top: 2px;  
	top: -8px; 
	position: relative;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #999999;     

}

.post .date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -15px;
	font-size: 14px;
	color: #5C5C5C;
	
}

.post .title {
	margin: 0;
	padding: 0px 0 0 0;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 1.2em;      
	font-weight: bold;
}

.post .title a {
	color: #292929;
	text-decoration: none;
}

.post .meta {
	margin: 0 0 10px 20px;
	padding: 0;
	line-height:normal;
	text-transform: uppercase;
	color: #2929290;
}

.post .meta a {
	color: #555;;
}

.post .entry {
	margin: 0;
	padding: 0 0 20px 50px;
}

#older_posts {
	padding-top: 20px;
	font-size: 120%;
}

#new_post {
	position: absolute;
	top: 1em;
	right: 1em;
}

/* Post */

.postzoom {
	margin-top: 20px;
	position: relative;
}

.postzoom .title {
	margin: 0;
	padding: 0px 0 0 0;
	font-size: 1.4em;
	font-weight: bold;
}

.postzoom .meta {	
	margin: 0;
	padding: 0;	
	line-height: normal;
	text-transform: uppercase;
	color: #2929290;
}

.postzoom .meta_surround
{
	border-top: 1px solid rgb(51, 51, 51);
	border-bottom: 1px solid rgb(51, 51, 51);
	padding: 5px 0px 5px 0px;
	margin-top: 5px;
}

.postzoom .entry {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 20px;
}

.postzoom .edit {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

/* Footer */

#footer {
	clear: both;
	padding-top: 3em;
	padding-bottom: 1em;
	font-size: .7em;
	}

#legal {	
	margin: 0;
	padding: 10px 0;
	font-size: 10px;
	color: #525252;
}

/* Archive */
.archive .date {
	font-size: 85%;
	color: #555;;
}

.archive .title a {
	font-size: 120%;
	text-decoration: none;
	color: #292929;
}

.link_button
{
	/* border: 1px solid silver;
	background-color: #E6E6E6; */
	color: #555;;
	padding: 4px;
	font-size: 200%;
	text-transform: lowercase;
	text-decoration: none;	
}

.front_page_link_button
{
	color: #555;;
	font-size: 150%;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: normal;



	/* background-color: #292929; */
}

/* Code blocks */

pre {
	font-family: Monaco, monospace;
	color: #292929;
	background: #EEE;
	border-left: 6px solid #292929;
	padding: 0.4em;
	padding-left: 0.8em;
	overflow: hidden;
}

p.big-top{
font-size: 140%;
}

pre span.attribute { color: #009900; }
pre span.char { color: #F00; }
pre span.class { color: #A020F0; font-weight: bold; }
pre span.comment { color: #0000FF; }
pre span.constant { color: #008B8B; }
pre span.escape { color: #6A5ACD; }
pre span.expr { color: #2929292CC; }
pre span.global { color: darkgreen; }
pre span.ident { color: #CCCCCC; }
pre span.keyword { color: #A52A2A; font-weight: bold; }
pre span.method { color: #008B8B; }
pre span.module { color: #A020F0; font-weight: bold; }
pre span.number { color: #DD00DD; }
pre span.punct { color: #6A5ACD; }
pre span.regex { color: #DD00DD; }
pre span.string { color: #DD00DD; }
pre span.symbol { color: #008B8B; }

code span.pln { color: #666; }
code span.kwd { color: #333; }
code span.pun { color: #333; }
code span.typ { color: #444;  }
code span.com { color: darkgreen; }
code span.str { color: maroon; }


/* Edit post */

form[name=edit] input[name=title] {
	font-size: 100%;
	width: 300pt;
}
form[name=edit] input[name=tags] {
	font-size: 100%;
	width: 300pt;
}
form[name=edit] textarea {
	font-size: 100%;
	width: 50em;
	height: 25em;

}

#adzerk_ad_div
{   	
	font-size: .7em; 	 
	text-align: right;	
}

#adzerk_ad_div a
{

}
