/*
Theme Name: Viggle
Author: Anonymous
Author URI:
Version: 1
Description: Viggle theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Viggle
Tags: one-column, two-columns
Theme URI:
*/

/* =WordPress Core
-------------------------------------------------------------- */

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}


.wp-caption p.wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky,
.bypostauthor{
	display:block;
}



/* main elements */
 
.tweet_area {
	padding: 20px 0 0
}
.tweet_list .tweet_avatar {
	float:left;
}
.tweet_list .tweet-content {
	overflow:hidden;
	padding:0 0 0 5px;
}
.tweet_list .tweet-title {
	display:block;
	padding:0;
}
.tweet_list .tweet-title a {
	font-size:16px;
	text-decoration:none;
	color:#4b1347;
	line-height:18px;
}
.tweet_list .tweet-meta {
	background: url(images/tweet_bird.png) no-repeat scroll 0 4px transparent;
	color: #BBADBD;
	padding: 3px 0 0 27px;
}
.tweet_list {
	padding: 0 0 20px;
}
/* comments*/
.post-section { text-align:left; }
.comments,#respond {
 overflow:hidden;
}

.meta { overflow:hidden; padding: 0 0 10px 0; }
.meta ul { margin:0; padding:0;}
.meta li {
	list-style:none;
	float:left;
	padding: 0 5px 0 0;
}

#respond input {
 height: 24px;
 margin: 5px 0;
 width: 50%;
}
#respond label { display:block;}
.commentlist {margin:0; }
#comments { overflow:hidden;}
#respond textarea {
 width: 50%;
}
#respond #submit {
 width: 15%;
}

#header .author strong {
    color: #646262;
    font-size: 26px;
}
.commentlist li {
 list-style:none;
 margin:5px;
}
.commentlist li p {
 margin:0 !important;
}
.commentlist li .avatar {
 float: left;
 margin: 5px;
}
.navigation { overflow:hidden; }
.navigation .next { float:right;}
.navigation .prev { float:left; }
/******** new styles ********/
.partners-block .subscribe .s2_message,
.partners-block .subscribe .s2_error{float: right;}
@media only screen and (max-width: 760px){
	.partners-block .subscribe .s2_message,
	.partners-block .subscribe .s2_error{display: none;}
}