/*
Theme Name: Stripes
Theme URI:
Description: A theme mainly composed of vertical stripes, use layout.psd in the theme directory for your own style.
Version: 20060217
Author: Oakyoon
*/



/* Begin Structure & Layout */

body, div, h1, h2, h3, h4, ol, ul, li, p, form, input {
	margin: 0;
	padding: 0;
}
ul, ol, li { list-style-type: none; }
li { padding-left: 1.5em; }

body { background: url(images/bg.gif) repeat-y center top; }
#container {
	width: 800px;
	margin: 0 auto;
}
#container[id] { height: auto; }
#container-left {
	float: left;
	width: 470px;
	margin-left: 5px;
}
#container-left[id] { margin-left: 10px; }
#container-right {
	width: 290px;
	margin-left: 496px;
}
#container-right[id] { margin-left: 500px; }
#container-bottom {
	clear: both;
	height: 20px;
}

.contents-box {
	width: 470px;
	margin: 10px 0;
	background: url(images/contents-box-bg.gif) repeat-y;
}
.contents-box .top {
	background: url(images/contents-box-top.gif) no-repeat top;
}
.contents-box .bottom {
	background: url(images/contents-box-bottom.gif) no-repeat bottom;
	padding: 10px;
}

#meta { margin: 30px 0 15px 0; }
#meta[id] { margin: 10px 0 15px 0; }

.contents-box li, .post li { padding-left: 20px; }
.contents-box li {
	background: url(images/contents-box-check.gif) no-repeat left top;
}
.post li {
	background: url(images/contents-check.gif) no-repeat left top;
}

.sidebar-box {
	width: 290px;
	margin: 10px 0;
	background: url(images/sidebar-box-bg.gif) repeat-y;
}
.sidebar-box .top {
	background: url(images/sidebar-box-top.gif) no-repeat top;
}
.sidebar-box .bottom {
	background: url(images/sidebar-box-bottom.gif) no-repeat bottom;
	padding: 10px;
}

#header { margin: 20px 0 30px 0; }
#header h1, #header h3 { margin: 0.05em 0 0.3em 0; }
#credit { margin: 50px 0 0 0; }

#sidebar { margin-left: 10px; }
#sidebar ul, #sidebar ol { margin-left: -10px; }
#sidebar li {
	padding-left: 20px;
	background: url(images/sidebar-check.gif) no-repeat left top;
}

#credit a img { border: 0; }

/* End Structure & Layout */


/* Begin Typography */

body, div, h1, h2, h3, ol, ul, li, p, form, input, textarea {
	font-family: Batang, ¹ÙÅÁ, 'Times New Roman', serif;
	font-size: 9pt;
	font-weight: normal;
}

h1 { font-size: 2.5em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; font-weight: bold; }

cite, blockquote { font-family: Dotum, µ¸¿ò, sans-serif; }
cite { font-style: normal; }
code { font-family: Courier New, Courier, DotumChe, µ¸¿òÃ¼, monospace; }

small { font-size: 0.9em; }

#header h1 { font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, sans-serif; }
#header h3 { font-family: Batang, ¹ÙÅÁ, 'Times New Roman', serif; }
#credit p { font-family: Verdana, Tahoma, sans-serif; }
#sidebar h1, #sidebar h2, #sidebar h3 { font-size: 1em; }

/* End Typography */


/* Begin Colors & Styles */

a { color: #335; text-decoration: none; }
a:visited { color: #555; }
a:hover { text-decoration: underline; }
li { line-height: 150%;}
blockquote {
	border-left: 0.5em solid #eee;
	margin-left: 0.5em;
	padding-left: 0.5em;
}
code { white-space: pre; }
code br { display: none; }

.contents-box p { text-indent: -3.5em; margin-left: 3.5em; }
.contents-box[class] p { text-indent: -2em; margin-left: 2em; }
.contents-box a { margin: 0 0.3em; }
.contents-box[class] a { margin: 0 0.2em; }
.contents-box br { display: none; }
#searchform { position: relative; top: -4px; }
#searchform #submit { margin: 2px 0 -2px 0; }
#searchform #s {
	border: solid #fff 0;
	border-bottom: solid #999 1px;
}

.recent_link, .prev_link { margin: 0.5em 0; }
.prev_link { text-align: right; }
.post_date {
	text-align: right;
	color: #999;
	border-bottom: solid #ccc 1px;
}
.post_date[class] { padding-bottom: 1px; }

.post { margin: 1.5em 0; }
.post h2 a:hover { color: #000; text-decoration: none; }
.post .comment_link { margin-left: 1em; }
.post .comment_link, .post .comment_link:visited { color: #cc3; }
.post .comment_link:hover { color: #c33; }
.post li { margin: 0.3em 0; }
.post h3 {
	line-height: 130%;
	margin: 1.2em 0 0.5em 0;
	border-bottom: solid #999 1px;
}
.post h4 {
	line-height: 130%;
	margin: 1em 0 0.3em 0;
}
.post p {
	line-height: 160%;
	text-indent: 1em;
	margin: 0.8em 0;
}
.post_pages { margin: 1em 2em; text-align: right; }

#sidebar p {
	color: #333;
	line-height: 120%;
	text-indent: 0.5em;
	margin: 0.3em 0;
}
#sidebar cite, #sidebar cite a { color: #000; }
#sidebar cite small { color: #999; }

#commentform p { text-indent: 0; margin: 0; }
#commentform strong { font-weight: normal; color: #c33; }
#commentform input {
	border: solid #fff 0;
	height: 11pt;
	margin: 0.1em 0;
}
#commentform textarea {
	border: solid #fff 0;
	width: 230px;
}

#header h1, #header h3, #credit p { color: #333; }
#header h3 { margin-left: 0.5em; }
#header { cursor: pointer; }

.post .alt { text-indent: 0; }
.post .image { text-indent: 0; text-align: center; }
.post .image br { display: none; }
.post .image img { margin: 0.5em; border: solid #000 1px; }

/* End Colors & Styles */
