/*
Theme Name: Greenlight
Theme URI: http://elnoveno.net/
Description: Made for el noveno.
Version: 1.0
Author: Pinkish Flower
Author URI: http://elnoveno.net/
*/

/* General Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	text-align: left;
	border-top: 5px solid #333;
}

blockquote {
	margin: 0 7px 0 10px;
	padding: 0 10px 0 20px;
	border-left: 4px solid #8EC63F;
	font-size: 13px;
}

blockquote cite {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

a{
	color:#8EC63F;
	text-decoration: none;
}

a:hover, a:active {
	color:#555555;
	text-decoration: none;
}

h1{
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 50px;
}

h1 a{
	color: #8EC63F;
	text-decoration: none;
}

h1 a:hover{
	color: #555;
	background: url(titleline.gif) repeat-x center bottom;
}

h4 {
	font-size: 15px;
	font-weight: bold;
}


h4.dtitle {
	margin-top: 35px;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
	cursor: help;
	letter-spacing: 0.7px;
	font-size: 14px;
}

strong {
	font-weight: bold;
}

small, sup, li.footnote {
	color: #666;
	font-size: 12px;
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
}

hr {
	border: 1px solid #C3C3C3;
}

input, textarea {
	border: 1px solid #CCC;
}

textarea {
	margin-top: 2px;
}

/* Content */
.top {
	width: 670px;
	margin: 0 auto;
	margin-top: 60px;
}

.top ul {
	text-align: left;
	list-style: none;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 4px;
	margin-top: 2px;
	display: block;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	height: 16px;
}

.top ul li {
	display: inline;
	margin-right: 5px;
}

.top ul li a {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Arial", sans-serif;
	font-weight: bold;
}

.top ul li a:hover {
	text-decoration: line-through;
}

.wrapper {
	background: url(line.gif) repeat-y;
	width: 670px;
	margin: 20px auto 60px auto;
}

.content {
	float: left;
	text-align: left;
	width: 460px;
	margin-right: 5px;
	padding-right: 15px;
}

/* Entry */
.entry {
	margin-bottom: 15px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 3px;
}

.entry h2, .entry h2 a {
	color: #BCB670;
	text-decoration: none;
	font-size: 25px;
}

.entry h2 a:hover {
	color: #2F2D38;	
}

.entry_content {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 170%;
	font-family: "NanumGothic", "NanumGothicOTF", "Trebuchet MS", "Lucida Grande", sans-serif;
}

.entry_content a {
	font-size: 13px;
	color: #669933;
	text-decoration: none;
}

.entry_content a:visited {
	color: #772244;
}

.entry_content a:hover {
	text-decoration: underline;
}

.entry_content small a, .entry_content sup a, li.footnote a {
	color: #669933;
	text-decoration: none;
	font-size: 12px;
}

.entry_content img {
	border: 1px solid #ced4ca;
	padding: 3px;
	margin: 0;
}

.entry_content p {
	margin-bottom: 10px;
}

.entry_content ul {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 13px;
}

.entry_content ul li {
	margin-bottom: 4px;
}

.entry_content ol {
	margin-left: 30px;
	margin-bottom: 0;
	margin-right: 30px;
	margin-top: 0;
	font-size: 13px;
}

.entry_content ol li {
	margin-bottom: 4px;
}

.entry_content div.tag_cloud a {
	color: #555;
}

p.entry_meta {
	font-size: 12px;
}

p.entry_meta a {
	color: #2F2D38;
	font-size: 12px;
	text-decoration: none;
}

p span.entry_meta {
	font-size: 12px;
}

p span.entry_meta a {
	color: #2F2D38;
	font-size: 12px;
	text-decoration: none;
}

span.entry_meta {
	text-transform: lowercase;
}

div.entry_meta {
	padding: 5px;
	margin-bottom: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #dee4da;
	background-color: #F3F3F3;
	color: #2F2D38;
	font-size: 12px;
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
}

div.entry_meta a {
	color: #2F2D38;
	font-size: 12px;
	text-decoration: none;
}

div.entry_meta a:hover {
	color: #754F49;
}

.navipost span {
	margin-right: 10px;
	font-size: 12px;
}

.navipost a {
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	color: #333;
}

.navipost a:hover {
	color: #666;
}

.navigation span {
	margin-right: 10px;
	font-size: 16px;
}

.navigation a {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
}

.post {
	border-bottom: 1px solid #DDD;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.entry {
	margin-bottom: 15px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 3px;
}

/* Comments */

h3#respond {
	font-size: 16px;
	margin-top: 10px;
}

.commentlist li {
	font-size: 13px;
}

.commentlist li ul li {
	font-size: 13px;
}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
}

.commentlist cite {
	font-style: normal;
	font-size: 16px;
}

.commentlist cite a {
	color: #2F2D38;
	text-decoration: none;
	font-size: 16px;
}

.commentlist cite a:hover {
	color: #754F49;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
	text-transform: lowercase;
	font-size: 12px;
}
	
.alt {
	margin: 0px;
	padding: 10px;
}

.commentlist {
	margin: 0px;
	padding: 0px;
}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
}

.commentlist li {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 10px;
	padding: 0px;
}

.commentlist p a {
	font-size: 13px;
	color: #669933;
	text-decoration: none;
}

.commentlist p a:visited {
	color: #772244;
}

.commentlist p a:hover {
	text-decoration: underline;
}
	
.children { 
	margin: 0px;
	padding: 0px;
}
	
.reply {
	display: none;
	text-align: right;
	padding-right: 10px;
	text-transform: lowercase;
}

.reply a, .reply a:visited {
	color: #2F2D38;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	text-decoration: none;
}
	
.reply a:hover {
	color: #754F49;
	text-decoration: none;
}

.commentmetadata {
	font-size: 11px;
	margin: 0px;
	display: block;
}

.commentmetadata a {
	color: #2F2D38;
}

.commentnavi {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 13px;
}

.commentnavi a {
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	color: #333;
}

.commentnavi a:hover {
	color: #666;
}
	
.commentalignright {
	float: right;
}

.commentalignleft {
	float: left;
}
	
.thread-alt {
	background: #F3F3F3;
	margin: 0px;
	padding: 0px;
}
	
.thread-even {
	background: #F3F3F3;
	margin: 0px;
	padding: 0px;
}
	
.depth-1 {
	border: 1px dotted #dee4da;
	margin: 0px;
	padding: 0px;
}

.even, .alt {
	border-top: 1px solid #dee4da;
	border-bottom: 1px solid #dee4da;
	border-left: 1px solid #dee4da;
	margin: 0px;
	padding: 0px;
}

.comment_textform {
	font-size: 13px;
	width: 460px;
	margin-bottom: 5px;
}

/* Sidebar */
#sidebar {
	text-align: left;
	list-style-type: none;
	float: right;
	width: 180px;
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 12px;
}

#sidebar img {
	border: 1px solid #ced4ca;
	padding: 3px;
	margin: 5px 0 5px 0;
}

#sidebar h2.widgettitle {
	font-size: 18px;
	margin-bottom: 5px;
	color: #333;
}

#sidebar li.widget {
	list-style-type: none;
	margin-bottom: 15px;
}

#sidebar li.widget ul {
	list-style: none;
}

#sidebar li.widget ul li {
	font-size: 12px;
	line-height: 18px;
}

#sidebar li.widget ul li a {
	color: #555;
	text-decoration: none;
	font-size: 12px;
}

#sidebar li.widget ul li a:hover {
	color: #754F49;
}

#sidebar li.widget_tag_cloud, #sidebar li.yg_tags_widget {
	letter-spacing: 0px;
	line-height: 18px;
	word-spacing: 0px;
}

#sidebar li.widget_tag_cloud a, #sidebar li.yg_tags_widget a {
	color: #555;
}

#sidebar abbr {
	font-size: 12px;
}

#sidebar acronym {
	font-size: 12px;
}

/* Clear */
.clear {
  clear: both;
}

/* Footer */
.foot {
	clear: both;
	height: 25px;
	background-color: #333;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
}

.foot a {
	font-size: 12px;
	text-decoration: none;
	color: #8EC63F;
}

/* Misc */
body img.wp-smiley {
	border: none;
	margin: 0;
}

object.daumview {
	margin-left: 30px;
}


