/* @override 
	http://localhost:8888/wp-content/themes/tweetbook/style.css
	http://tweetbookapp.com/wp-content/themes/tweetbook/style.css
*/

/*
Theme Name: TweetBook
Theme URI: http://tweetbookapp.com/
Description: Theme for the best Twitter & Facebook app out there.
Version: 1.0
Author: Joshua Mauldin
Author URI: http://joshuamauldin.com/
*/

/* @group CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	
	
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #111;
	color: #333;
	text-align: center;
	}

#page {
	/*background-color: white;*/
	text-align: left;
	}

#content {
	font-size: 1.2em;
	background: #FEFCF6 url(images/content-top-bg.png) repeat-x top left;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

/*.top{
	display: none;
	height: 63px;
	background: url(images/content-top-bg.png) no-repeat;
	margin: 0 auto;
	width: 967px;
	position: relative;
	left: 1px;
}*/

.widecolumn .entry p {
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 20px;
	color: #333;
	padding: 20px;
	font-family: Georgia, "Times New Roman", serif;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 19px;
	line-height: 140%;
	text-align: left;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

	
h1 a{
	margin: 0 auto;
	background: url(images/tweetbook-logo.png) no-repeat;
	width: 322px;
	height: 63px;
	display: block;
	text-indent: -5000px;
}

#header p{
	font-size: .5em;
	background: url(images/tagline.png) no-repeat;
	text-indent: -5000px;
	display: block;
	text-align: center;
	width: 504px;
	height: 30px;
	margin: 0 auto;

}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #666;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	background: url(images/bg.jpg);
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 960px;
	overflow: hidden;
	}

#header {
	padding: 0;
	margin-bottom: 20px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	width: 960px;
	margin: 0 auto;
	/*padding: 20px 20px 40px 20px;*/
	/*padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;*/
	/*width: 450px;*/
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 20px 0;
	}

h2.pagetitle {
	margin-top: 0;
	/*text-shadow: 0px 1px #f0f0f0;*/
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	text-align: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style-image: url(images/list-item.png);
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	line-height: 140% !important;
	color: #333;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
/*#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}*/

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	clear: both;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


.home #content{
	display: block;
}

#content .alignleft{
	margin: 20px 0 20px 20px;
	width: 420px;
}

#content .alignleft p{
	width: 400px;
}

#content .alignright{
	margin: 20px 20px 20px 0;
}

.alignright h2{
	margin-left: 20px;
}

#content p{
	padding: 0;
}

#content .screenshots{
	width: 480px;
	text-align: left !important;
	position: relative;
	right: 5px;
	/*left: 4px;*/
}

#content .screenshots li{
	/*display: inline;*/
	float: left;
	list-style: none;
	margin: 7px 4px 8px 4px;
	text-align: center;
	/*margin-right: 8px;
	margin-bottom: 8px;*/
	width: 112px;
	height: 112px;
}

h3{
	clear: both;
	margin: 20px 0;
}

/* @group Animations */

@-webkit-keyframes comingsoon{
	0%{
	opacity: 0;
	-webkit-transform: scale(.85);
	}
	50%{
	opacity: 0;
	-webkit-transform: scale(.85);
	}
	90%{
	-webkit-transform: scale(1.05);
	}
	100%{
	opacity: 1;
	-webkit-transform: scale(1);
	}
}

.div-contact{
       -webkit-animation-name: comingsoon;
       -webkit-animation-duration: 1s;
       -webkit-animation-iteration-count: 1;
       -webkit-animation-direction: alternate;
}

@-webkit-keyframes pulse {
 0% {
   opacity: 1.0;
 }
 33% {
   opacity: 0.75;
 }
 67% {
   opacity: 0.25;
 }
 100% {
   opacity: 1.0;
 }
      }
      
@-webkit-keyframes screenshot{
	0% {
	top: 0px;
	}
	33% {
	top: 5px;
	}
	66%{
	top: -5px;
	}
	100%{
	top: 0;
	}
}

@-webkit-keyframes screenshot2{
	from{
	top: 0;
	opacity: 1;
	}
	to{
	top: -5px;
	opacity: .9;
	}
}

@-webkit-keyframes screens{
	from{
	top: 10px;
	opacity: 0;
	}
	to{
	top: 0;
	opacity: 1;
	}
}

.screenshots{
       -webkit-animation-name: screens;
       -webkit-animation-duration: .4s;
       -webkit-animation-iteration-count: 1;
       -webkit-animation-direction: alternate;
       position: relative;
       top: 0;
       opacity: 1;
}

/* @end */

.social{
	background: url(images/social-bg.png) no-repeat top center;
	border: 1px solid #ccc;
	width: 372px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 72px;	
	padding: 0 !important;
}

.social li{
	float: left;
	width: 49.5%;
	margin: 0 !important;
	padding: 0;
	text-align: center;
	height: 72px;
	list-style: none;
}

.social .twitter{
	border-right: 1px dotted #ccc;
	position: relative;
}

.social a{
	    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;

}

.social .twitter a{
	position: relative;
	top: 24px;
}
.hero{
	position: relative;
	left: 10px;
	z-index: 1;
}
      
.screenshots a img, .social a img{
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}


.screenshots img:hover, .social a img:hover{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	opacity: .8;
}

.social .facebook a{
	position: relative;
	top: 25px;
	display: block;
}

.social a:hover{
	/*-webkit-translate: (0,1px);
	-moz-translate: (0,1px);*/
}

span .post-edit-link{
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	padding: 8px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	margin-left: 10px;
}

.home #sidebar{
	margin: 40px auto 0 auto;
	width: 960px;
}

.home #sidebar h2{
	background: url(images/what-people-are-saying.png) no-repeat center;
	display: block;
	text-indent: -5000px;
	height: 24px;
	margin-bottom: 20px;
}

#sidebar .quotes{
		background: #FEFCF6 url(images/content-top-bg.png) repeat-x top left;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color: #333;
	display: block;
}

.home #sidebar .quotes ul{
	text-align: left;
}

.home #sidebar .quotes li{
	padding: 20px;
	float: left;
	width: 276px;
	display: block;
}

.quotes ul li .tweeter{
	background: url(images/twitter-icon.png) no-repeat;
	padding-left: 50px;
	height: 40px;
	font-size: 16px;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tweeter a{
	color: #4ac0c7;
	-webkit-transition: ease all .2s;
	-moz-transition: ease all .2s;
}

.tweeter a:hover{
	color: #28696e;
	text-decoration: none;
}

.tweeter small{
	display: block;
	font-size: 12px;
}

.col1, .col2{
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.col3{
	border-bottom: 1px dotted #ccc;
}

.bottom{
	border-bottom: none;
}

.quotes p{
	line-height: 140%;
}

/* ShareThis */

.stbutton{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #4AC0C7;
	-webkit-transition: ease all .2s !important;
	-moz-transition: ease all .2s !important;
}

.stbutton:hover{
	color: #28696e;
	text-decoration: none;
}

/* @group Contact Bubble */

.div-contact{
	position: absolute;
	top: 0;
	margin-top: -80px;
	margin-left: 765px;
}

.trigger{
	/*background: url(images/coming-in-april.png) no-repeat;*/
	/*display: block;*/
	/*text-indent: -5000px;*/
	height: 51px;
	width: 194px;
	position: absolute;
}

.trigger span{
	display: none;
}

.bubbleInfo {
	position: relative;
	width: 500px;
	z-index: 100;
}
.trigger:hover, .trigger:active {
	opacity: .9;
	position: relative;
	top: 1px;
}

.popup {
	position: absolute;
	display: none;
	z-index: 9999 !important;
	border-collapse: collapse;
	background: url(images/bubble.png) no-repeat;
	width: 314px;
}

.popup-content{
	background: #111;
	padding-bottom: 2px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.popup h3 {
	display: block;
	text-indent: -5000px;
	background: url(images/get-updates.png) no-repeat;
	width: 219px;
	height: 21px;
	margin: 0 auto;
	margin-top: 25px;
}

.popup .wpcf7 li{
	list-style: none;
	background: #fefcf6 url(images/contact-bg.png) top center repeat-x;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 95%;
	margin: 10px auto;
	height: 41px;
	/*margin: 2px 5px;*/
}

.label-container{
	border-right: 1px dotted #ccc;
	display: block;
	float: left;
	height: 40px;
	padding: 0 15px;
	margin-top: 1px;
}

.wpcf7 label{
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: 10px;
	color: #666;
}

.wpcf7 #your-email{
	background: none;
	border: none;
	width: 130px !important;
	float: left;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

.wpcf7 .submit{
	margin-top: 7px;
}

.popup h4{
	background: url(images/or-on.png) no-repeat center top;
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 15px;
	width: 61px;
	text-indent: -5000px;
}

.social-popup{
background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.49, rgb(21,21,21)),
    color-stop(0.53, rgb(47,47,47)),
    color-stop(0.85, rgb(89,89,89))
);
background:-moz-linear-gradient(
    center bottom,
    rgb(21,21,21) 49%,
    rgb(47,47,47) 53%,
    rgb(89,89,89) 85%
);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	display: block;
	height: 30px;
	margin: 10px 10px;
	border-bottom: 1px solid #333;
}

.social-popup li{
	float: left;
	width: 45%;
	height: 30px;
	text-align: center;
	position: relative;
	left: 10px;
}

.social-popup li:first-child{
	border-right: 1px solid #222;
}

.popup .twitter a{
	width: 86px;
	height: 21px;
	display: block;
	margin: 5px auto;
}

.popup .facebook a{
	width: 87px;
	height: 18px;
	display: block;
	margin: 5px auto;
	position: relative;
	left: 10px;
}

.popup a{
	    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    opacity: .9;
	
}

.popup a:hover{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	opacity: 1;
	
}

input.submit{
	opacity: .8;
}

input.submit:hover, input.submit:focus{
	opacity: 1;
}

/* @end */

/* @group Footer */

#footer{
	margin-top: 80px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

#seeinpixels{
	background: url(images/see-in-pixels-logo.png) no-repeat;
	display: block;
	height: 30px;
	width: 219px;
	margin: 0 auto;
	text-indent: -5000px;
}

#seeinpixels:hover{
	opacity: .8;
	position: relative;
	top: 1px;
}

.copyright{
	color: #787878;
	/*background: url(images/copyright.png) no-repeat;
	width: 153px;
	height: 14px;
	display: block;
	text-indent: -5000px;
	margin: 0 auto;
	position: relative;
	left: 6px;*/
}


/* @end */

.broadcast{
	width: 320px;
	height: 50px;
	float: right;
}

.broadcast iframe{
	/*float: left;*/
	position: relative;
	top: -37px;
	left: 90px;
}

.broadcast a{
	float: left;
}

/* Contact Form */

span.wpcf7-not-valid-tip{
	display: none;
}

div.wpcf7-validation-errors{
	border: none;
	color: #f7e700;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

div.wpcf7-mail-sent-ok {
	border: none;
	color: #398F14;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}


.ajax-loader{
	position: absolute;
	margin-top: -25px;
	margin-left: -10px;
}
