/*
Theme Name: TweetPress
Theme URI: http://gabrieljones.com/tweetpress-twitter-style-wordpress-theme/
Description: WordPress theme based on the famous <a href="http://twitter.com/">Twitter</a>.
Version: 1.1.8
Author: Gabriel Jones
Author URI: http://gabrieljones.com/
Tags: custom-header, fixed-width, two-columns

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

*/

/* GLOBAL STYLES */
* { 
	margin: 0; 
	padding: 0; 
}
fieldset, img {
	border-color:transparent;
	border-width:0;
}
a {
	text-decoration: none;
	outline: none;
}
body {
	font-family:'Lucida Grande',sans-serif;
	font-size:0.75em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align:center;
	background-position:0 0;
	padding-top:0 !important;
}
#container {
	margin: 1em auto;
	position: relative;
	text-align: left;
	width: 763px;
	z-index: 1; 
}

td.column {
	padding:0;
	vertical-align:top;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


.round {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.round-right {
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.round-left {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

.columns { 
	margin-bottom: 15px; 
	width: 100%; 
	table-layout: fixed; 
}

/* HEADER STYLES */
.content-bubble-arrow {
	background-image:url(http://s.twimg.com/a/1263516095/images/arr2.gif);
	background-position:25px 0;
	background-repeat:no-repeat;
	margin-top:1em;
	padding-top:11px;
}
#header {
	text-align: right;
}
#logo {
	left:0;
	margin-top:-2px;
	position:absolute;
}

/* NAVIGATION STYLES */
.top_navigation {
	background-color:#FFFFFF;
	display:inline-block;
	padding:0 0.7em;
	white-space:nowrap;
}
.top_navigation > li {
	position: relative;
}
.top_navigation * {
	display: inline;
}
.top_navigation > li > a {
	border:1px solid transparent;
	display:inline-block;
	font-size:1.05em;
	padding:0.5em 0.15em;
}

.top_navigation > li > a:hover {
	text-decoration: underline;
}

/* CONTENT STYLES */
#content {
	background-color:#FFFFFF;
	width:564px;
}
.wrapper {
	padding:5px 10px 15px;
}
#content div.section {
	padding:6px 10px;
}
h2 {
	font-weight: normal;
}
.pagetitle {
	margin:3px 0 4px;
	padding:0 0 3px;
}
#content div.post {
	border-bottom:1px solid #EEEEEE;
	line-height:16px;
	padding: 10px 0 8px 3px;
	position:relative;
}
#content div.post p {
	margin-bottom: 0.7em;
	line-height: 1.5em;
}
#content ul.post-meta {
	font-size: 0.9em;
	color: #888;
	list-style: none;
}
#content ul.post-meta > li {
	display: inline;
	margin-right: 1em;
}
#content div.meta-tags, #content div.post-links {
	font-size: 0.9em;
	color: #777;
}
#content .entry {
	color: #444;
}
#content .post.first {
	border-top: 1px solid #EEEEEE;
}
div.post .entry {
	margin: 0.6em 0;
}
.single #content div.post {
	border: 0 none;
}
.single .post ol {
	margin: 0.25em 0 0.25em 17px;
}
.single .post ul {
	margin: 0.25em 0 0.25em 14px;
}
.single blockquote {
	font-style: italic;
	color: #888;
	margin: 0.5em 1.5em;
}
.single .post img.alignnone {
	
}
.single .postmetadata {
	background: #F4FFA6;
	padding: 0.8em;
	margin: 1em 0 0;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
}


/* COMMENTS STYLES */
.commentlist {
	list-style: none;
	padding-bottom: 1em;
}
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.comment p {
	line-height: 1.8em;
	color: #666;
}
.avatar {
	margin-right: 1.1em;
	float: left;
	width: 48px;
	height: 48px;
}
cite.fn {
	font-style: normal;
}
.comment-meta a {
	font-size: 0.8em;
	color: #999;
	margin-bottom: 0.3em;
}
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 {
	border: 0 none;
	background-image: url('images/round-btn.gif');
	color: #999;
	width: 115px;
	height: 32px;
}

/* PAGINATION (MORE BUTTON) STYLES */
#pagination {
	margin: 0.8em 14px;
}
#pagination a.more {
	background: #ffffff url('images/more.gif') left top repeat-x;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px;
	border-style: solid;
	height: 22px;
	width: 100%;
	line-height: 1.6em;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 6px 0;
}

/* SIDEBAR STYLES */
#sidebar {
	line-height: 1.2;
	width: 199px;
}
#side ul, #side ol {
	list-style: none;
}
#side {
	margin-bottom:30px;
	padding-top:0.5em;
	width:198px;
}
#side #profile {
	padding: 4px 13px 16px 13px;
}
#side .user_icon {
	padding:0 0 0.8em;
}
#side .user_icon > * {
	padding:0;
	vertical-align:middle;
}
#side .user_icon img {
	padding-right:0.8em;
	vertical-align:middle;
}
.side_thumb {
	height:31px;
	width:31px;
}
#side #me_name {
	font-family:Helvetica Neue,Helvetica,sans-serif;
	font-size:1.2em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1.2em;
	margin-top:0;
	position:absolute;
	color: #000;
}
#side #me_tweets {
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	margin-top:17px;
	position:absolute;
}
#side .stats {
	clear:both;
	float:none;
	margin:0;
	padding:0;
	position:relative;
}
#side .stats td {
	padding:0;
	vertical-align:top;
}
#side .stats .stats_count {
	display:block;
}
#side .stats td .numeric {
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
	color: #000;
}
#side .stats td .label {
	font-size:0.9em;
	text-transform:lowercase;
}
#side .stats td + td {
	padding:0 5px;
}
#side hr {
	border:0 none;
	display:block;
	height:1px;
	margin:0.5em 14px;
	opacity:0.7;
}

#dynamic_sidebar ul, #dynamic_sidebar div {
	margin: 0.15em 14px;
}

ul.sidebar_list li {
	padding-top:1px;
}
ul.sidebar_list li a {
	cursor:pointer !important;
	display:block;
	margin-right:-1px;
	outline: none;
	padding: 0.5em 0;
	/*padding:0.5em 0 0.4em 14px;*/
}

#primary_nav a {
	margin: 0 !important;
	padding:0.5em 0 0.4em 14px !important;
}

ul.categories {
	margin: 0 14px;
}
li.cat-item {
	display: inline;
}
li.cat-item a {
	display: inline !important;
	padding: 0.25em 0.3em 0 0 !important;
}
ul.following {
	margin: 4px 14px;
}
ul.following li {
	display: inline;
}
ul.following li a {
	display: inline;
	padding: 0;
}
ul.following li a img {
	padding: 0 2px 2px 0;
}

ul.sidebar_list li.current_page_item a {
	color: #333;
	font-weight: bold;
}
#side .about {
	margin-bottom:0.6em;
}
#side .about li {
	padding-bottom:3px;
}
#side .about .label {
	font-weight:bold;
}
#side .about li#bio {
	overflow:hidden;
	width:170px;
	word-wrap:break-word;
	font-weight:normal;
}
h3.section_title {
	font-size:1.05em;
	font-weight:normal;
	padding:0.2em 14px;
}
#side h3.collapsible {
	width: 152px;
	background: transparent url('images/toggle_up_dark.png') no-repeat scroll right center;
}
#side h3.collapsed {
	background: transparent url('images/toggle_down_dark.png') no-repeat scroll right center;
}

#custom_search {
	margin: 1px 0 3px;
	padding: 0.4em 0;
}
#s {
	border: 1px solid #aaa;
	border-width:1px 0 1px 1px;
	font-size:1em;
	padding:0.4em;
	width:130px;
	vertical-align: middle;
	margin:0.25em -3px 0.25em 12px;
}
#searchsubmit {
	padding: 0.4em 0.9em;
	border: 1px solid #aaa;
	background-position:center top;
	background: url('images/nav_search_submit.png') repeat scroll -1px 0;
	vertical-align: middle;
}
.rss {
	background: url(http://s.twimg.com/a/1263516095/images/rss.gif) left center no-repeat;
	margin: 0.7em 14px;
	padding: 0 0 0 19px;
	display: block;
	line-height: 1.6em;
}

/* FOOTER STYLES */
#footer {
	background:#FFFFFF none repeat scroll 0 0;
	line-height:1;
	margin-top:0.7em;
	padding:8px 0;
	text-align:center;
	white-space:nowrap;
	font-size: 0.9em;
}
#footer ul {
	list-style: none;
}
#footer ul > li {
	display: inline;
	margin: 0 4px;
}

/* ERROR PAGE STYLES */
.error404 #footer {
	background: transparent;
	text-align: left;
	padding-left: 15px;
	color: #888;
}
.error404 #content {
	width: 100%;
}
.error404 #content .wrapper {
	background: url('images/not-found.png') no-repeat scroll 565px 16px;
	padding: 10px 0;
}
.error404 #content h2 {
	font-size: 2.2em;
	font-weight: bold;
	margin: 5px 20px;
}
.error404 #content fieldset {
	background:#F1F1F1 none repeat scroll 0 0;
	border-color:#CCCCCC #FFFFFF #FFFFFF;
	border-style:solid;
	border-width:1px;
	margin:15px 20px 10px;
	padding:15px;
	width:500px;
}
.error404 #content fieldset label {
	clear:both;
	color:#666666;
	display:block;
	margin:0;
	padding:0 0 10px;
}
.error404 #content input.medium {
	border:1px solid #CCCCCC;
	margin:0;
	padding:5px;
	vertical-align:middle;
	width: 200px;
}
.error404 #content input.btn {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:#DDDDDD url('images/bg-btn.gif') repeat-x scroll 0 0;
	border-color:#DDDDDD #DDDDDD #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333333;
	font-family:"Lucida Grande",Sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:14px;
	margin:0;
	overflow:visible;
	padding:4px 10px 5px;
	text-shadow:1px 1px 0 #FFFFFF;
	vertical-align:middle;
	width:auto;
}
