/*
Theme Name: Simplick
Theme URI: http://tomyun.pe.kr/
Description: A custom theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 2.8
Author: Kyungdahm Yun (tomyun)
Author URI: http://tomyun.pe.kr/
Tags: custom header, fixed width, two columns
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	background: #e7e7e7 url("images/simplickbgcolor.jpg");
	color: #333;
	}

#page {
	background: white url("images/simplickbgwide.jpg") repeat-y top;
	border: none;
	}

#header {
	background: #e7e7e7 url("images/header/rotate.php") no-repeat bottom center;
	}

#content {
	font-size: 1.2em
	}

.post .entry p {
	font-size: 1.05em;
	}

.post {
	line-height: 1.8em;
	}

.post ul li {
	line-height: 1.6em;
	}

.thread-alt {
	background-color: #eeeee0;
	}

.thread-even {
	background-color: #eeeeea;
	}

.depth-1 {
	/*background: #f8f8f8;*/
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.even, .alt {
	/*border-left: 1px solid #ddd;*/
	}

#footer {
	background: #e7e7e7 url("images/simplickfooter.jpg") no-repeat bottom;
	border: none;
	}

#headerimg h1, #headerimg .description {
	font-family: 'Malgun Gothic', Sans-Serif;
	}

#headerimg .description {
	font-size: 1.3em;
	text-align: center;
	}

h1, h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-weight: bold;
	}

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

h2 {
	font-size: 1.6em;
	}

h3 {
	font-family: Georgia, Times, Serif;
	font-size: 1.6em;
	font-weight: bold;
	}

h4 {
	font-size: 1.2em;
	}

small {
	font-family: 'Lucida Grande', Tahoma, Verdana, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	color: #fff;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
	}

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, h4, h4 a, h4 a:hover, h4 a:visited, cite {
	text-decoration: none;
	text-shadow: rgba(150, 150, 150, 0.8) 1px 1px 1px;
	}

h2 a:hover, h3 a:hover {
	color: #8896ac;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}

.sticky h3 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Tahoma, Verdana, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar {
	border: 1px solid #eee;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Tahoma, Verdana, Sans-Serif;
	}

small, .nocomments, .postmetadata, .commentmetadata, blockquote, strike {
	color: #777;
	}

code {
	font-family: Monaco, 'Consolas', 'Courier New', Fixed;
	font-size: 1.1em;
	}

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

a {
	color: #06c;
	text-decoration: none;
	}

a:visited {
	color: #80a4d0;
	}

a:hover {
	color: #741;
	text-decoration: underline;
	}

.postmetadata .categorylink a, .postmetadata .categorylink a:visited {
	color: #8ca15e;
	}

.postmetadata .commentlink a, .postmetadata .commentlink a:visited {
	color: #cfa953;
	}

.postmetadata .trackbacklink a, .postmetadata .trackbacklink a:visited {
	color: #9e81a0;
	}

.postmetadata .taglink {
	font-size: 0.8em;
	}

.postmetadata .taglink a, .postmetadata .taglink a:visited {
	color: #ff7595;
	}

.postmetadata .categorylink a:hover, .postmetadata .commentlink a:hover, .postmetadata .trackbacklink a:hover, .postmetadata .taglink a:hover {
	color: #d1731e;
	text-decoration: none;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: left;
	}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

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

#content {
	margin: 5px 0 0 125px;
	padding: 10px 0 20px 0;
	width: 500px;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post .postmetadata {
	margin: 30px 0;
	padding: 0 0 10px 0;
	clear: both;
	text-align: center;
	border-bottom: 1px dashed #eee;
	}

.post .smallattachment {
	margin: 5px 5px 5px 0px;
	width: 128px;
	text-align: center;
	float: left;
	}

.post .attachment {
	margin: 5px 0px;
	text-align: center;
	}

.album {
	width: 250px;
	}

.album, .albumthumb, .image {
	float: left;
	}

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

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

#menu {
	height: 25px;
	}
/* End Structure */



/* Begin Menu */
#menu {
	background: url("images/simplickmenu.jpg") no-repeat bottom center;
	text-align: center;
	}

#menu ul {
	margin: 0;
	padding: 4px;
	list-style: none;
	}

#menu li {
	display: inline;
	}

#menu a {
	margin: 0 20px 0 20px;
	}

#menu a:link, #menu a:visited, #menu a:active {
	color: #663;
	}

#menu a:hover {
	color: #e1c777;
	text-decoration: none;
	}
/* End Menu */



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

h3 {
	margin: 30px 0 0;
	text-align: center;
	}

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

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

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



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

.entry p img {
	padding: 4px;
	border: 1px dotted #aaa;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

.album img, .image img {
	padding: 4px;
	margin: 7px;
	border: 1px solid #ddd;
	border-color: #eee #ccc #ccc #eee;
	}

.album a:hover img, .image a:hover img {
	border-color: #369;
	}

/*	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 {
	content: "\00BB \0020";
	}

.entry 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;
	}

ol li {
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

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

select {
	width: 130px;
	}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform p {
	margin: 5px 0;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* End Form Elements */



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

.commentlist {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}

.commentlist li .avatar {
	padding: 2px;
	}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.commentlist .comment-avatar {
	position: absolute;
	}

.commentlist .comment-body {
	margin-left: 55px;
	}

.commentlist .comment-author, .commentlist .comment-meta {
	display: inline;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
/* End Comments */



/* Begin Links */
.linkcat {
	display: block;
	}

.linkcat ul {
	margin: 1em 0 1em 0;
	}
/* End Links */



/* 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;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.screen-reader-text {
	position: absolute;
	left: -1000em;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

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



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
/* End Captions */



/* Smart Youtube Plugin */
.youtube {
	display: block;
	text-align: center;
	}
/* End Smart Youtube Plugin */



/* WP Quote Tweets Plugin */
.tweet-timestamp, .tweet-timestamp a {
	font-size: 0.9em;
	font-style: italic;
	color: #777;
	}
/* End WP Quote Tweets Plugin */

/* "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." */
