* {
	margin:0;
	padding:0;
	font-family: 'Gulim'; 
}

/* General Style Info */
body {
	background: #353535;
	color: #fff;
	font-size: 0.70em;
	margin: 0;
	padding: 0;
}

a {
	color: #bb8;
	text-decoration: none;
	padding: 1px;
}

a:hover {
	background:#bb8;
	color: #333;
	text-decoration:none;
	padding: 1px;
}

div#container { width: 940px; margin: 0 auto; padding: 10px; }
div#container h1 { border-bottom: 1px dashed #aaa; font-size: 1.8em; margin: 0 0 10px; font-family: 'Malgun Gothic'; color: #eee; }
div#container h1 a { font-family: 'Malgun Gothic'; color: #eee; }
div#container h1 a:hover { font-family: 'Malgun Gothic'; font-style: italic; background: transparent; }
div#container h2 { font-size: 1.0em; color: #ddd; padding: 5px; background: #444; display: inline; font-weight: normal; clear: both; }
div#container h2 span.strong { font-size: 1.05em; font-weight: bold; color: #f88;}
div#container ul#menu { margin: 7px 1px; padding: 5px; }
div#container ul#menu li { display: inline; list-style: none; margin: 0 14px 0 0; }
div#container ul#menu li .hotkey { font-family: Serif; font-size: 0.8em; margin: 1px; }

div#container div#pages { clear: both; float: none;}
div#container div#pagination div.next_prev .hotkey { font-family: Serif; font-size: 0.8em; margin: 1px; }
div#container div#author-menu { text-align: right; margin: 7px 0; }
div#container div#bars { text-align: right; margin: 7px 0; }
div#container div#copyright{ text-align: right; margin: 10px 3px; }

div#message { position: fixed; top: 0; right: 0; padding: 2px 20px;background: red; font-weight: bold; z-index: 999;} 
.text-decoration_line-through { text-decoration: line-through; }

div#bar { width: 100%; top: 0; left: 0; background: black; padding: 0 0; border-bottom: 1px solid #555; }
div#bar div#divBar { width: 900px; margin: 0 auto; padding: 3px 0; clear: both; }
div#bar div#toggle { width: 900px; clear: both; text-align: right; padding: 3px 10px; }
div#bar div#toggle a .hotkey { font-family: Serif; font-size: 0.8em; margin: 1px; } 

div.column { margin: 10px 20px; float: left; display: block; }
div#cameras div.camera { display: block; margin: 0 3px;}
div#cameras div.camera div.cameraCount { font-size: 0.8em; display: inline;}
div#tags div.tag { display: block; float: left; margin: 0 3px;}
div#tags div.tag div.tagCount { font-size: 0.8em; display: inline;}
div#users div.user { display: block; margin: 0 3px;}
div#users div.user div.tagCount { font-size: 0.8em; display: inline; }
div#latest-comments div.comment { margin: 0 3px; }
div#latest-comments a#latest-comments-more { font-size: 0.8em; cursor: pointer; }
div#latest-modify-comments div.modify-comment { margin: 0 3px; }
div#latest-modify-comments a#latest-modify-comments-more { font-size: 0.8em; cursor: pointer; }
img.icon { cursor: pointer; }

.clear_both { clear: both; }
.font-size_08em { font-size: 0.8em; }
.font-size_07em { font-size: 0.7em; }
.letter-spacing_-1px { letter-spacing: -1px; }
.cursor_pointer { cursor: pointer; }
.margin_1px {margin: 1px; }
.bold { font-weight: bold; }
