/* @override 
	http://localhost/blog/wp-content/themes/ltlblog/style.css
	http://ltlblg.com/wp-content/themes/ltlblog/style.css
	http://localhost/blog/wp-content/themes/ltlblog/style_1.css
*/

/*
Theme Name: ltlblg
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: #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

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

html { /* Changes the color of the "background" behind the "white page" in the centre. */
	background: #f9f9f9;
}

body { /* Styles the "white page" in which all the content is displayed. */
	background: #fff;
	border: 1px solid #ccc;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;   Remove comment to make page corners rounded.*/
	color: #000;
	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: #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 li a:hover {
	color: #202020;
}

#admin, #styleicons, #rssicon { /* 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;
	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 2px;
}

#styleicons {
	padding-top: 1px;
}

#styleicons img {
	padding-left: 0px;
}

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

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

.twitterpost {
	background: transparent url(images/twitter-dark.png) top left no-repeat;
	padding: 0 0 10px 42px;
}

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

q {
	/*background: url(quote-1.png) top left no-repeat;*/
	padding-left: 5px;
	color: #303030;
	font: bold 150% Georgia, "Times New Roman", Times, serif;
}

q:before, q:after {
	color: #ccc;
	font: bold Georgia, "Times New Roman", Times, serif;
}

q:before {
	content: "“";
	font-size: 170%;
	padding-right: 5px;
	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: #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;
	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: #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;
}

a.twitterlink {
	color: #838ea0;	
}

/*----------------------------------------------------
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: #f4f4f4;
	padding-left: 8px;
	font-size: 95%;
	list-style-type: none;
	margin: 0 0 25px 0;
	border: 1px solid #d5d5d5;
}

li.alt-comment {
	background: #e9e9e9;
	border: 1px solid #b9b9b9;

}

.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;
}

