@charset "utf-8";

/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Bright Side of Life
   TEMPLATE CODE: 	S-0005
   VERSION:          1.0          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: 12px 'Malgun Gothic', Verdana, Tahoma, Helvetica, sans-serif;
	line-height: 170%;
	color: #666666; 
	background: #A9BAC3 url(./images/bg.gif) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
	border:none;
}

h1, h2, h3 {
	font: bold 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.4em; color: #6297BC; } 
h2 { font-size: 1.3em; text-transform:uppercase;}
h3 { font-size: 1.2em; }

.article, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* =====================================================================
   SPAN
===================================================================== */
.date, .cnt, .name { 
	font-size: 0.9em;
	color: #999;
}
.date2, .name2 {
	font-size: 1.0em;
	color: #555;
}
.subject { 
	font-family: 'Malgun Gothic', verdana, tahoma, sans-serif;
	font-weight: bold;
}
/* =====================================================================
   Header
===================================================================== */

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #000 url(./images/headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.5em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}


/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
    margin:0; padding: 0;
    list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header ul a {
   float:left;
   background: url(./images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header ul a span {
   float:left;
   display:block;
   background: url(./images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header ul a span {float:none;}
/* End IE5-Mac hack */
#header ul a:hover span {
	color:#FFF;
}
#header ul a:hover {
   background-position:0% -42px;
}
#header ul a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */



/* ================================================================
   main
================================================================ */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 590px;		
}
/* coverpage */
.coverpage { 
	margin: 15px 0; 
}

/* searchList */
.searchList {
	margin:15px 0;
}
.searchList ol { 
	margin: 10px 15px 0 15px;
	list-style: none; 
}

.searchList li { 
	padding-bottom: 3px;
}

/* localog */
.localog { 
	margin: 15px 0; 
}

.localog .spot { 
	background:url(./images/iconIndentArrow_local.gif) 5px 0 no-repeat;  
	padding-left:20px;  
	margin-top:5px;
}
.localog .info { 
	background:url(./images/iconIndentArrow_localinfo.gif) 5px 3px no-repeat;  
	padding-left:15px;  
	margin-top:2px;
}

/* Tag Log & keywords */
.taglog, .keywords {
	margin: 15px 0; 
}
.taglog ul, .keywords ul { 
	padding:0;
	margin: 10px;
	text-align:justify;
}
.taglog li, .keywords li { 
	display:inline;
}
.taglog li .cloud1 { 
	background-color:#eee;  
	color:#a2348f;  
	font-weight:bold;  
	font-size:16px;
}
.taglog li .cloud2 { 
	background-color:#eee;  
	color:#5a5194;  
	font-weight:bold;  
	font-size:15px;
}
.taglog li .cloud3 { 
	background-color:#eee;  
	color:#7870ab;  
	font-weight:bold;  
	font-size:14px;
}
.taglog li .cloud4 { 
	background-color:#eee;  
	color:#666;     
	font-size:13px;
}
.taglog li .cloud5 { 
	font-size:12px;  
	color:#999; 
}

/* entry */
.entry {
	margin: 15px 0;
	text-align:justify;
}
.admin {
	margin: 0; 
	font-size: 0.9em;
	text-align: right;
	}

.article .moreless_fold  { 
	padding-left:18px; 
	background:url(./images/bullet_plus.gif) 0 5px no-repeat ;
} 
.article .moreless_top { 
	padding-left:20px; 
	background:url(./images/bullet_minus.gif) 0 5px no-repeat ;
}
.article .moreless_bottom   { 
	display:none;
}

.article img { border: 0; }

.article .imageblock {
	padding:0;
	margin:5px 0;
}
.article .cap1  { 
	font-size: 1.0em; 
	margin:0; 
	color: #999; 
	text-align: center;
}
.article .dual  { 
	margin-bottom:3px; 
} /* 그림 2개 */
.article .triple { 
	margin-bottom:3px; 
} /* 그림 3개 */

.article code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
.article acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
.article blockquote {
	margin: 15px;
 	padding: 5px 5px 5px 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	font-family: 'Malgun Gothic', Georgia, 'Bookman Old Style', Serif; 
}

 .tagTrail {
 	margin: 5px 15px;
	font: 0.9em 'Malgun Gothic', verdana;
	padding-left: 17px;
	background: url(images/icon_tag.gif) 0 50% no-repeat;
	}
.tagText {
	font-weight: bold;
	}
	
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	font-size: 0.9em;
	background: url(./images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(./images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .trackbacks {
	background: url(./images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* trackbacck */
.trackbackURL {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;	
	padding: 5px; 
	margin: 5px 15px 0 15px;
	font-size: 0.95em;	
}
.trackback {
	margin:5px 15px 5px 15px;
}
.trackback ol {
	margin:0;
	padding:7px;
	list-style: inside;
}
/* Comment & Guestbook */
.commentList p {
	margin:0;
	color: #666666;
}
.commentList ol {
	margin: 5px 15px 10px 15px;
	padding:5px;
	list-style:none;
}
.commentList ol ul {
	margin: 5px 0 10px 0;
	padding:7px;
	list-style:none;
	background-color: #fcfcfc;
	border-top: 1px solid #f2f2f2;	
	border-bottom: 1px solid #f2f2f2;		
}
.commentList ol li {
}
.commentList ol ul li {
}
.commentList .control {
	font-size: 0.9em;
}
.commentWrite, .guestWrite {
	margin:10px 15px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}

label {
	font-weight:normal;
	margin:0 5px;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 0.93em 'Malgun Gothic', Verdana, sans-serif;
	color:#777;
}
textarea {
	width:90%;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em tahoma, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* paging */
.paging {
	margin:40px 0 50px 0;
	text-align: center;
	font: 0.85em tahoma;
}

.paging a { color: #4284B0; text-decoration: none; }
.paging a:hover { color: #9EC068;}

.selected  { 
	color: #06c;
	font-size: 1.1em;
	font-weight: bold;
}
.paging .numbox  { 
	border-left: 1px solid #ccc;
	margin: 0 10px;
}
.paging .num  { 
	padding: 0 8px;
	border-right: 1px solid #CCC;
}


/* =======================================================
   Sidebar
=========================================================*/

#sidebar {
	float: left;
	width: 190px;
	margin: 0;	padding: 0; 
	display: inline;	
	font-size: 0.9em;	
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #fbfbfb;
}
#sidebar ul.sidemenu a {
	display:block;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #fbfbfb;
	border-left:4px solid #CCC;	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}
.blogImage {
	text-align:center;
}

.c_cnt  { 
	font:0.75em Tahoma, Helvetica, Arial, Gulim, sans-serif;  
	color:#ccc;
} /* 카테고리 옆 개수 스타일 */

.category, .blogImage, .search, .calendar { 
	margin : 10px 0 10px 15px; 
}

.tagbox ul {
	margin: 5px 0 10px 15px; 
	padding:0;
	list-style:none;	
}
.tagbox li {
	display:inline;
	text-align:justify;
}
.tagbox li .cloud1 { 
	background-color:#eee;  
	color:#a2348f;  
	font-weight:bold;  
	font-size:14px;
}
.tagbox li .cloud2 { 
	background-color:#eee;  
	color:#5a5194;  
	font-weight:bold;  
	font-size:13px;
}
.tagbox li .cloud3 { 
	background-color:#eee;  
	color:#7870ab;  
	font-weight:bold;  
	font-size:12px;
}
.tagbox li .cloud4 { 
	background-color:#eee;  
	color:#666;     
	font-size:11px;
}
.tagbox li .cloud5 { 
	font-size:12px;  
	color:#999; 
}

.banner img { 
	border:0; 
}

.banner { 
	margin: 20px 0 10px 15px;
	line-height: 210%; 
}

/* calendar */
	.cal_month { font-size : 11px; height: 18px; } /* 달력의 년월일, 이전달, 다음달을 표시하는 스타일 */
	.cal_week1 { font-size : 11px; height:18px;} /* 달력의 요일명을 표시하는 스타일 */
	.cal_week2 { font-size:11px; } /* 일요일 요일명을 표시하는 스타일 */
	
	.cal_week { } /* 달력의 주(Week) 단위를 표시하는 스타일 */
	.cal_current_week { background-color:#f2f2f2; } /* 달력의 현재 주(Current Week)를 표시하는 스타일 */
	.cal_day {} /* 현재 달을 포함하는 전체 날짜(Day)의 스타일 전체 */
	..cal_day_sunday { } /* 현재 달을 포함하는 전체 날짜의 일요일 스타일 */
	 
	.cal_day1 {	color: #fff; font-size:11px; text-align: center;} /* 해당 달력에서 이전달 날짜를 표시하는 스타일 */
	.cal_day2 {	color: #000; font-size : 11px;  text-align: center;} /* 해당 달력에서 다음달 날짜를 표시하는 스타일 */
	.cal_day3 {	font-size : 11px;} /* 현재 달력의 이번달 날짜를 표시하는 스타일 */
	
	.cal_day4 {
		text-align: center;
		font-size: 11px;
		font-weight:bold;
		text-decoration:underline;
		color: #4284B0;
		} /* 오늘 날짜를 표시하는 스타일 */
		
	a.cal_click:link, a.cal_click:visited {	color : #777; font-weight: bold; }
	a.cal_click:hover {	color: #4284B0; font-weight: bold; } /* 글을 작성한 날의 링크 스타일 */
	
/* search form */

input.textbox { 
	margin: 0; 
	width: 100px;
	padding: 2px 3px; 	
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
}
input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 40x;
}

/* =======================================================
   Footer
=========================================================*/
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}


/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }

