@charset "utf-8";

/* CSS Start */


/* Site Layout - Body Wrap */
body {
    width : 100%;
	position:relative;
	background-color:#4b4b4b;
	font-size:12px;
	font-family: Arial, Apple Gothic, '나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic', "돋움";
	line-height:18px;
	color:#666;
	margin:0;
	padding: 0;
	background-image:url(/blog/skins/nooreeWhite/assets/images/background.png);
}

img {border: 0 none;}
.clear { clear:both; }

/* Common */
a {text-decoration: none;}
a:link, a:visited {color: #666666;}
a:hover, a:active {color: #666666;}


.verticalLine {
    position:absolute;
	width:100%;
	top:0;
	left:0;
	height:110px;
	z-index:-1;
}


.tempLine {
	height:10px;
}

#bodyWrap {
	position:relative;
	width: 970px;
	padding:0;
	margin: 0 auto;
	overflow-x:hidden;
}

/* Site Layout - Header */
#header {
	position:relative;
	width:100%;
	height:105px;
	padding:5px;
	margin: 0 auto;
}

.headerLink {
    position:absolute;
	margin:0px;
	right:20px;
	top:60px;
	font-size:11px;
	font-family:Arial, Apple Gothic,  '나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic';
	font-weight:bold;
    color:#B0A480;
}

.headerLink a, headerLink a:hover, headerLink a.active{
	font-size:11px;
	font-family:Arial, Apple Gothic,  '나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic';
	font-weight:bold;
    color:#C4BBA0;
}
.logotop_text {
    position:absolute;
	margin:0px;
	left:2px;
	top:10px;
	font-size:14px;
	font-family:Arial, Apple Gothic,  '나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic';
	font-weight:bold;
    color:#cc6600;
}
.logotop_text a {
    position:absolute;
	margin:0px;
	left:2px;
	top:10px;
	font-size:14px;
	font-family:Arial, Apple Gothic,  '나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic';
	font-weight:bold;
    color:#cc6600;
}


#header h1 {
	position:absolute;
	margin:0px;
	top:10px;
	padding-left: 0px;
	height: 100%;
	font: bold 36px/100% Arial, Apple Gothic,  '나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic';
	color: #fff;
}
#header h1 a, h1 a:visited{
	color: #fff;
	text-decoration: none;
}
#header h1 a:hover{
	color: #D3D3D3;
	text-decoration: none;
}

ul.nav{
  position:absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  top:80px;
  font-size:13px;
  font-family:trebuchet MS,  '나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic', dotum;
  font-weight:bold;
  line-height:16px;
  color:#82b700;
}

ul.nav li{
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
  top:30px;
  line-height:16px;
  color:#82b700;
}

ul.nav li a {
  list-style: none;
  display: inline;
  height: auto !important;
  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */
  font-size:11px;
  font-family:trebuchet MS,  '나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic', dotum;
  font-weight:bold;
  line-height:16px;
  color: #B0A480;
}



h2, h3 {
  margin: 0;
  padding: 5px;
}

h2 {
  font-size: 1.2em;
  color: #586B7A;
}

h3 {
  font-size: 1.4em;
  color: #282828;
  margin-bottom:0;
}

/* Site Layout - Content Body */
#contentBody {
	position:relative;
	width:970px;
	padding-bottom:30px;
	overflow:hidden;
	background:#ffffff;
	padding:5px;
	margin: 0 auto;
}

	#contentBody .roundedbg {
		background-color:#fff;
		padding:15px 8px 20px 8px;
	}

	#contentBody b.rtop, b.rbottom {display:block;}
	#contentBody b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #fff;}
	#contentBody b.r1{margin: 0 5px;background: #fff;}
	#contentBody b.r2{margin: 0 3px;background: #fff;}
	#contentBody b.r3{margin: 0 2px;background: #fff;}
	#contentBody b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 3px;background: #fff;}	


/* Site Layout - Column Left */
#columnLeft {
	position:relative;
	width:730px;
	float:left;
	background:#ffffff;
	padding:5px;
	border-right:1px dotted #ddd;
	margin-bottom:0;
}

.archiveBox {
	position:relative;
	width:96%;
	height:25px;
	float:left;
	padding:10px;
	margin: 0px auto;
}

.entriesName {
	font-size:16px;
	font-family:Arial, '나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic', Dotum;
	font-weight:bold;
	color:#8F6C00;
	text-decoration: none;
}

.postList {
	position:relative;
	width:96%;
	float:left;
	left:5px;
    background:#FFF;
	padding:2px;
	margin-top:5px;
	margin-bottom:30px;
}

.postListTitle {
	font-size:14px;
	font-family:'나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic', Arial, Dotum;
	color:#666;
	text-decoration: none;
}

.postListbox {
	position:relative;
	width:100%;
	float:left;
    background:#FFF;
	padding:3px;
	border-bottom:1px dotted #ddd;
}

.post {
	clear:both;
	padding: 10px;
}

.post-date {
	padding-bottom:10px;
}
.post-month {
	font-size: 14px;
	color:#515151;
	font-weight:bold;
}
.post-day {
	font-size: 20px;
	color:#454545;
	font-weight:bold;
}
.post-year {
	font-size: 14px;
	color:#515151;
	font-weight:bold;
}

.post-title {
	width:100%;
	font-size:16px;
	font-family:'맑은 고딕', 'MalgunGothic', Arial, Apple Gothic, Dotum;
	font-weight:bold;
	color:#000;
	text-decoration: none;
}
.post-title a:link, .post-title a:visited{
	font-size:16px;
	font-family:'맑은 고딕', 'MalgunGothic', Arial, Apple Gothic, Dotum;
	font-weight:bold;
	color:#000;
	text-decoration: none;
}
.post-title a:hover{
	font-size:16px;
	font-family:'맑은 고딕', 'MalgunGothic', Arial, Apple Gothic, Dotum;
	font-weight:bold;
	color:#000;
	text-decoration: none;
}
.post-dotted-line {
	clear:both;
    width:100%;
	height:1px;
	padding-top:0px;
	padding-bottom:5px;
	border-bottom:1px dotted #ddd;
}
.post-cat {
	font-size: 11px;
	padding-left:0px;
}

.post-comments {
	font-size: 11px;
	padding-left:0px;
}

.comment_big {
    font-size:14px;
	font-family:Arial, Apple Gothic, Dotum;
	color:#E76F00;
	font-weight:bold;
}

.post-contents {
	font-size: 11px;
	padding-left:0px;
}

.post-content {
	position:relative;
    font-size:18px;
	left:5px;
	right:5px;
	font-family:'나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic', Arial, Apple Gothic, Dotum;
	color:#E76F00;
	text-decoration: none;
}

.post-posted {
	font-size: 11px;
	padding-left:0px;
}
.entry {
	padding-left:0px;
	text-align:left;
	font-size:13px;
	font-family:'나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic', Arial, Apple Gothic, Dotum;
	line-height:20px;
	color:#666666;
}
.entry a:link, .entry a:visited, .entry a:hover{
	font-family:trebuchet MS, Apple Gothic;
	color:#D56600;
	text-decoration: none;
}

.entry-more {
	text-align: right;
}

.AboutTitle {
	font-size:12px;
	font-family:Arial, Apple Gothic;
	color:#666;
	line-height:14px;
	text-decoration: none;
}
.navigation {
	position:relative;
	width:96%;
	height:25px;
	padding:5px;
	margin: 0px auto;
}

.previous-entries a {
	float: left;
	height:20px;
	padding-left: 5px;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, '나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic', Dotum;
	color:#CC6600;
	text-decoration: none;
}
.next-entries a {
	float: right;
	height:20px;
	padding-right: 5px;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, '나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic', Dotum;
	color:#CC6600;
	text-decoration: none;
}

.prev-entry a {
	float: left;
	height:24px;
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	font-family:Arial, '나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic', Dotum;
	color:#CC6600;
	text-decoration: none;
}
.next-entry a {
	float: right;
	height:24px;
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
	font-family:Arial, '나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic', Dotum;
	color:#CC6600;
	text-decoration: none;
}

#comment-box {
	width:95%;
	padding:5px;
	background:#F7F7F7;
	border:1px dotted #DDD;
	margin: 0 auto;
}

.commentContents {
	padding:5px;
	text-align:left;
	font-size:12px;
	font-family:'나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic', Arial, Apple Gothic, "굴림";
	line-height:20px;
	color:#666666;
	background:#E0DED9;
}

#commentFormBox {
    padding-left:20px;
}

#post-comment-box {
	font-size: 12px;
	line-height:18px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:10px;
}

#post-comment-name {
	font-size: 12px;
	line-height:18px;
	font-family:'나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic', Arial, Apple Gothic, Dotum;
	font-weight:bold;
	color:#CC6600;
}


/* Site Layout - Column Right */
#columnRight {
	position:relative;
	width:200px;
	overflow:hidden;
	float:left;
	background:#ffffff;
	padding:10px;
}

#searchform {
	margin:0;
	padding-bottom:10px;
}
#searchform br {
	display: none;
}

#searchform #s {
	border:1px solid #ddd;
	width: 135px;
	height: 16px;
	font-size:14px;
	font-family:'나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic', Arial, Apple Gothic, Dotum;
	padding: 2px;
	background: #fff;
	color: #E76F00;
	font-weight: bold;
}

.searchBox {
	height:30px;
}

.searchBTNimg {
	position:relative;
	top:5px;
	height:30px;
}

ul.submenu0{
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}

ul.submenu1{
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  font-size:11px;
  font-family:'맑은 고딕', 'MalgunGothic', Arial, Apple Gothic, Dotum;
  line-height:16px;
}

ul.submenu2 {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  font-size:11px;
  font-family:'나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic', Arial, Apple Gothic, Dotum;
  line-height:16px;
}

ul.submenu3 {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  font-size:12px;
  font-family:'맑은 고딕', 'MalgunGothic', Arial, Apple Gothic, Dotum;
  line-height:16px;
}

ul.submenu1 li,
ul.submenu2 li,
ul.submenu3 li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom:1px dotted #ddd;
  line-height:16px;
}

ul.submenu1 li a,
ul.submenu2 li a, 
ul.submenu3 li a {
  list-style: none;
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */
  line-height:16px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

ul.submenu1 a:hover, ul.submenu2 a:hover, ul.submenu3 a:hover {
  color: #343434;
  background:#F3F3F3;
}

ul.submenu2 a.active {
  color: #E76F00;
  background:#F3F3F3;
}

ul.submenu2 a.active:hover {
  color: #E76F00;
  background:#F3F3F3;
}

.recentComennt {
	font-weight: bold;
}

.mangoBanner {
    padding-top:5px;
	text-align:center;
}

.floatRight input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #3B5D77;
  border-width: 1px;
  border-style: solid;
  border-color: #B3C6C4 #B3C6C4 #41637D #41637D;
}




#ls_sidebar_align {position:relative;}
#ls_sidebar  {position:relative;}
	.ls_lt		{ width:195px; height:200px; background:url(../images/white/ls_lt.gif) no-repeat top left; }
	.ls_t		    { width:195px; height:200px; background:url(../images/white/ls_t.gif)  repeat-x  top left; }
	.ls_rt		{ width:195px; height:200px; background:url(../images/white/ls_rt.gif) no-repeat top right; }
	.ls_l		    { width:195px; height:200px; background:url(../images/white/ls_l.gif)  repeat-y  top left; }
	.ls_r		    { width:195px; height:200px; background:url(../images/white/ls_r.gif)  repeat-y  top right; }
	.ls_lb		{ width:195px; height:200px; background:url(../images/white/ls_lb.gif) no-repeat bottom left; }
	.ls_rb		{ width:195px; height:200px; background:url(../images/white/ls_rb.gif) no-repeat bottom right; }
	.ls_b		{ width:195px; height:200px; background:url(../images/white/ls_b.gif) repeat-x bottom left; }

/* Tag Cloud */
.tagCloudItem1 {color: #009CED; font-weight: bold; font-size: 17px;}
.tagCloudItem2 {background:#f6f6f6; color: #2f2f2f; font-weight: bold; font-size: 16px;}
.tagCloudItem3 {background:#f6f6f6; color: #2f2f2f; font-weight: bold; font-size: 14px;}
.tagCloudItem4 {color: #2f2f2f; font-size: 13px; font-weight:bold;}
.tagCloudItem5 {color:#6b6b6b; font-size:12px;}

/* Site Layout - Footer */
#footer {
	position:relative;
	width:100%;
	height:150px;
	text-align:right;
}

#footerCopy {
	position:relative;
	width:970px;
	font-size:10px;
	font-family:Arial, Apple Gothic,  '나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic';
	font-weight:bold;
	color:#D8D2C0;
	padding-top:10px;
	padding-right:30px;
	margin: 0 auto;
}

#footerCopy a:link, #footerCopy a:visited {
		color: #D8D2C0;
}
#footerCopy a:hover, #footerCopy a:active {
		color: #D8D2C0;
}

/* Form Style */
.inputBox { border : #E7E7E7 1px solid;padding:2px; font-family:'나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic';font-size:12px; color: #666666;width:200px; height:18px;}
.textareaBox {border: #E7E7E7 1px  solid; padding:5px; font-family:'나눔고딕', 'NanumGothic', '맑은 고딕', 'MalgunGothic'; color:#666666; font-size:12px; width:600px; height:180px;}


/* CSS End */

