/*!
 * jQuery ClassyTwitter
 * http://www.class.pm/projects/jquery/classytwitter
 *
 * Copyright 2013, Class.PM www.class.pm
 * Written by Marius Stanciu - Sergiu <marius@picozu.com>
 * Licensed under the GPL Version 3 license.
 * Version 1.0.0
 *
 */

 .classyTwitter {
	width: 300px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 0px 0px 5px rgba(174, 95, 124, 0.55);
	-moz-box-shadow: 0px 0px 5px rgba(174, 95, 124, 0.55);
	box-shadow: 0px 0px 5px rgba(174, 95, 124, 0.55);
	border: 1px solid #d982ab;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
    overflow:hidden;
}

.classyTwitter .header {
	background-color: #cb00a8;
	padding: 10px;
	height: 73px;
}

.classyTwitter .header .screen-name h1 {
	color: #ffffff;
	margin: 0;
	font-size: 16px;
}

.classyTwitter .header .screen-name h2,
.classyTwitter .header .screen-name h3 {
	color: #ffffff;
	margin: 0;
	font-size: 12px;
}

.classyTwitter .header .screen-name {
	margin-top: 20px;
	width: 180px;
	float: right;
}

.classyTwitter .header .profile-image {
	width: 73px;
	height: 73px;
	float: left;
}

.classyTwitter .header .profile-image img {
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	width: 73px;
	height: 73px;
}

.classyTwitter .summary {
	background-color: #f2e2e8;
	height: 60px;
	position: relative;
}

.classyTwitter .summary ul {
	display: table-row;
	height: 60px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	padding: 15px 0px;
}

.classyTwitter .summary ul li {
	list-style-type: none;
	font-size: 12px;
	padding: 0px 6px 0px 6px;
	border-left: 1px solid #d982ab;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	color: #958470;
	width: 84px;
}

.classyTwitter .summary ul li:first-child {
	margin-left: 0;
	border-left: 0;
}

.classyTwitter .summary ul li a {
	color: #ae5f7c;
	text-decoration: none;
}

.classyTwitter .pagination {
	padding: 10px 0px 10px 0px;
	font-size: 40px;
	line-height: 20px;
	text-align: center;
}

.classyTwitter .tweets {
	font-size: 13px;
}

.classyTwitter .tweets ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.classyTwitter .tweets ul li {
	padding: 10px 10px 10px 15px;
	border-bottom: 1px dotted #d982ab;
	visibility: hidden;
	font-size: 11px;
}

.classyTwitter .tweets ul li a {
	color: #ae5f7c;
}

.classyTwitter .tweets ul li div {
	font-size: 11px;
	color: #d982ab;
}

.classyTwitter .pagination ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.classyTwitter .pagination ul li {
	font-size: 30px;
	display: inline;
	cursor: pointer;
	color: #ae5f7c;
}

.classyTwitter .pagination ul li.active {
	color: #d982ab;
}