/*
Theme Name: URLless
Author: Taehan Lee
Version: 1.0
Template: mytheme
Description: 2011.7.24
*/

@import url(../mytheme/style.css);
@import url(http://fonts.googleapis.com/css?family=IM+Fell+English&v2);

body {
	background: #f8f8f8 url(inc/i/bg.png) center top repeat-y;
}

#content {
	float: right;
	width: 660px;
	overflow: visible;
}
#sidebar {
	width: 220px;
	float: left;
}
#footer {
	padding-left: 300px;
}
#footer-inside {
	border: none-;
	width: 660px;
}
.hentry {
	margin-bottom: 80px;
}
.single .hentry,
.page .hentry {
	margin-bottom: 50px;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
}
#site-title,
.entry-title,
.page-title,
.widget-title,
#comments h3 {
	font-family: 'IM Fell English', serif;
	font-weight: normal;
}
a {
	color:#D54E21;
}
#site-title a:hover,
.entry-title a:hover,
#sidebar a:hover {
	color:#D54E21;
}

#header {
	height: 0;
}
#site-title,
#site-description {
	width: 260px;
	margin-top: 18px;
}
#site-description {
	top: 70px;
}
#site-title {
	font-size: 40px;
}
#site-description-en {
	position: absolute;
	top: 105px;
}
#site-description,
#site-description-en {
	color: gray;
	font-size: 11px;
	padding-left: 3px;
}
#gnb {
	display: none;
}

.page-title {
	font-size: 34px;
	line-height: normal;
}
.entry-title {
	font-size: 24px;
	line-height: 120%;
}
.entry-title a {
	color: #222;
}
.single .entry-title,
.page .entry-title {
	font-size: 30px;
}

.entry-meta {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	position: relative;
}
.entry-meta a {
	color: #666;
}
.entry-meta .comments-link a {
	padding-right: 18px;
	background: url(inc/i/comment.png) no-repeat right center;
	color:#D54E21;
}
.hentry {
	position: relative;
}
.sticky-clip {
	width:39px;
	height:17px;
	background: url(inc/i/sticky-clip.png) no-repeat;
	position: absolute;
	top: 5px;
	left: -64px;
}
.sticky .post-clip {
	display: none;
}
.post-clip {
	width:25px;
	height:15px;
	background: url(inc/i/clip.png) no-repeat;
	position: absolute;
	top: 5px;
	left: -50px;
}

.addthis_toolbox {
	position: absolute;
	right: 2px;
	top: 10px;	
}


#comments h3 {
	font-size: 20px;
}
.commentlist li.comment {
	position: relative;
}
.commentlist .reply {
	color: #aaa;
	position: absolute;
	top:15px;
	right: 0;
	font-size: 11px;
}
	

#reply-title small a{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	font-weight: bold;
}
.navigation.page-navigation a,
.navigation.comment a {
	background: #D54E21;
}

#sidebar {
	margin-top: 80px;
}
.widget-title {
	font-size: 20px;
}

.umrp-nav {
    padding: 5px 0;
}
.umrp-nav em,
.umrp-nav a {
    background: #eee;
    padding: 1px 4px;
    line-height: 1;
    border-radius: 3px;
    font-weight: normal !important;
}
.umrp-nav em,
.umrp-nav a:hover {
    color: white !important;
    text-decoration: none !important;
    background: #555;
}
.umrp-content .current_post a {
    color: #222 !important;
}

.message {
	background-color: #ffebe8; 
	border: 1px solid #C00; 
	padding: 10px; 
	color: #333;
	border-radius: 3px;
}
.message.orange {
	background: lightYellow;
	border: 1px solid #FFC597;
	color: #FF5917;
}
.message.gray {
	background: whitesmoke;
	border: 1px solid #ddd;
	color: #666;
}


