/*
Theme Name: Twitterpated
Theme URI: http://borkweb.com
Author: Matthew Batchelder
Author URI: http://borkweb.com
Description: Theme with a healthy mix of Twitter Bootstrap and DeviantArt sweetness
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: light, white, one-column, two-columns, right-sidebar, fixed-width, flexible-width
*/

body {
	background: url(images/dust.png);
	padding-top: 60px;
}

h3.twitter a {
	background:url(images/twitter.png) no-repeat 100% 50%;
	color:#222;
	display:block;
	width:100%;
}

.hentry.post, 
.hentry.page {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;

	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	border-radius:         5px;

	-webkit-box-shadow: 0 2px 3px #ccc;
	-moz-box-shadow:    0 2px 3px #ccc;
	box-shadow:         0 2px 3px #ccc;
}

.hero-unit p {
	margin-top: 1em;
}

.gallery-container {
	margin: 1em 0;
	overflow: hidden;
}

.entry-header .entry-meta {
	color: #aaa;
	margin-bottom: 20px;
}

.entry-header .entry-meta a {
	color: #555;
}

.entry-header h1 {
	font-family: Georgia, serif;
}

.entry-content {
	overflow: hidden;
}

.entry-content .wp-caption,
.entry-content img {
	max-width: calc( 100% - 1rem );
}

.entry-content .wp-caption {
	border: 1px solid #f5f5f5;
	margin-left: .5rem;
	margin-right: .5rem;
}

.entry-content .wp-caption p {
	background: #f5f5f5;
	color: #999;
	font-style: italic;
	margin-bottom: 0;
	padding: 0.25rem;
}

.entry-content blockquote,
.entry-content p {
	line-height: 20px;
	margin-bottom: 20px;
}

.entry-content li {
	color: #333;
	line-height: 20px;
}

.hentry .comments-link,
.hentry .edit-link {
	display: inline-block;
	float: right;
}

.hentry .edit-link {
	margin-right: .5em;
}

.hentry .edit-link:after {
	content: '|';
	color: #ccc;
	margin-left: .5em;
}

.aligncenter {
	text-align: middle;
}

#tweets p {
	font-size: 14px;
	line-height: 18px;
}

#tweets ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#comments {
	margin-top: 20px;
}

.comment-form-comment label {
	display: block;
	float: none;
	text-align: left;
	width: auto;
}

#comment {
	width: 80%;
}

.comment-subscription-form label {
	float: none;
}

.comment-form label {
	margin-right: 1em;
	text-align: left;
	width: 50px;
}

.alignright {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}

.alignleft {
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}

code {
	background: #eee;
	border: 1px solid #ddd;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.syntaxhighlighter {
	border-radius: 3px;
	padding: 10px 0;
}
