/* 

	project: Conceptnova (free CSS template)
	author: luka cvrk (www.solucija.com)

*/

*{ margin: 0; padding: 0; }*
body { font: 74% Arial, Helvetica, Sans-Serif; color: #454545; line-height: 1.6em; }

a { text-decoration: none; color: #C40000; background: inherit; }
a:hover { color: #808080; background: inherit; }	
a:focus { outline: 0; }
h1 { font-size: 2.8em; line-height: 35px; }
h2 { color: #000; font: bold 170% Arial, Sans-Serif; letter-spacing: -1px; padding: 0; margin: 0 0 10px; }
img { border: 0; }

.grey { color: #484848; }
#header_body {background: #fff url(<?=$board_skin_path;?>/img/bodybg.gif) repeat-x;}
#header_wrap { width: 960px; margin: 0px auto 0;POSITION: relative;}
#content_wrap { width: 960px; margin: 0px auto 0;POSITION: relative;}
#footer_wrap { width: 960px; margin: 0px auto 0;POSITION: relative;}
#full_window {display:none;left:0px;border-bottom:2px solid #a30c13;position:absolute;width:100%;background-color:#FFFFFF;}
#full_window_bottom {text-align:center;}
#full_window .top_bg { background: url(<?=$board_skin_path;?>/img/slide_top_bg.gif) repeat-x center center;height:8px;}
#full_window_close { position:absolute;top:-4px;left:860px;margin:0px;padding:0px;background: url(<?=$board_skin_path;?>/img/slide_close_btn.png) repeat-x center center;width:80px;height:24px;z-index:9;cursor:pointer;}
#full_window_close span {display:none;}
#full_window_body { width: 960px; margin: 0px auto 0;POSITION: relative;}
#small_window { position:relative;width:960px;height:50px;}
#logo {font-size: 34px;
    position: absolute;
    top: 50px;
    width: 154px;
    height: 50px;
    margin: 0 0 0px;
    background: url(<?=$global['top_logo_src'] ? $global['top_logo_src'] : $board_skin_path.'/img/logo.png';?>) no-repeat center center;
    cursor: pointer;
    background: none;}
#search { position:absolute;top:20px;width: 154px; right:70px; height:50px; margin: 0 0 0px;}
#login { position:absolute;top:0px;width:958px;text-align:right;}
#open_layer { background: url(<?=$board_skin_path;?>/img/open.gif) no-repeat 465px center;cursor:pointer;position:absolute;top:7px;width:400px;text-align:left;height:15px;padding-left:430px;}
#open_layer span { display:none;}
#open_layer #full_view_msg {background: url(<?=$board_skin_path;?>/img/all_view_btn.jpg) no-repeat center 15px;height:50px;width:100px;}
#close_layer { background: url(<?=$board_skin_path;?>/img/close.gif) no-repeat center center;cursor:pointer;position:absolute;top:5px;width:955px;text-align:right;height:15px;display:none;}
#close_layer span { display:none;}
#login dl { background: #dcdcdc;position:absolute;top:-7px;right:0px;padding: 0px; margin: 0px;}			
#login dl dd { list-style-type: none; display: inline;  font-weight: bold; }
#login dl dd a { padding-left: 0px; margin-right: 0px; font-size:15px;font:Arial; color: #000000; }
#login dl dd a:hover { padding-left: 0px; margin-right: 0px; font-size:15px;font:Arial; color: #808080; }
#logo span{ }

#header_top { color: #454545; padding: 10px 0 0 7px; clear: both; margin: 0 0 0px 0; height: 80px; }
#header_top p { padding: 0; margin: 0; }

#header_top ul { float: right; padding: 12px 160px 0 0; margin: 0 0 5px 0; }			
#header_top ul li { list-style-type: none; display: inline;  font-weight: bold; }
#header_top ul li a { padding-left: 7px; background: #FFF url(<?=$board_skin_path;?>/img/bullet.gif) no-repeat center left; margin-right: 5px; color: #C40000; }
#header_top ul li a:hover { padding-left: 7px; background: #FFF url(<?=$board_skin_path;?>/img/bullet.gif) no-repeat center left; margin-right: 5px; color: #808080; }
	
#maincontent { padding: 0px 0; clear: both; background: url(<?=$board_skin_path;?>/img/bg.gif) repeat-x; }

#footer_body { clear: both; padding:10px 0px 10px 0px ;  margin: 0px 0 0 0; border-top: 1px solid #ededed;border-bottom: 1px solid #ededed;}
#footer .txt{ font-family:'돋움',Arial, Helvetica, Sans-Serif;font-size:11px;}
#footer .gb{ font-family:Arial;font-size:11px;padding:0px 10px 0px 10px;}
.red {color:#e52642;}
.bold {font-weight:bold;}