/*
THEME NAME: Tap Tap Blog
THEME URI: http://www.taptapblog.com/
DESCRIPTION: An awesome blog design. For WordPress 2.6.x.
VERSION: 1.0
AUTHOR: Ernest Liu
AUTHOR URI: http://www.pixelsage.com/
TAGS: tapulous tap revenge pixel sage pixelsage
*/

body {
	margin: 0;
	background-color: #33383f;
	font-family: "Trebuchet MS", "Helvetica Neue", Verdana, sans-serif;
	color: white;
}

a {
	color: #9fc3f5;
	text-decoration: none;
}

p {
	margin: 0;
}

img {
	border: 0;
}

a:hover {
	text-decoration: underline;
}

#header {
	position: relative;
	width: 100%;
	height: 163px;
	background: transparent url('images/headerBackdrop.jpg') repeat-x;
	text-align: center;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	margin-top: 30px;
}

#sidebar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	text-align: right;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 16px;
}

#sidebar a {
	text-transform: uppercase;
}

#sidebar .spacing {
	height: 45px;
}

#sidebar .copy {
	letter-spacing: 0px;
}

#content {
	position: absolute;
	top: 0px;
	padding-bottom: 20px;
	right: 0px;
	width: 640px;
	text-align: left;
}

.post {
	position: relative;
	margin-bottom: 20px;
	min-height: 110px;
}

.post .title {
	margin-bottom: 10px;
	padding: 6px 0px 6px 110px;
	font-size: 16px;
}

.post .title.titleGreen {
	background-color: #5eab54;
}

.post .title.titleOrange {
	background-color: #de984c;
}

.post .title.titleRed {
	background-color: #b85656;
}

.post .title.titlePurple {
	background-color: #8554ab;
}

.post .title.titleBlue {
	background-color: #546fab;
}

.post .title a {
	color: white;
}

.post .meta {
	position: absolute;
	top: 41px;
	left: 0px;
	width: 90px;
	text-align: right;
}

.post .meta a {
	color: white;
	line-height: 24px;
	font-size: 12px;
	font-style: italic;
}

.post .entry, .indent {
	margin-left: 110px;
	width: 530px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #bfbfbf;
	font-size: 12px;
	font-family: "Century Gothic", sans-serif;
}

.post .entry p {
	margin-bottom: 22px;
}

input {
	border: 0;
	padding: 4px;
	margin: 0 0 10px 0;
	-webkit-border-radius: 4px;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(0, #ffffff), color-stop(1, #dcdcdc));
}


input#submit {
	background: -webkit-gradient(linear, right bottom, right top, color-stop(0, #dcdcdc), color-stop(1, #ffffff));
}

input#submit:hover {
	background: -webkit-gradient(linear, right bottom, right top, color-stop(0, #ffffff), color-stop(1, #ffffff));
	background-color: white;
	color: black;
}

input#submit:active {
	background: -webkit-gradient(linear, right bottom, right top, color-stop(0, #ffffff), color-stop(1, #dcdcdc));
	background-color: gray;
}

textarea#comment {
	width: 400px;
	border: 0;
	padding: 0;
	margin: 0 0 10px 0;
	-webkit-border-radius: 4px;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(0, #ffffff), color-stop(1, #dcdcdc));
}

.nav {
	height: 14px;
	margin-bottom: 10px;
	padding: 8px 16px 6px 110px;
	background-color: #2e3339;
	font-size: 10px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.commentStrip {
	height: 14px;
	margin-bottom: 10px;
	padding: 8px 16px 8px 110px;
	background-color: #2e3339;
	font-size: 14px;
}

.commentlist {
	position: relative;
	padding-left: 90px;
	margin-left: 0px;
	min-height: 110px;
}

.commentlist li {
	position: relative;
	font-size: 12px;
	padding-left: 20px;
	background-position: 0px 8px;
	background-repeat: no-repeat;
	background-image: url(http://www.taptapblog.com/blog/wp-content/themes/taptapblog/images/commentBubble.png);
	list-style: none;
}

.commentlist li.authorComment {
	background-image: url(http://www.taptapblog.com/blog/wp-content/themes/taptapblog/images/authorCommentBubble.png);
}

.commentlist .entry {
	/*margin-left: 110px;*/
	width: 530px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #bfbfbf;
	font-size: 12px;
	font-family: "Century Gothic", sans-serif;
}

.commentlist .comment-meta {
	position: absolute;
	top: 0px;
	width: 90px;
	text-align: right;
}

.commentlist .comment-meta a {
	color: white;
	line-height: 24px;
	font-size: 12px;
	font-style: italic;
}

.commentlist .author {
	color: white;
}

.commentlist .entry p, .commentlist label, .commentlist small {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

form p {
	vertical-align: middle;
}

.page .post .title {
	padding-left: 10px;
}

.page .post .entry {
	margin-left: 10px;
	width: 630px;
}

#content h2 {
	margin: 0 0 10px 10px;
	font-size: 16px;
	color: #bfbfbf;
	font-style: italic;
	font-weight: bold;
}

.boxed {
	background-color: #2d3238;
	border: 1px solid #3f454e;
	padding: 8px;
	margin: 8px;
	/*letter-spacing: 0;*/
	font-weight: bold;
	font-family: "Arial Rounded MT Bold", Arial, Sans-Serif;
}

.yarr span {
	-webkit-border-radius: 4px;
	padding: 0px 4px;
	background-color: #2e3339;
}

.yarr span:hover {
	background-color: #24282e;
}

.yarr span:active {
	background-color: #000000;
}









