/*

	Nonzero1.0 by nodethirtythree design
	http://www.nodethirtythree.com
	missing in a maze

*/

/* This controls the width of the fluid width layouts */

div.fluid
{
width: 90% !important;
}

/* This controls the width of the fixed width layouts */

div.fixed
{
width: 900px !important;
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #000000;
font-size: 10.5pt;
font-family: "NanumGothic", "Apple Gothic", "UnGothic", "Malgun Gothic", sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
}

h3,h4,h5,h6
{
color: #66000F;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img
{
padding: 3px;
border: 0px;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
text-decoration: none;
color: #6c440b;
}

a:hover
{
text-decoration: underline;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
}

ul.links li.first
{
}

p
{
line-height: 1.6em;
}

p .post
{
text-indent: 0.5em;
}

/* Header */

#header
{
width:100%;
height:122px;
background: #7C0012 url('../img/nonzero_red/n1.gif') repeat-x;
margin: 0em;
padding: 0em;
}

#header_inner
{
position: relative;
height:122px;
margin-left: auto;
margin-right: auto;
}

/* Logo */

#logo
{
position: absolute;
bottom: 0.6em;
margin-left: 0.5em;
}

#logo h1
{
display: inline;
color: white;
font-size: 2.0em;
}

#logo h2
{
display: inline;
padding-left: 0.5em;
color: #E5CCD0;
font-size: 1.0em;
}

#site_rss_link a img
{
	border:	0px;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
}

p.taglist {
	padding-left: 1em;
	line-height: 1em;
	text-align: justify;
}

/* Menu */

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
}

#menu li a
{
margin-left: 0.5em;
display: block;
padding: 6px 8px 6px 8px;
background: #fff url('../img/nonzero_red/n4.gif') repeat-x;
border: solid 1px #fff;
color: #616161;
font-weight: bold;
font-size: 1.0em;
text-transform: lowercase;
text-decoration: none;
}

#menu li a.active
{
background: #CA2F2F url('../img/nonzero_red/n3.gif') repeat-x;
color: #fff;
border: solid 1px #A94B4B;
}

/* Main */

#main
{
background: #fff url('../img/nonzero_red/n2.gif') 0px 1px repeat-x;
padding: 0;
margin: 0;
}

#main_inner p
{
text-align: justify;
margin-bottom: 1.0em;
}

#main_inner ul
{
margin-bottom: 1.0em;
}

#main_inner
{
position: relative;
margin: 0 auto;
padding-top: 3.5em;
}

#main_inner h3,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#main_inner h3
{
font-size: 1.8em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h3.title a
{
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #999;
color: #334D00;
}

#main_inner h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}

#main_inner .post
{
position: relative;
}

#main_inner .post h3
{
position: relative;
font-size: 1.7em;
padding-bottom: 1.2em;
}

#main_inner .post ul.post_info
{
list-style: none;
position: absolute;
top: 3em;
font-size: 0.8em;
}

#main_inner .post ul.post_info li
{
background-position: 0em 0.2em;
background-repeat: no-repeat;
display: inline;
padding-left: 18px;
}

#main_inner .post ul.post_info li.date
{
background-image: url('../img/nonzero_red/n5.gif');
}

#main_inner .post ul.post_info li.comments
{
background-image: url('../img/nonzero_red/n6.gif');
margin-left: 1.1em;
}

#main_inner table {
	border-spacing: 3px;
	margin-top: 8pt;
	margin-bottom: 8pt;
	border-style: dotted;
	border-width: 2px;
	border-color: #AAA;
}

#main_inner table td {
	padding: 0.3em;
	border: 1px dotted #AAA;
}

#main_inner table.archive_list td {
	text-align: center;
}

#main_inner span.code {
	font-family: "courier new", "Apple Gothic", "Helvetica";
}

#main_inner div.codehilite pre {
	border-top: 1px solid #b05fc9;
	border-bottom: 1px solid #b05fc9;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #e9daed;
	font-family: monospace;
	white-space: pre;
	line-height: 120%;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#main_inner .post blockquote {
	border-left: 4px solid #C48EBE;
	border-bottom: 4px solid #FFF0FF;
	margin-left: 10px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FFF0FF;
	line-height: 150%;
}

#main_inner .post img.ctxpic {
	float: left;
	margin-right: 8px;
	border: 2px dotted #aaa;
	padding: 4px;
}

#main_inner img.ctxpic_widemargin {
	float: left;
	margin-right: 28px;
	border: 2px dotted #aaa;
	padding: 4px;
}

#main_inner ul.mayfloated li {
	margin-left: 0px;
} 

#main_inner img.snappic {
	border: 2px dotted #aaa;
	padding: 4px;
}

#main_inner .post a:active, #main_inner .post a:hover, #main_inner .post a:link, #main_inner .post a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #469;
}

#main_inner div.postbody ul li {
	list-style-type: square;
	margin-left: 2.3em;
	line-height: 150%;
}

#main_inner div.content ul li {
	list-style-type: square;
	margin-left: 2.3em;
	line-height: 180%;
}

#main_inner div.postbody ol li {
	margin-left: 2.3em;
	line-height: 150%;
}

#main_inner div.postbody ol {
	margin-bottom: 1em;
}

#main_inner div.footnote ol li {
	margin-left: 2.3em;
	line-height: 120%;
}

#columnC_2columns .sidelist p {
	line-height: 120%;
	margin-bottom: 0.5em;
}

#columnC_2columns .sidelist {
	margin-bottom: 0.8em;
	margin-top: 0.8em;
}

#columnC_2columns .sidelist h2 {
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #233D00;
}

#columnC_2columns .sidelist ul li {
	list-style-type: none;
	margin-left: 1.5em;
	line-height: 120%;
	padding-bottom: 0.3em;
	font-size: 0.95em;
	text-indent: -1em;
}

#columnC_2columns .sidelist img {
	border: 0px;
	vertical-align: middle;
	margin-bottom: 0.5em;
}

#readerpublishermodule0 font.s a:active, #readerpublishermodule0 font.s a:link, #readerpublishermodule0 font.s a:hover, #readerpublishermodule0 font.s a:visited {
	color: #333;
	font-size: 0.7em;
	padding-left: 0.7em;
}

#readerpublishermodule0 a.i:active, #readerpublishermodule0 a.i:link, #readerpublishermodule0 a.i:hover, #readerpublishermodule0 a.i:visited {
	border-bottom: dotted 1px #818181;
	text-decoration: none;
}

/* hide Read in Google Reader */
#readerpublishermodule0 font.f a
{
	display: none;
}

.profile-link {
	padding: 0 0 0 17px;
	background: url("../img/icon-profile.gif") no-repeat 0 0;
	font-size: 0.9em;
}

.profile-link a, .profile-link a:hover, .profile-link a:active,  .profile-link a:visited {
	border-bottom: 1px dotted #995ca7;
}

.cia-link {
	padding: 0 0 0 17px;
	background: url("../img/icon-cia.gif") no-repeat 0 0;
	font-size: 0.9em;
}

.cia-link a, .cia-link a:hover, .cia-link a:active, .cia-link a:visited {
	border-bottom: 1px dotted #995ca7;
}

.me2day-link {
	padding: 0 0 0 17px;
	background: url("../img/icon-me2day.gif") no-repeat 0 0;
	font-size: 0.9em;
}

.me2day-link a, .me2day-link a:hover, .me2day-link a:active, .me2day-link a:visited {
	border-bottom: 1px dotted #995ca7;
}

#profilepicture {
	float: left;
}

#profiledescription {
	margin-left: 430px;
	display: block;
}

/* Comment/Trackback */


#main_inner div.blogtrackbacks {
	display: ;
	margin-top: 6px;
	line-height: 130%;
	font-size: 12px;
}

#main_inner div.blogcomments {
	display: ;
	margin-top: 6px;
	line-height: 130%;
}

#main_inner div.blogcomment {
	font-size: 9pt;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ddd;
	float: left;
	width: 100%;
}

#main_inner div.blogcomment .author {
	width: 15%;
	float: left;
	font-family: "NanumGothic", "Apple Gothic", gulim, verdana;
}

#main_inner div.blogcomment .comment {
	width: 60%;
	float: left;
}

#main_inner div.blogcomment .timestamp {
	width: 25%;
	text-align: right;
	float: left;
	font-family: verdana, helvetica;
}


.comments-head	{
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	margin: 2em 0.5em 0 0;
	padding-left: 0.2em;
	padding-bottom: 0.6em;
	border-left: 1em solid #000;
	border-bottom: 1px solid #000;
}

.blogtrackback .title a {
	border-bottom: 1px dotted #888;
	padding-top: 4px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #222;
	font-family: Verdana, Tahoma, Gulim, "MS Mincho";
}

.blogtrackback .title {
	margin-bottom: 10px;
}

.blogtrackback .origin_box {
	float: right;
	background: #ffe;
	border: 1px solid #aaa;
	padding: 4px;
	margin-left: 8px;
	margin-bottom: 5px;
}

.blogtrackback .sitename {
	font-weight: bold;
}

.blogtrackback {
	margin-top: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #ddd;
}

form.comments-form input,textarea {
	border: solid 1px;
	border-color: #000000;
	background-color: #ffffff;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
}

form.comments-form tr td {
	font-size: 12px;
}

form.comments-form label {
	font-size: 12px;
	cursor: pointer;
}

form.comments-form {
	margin-top: 10px;
}

form.comments-form input.button {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	margin-top: 8px;
	background: #DDDDDD;
	height: 22px;
	cursor: pointer;
}

form.comments-form label.left {
	float: left;
	display: block;
	width: 5em;
	margin-right: 0.5em;
}

form.comments-form input.field {
}

form.comments-form .comment-text {
	width: 40em;
	height: 7em;
	margin: 0.5em;
}

/* Footer */

#footer
{
width: 900px;
margin: 0 auto;
text-align: right;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
}

#footer p
{
text-indent: 0em;
font-size: 9pt;
}

/* Search */

input.button
{
background: #2798D2 url('../img/nonzero_red/n3.gif') repeat-x;
color: #fff;
border: solid 1px #A94B4B;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}

input.text
{
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}

#search
{
position: relative;
width: 100%;
margin-bottom: 2.0em;
}

#search input.text
{
position: absolute;
top: 0em;
left: 0em;
width: 9.5em;
}

#search input.button
{
position: absolute;
top: 0em;
right: 0em;
min-width: 2.0em;
max-width: 2.5em;
}

div#profiledescription
{
	font-family: NanumGothic, MalgunGothic, YoonGothic, Helvetica;
}

/* LAYOUT - 3 COLUMNS */

	/* Primary content */
	
	#primaryContent_3columns
	{
	position: relative;
	margin-right: 34em;
	}
	
	#columnA_3columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -34em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_3columns
	{
	float: right;
	}
	
	#columnB_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 2em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}
	
	#columnC_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}
	
/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	margin-right: 20em;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -20em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns
	{
	float: right;
	}
	
	#columnC_2columns
	{
	width: 16.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}

/* LAYOUT - COLUMNLESS */

	/* Primary content */
	
	#primaryContent_columnless
	{
	position: relative;
	}
	
	#columnA_columnless
	{
	position: relative;
	width: 100%;
	}

