@charset "utf-8";

html { overflow:hidden; }
body, div, h1, h2, p, ul, li { 
	margin:0;
	padding:0;
}
body {
/*	background-color:#f6f5f2; */
	background:url(./images/rockywall.png);
	font:400 .75em/1.7 "Nanum Gothic", "돋음", "Dotum", "Apple Gothic", sans-serif;
}
.mCSB_container {
	width:auto !important;
	margin-right:0 !important;
}
::selection {
    background-color:#7cbbd1;
    color:#fff;
}
::-moz-selection {
   background-color: #7cbbd1;
   color:#fff;
}

#header {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:2;
	height:48px;
	background-color:#7cbbd1;
}
#header .title_desc {
	position:relative;
	left:50%;
	width:1022px;
	height:48px;
	margin-left:-512px;
	background:#5ab0ce;
}
#wrapper {
	position:fixed;
	top:47px;
	bottom:0;
	left:50%;
	z-index:1;
	width:975px;
	margin-left:-465px;
	background-color:#fff;
	-moz-box-shadow:2px 2px 5px rgba( 0, 0, 0, 0.2 );
	-webkit-box-shadow:2px 2px 5px rgba( 0, 0, 0, 0.2 );
	box-shadow:2px 2px 5px rgba( 0, 0, 0, 0.2 );
}
#cal {
	display:none;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	z-index:3;
	margin-left:42px;
	width:280px;
	background:#fff;
}
#side {
	position:fixed;
	top:47px;
	bottom:0;
	left:50%;
	z-index:1;
	margin-left:-512px;
	background:#7cbbd1;
}
#sns li {
	list-style:none;
	background-image:url("./images/icons.png");
	background-repeat:no-repeat;
	/*
	-webkit-transition: background-position .1s ease-in;
	-moz-transition: background-position .1s ease-in;
	-o-transition: background-position .1s ease-in;
	transition: background-position .1s ease-in;
	*/
}
#side a {
	display:block;
	position:relative;
	width:42px;
	height:42px;
	text-indent:-9999px;
}
#sns .icon-unify { background-position:-42px 0; }
#sns .icon-tistory { background-position:-42px -42px; }
#sns .icon-facebook { background-position:-42px -84px; }
#sns .icon-twitter { background-position:-42px -126px; }

#wrapper.unify .icon-unify,
#sns .icon-unify:hover { background-position:0 0; }
#wrapper.tistory .icon-tistory,
#sns .icon-tistory:hover { background-position:0 -42px; }
#wrapper.facebook .icon-facebook,
#sns .icon-facebook:hover { background-position:0 -84px; }
#wrapper.twitter .icon-twitter,
#sns .icon-twitter:hover { background-position:0 -126px; }

#side .add {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #2f8aaf;
	border-top: 1px solid #2a7a9b;
	border-radius: 0 0 0 4px;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.15);
}
#side .add:hover {
	background: #2aa4cf;
	border-color: #2f8aaf;
}

#timeline {
	overflow:hidden;
	overflow-y:auto;
	position:fixed;
	top:47px;
	bottom:0;
	left:50%;
	width:320px;
	margin-left:-470px;
	text-decoration:none;
	word-wrap:break-word;
	-moz-box-shadow:2px 2px 5px rgba( 0, 0, 0, 0.2 );
	-webkit-box-shadow:2px 2px 5px rgba( 0, 0, 0, 0.2 );
	box-shadow:2px 2px 5px rgba( 0, 0, 0, 0.2 );
	background: #dee5f4;
}
#timeline .loading {
	overflow: hidden;
	background:rgba(0,0,0,0.9);
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)";
	background-image:-webkit-linear-gradient( -45deg, #7cbbd1 25%, transparent 25%, transparent 50%, #7cbbd1 50%, #7cbbd1 75%, transparent 75%, transparent );
	background-image:-moz-linear-gradient( -45deg, #7cbbd1 25%, transparent 25%, transparent 50%, #7cbbd1 50%, #7cbbd1 75%, transparent 75%, transparent );
	background-image:-ms-linear-gradient( -45deg, #7cbbd1 25%, transparent 25%, transparent 50%, #7cbbd1 50%, #7cbbd1 75%, transparent 75%, transparent );
	background-image:linear-gradient( -45deg, #7cbbd1 25%, transparent 25%, transparent 50%, #7cbbd1 50%, #7cbbd1 75%, transparent 75%, transparent );
	-webkit-background-size:50px 50px;
	-moz-background-size:50px 50px;
	-ms-background-size:50px 50px;
	background-size:50px 50px;
	-webkit-animation:loading .7s linear infinite;
	-moz-animation:loading .7s linear infinite;
	-ms-animation:loading .7s linear infinite;
	animation:loading .7s linear infinite;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	border-radius:2px;
}
@-webkit-keyframes loading {
	0% { background-position:0 0; }
	100% { background-position:50px 50px; }
}	
@-moz-keyframes loading {
	0% { background-position: 0 0; }
	100% { background-position: 50px 50px; }
}
@-ms-keyframes loading {
	0% { background-position: 0 0; }
	100% { background-position: 50px 50px; 	}
}
@keyframes loading {
	0% { background-position: 0 0; }
	100% { background-position: 50px 50px; }
}

#timeline .post {
	overflow:hidden;
	border-top: 1px solid #e9eef8;
	border-bottom: 1px solid #cbd6ee;
	background: #dee5f4;
	text-decoration:none;
	word-wrap:break-word;
	color: #626c80;
	cursor:pointer;
	background-image: -webkit-linear-gradient(bottom left, #dee5f4 80%, #c7d3ec);
	background-image: -moz-linear-gradient(bottom left, #dee5f4 80%, #c7d3ec);
	background-image: -o-linear-gradient(bottom left, #dee5f4 80%, #c7d3ec);
	background-image: linear-gradient(to top right, #dee5f4 80%, #c7d3ec);
}

#timeline.tistory .twitter,
#timeline.tistory .facebook,
#timeline.facebook .tistory,
#timeline.facebook .twitter,
#timeline.twitter .tistory,
#timeline.twitter .facebook {
	display:none;
}
#timeline.tistory .tistory,
#timeline.twitter .twitter,
#timeline.facebook .facebook {
	display:block;
}


#timeline .post img {
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter:gray;
	-webkit-filter:grayscale( 100% );
}
#timeline .post:hover {
	color:#313131;
	background: #cfd9ef;
	border-color: #bfcdea;
	cursor: pointer;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.25), 0 1px #dae2f3, 0 -1px #dee5f4;
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.25), 0 1px #dae2f3, 0 -1px #dee5f4;
}
#timeline .post.activate {
	background:#f7bc2e;
	color:#000;
}
#timeline .post.activate img,
#timeline .post:hover img {
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter:grayscale( 0% );
}
#timeline .post.activate .dttm,
#timeline .post:hover .dttm {
	color:#000;
}

/* tistory timeline */
#timeline .tistory .dttm {
	margin:1em 0 1em 1em;
	font:700 11px/1 verdana;
	letter-spacing:-1px;
}
#timeline .tistory h2 {
	overflow:hidden;
	margin:0 1em;
	font:900 1.2em/1.3 "Nanum Gothic", "돋음", "Dotum", "Apple Gothic", sans-serif;
	white-space:nowrap;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
#timeline .tistory .desc {
	padding:1em;
}
#timeline .tistory img {
	display:block;
	margin:0 0 1em;
}

/* facebook timeline */
#timeline .facebook {
	overflow:hidden;
	position:relative;
	padding:0 1em 1em;
}
#timeline .facebook img {
	float:left;
	width:auto; 
	height:auto; 
	max-width:291px; 
	max-height:291px;
	margin:1em 0 0;
	padding-right:1em;
}
#timeline .facebook .desc {
	padding:1em 1em 1em 88px;
}
#timeline .facebook .dttm {
	display:block;
	margin:1em 0;
	font:700 11px/1 verdana;
	letter-spacing:-1px;
	word-break:break-all;
	white-space:nowrap;
}
#timeline .facebook .likes {
	padding-left:.5em;
	color:#3b5998;
	white-space:nowrap;
}
#timeline .facebook:nth-child( 2n ) img {
	float:right;
	margin-right:5px;
	padding-right:0;
	padding-left:1em;
}
#timeline .facebook:nth-child( 2n ) desc {
	padding:1em 88px 1em 1em;
}

/* twitter timeline */
#timeline .twitter {
	padding:0 1em 1em;
}
#timeline .twitter .dttm {
	display:block;
	margin:1em 0;
	font:700 11px/1 verdana;
	letter-spacing:-1px;
}
#timeline .twitter cite {
	display:none;
}

#wrapper_content {
	overflow:hidden;
	overflow-y:auto;
	position:relative;
	top:47px;
	bottom:0;
	left:50%;
	width:650px;
	margin-left:-140px;
}
#content {
	width:620px;
	margin-top:18px;
	padding:2px 5px;
}
#content.tistory {
	padding-bottom:21px;
	font-size:12px;
	line-height:21px;
	background-image:linear-gradient( #efefef .1em, transparent .1em );
	background-size:100% 21px;
}

#content.twitter {
	position: relative;
	width:540px;
	margin:33px 20px;
	padding:32px 32px 12px;
	background:#e9eef8;
	font:700 1.5em/1.7 "Nanum Gothic", "돋음", "Dotum", "Apple Gothic", sans-serif;
}
#content.twitter:hover {
	background:#cfd9ef;
}
#content.twitter .dttm {
	position:absolute;
	top:15px;
	left:32px;
	font:700 11px/1 verdana;
	letter-spacing:-1px;
	color:#2aa4cf;
}
#content.twitter:before {
	display: block;
	position: absolute;
	left:-24px;
	top:-32px;
	content: "\201C";
	font-size:100px;
	color: #7a7a7a;
}
#content.twitter cite {
	display:block;
	margin-top:5px;
	color: #999;
	font-style:normal;
	font-size:14px;
	text-align:right;
}
#content.twitter cite:before {
	content: "\2014 \2009";
}

#content img {
	width:auto; 
	height:auto; 
	max-width:600px; 
	max-height:600px;
}
#content .section_writing {
	display:none !important;
}

#ad {
	position:absolute;
	top:400px;
	left:1000px;
	z-index:9999;
}