/*
Theme Name: ltlblg
Theme URI: http://ltlblog.com/theme
Description: A super lightweight theme, incorporating asides. Can be used for a tumblelog.
Version: 0.3
Author: anon.
Author URI: http://ltlblog.com/
Tags: blue, whitespace, fixed width, one column, asides, tumblelog

Based on the Wordpress classic theme, and released under the same GPL license.

*/

/*----------------------------------------------------
STYLING OF THE MAIN POST LINKS.

-----------------------------------------------------*/

a { /* Controls the styling of links within blog posts.*/
	color: #003366;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a:visited { /* You can specify a different style for visited links. By default the style is the same. */
	color: #003366;
}

a:hover { /* Controls the styling of post links when the mouse hovers over them. */
	border-bottom: 1px dotted #707070;
}

a img {
	border: none;
}

/*----------------------------------------------------
BACKGROUND & WRAPPER

-----------------------------------------------------*/


/*----------------------------------------------------
BLOG TITLE, PAGES LIST, ADMIN LINK, AND RSS ICON LINK.

-----------------------------------------------------*/

#header {
	font-size: 80%;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 15px 00px 20px
}

#header a { /* This removes any underlines from the header links. We later add back in a feint line under the title and pages links. */
	border: none;
}

#title {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: inline;
}

#title a, #title a:visited { /* Styling for the blog's name at the top of the page (e.g. ltlblg) */
	color: #353535;
	text-decoration: none;
	border-bottom: 1px solid #f8f8f8;
}

#header ul { /* This is the unordered list into which the Pages links go. */
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;

}

#header li {
	display: inline;
}

#header li a, #header li a:visited { /* Styling for the Pages links. */
	color: #aaa;
	text-decoration: none;
	border-bottom: 1px solid #f8f8f8;
}

#header a:hover {
	color: #202020;
}

#admin, #rss { /* Styling for the "site admin" link and rss icon. Remember, the "site admin" link is show only to an administrator who is logged in; it is invisible to regular users unless you enable "Anyone can register" under settings, in which case it will read "register". */
	float: right;
	padding-left: 7px;
	text-transform: lowercase; /* Remove this to have the words "site register" capitalised. */
	display: inline;
	border: none;
}

#rss img {
	padding-top: 3px;
}

/*----------------------------------------------------
STYLING OF POST TEXT.

-----------------------------------------------------*/

blockquote {
	border-left: 1px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

q {
	background: white url(quote-1.png) top left no-repeat;
	padding-left: 27px;
	font-size: 150%;
	font-weight: bold;
	color: #333;
}

q:before, q:after { 
	content: "";
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
	border: none;
	color: #202020;
}

h2 {
	font: 95% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin: 10px 0 2px 0;
	padding-bottom: 2px;
	font-weight: normal;
}

h3 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin-top: 0;
	font-weight: normal;
}

p, li, .feedback {
	font: 80%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	/*letter-spacing: -1px;*/
}

/*----------------------------------------------------
STYLING  THE META INFORMATION AT THE BOTTOM OF EACH POST.

-----------------------------------------------------*/
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	color: #bbb;
	font-size: 11px;
	margin: 10px 0 0 0;
}		

.credit a:hover {
	color: #404040;	
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .7em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 25px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #bbb;
	font-weight: normal;
	letter-spacing: 0;
	text-decoration: none;
}

.meta a {
	border: none;
}

.meta a:hover {
	color: #303030;
}

.tagstext {
	color: #ccc;
}

/*----------------------------------------------------
COMMENTS STYLING.

-----------------------------------------------------*/
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #aaa;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist {
	margin-left: 0;
	padding-left: 0;
}

#commentlist li {
	background: #EAF5FE url(commentcurl.png) top left no-repeat;
	padding-left: 28px;
	font-size: 95%;
	list-style-type: none;
	margin-bottom: 25px;
}

.avatar {
	background: white;
	float: right;
	margin: 4px;
	border: 1px solid #fff;
}

.comment-meta {
	clear: both;
}

cite {
	font-size: 90%;
	font-style: normal;
	color: #606060;
}

/*-------------------------------
MISC.

---------------------------------*/
.credit a {
	color: #808080;
}

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

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

acronym, abbr {
	cursor: help;
}

