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

body
{
	background-color: #222;
	color: #FFF;
	font-family: '맑은 고딕', '돋움';
	padding: 10px;
}

a img
{
	border: 0px;
}

input
{
	font-size: 100%;
}

textarea
{
	font-size: 100%;
}

acronym
{
	border-bottom: 1px dashed #AAA
}

pre, div.recall
{
	background-color: #333;
	border: dashed 1px #AAA;
        font-family: '맑은 고딕', '돋움';
	font-size: 100%;
	padding: 10px;
}

label
{
	color: #AAA;
}

*.frame
{
	border: solid 1px #AAA;
	padding: 10px;
}

*.frameSolid
{

	border: solid 1px #AAA;
}

img
{
	border: solid 1px #444;
}

*.color
{
	color: #AAA;
}

input.inputName
{
	border: solid 1px #AAA;
	background-color: #000;
	background-position: 95% 50%;
	background-repeat: no-repeat;
	color: #FFF;
	font-family: '맑은 고딕', '돋움';
	width: 100px;
	padding: 2px;
}

input.inputPass
{
        border: solid 1px #AAA;
	background-color: #000;
	background-position: 95% 50%;
	background-repeat: no-repeat;
        color: #FFF;
        font-family: '맑은 고딕', '돋움';
        width: 100px;
	padding: 2px;
}

input.inputHomepage
{
        border: solid 1px #AAA;
	background-color: #000;
	background-position: 95% 50%;
	background-repeat: no-repeat;
        color: #FFF;
        font-family: '맑은 고딕', '돋움';
        width: 200px;
	padding: 2px;
}

#paging
{
	background-color: #000;
	border: solid 1px #333;
}

textarea.replyArea
{
	border: solid 1px #AAA;
	background-color: #000;
	color: #FFF;
	font-family: '맑은 고딕', '돋움';
	font-size: 100%;
	margin-top: 10px;
	height: 60px;
	width: 690px;
	padding: 2px;
}

input.replySubmit
{
	border: solid 1px #AAA;
	background-color: #000;
	color: #AAA;
	display: block;
	margin-top: 10px;
	font-weight: bolder;
}

input.submit
{
	border: solid 1px #AAA;
	background-color: #000;
	color: #AAA;
	font-weight: bolder;
}

*.space
{
	margin-top: 20px;
}

*.doubleSpace
{
	margin-top: 40px;
}

h4
{
	color: #FFF;
}

big
{
	font-weight: bolder;
}

input.sInput
{
	background-color: #000;
	background-position: 95% 50%;
	background-repeat: no-repeat;
	border: solid 1px #333;
	color: #FFF;
	font-family: '맑은 고딕', '돋움';
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 196px;
}

fieldset.borderField
{
	background-color: #000;
	border: solid 1px #333;
	padding: 0px 10px 10px 10px;
}

fieldset.outterReply
{

	border: solid 1px #444;
	padding: 0px 10px 10px 10px;
}

fieldset.innerReply
{
	border: solid 1px #888;
	padding: 0px 10px 10px 10px;
}

legend
{
	color: #AAA;
}

legend.comment
{
	color: white;
	font-weight: bolder;
}

td.titleCell
{
	background-color: #000;
	border: solid 1px #333;
	padding: 10px;
}

div.sideBar
{
	background-color: #000;
	border: solid 1px #333;
	padding: 10px;
	margin-top: 10px;
}

div.innerSideBar
{
 	font-weight: bolder;
 	padding-bottom: 10px;
	border-bottom: solid 1px #333;
	margin-bottom: 6px;
}

div.article
{
	padding-bottom: 10px;
	clear: both;
}

div.searchList
{
	background-color: #000;
	border: solid 1px #333;
	margin-bottom: 10px;
	padding: 10px;
}

#subscription
{
	text-align: center;
}

div.entry
{
	background-color: #000;
	border: solid 1px #333;
	padding: 10px;
	margin-bottom: 10px;
	width: 750px;
}

div.recent
{
	border-bottom: solid 1px #AAA;
	margin-bottom: 10px;
}

li
{
	list-style-type: none;
}

li.recentName
{
	color: #FFF;
	list-style-type: none;
	margin-top: 4px;
}

small.recentContents
{
	display: block;
}

span.selected
{
	font-weight: bolder;
	color: #FFF;
}

span.line
{
	display: inline;
}

table.infoTable
{
	border-bottom: solid 1px #333;
	font-size: 0.8em;
	margin-bottom: 10px;
	width: 100%;
}

td.infoTag
{
	padding-bottom: 5px;
}

td.infoDate
{
	color: #AAA;
	text-align: right;
	padding-bottom: 5px;
}

small.commentDate
{
	color: #AAA;
	font-weight: normal;
}

small.commentMenu
{
	font-weight: bolder;
}

#tagCloud li
{
 	color: #FFF;
	list-style-type: none;
	margin-top: 4px;
}

.article li
{
	list-style: square;
}

#container
{
	width: 984px;
	margin: auto;
}

#footer
{
	clear: both;
}

a
{
	color: #AAA;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
}

small.whiteArrow
{
	font-size: 50%;
	color: #FFF;
	vertical-align; middle;
}

div.rightAlign
{
	text-align: right;
}


