
body {
	padding: 0 0 0 0px;
	color: #3f3f3f;
	background: #1d1d1d;
}


#crumbs {
	display: none;
}

#container, #header, #footer { width: 830px; margin: 0 auto; }
#header-wrapper, #header { height: 580px; min-height: 580px; max-height: 580px; }
#footer-wrapper, #footer { height: 50px; min-height: 50p; max-height: 50px; }
#header-wrapper { margin-bottom: -580px; }
#header { background: #1d1d1d; }
#footer-wrapper { margin-top: -50px; background: #000; }
#footer { background: #000; }

#header, #container, #footer { padding: 0 25px; }

#container {
	background: #f9f9f9 url(/img/container-bg.png) repeat-y;
}


#container-wrapper {
	margin-top: 180px;
	margin-bottom: 50px;
	min-height: 200px;
}

#content {
	float: left;
	width: 560px;
	padding: 15px 0 30px 0;
}
#sidebar {
	float: right;
	width: 240px;
}






/* == 사이드바 =============================== */

#sidebar .section {
	margin: 0 0 30px 0;
}

#sidebar .section h3 {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: -2px;
	color: #000;
	border-bottom: 2px solid #333;
}



#sidebar input[type=submit] {
	width: 80px;
}


#sidebar .categories ul {
}

#sidebar .categories li {
	margin-left: 14px;
	font-size: 12px;
}

#sidebar .categories li li {
	margin-left: 14px;
}




#sidebar .posts ul {
	border-bottom: 1px solid #fff;
}

#sidebar .posts li {
	font-size: 11px;
}

#sidebar .posts li a {
	display: block;
	padding: 4px;
	text-decoration: none;

	color: #333;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e6e6e6;
	font-size: 11px;
	line-height: 1.2em;
}

#sidebar .posts li a:hover {
	background: #c9c9c9;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #c9c9c9 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#c9c9c9));
}



#sidebar .comments a {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e6e6e6;
	font-size: 11px;
	line-height: 1.2em;

	display: block;
	padding: 4px;
	text-decoration: none;
}

#sidebar .comments a:hover {
	background: #c9c9c9;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #c9c9c9 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#c9c9c9));
}

#sidebar .comments strong, #sidebar .comments em {
	display: block;
	overflow: hidden;
	cursor: pointer;
}
#sidebar .comments strong {
	color: #333;
}
#sidebar .comments em {
	color: #888;
}













#sidebar .attachments li {
	display: block;
	line-height: 1.0em;
	float: left;
	width: 44px;
	height: 44px;
	margin: 2px;
	overflow: hidden;
}

#sidebar .attachments li img {
	padding: 1px;
	border: 1px solid #333;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
#sidebar .attachments li a:hover img {
	border: 1px solid #f00;
	background: #f00;
}

/* == 푸터 =============================== */

#footer {
}
#footer p {
	padding: 5px 0 0 0;
	border-top: 1px solid #333;
	font: normal 10px/1.5em Georgia;
}
#footer p.copyright {
	float: left;
	width: 50%;
}
#footer p.meta {
	float: right;
	width: 50%;
	text-align: right;
}
#footer p.meta a {
	margin: 0 0 0 8px;
}
















.comment-form {
}

.comment-form legend {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}


.comment-form p {
	float: left;
}

.comment-form label {
	display: none;
}

.comment-form p.secret label {
	display:block;
	float: left;
	font-size: 11px;
	color: #bbb;
}

.comment-form p.required label {
	font-weight: bold;
	color: #fff;
}

.comment-form input[type=text], .comment-form textarea {
	background-image: url(/img/comment-form-labels.png);
}
.comment-form input[type=text] {
	width: 150px;
	float: left;
	margin: 0 5px 1px 0;
}
.comment-form textarea {
	width: 552px;
	height: 80px;
}

.comment-form p.nickname input {
	background-position: 0 0px;
}
.comment-form p.email input {
	background-position: 0 -24px;
}
.comment-form p.website input {
	background-position: 0 -48px;
}
.comment-form p.content textarea {
	background-position: 0 -72px;
}



