/*
Theme Name: Lasttweet Default
Theme URI: http://Lasttweet.com/
Version: 1.6
Author: Oskar Krawczyk
*/

hr,
#sidebar {
	display: none;
}

body {
	background: #F9F9F1 url(http://lasttweet.com/static/img/body.jpg);
	color: #333;
	font-family:  "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
	color: #0092E5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, p, ul, ol, li, fieldset, form {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
}

legend {
	display: none;
}

h1 {
	margin: 20px 0 0;
}

h1 a {
	display: block;
	background: url(http://lasttweet.com/static/img/logo.gif) 50% 0 no-repeat;
	height: 115px;
	text-indent: -9000em;
}

h2 {
	background: url(http://lasttweet.com/static/img/last-and-tweet.gif) 50% 0 no-repeat;
	height: 28px;
	text-indent: -9000em;
	margin: 0 0 40px 0;
}

h3 {
	font-size: 1.4em;
	margin: 0 0 10px;
}

input {
	width: 150px;
	position: relative;
}

input, select {
	font-size: 13px;
	position: relative;
}

.entry {
	margin: 0 0 10px;
}

#respond p {
	margin: 0 0 10px;
	overflow: hidden;
	height: 100%;
}

#page p.postmetadata {
	font-size: .8em;
}

#blog {
	background: url(http://lasttweet.com/static/img/blog.gif) 0 0 no-repeat;
	height: 41px;
	width: 103px;
	position: absolute;
	top: 0;
	right: -30px;
}

	#blog li,
	#blog li a {
		display: block;
		height: 41px;
		width: 103px;
	}
	
	#blog li a {
		text-indent: -9000em;
	}

#page {
	width:  675px;
	margin: 0 auto;
	position: relative;
}

#content {
	background: #fff url(http://lasttweet.com/static/img/block-bg.jpg);
	padding: 14px;
	margin: 0 0 20px 0;
}

	#content .post small {
		display: block;
		margin: 0 0 5px;
	}

	#content .entry p {
		line-height: 1.4em;
		margin: 0 0 9px;
	}
	
	#content .cm {
		border: solid 1px #D5D4D1;
		padding: 15px;
	}

#widget-modal {
	background: url(http://lasttweet.com/static/img/block-bg.jpg);
	padding: 14px;
	width: 400px;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -200px;
	opacity: 0;
}

	#widget-modal textarea {
		display: block;
		padding: 5px;
		width: 355px;
	}
	
#close-modal {
	position: absolute;
	top: -22px;
	right: 0;
	width: 60px;
	text-align: right;
	font-size: .9em;
	
}

#page-info {
	text-align: center;
	margin: 5px 0 0 0;
	font: 0.8em/1.4em "Lucida Grande", Helvetica, Arial, sans-serif;
}