/* Begin Typography & Colors */
@import "cosmos.css";
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:'맑은 고딕', Meiryo, 'Lucida Grande', Gulim, Verdana, Arial, Sans-Serif;
	background: url("images/kubrickbgcolor.jpg");
	background-c`olor: #d5d6d7;
	color: #333;
	text-align: center;
	
}
#header { 
	background: url("images/kubrickheader.jpg") no-repeat bottom center; }
#footer { 
	background: url("images/kubrickfooter.jpg") no-repeat top; border: none;}
#header { 
	margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; }
#headerimg { 
	margin: 7px 9px 0; height: 192px; width: 740px; } 
#page {
	background: url("images/kubrickbg.jpg") repeat-y top;
        border: none;
	background-color: white;
	text-align: left;
	}
#header {
	background-color: #73a0c5;
	}

#content {
	font-size: 1.2em
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em; /* change from 1.4em -unfusion */ 
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
.pingedlist {
	font-size: 0.9em;
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color: #ffeeee;
	border-top: 2px solid #ff0033;
	border-bottom: 2px solid #ff0033;
}
/* end */
#footer {
	background-color: #eee;
	}

small {
	font-family: '맑은 고딕', Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
h1 {
	font-family: '맑은 고딕', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
}
h2, h3 {
	font-family: '맑은 고딕', Meiryo, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: '맑은 고딕', 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #000000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

#sidebar {
	font: 1.12em '맑은 고딕', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
/* code {
	font: 1.1em '맑은 고딕', 'Courier new', Courier, Fixed;
	} */

code {
	font: 1.1em '맑은 고딕', 'Courier new', Verdana, Arial, Sans-Serif;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	/* text-decoration: underline; */
	text-decoration: none;
	}
	
/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #73a0c5;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 0 25px;
	margin: 0px 0 0;
	width: 485px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

#footer {
	/* padding: 0 0 0 1px; */
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font: 1.1em '맑은 고딕', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol,.post ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
 
.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
/* Add for unfusion */
blockquote.first {
        background: #E3F5FE url(images/blockquote.png) no-repeat bottom left;
        padding: 5px 20px 30px 20px;
        border: none;
	margin: 1em;
	}
fieldset.first {
	padding: 10px;
	border: 2px solid #ff0000;
	}
blockquote.second {
	background: #f9eeee;
	border: #ff0000 1px solid;
        padding: 10px;
        margin: 0.5em;
        }
blockquote.third {
        padding: 0 20px 0 40px;
        background: url('images/quote_third.png') no-repeat top left;
	border: none;
        }
span.blockr{
	background-color: #fafafa;
	padding: 2px;
	border: 1px solid #f08;
	color: #444;
}
span.blockb {
        background-color: #fafafa;
        padding: 2px;
        border: 1px solid #80f;
        color: #444;
}
/* end */
blockquote cite {
	margin: 5px 0 0;
	display: block;

	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

	/*	
	.current_page_item a, .current_page_item a:hover {
		background: #8EBAFD !important;
		color: #fff !important;
		}

*/
/* add for clock image in main */
.chronodata {
        margin: 4px 0 4px 0;
	padding: 4px 0 4px 20px ;
        background: url('images/time.png') left center no-repeat;
	}
.chronodata a {
	font-weight: bold;
	margin-left: 120px;	
} 
ol.footnotes{
	border-top:1px dotted black;
 	border-bottom: 1px dotted black;
	padding-left: 2em;	
	color:Olive;
	font-size:.90em;
}
/* unfusiion for h456 */
h4.intext {
	font-family: '맑은 고딕','Lucida Grande', Verdana, Arial, Sans-Serif ;
        font-weight: bold;
        font-size: 1.6em;
        background-color: #a0c0ff;
        border-top: 4px solid #5080b0;
        border-bottom: 2px solid #5080b0;
        padding: 2px 0px 2px 15px;;
}
h5.intext {
        font-size: 1.4em;
        font-family: '맑은 고딕','Lucida Grande', Verdana, Arial, Sans-Serif ;
        font-weight: bold;
        background-color: #cbdd61;
        border-top: 4px solid #417141;
        border-bottom: 2px solid #2e6742;
        padding: 2px 0px 2px 20px;
}
h6.intext {
        font-family: '맑은 고딕', 'Lucida Grande', Verdana, Arial, Sans-Serif ;        
        font-weight: bold;
        font-size: 1.2em;
        background-color: #f5f0c1;
        border-top: 2px solid #ed9149;
        border-bottom: 1px solid #9a6b31;
        padding: 2px 0px 2px 25px;;
        }

.comics { background: url( 'images/book.gif' ) center top no-repeat; }
.movies { background: url( 'images/movie.gif' ) top; }
.cd { background: url( 'images/cd.gif' ) left top no-repeat; }
.animation { background: url( 'images/animation.gif' ) top ; }

#stylefour {
margin: 0 10px 0 10px;
position:relative;
display:block;
height:39px;
font-size:1.1em;
font-weight:bold;
background:transparent url(images/bgOFF.gif) repeat-x top left;
font-family:Arial,Verdana,Helvitica,sans-serif;
border-top:4px solid #B30000;
}

#stylefour ul {
margin:0;
padding:0;
list-style-type:none;
width:auto;
}
#stylefour ul li {
display:block;
float:left;
margin:0;}

#stylefour ul li a {
display:block;
float:left;
color:#666;
text-decoration:none;
padding:11px 15px 0 15px;
height:23px;
background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}

#stylefour ul li a:hover {
color:#B30000;
background:#fff url(images/bgON.gif) no-repeat top left;}

#stylefour .current_page_item a, #stylefour .current_page_item a:hover {
color:#B30000;
background:#fff url(images/bgON.gif) no-repeat top left;}

.current_page_item a, .current_page_item a:hover {
                background: #8EBAFD ;
                color: #fff ;
                }
.channelgroup {
        border: 2px solid #d8c8b2;
        padding: 0 10px 0 10px;
	margin: 0 0 5px 0;
	background-color: #e7e6d2;
        }
.daygroup {
border-top: 3px solid #d86622;
border-bottom: 2px solid #d86622;
margin: 10px 0 5px 0;
}
.daygroup h2 {
	padding: 0 5px 0 0;
	background-color: #a0c0ff;
	border-top: 6px solid #5080b0;
	border-bottom: 2px solid #5080b0;
	text-align: right;
	margin: 2px 0 2px 0;
}
.channelgroup h2 {
	text-align:left;
	margin: 15px 0 15px 0;
	background-color: #cbdd61;
        border-top: 4px solid #417141;
        border-bottom: 2px solid #2e6742;
}
img.face {
        float: right;
        margin-top: -5em;
        }
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
