/*
Theme Name: TweetPress
Theme URI: http://gabrieljones.com/tweetpress
Description: WordPress theme based on <a href="http://twitter.com/">Twitter</a>.
Version: 3.0
Author: Gabriel Jones
Author URI: http://gabrieljones.com/
Tags: fixed-width, one-column, widgets

	TweetPress v3
	http://gabrieljones.com/tweetpress

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', sans-serif;
	color: #333;
	text-align: center;
}

#page {
	margin: 1em auto;
	text-align: left;
	font-size: 1.3em;
	width: 580px;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img, fieldset {
	border: none;
	outline: none;
}
ul, ol {
	list-style: none;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
*+html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.wrapper {
	padding: 6px;
	background: rgba(255,255,255,0.325);
	margin-bottom: 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.meta {
	display: block;
	color: #999;
	font-size: 11px;
	margin-top: 2px;
}

/* HEADER STYLES BEGIN */
#header {
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.logo {
	float: left;
	padding-left: 11px;
}
.logo h1 {
	font-size: 1.6em;
	padding: 2px;
}
.top-navigation {
	float: right;
	padding-right: 11px;
}
.top-navigation li {
	display: inline;
}
.top-navigation a {
	padding: 8px 4px;
	font-size: 0.9em;
	line-height: 2.6em;
}
/* HEADER STYLES END */

/* PROFILE STYLES BEGIN */
#profile {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
#profile table {
	padding: 15px 20px 10px;
}
#profile td {
	vertical-align: top;
}
.page-navigation {
	background: rgba(255,255,255,0.9);
	padding-left: 20px;
	margin-bottom: 5px;
	display: none;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.page-navigation li {
	display: inline;
}
.page-navigation > li > a {
	padding: 8px 17px 8px 0px;
	line-height: 2.4em;
}
.label {
	font-weight: bold;
}
.about li {
	margin-bottom: 2px;
}
#bio {
	overflow: hidden;
	width: 190px;
	word-wrap: break-word;
}
td.middle {
	padding: 0 3px 0 22px;
}
.profile-title {
	font-size: 1em;
	margin-bottom: 5px;
}
.following-list {
	width: 190px;
}
.following-list li {
	display: inline;
}
.stats li {
	display: inline-block;
	margin-right: 3px;
}
.stats .numeric {
	font-size:13px;
	display: block;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
	color: #333;
}
.stats .label {
	font-size:0.9em;
	text-transform:lowercase;
	font-weight: normal;
}
.custom-search {
	margin: 12px 0;
}
.search-input {
	
}
.search-submit {
	-moz-border-radius: 0 3px 3px 0;
	background-color:#eee;
	background-position:center top;
	border: 1px solid #b4b4b4;
	cursor:pointer;
	padding:0.4em 0.9em;
	background:transparent url('images/nav-search-submit.png') repeat scroll -2px 0 !important;
	margin-left:-4px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
.search-input {
	border-color: #b4b4b4 #ccc #ccc #b4b4b4;
	border-style: solid none solid solid;
	border-width: 1px 0 1px 1px;
	font-size: 1em;
	padding: 0.4em;
	width: 66px !important;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.search-input {
		padding:5px 0 !important;
		width: 77px !important;
	}
}
.social-icons li {
	display: inline;
	padding: 1px;
}
/* PROFILE STYLES END */

/* CONTENT STYLES BEGIN */
#content {
	background: rgba(255,255,255,0.9);
	padding: 30px 25px;
}
.latest-status {
	position:relative;
	margin-bottom:20px;
}
.latest-status span.entry-content {
	font-size:2em;
}
.latest-status span.meta a {
	color:#999;
}
.latest-status span.meta a:hover {
	text-decoration:underline;
}
.timeline .post {
	padding: 10px 4px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.timeline .post:first-child {
	border-top: 1px solid #ddd;
}
.post-body {
	font-size: 1.3em;
}
ol.posts li:hover {background-color:#f7f7f7;}
ol.posts li:hover .actions-hover {visibility: visible;}
.actions-hover {bottom:8px;color:#999;float:right;font-size:11px;overflow:visible;padding-right:10px;position:absolute;right:0;visibility:hidden;}
.actions-hover li {display:block;float:left;padding:0 !important;}
.actions-hover li .comment-link, .actions-hover li .retweet-link, .actions-hover li .reply {display:block;float:left;line-height:16px;cursor:pointer;}
span.icon {background-image:url('images/sprite-icons.png');background-repeat:no-repeat;display:block;float:left;margin-left:8px;}
.actions-hover .reply-icon {height:15px;margin-right:1px;width:15px;}
.actions-hover .reply:hover .reply-icon {background-position: -16px 0;}
.comment-link:hover .comment-icon, .retweet-link:hover .retweet-icon {background-position: -192px 0;}
.comment-icon, .retweet-icon {background-position:-176px 0;height:16px;margin-right:2px;width:16px;}
/* CONTENT STYLES END */

/* MORE BUTTON STYLES BEGIN */
#pagination {
	margin:2em 0 1em;
}
.more {
	background: #fff url('images/more.gif') left top repeat-x;
	border-color: #ddd #aaa #aaa #ddd;
	border-style: solid;
	border-width: 1px;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	height: 22px;
	line-height: 1.5em;
	margin-bottom: 6px;
	padding: 6px 0;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
	width: 100%;
}
.more:hover {
	text-decoration:none !important;
}
/* MORE BUTTON STYLES END */

/* SINGLE/PAGE STYLES BEGIN */
.pagetitle {
	font-size:1.7em;
	margin-bottom:10px;
	padding:0 0 3px;
}
.single .post {position:relative;}
.page .entry, .single .entry {padding:10px 3px;border-top:1px solid #efefef;font-size:1.2em;}
.page .entry p, .single .entry p {line-height:1.5em;margin-bottom:1.2em;}
.single .entry .postmetadata {padding:15px 0;color:#888;margin:0;}
.single .entry img {padding:4px;border:1px solid #f8f8f8;background:#fbfbfb;}
.single .entry-meta {font-size:11px;margin:0 0 5px 0 !important;color:#999;}
.single .pagetitle {margin:0 !important;padding:0 !important;}
.single .timestamp {font-size:11px;color:#999;}
.single .entry object {display:block;margin:auto;padding:4px;background:#f9f9f9;border:1px solid #efefef;}
.single .entry ul {list-style:outside;margin-left: 14px;}
.single .entry ol {list-style:decimal;margin-left:18px;}
.single .entry blockquote {display:block;margin:auto;padding:0 20px;color:#888;}
/* SINGLE/PAGE STYLES END */

/* COMMENTS STYLES */
.commentlist {list-style: none;padding-bottom: 1em;font-size:14px;}
li.trackback  p {display: none;}
.commentlist > li {border-bottom: 1px solid #efefef;padding: 1em 0.25em;}
.commentlist > li:first-child {border-top: 1px solid #efefef;}
.commentlist > li:hover {background:#f7f7f7;}
.commentlist > li.comment p {line-height: 1.4em;color: #666;display:block;margin:0 0 0 64px;}
.commentlist .fn {font-weight:bold;margin-left:1px;}
.avatar {margin-right: 1.1em;float: left;width: 48px;height: 48px;}
cite.fn {font-style: normal;}
.single .actions-hover {visibility:visible;top:35px;padding:0;}
.comment-meta {font-size: 0.8em;margin:0.2em 0 0.3em 2px;margin-bottom:0.3em;display:block;color: #999;}
.comment .comment-meta {margin-left:65px;}
.comment-meta a {color: #999 !important;}
a.comment-edit-link {color: #0000ff;}
.says { display: none; }
#respond {padding: 1em 0;}
#comments {padding: 2em 0 0.6em 0;}
#author, #email, #url {width: 320px;}
#comment {width: 510px;}
#author, #email, #url, #comment {border: 1px solid #bbb;padding: 4px;}
#respond p {margin: 0.65em 0;}
#respond input, #respond textarea {font-family: Arial;font-size: 1.1em;}
#respond label {color: #888;}
#submit, #update-submit {border: 0 none;background-image: url('images/round-btn.gif');color: #999;width: 115px;height: 32px;}
.showall {float:right;position:relative;top:-26px;font-size:11px;display:none;}
.showall-icon {background-position:-64px -32px;height:13px;margin-right:4px;width:15px;}
.showall:hover .showall-icon {background-position:-80px -32px;}

/* SIDEBAR STYLES */
#sidebar {
	padding: 10px 20px;
}
.widget {
	float: left;
	width: 170px;
}


/* FOOTER STYLES BEGIN */
#footer {
	background:#fff;
	line-height:1;
	padding:8px 0;
	text-align:center;
	white-space:nowrap;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#footer li {
	display:inline;
	padding:0 4px;
}
#footer a:hover {
	text-decoration:underline;
}
/* FOOTER STYLES END */
