html {
	font-size: 100.1%;
}

/* old bg E53823 */
body {
	font-size: 1.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #EEE;
	line-height:1.25em;
}

#container {
	background-color: #FFFFFF;
	padding-top: 1.0em;
	
}
		
p {
	padding-bottom: 1.0em;
}
a {
	text-decoration: none;
	color: #123A8A;
}

a:hover {
	color: #3DA4F9;
}

a:visited {
	color: #3DA4F9;
}


h1, h2, h3 {
	font-weight: normal;
	font-size: 1.35em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height:1.125em;
	text-align: left;
}

hr {
  border-color: #EEEEEE;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.0em 0 2.0em;
  height: 0;
}

blockquote {
    display: block;
    padding: 0em 2.0em  2.0em ;
	font-style: italic;
}


#logo a {
	color: #FFF;
}


#logo h1 {
	font-size: 1.55em;
	font-weight: 700;
	background-color: #E53823;
	padding-left: 0.1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	line-height: 0.8em;

	
}
#sublogo h2 {
	font-family: Rockwell, Helvetica, san-serif;
	padding-top: 0.0em;
	font-size: 1.65em;
	font-weight: 500;
}
#sublogo h3 {
	text-align: left;
	margin-top: -0.15em;
	font-size:  1.2em;
	color: #E53823;
	letter-spacing: -0.05em;
}


#main {
	text-align: justify;
	padding-top:  2.0em;
	

}
.post {
	margin-bottom: 2.0em;
}
.post h2 {
	font-size: 1.3em;
	
}
.post h2 a:visited {
	color: #123A8A;
}

.post_body a {
	text-decoration: underline;
}

.tags {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.8em;
	color: #EE9274;
	text-align: right;
}
.tags_comma {
	color: #123A8A;
}

.comments_meta {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.8em;
	color: #EE9274;
	text-align: right;
}

.comments {
	font-size: 0.875em;
	padding: 0.5em;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	background-color: #ecf2ed;
	text-align: left;
}

.comments h3 {
	font-family: Rockwell, Helvetica, san-serif;
	font-size: 1.75em;
	margin-bottom: 1.0em;
}
.comments p {
	padding: 1.0em;
}


#comment_form {
	padding: 0.75em;
	font-size: 0.875em;
	width: 500px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	
}

#comment_form label {
	display: block;
}
#comment_form input {
	width: 60%;
}

#comment_form input[type="submit"] {
	width: 100px;
}

#comment_form textarea {
	width:  100%;
	height: 200px;
}

#comment_form .errorlist {
	float: right;
	color: #e53823;
	font-weight: bold;
}



.auth {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.7em;
	color: #009EFF;
	padding-left: 2.0em;
	margin-top: -0.3em;
}	

#sidebar {
	font-size: 0.85em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#sidebar h3 {
	margin-top: 1.0em;
	font-size:  1.5em;
	color: #E53823;
	letter-spacing: -0.05em;
}


#follow_bar li a {
	display: block;
	padding-top: 35px;
	
}
#follow_bar {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	
}

#follow_bar li {
	display:  block;
	float:  left;
	padding-right: 1.0em;
	width:  32px;
	
}

#follow_bar li #rss {
	background:transparent url(/static/to/imgs/rss_32.png) no-repeat scroll 0 0;
}
#follow_bar li #twitter {
	background:transparent url(/static/to/imgs/twitter_32.png) no-repeat scroll 0 0;
}#follow_bar li #email {
	background:transparent url(/static/to/imgs/email_32.png) no-repeat scroll 0 0;
}

#paginator {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.875em;
	text-align: center;
	padding-bottom: 2.0em;
}



#footer {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.625em;
	text-align: center;
	background-color: #FEFFE6;
}

.search_term {
	display: inline;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	margin-left: 30%;
	font-size: 1.5em;
	padding: 0.1em;
	color: #E53824;
	text-align: center;
	background-color: #FEFFE6;
}

/* for code ie pre */
code, samp, kbd {
	font-family: "Courier New", Courier, monospace, sans-serif;
	text-align: left;
	color: #FFFFFF;
	
	}
pre code {
	line-height: 1.0em;
	font-size: 1.0em;
	
	}
pre {
	padding: 0.1em 0.5em 0.3em 0.7em;
	border-left: 1.0em solid #ccc;
	margin: 1.7em 0 1.7em 0.3em;
	overflow: auto;
	width: 100%;
	background-color: #000000;
	}
/* target IE7 and IE6 */
*:first-child+html pre {
	padding-bottom: 2em;
	overflow-y: hidden;
	overflow: visible;
	overflow-x: auto; 
	}
* html pre { 
	padding-bottom: 2em;
	overflow: visible;
	overflow-x: auto;
	}

/* for the images from flickr */
a .left {
	margin-right: 1.0em;
	padding-bottom: 1.0em;
	float: left;
}
	
a .right {
	
	padding-left: 1.0em;
	padding-bottom: 1.0em;
	float: rigth;
}

.slide {
    float: left;
	margin-right: 1.0em;
	padding-bottom: 1.0em;
}


/* for debugging */
.show {
	 background-color: #EEEEEE;
}


