/*
Theme Name: ltlblg (night colours)
Theme URI: http://ltlblog.com/theme
Description: A super lightweight theme, incorporating asides. Can be used for a tumblelog.
Version: 0.5
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: #829aa4;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	border-color: #464a50;
}

a:visited { /* You can specify a different style for visited links. By default the style is the same. */
	color: #829aa4;
}

a:hover { /* Controls the styling of post links when the mouse hovers over them. */
	color: #96b1bd;
	border-bottom: 1px dotted #707070;
}

a img {
	border: none;
}

/*----------------------------------------------------
BACKGROUND & WRAPPER

-----------------------------------------------------*/

html { /* Changes the color of the "background" behind the "white page" in the centre. */
	background: #161e23;
}

body { /* Styles the "white page" in which all the content is displayed. */
	background: #202B32;
	border: 1px solid #3d3e45;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;   Remove comment to make page corners rounded.*/
	color: #edf3fa;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 30px auto;
	padding: 25px;
	width: 500px;
}

/*----------------------------------------------------
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: #dfdfdf;
	text-decoration: none;
	border-bottom: 1px solid #f8f8f8;
	border-color: #2e3037;
}

#title a:hover { 
	color: #f2f2f2;
	border-color: #474a55;
}

#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: #a19eab;
	text-decoration: none;
	border-bottom: 1px solid #2e3037;
}

#header li a:hover {
	color: #b9bbc7;
	border-color: #474a55;
}

#admin, #styleicons, #rssicon { /* Styling for the "site admin" icon and rss icon. Remember, the "site admin" icon is show only to an administrator who is logged in; it is invisible to regular users unless you enable "Anyone can register" under settings. */
	float: right;
	text-transform: lowercase; /* Remove this to have the words "site register" capitalised. */
	display: inline;
	border: none;
}

#admin a {
	display: block;
	width: 17px;
	height: 18px;
	padding-right: -17px;
	text-indent: -25px;
	overflow:  hidden;
	background: transparent url(images/key.png) right 1px no-repeat;
	margin-right: 1px;
}

#rssicon {
	padding:  3px 0 0 1px;
}

#styleicons {
	padding-top: 1px;
}

#styleicons img {
	padding-left: 0px;
}

/*----------------------------------------------------
STYLING OF POST TEXT.

-----------------------------------------------------*/

.twitterpost {
	background: transparent url(images/twitter-light.png) top left no-repeat;
	padding: 0 0 10px 42px;
}

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: url(quote-1.png) top left no-repeat;*/
	
	padding-left: 7px;
	font: bold 150% Georgia, "Times New Roman", Times, serif;
	color: #ddd;
}

q:before, q:after {
	color: #1a1a1a;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
}

q:before {
	content: "“";
	font-size: 170%;
	padding-right: 3px;
	line-height: 0.3;
}

q:after { 
	content: "„";
	font-size: 180%;
	padding-left: 7px;
	line-height: 0.3;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
	border: none;
	color: #edf0fb;
}

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;
	text-align: left;
	/*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: #efefef;
	font-size: 11px;
	margin: 10px 0 0 0;
}		

.credit a:hover {
	color: #767783;	
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .7em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 25px;
	border-color: #5a5a5a;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a, .tagstext {
	color: #303647;
	font-weight: normal;
	letter-spacing: 0;
	text-decoration: none;
}

.meta a {
	border: none;
}

.meta a:hover {
	color: #686778;
}

a.twitterlink {
	color: #414a61;	
}

/*----------------------------------------------------
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: #243240;
	padding-left: 8px;
	font-size: 95%;
	list-style-type: none;
	margin: 0 0 25px 0;
	border: 1px solid #363f47;
}

li.alt-comment {
	background: #202a35;
	border: 1px solid #192229;

}

.avatar {
	background: white;
	float: right;
	margin: 4px;
	border: 1px solid #fff;
}

.comment-meta {
	clear: both;
}

cite {
	font-size: 90%;
	font-style: normal;
	color: #444751;
}

/*-------------------------------
MISC.

---------------------------------*/
.credit a {
	color: #5c616f;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

