/* base
----------------------------------------------- */
/* workaround for FF bug #476250 */
input, select { font-size: 1em; }

body {
	margin: 0;
	padding: 0;
	font-family: "Liberation Sans", "Malgun Gothic", "맑은 고딕", Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #fff;
}

pre, code, tt {
	font-family: "Liberation Mono", "DejaVu Sans Mono", "Consolas", "Monaco", "Courier New", monospace;
}

.entry-content h3,
.entry-content p,
.entry-content li,
.entry-content div, body div,
.entry-content blockquote,
.entry-content pre {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.0em;
	line-height: 1.6em;
}

.entry-content .postentry, .entry-content .postentry p {
	padding: 0px;
}

li {
	padding-left: 0px;
	margin-left: -1em;
}

blockquote, pre {
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
	border: 1px #888 dotted;
	white-space: pre-wrap;
}

blockquote pre {
        margin: 0px;
        padding: 0px;
	border: 0px #888 dotted;
}

pre br {
	display: none;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px 5px 0;
	font-weight: normal;
	border-bottom: 1px #888 dotted;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h1.entry-title, h1.error-status {
	margin-top: 0.3em;
}	

h1.entry-title, h2.entry-title, h3.entry-title, h1.error-status, h2.error-status, h3.error-status {
	font-size: 1.5em;
}	

h2.entry-title, h3.entry-title, h2.error-status, h3.error-status {
        padding-bottom: 0;
}	

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 1em;
}

#content p, #content li {
	text-align: justify;
}

ul.rsx-page-num-list{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.rsx-page-num-list li {
	display: inline;
}
.unlinked { font-weight: bold }

a {
	text-decoration: none;
	color: #c00;
	border-bottom: 1px #c00 dotted;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	color: #000;
	border: none;
}

p.support a {
	color: #888;
	border: none;
}

#site-name a {
	color: #000;
	border: none;
}

#sidebar-1 a, #sidebar-2 a {
	color: #c00;
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 10px auto;
	padding: 10px;
	width: 900px;
}

#head {
	text-align: center;
}

#site-name {
	margin: 15px 0;
	font-size: 3em;
	border: 0px white none;
}

#site-slogan {
	font-size: 1em;
	font-style: italic;
}

#sidebar-1, #sidebar-2 {
	padding-top: 50px;
	width: 140px;
}

#sidebar-1-links, #sidebar-2-links {
	height: 23em;
}

#sidebar-1-links li, #sidebar-1-links form {
	margin: 0; padding:0;
}

#sidebar-2-links {
	margin-left: 5px;
}

#sidebar-1 {
	margin-right: 5px;
	float: left;
	text-align: right;
}

#sidebar-2 {
	margin-left: 5px;
	float: right;
}

#vote {
	float: right;
	text-align: center;
	margin: 0;
	padding: 0px 0px 8px 4px;
}

#vote_content {
	margin: 0;
	padding: 0;
	display: none;
	position: relative;
	top: -0.3em;
}

#vote_content td {
	vertical-align: top;
}

#twitter_div {
	padding: 0;
	display: none;
}

#twitter_update_list {
	font-size:85%;
}

#search_input input {
	width: 7em;
}

.excerpt, .excerpt *, .excerpt * * {
	font-size: 85%;
	line-height: 125%;
	margin-top: 0.75em;
	padding-top: 0;
}

div.indented_comment {
	margin-left: 3em;
	border-left: solid 1px #7a7e7d;
}

#recaptcha_widget_div {
	margin: 0em;
	padding: 0em;
}

#recaptcha_area {
	margin: 0em;
	padding: 0em;
}

.section_list, .linklist {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list li, .linklist li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	margin: 0 140px;
	padding-top: 30px;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
	font-size: smaller;
	color: #666;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 910px;
w\idth: 900px;
}

#sidebar-1, #sidebar-2 {
\width: 140px;
w\idth: 140px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 1em;
	line-height: 1.5em;
}

.caps {
	font-size: 1em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 1em;
}

.published {
	font-size: 1em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 1em;
}

/* error page
----------------------------------------------- */

.error-status {
	font-size: 1.3em;
}

#goog-wm { }
#goog-wm h3.closest-match { }
#goog-wm h3.closest-match a { }
#goog-wm h3.other-things { }
#goog-wm ul li { }
#goog-wm li.search-goog { display: block; }

