/*  

Theme Name: Flippy
Theme URI: http://flipicz.com/blog
Description: A blog theme for Flipicz.com
Version: 1.0
Author: Thomas Bishop
Author URI: http://flipicz.com
Tags: Flipicz, Facebook, App, Blue, Turquoise

*/


/* =================== */
/* ! NEW FLIPIC FORM   */
/* =================== */

.post-container {
	margin: 0 0 25px 0;
}

.post-topper {
	background: url(images/post-title-bg.png) no-repeat top;
	height: 65px;
	width: 100%;
}

.post-breadcrumbs {
	padding: 23px 20px 0 25px;
	position: relative;
}

.title {
	height: 20px;
	overflow: hidden;
	padding: 0 0 0 70px;
	width: 547px;
}

.title:hover {
	opacity: 0.6;
}

.title-cover {
	background: url(images/title-cover.png) no-repeat left;
	height: 45px;
	position: absolute;
	right: 90px;
	top: 10px;
	width: 135px;
	z-index: 9;
}

.post-breadcrumbs .left a, .post-breadcrumbs .left h2, .post-breadcrumbs .right h2 {
	color: white;
	text-shadow: 0 1px 1px #000;
	text-decoration: none;
}

.read-more {
	position: absolute;
	right: 16px;
	top: 23px;
	z-index: 10;
}

.post-body-top {
	background: url(images/post-body-top.jpg) no-repeat top;
	height: 6px;
	width: 100%;
}

.post-body {
	background: url(images/post-body-mid.jpg) repeat-y top;
	height: auto;
	padding: 4px 25px 4px 25px;
	position: relative;
	width: 612px;
}

.post-body ul li {
	list-style: none;
}

.post-body-bot {
	background: url(images/post-body-bot.jpg) no-repeat bottom;
	height: 7px;
	width: 100%;
}

.post-body blockquote {
	background: url(images/blockquote-bg.jpg) repeat;
	border: 1px solid #E0E0E0;
	color: #000;
	line-height: 20px;
	padding: 18px 20px 1px 20px;
	text-align: justify;
	width: 568px;
}

.post-body pre {
	background: #EEEEEE;
	font-family: Lucida Console;
	line-height: 30px;
	padding: 18px 20px 10px 20px;
	text-align: justify;
	width: 568px;
}

.post-body img {
	border: 1px solid #B6B6B6;
	float: left;
	margin: 20px 30px 20px 20px;
	max-width: 100%;
	padding: 7px;
}

.addtoany_list {
	height: 35px;
}

.addtoany_list img {
	margin: 0;
	padding: 0;
} 

.post-body li img {
	
}

.post-bot {
	background: url(http://flipicz.com/images/new-fp-form-bot.png) no-repeat bottom;
	height: 8px;
	margin: 0 0 20px 0;
	width: 100%;
}

/* ============= */
/* ! DATESTAMP   */
/* ============= */

.datestamp {
	background: url(images/datestamp.png) no-repeat top;
	color: #4B4B4B;
	font-size: 16px;
	font-weight: bold;
	height: 64px;
	left: 20px;
	line-height: 18px;
	padding: 22px 15px 0 17px;
	position: absolute;
	text-align: center;
	text-shadow: 0px 1px 1px #FFF;
	top: 0px;
	width: 30px;
	z-index: 9;
}

/* =========== */
/* ! SIDEBAR   */
/* =========== */

.searchform-container {
	background: url(http://flipicz.com//images/new-fp-form-input-container-big.jpg) no-repeat top;
	height: 28px;
	width: 100%;
}

#s {
	background: none;
	border: 0px none;
	color: #A3A3A3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
	width: 95%;
}

#searchsubmit {
	
}

#new-sidebar li {
	list-style: none;
	margin: 0 0 0px 0;
}

#new-sidebar a:visited {
	text-decoration: none;
}

ul.archives a {
	text-decoration: none;
}

ul.archives a:hover {
	text-decoration: underline;
}

ul.metastuff a {
	text-decoration: none;
}

ul.metastuff a:hover {
	text-decoration: underline;
}

.cat-item a {
	text-decoration: none;
}

.cat-item a:hover {
	text-decoration: underline;
}

/* ============ */
/* ! COMMENTS   */
/* ============ */

.comment {
	clear: both;
	min-height: 100px;
}

.depth-2 {
	padding: 0 0 0 60px;
}

.depth-3 {
	padding: 0 0 0 60px;
}

.depth-4 {
	padding: 0 0 0 60px;
}

.depth-5 {
	padding: 0 0 0 60px;
}

.depth-6 {
	padding: 0 0 0 60px;
}

textarea#comment {
	width: 607px;
}

.comment-author {
	padding: 0px;
}

.cancel-reply {
	bottom: 362px;
	position: absolute;
	right: 30px;
}

.cancel-reply img {
	border: none;
	margin: 0;
	padding: 0;
}

.vcard {
	margin: 0 0 3px 0;
}

img.avatar {
	border: 1px solid #BEBEBE;
	height: 50px;
	margin: 0 10px 0 0;
	padding: 5px; 
	width: 50px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.reply {
	float: right;
	margin: -15px 0 0 0;
}

/* ================== */
/* ! SPECIAL STYLES   */
/* ================== */

.m-6t {
	margin: -6px 0 0 0;
}

.category-gray, .category-gray a:link {
	color: #7E7E7E;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 1px #FFF;
}

#new-sidebar .clear {
	clear: both;
	font-size: 12px;
	line-height: 22px;
}

#new-sidebar .clear a:link {
	text-decoration: none;
}

#new-sidebar .clear a:hover {
	text-decoration: underline;
}

/* =========== */
/* ! SHARING   */
/* =========== */

a.twit-share {
	background: url(http://flipicz.com/blog/wp-content/themes/flippy/images/twit-share.png) no-repeat;
	display: block;
	height: 50px;
	width: 50px;
}

a.fb-share {
	background: url(http://flipicz.com/blog/wp-content/themes/flippy/images/fb-share.png) no-repeat;
	display: block;
	height: 49px;
	left: 80px;
	position: absolute;
	top: 5px;
	width: 50px;
}