/*   
Theme Name: Hellotree
Description: A theme made my Tamisa K. of monologu.es for her own personal use. Please do not take!!
Author: Tamisa
Author URI: http://monologu.es/
*/

body {
	background: #D0D45B url('');
	color: #444444;
	font-family: "Arial", Helvetica Neue, Garamond, Georgia, Serif;
	font-size: 12px;
	line-height: 22px;
}

#wrapper {
	margin: 0px auto;
	width: 750px;
}

#sidebar {
        display: none;
}

.clear {
	clear:both;
}

a:hover {
	cursor: default;
}

h1 {
	font-size: 22px;
}

blockquote {
	font-family: Georgia, Sans-serif;
	font-size: 20px;
	color: #5E5F44;
	background: url(http://monologu.es/wp-content/themes/hellotree/quote.png) no-repeat;
	padding-top: 5px;
	padding-left: 70px;
	line-height: 22px;
	margin-left: 100px;
}

hr {
	clear:both;
	width:80%;
	height:1px;
	border:none 0;
	color:#A5A847;
	background-color: #A5A847;
}

/* Top Menu */

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #444444;
	text-align: center;
}

#top li, #top a {
	list-style: none;
	display: inline;
	font-family: Courier New;
	font-size: 16px;
	color: #848484;
	text-transform: uppercase;
     	text-decoration: none;
	padding-right: 20px;
}
	
#top a:hover {
	color: #A1A1A1;
}

/* Header */

#header {
	position: absolute;
	top: 70px;
}

/* Entries */

#content {
	position: relative;
	top: 120px;
	width: 750px;
}

#content img {
	border: 1px solid #444444;
	text-align: center;	
	background-color: #616161;
	padding: 5px;
	margin: 5px 10px 10px 0px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#content ul.stuff, #content ol.stuff {
        font-family: Courier New;
	color: #5E5F44;
}

#content a, #content a:visited {
	font-family: Georgia;
	color: #80815D;
	text-decoration: none;
	font-variant: normal;
}

#content a:hover {
	color: #5E5F44;
	text-decoration: none;
}

.top-entry {
	background: #E6EB56;
	padding:0px 10px 0px 10px;
	float: left;
}

.comment-no, .comment-no a, .comment-no a:visited, .comment-no a:hover {
	color: #E6EB56 !important;
	font-size: 48px !important;
	text-decoration: none;
	float: right;
}

.title a, title a:visited, .title a:hover {
	font-size: 30px !important;
	color: #444444 !important;
}

.italic {
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	font-variant: normal;
	color: #727272;
}
	
.meta {
	margin-top: -15px;
	margin-bottom: 15px;
	font-family: Georgia;
	font-size: 12px;
	font-variant: small-caps;
}

.words>p:first-child {
	font-family: Courier New;
	text-shadow: 1px 1px 1px #E6EB56;
	font-size: 18px;
	line-height: 28px;
}

/* Comments */
.comments-wrap { 
	width: 750px;
}

.comment-author .comment-text {
 	background-color: #E6EB56 !important;
}

.comment-author .comment-name a, .comment-author .comment-name a:visited, .comment-visitor .comment-name a,.comment-visitor .comment-name a:visited,.comments-wrap a, .comments-wrap a:visited {
	font-family: Georgia;
	font-size: 12px;
	color: #80815D;
	text-decoration: none;
	font-variant: normal;
}

.comment-author .comment-name a:hover, .comment-visitor .comment-name a:hover,.comments-wrap a:hover {
	color: #5E5F44;
	text-decoration: none;
}

.comment-author .gravatar, .comment-visitor .gravatar {
	display: none;
} 

.comment-author .comment-name, .comment-visitor .comment-name, .comment-author .comment-meta, .comment-visitor .comment-meta { 
	font-size: 12px;
	font-family: Georgia;
	font-style: italic;
}

.comment-text {
	background: none;
	padding: 5px;
}

/* Bottom */

#bottom {
	position: absolute;
	left: 0px;
	right: 0px;
	background: #444444;
}

#copy {
	text-align: center;
}

#copy a, #copy a:visited {
	color: #80815D;
	text-decoration: none;
}

#copy a:hover {
	color: #A1A277;
	text-decoration: none;
}

.bottom-text {
	width: 750px;
	margin: 0px auto;
	color: #848484;
	font-family: Arial;
	font-size: 12px;
}

.bottom-blurb {
	color: #848484;
	font-family: Courier New;
	font-size: 18px;
	line-height: 48px;
}

.bottom-title {
	color: #B0B444;
	text-decoration: none;
}

.green, .green a, .green a:visited, .green a:hover {
	font-size: 36px;
	color: #B0B444;
	text-decoration: none;
}

/* Bottom Columns */

#one, #two {
	position: relative;
	left: 0px;
	float: left;
	width: 225px;
	padding-right: 37px;
}

#three {
	position: relative;
	left: 0px;
	float: left;
	width: 225px;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages{
	list-style-type:none;
	margin:1.5em 0 2em 0;
	border-top:1px solid #585858;
}

ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li {
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #585858;
}

ul.dates .date {
	color: #80815D;
	padding:0 1.5em 0 0;
}

ul.counts .count {
	float:right;
	color: #80815D;
}

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a {
	color: #848484 !important;
	text-decoration:none;
}

ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{ 
	color: #9D9D9D;
}

/* Pagination */

#paging {
	position: relative;
	width: 750px;
}

/* Twitter */

#tweet {
	position: relative;
}

.tweet {
	font-family: Arial, serif;
	font-size: 12px;
	color: #444444; 
	width: 750px;
}

.tweet .tweet_list {
	-webkit-border-radius: .5em;
 	list-style-type: none;
 	margin: 0;
	padding: 0;
 	background-color: #E6EB56; 
}

.tweet .tweet_list li {
	overflow: hidden;
  	padding: .5em; 
}

.tweet .tweet_list li a {
 	color: #80815D;
	text-decoration: none; 
}
