.chatterati-content #main-inner {
	margin: 0;
	padding: 21px;
	width: 928px;
}

a {
	color: #1d7f7e;
}

/* Title and sponsor */
.title-block {
	position: relative;
	min-height: 145px;
	color: #fff;
	font: italic 20px "chaparral-pro", Georgia, Times, "Times New Roman", serif;
	background: #364143;
}
.title-block .sponsor {
	margin: 0 auto;
	padding: 19px 0 0;
	width: 240px;
	line-height: 35px;
	text-align: center;
}
.title-block .toyota-logo {
	float: left;
	display: block;
	padding-top: 25px;
	width: 158px;
	height: 0px;
	font-size: 0.1em;
	text-indent: -9999px;
	background: url(../images/structural/toyota-logo.png) no-repeat 0 0;
}
.title-block h1 {
	margin: 0 auto;
	padding-top: 92px;
	width: 543px;
	height: 0px;
	text-align: center;
	font-size: 0.1em;
	text-indent: -9999px;
	background: url(../images/structural/title.png) no-repeat 0 0;
}
.title-block .update-time {
	position: absolute;
	right: 17px;
	bottom: 10px;
	width: 150px;
	font-size: 14px;
	text-align: right;
}
/* newsletter-signup */
.newsletter-signup {
	padding: 6px 0;
	border-bottom: 1px solid #fff;
	width: 970px;
	height: 30px;
	font: 18px "alternate-gothic-no-1-d", Helvetica, Arial, serif;
	text-transform: uppercase;
	color: #969686;
	background: url(../images/structural/gray-stripes-bgr.gif) repeat 0 0;
}
.newsletter-signup-inner {
	margin: 0 auto;
	width: 414px;
}
.newsletter-signup input {
	float: left;
	border: 0 none;
	margin-right: 4px;
	padding: 8px 10px;
	color: #333;
	width: 192px;
	font: 12px/12px "proxima-nova-condensed";
	-moz-box-shadow: inset 2px 2px 1px #d5d5d5;
	-webkit-box-shadow: inset 2px 2px 1px #d5d5d5;
	box-shadow: inset 2px 2px 1px #d5d5d5;
}
.newsletter-signup-inner span {
	float: left;
	padding: 9px 5px 9px 0;
}
.newsletter-signup-inner a {
	float: right;
	display: block;
	padding: 8px;
	width: 38px;
	height: 14px;
	color: #fff;
	background: #a6a692;
}
.newsletter-signup-inner a:hover {
	background: url(../images/structural/sign-up-hover.gif) repeat 0 0;
}
/* navigation */
.navigation-wrp {
	padding: 0 0 6px 0;
	width: 970px;
	height: 90px;
	background: url(../images/structural/gray-stripes-shadow-bgr.png) repeat-x 100% 100%;
}
.navigation-bgr {
	padding-top: 2px;
	width: 970px;
	height: 88px;
	background: #fff url(../images/structural/gray-stripes-bgr.gif) repeat-x 0 0;
}
ul.navigation {
	float: left;
	padding: 32px 0 0 10px;
	width: 960px;
	list-style-type: none;
}
ul.navigation li {
	margin-right: 58px;
	float: left;
}
ul.navigation li.active,
ul.navigation li:hover {
	background: url(../images/structural/gray-stripes-bgr.gif) repeat 0 0;
}
ul.navigation li.nav-favorites {
	margin: 0;
}
ul.navigation li a {
	float: left;
	padding: 5px 10px 0 30px;
	background: url(../images/structural/nav-sprite.png) no-repeat 10px 7px;
	text-transform: uppercase;
	font: 24px/26px "alternate-gothic-no-1-d", Helvetica, Arial, serif;
	color: #677128;
}
ul.navigation li.active a {
	color: #364143;
	background-position: 10px -43px;
}
ul.navigation li.nav-stories a {
	padding-left: 40px;
	background-position: 10px -94px;
}
ul.navigation li.nav-retweets a {
	padding-left: 50px;
	background-position: 10px -193px;
}
ul.navigation li.nav-favorited a {
	padding-left: 36px;
	background-position: 10px -294px;
}
ul.navigation li.nav-favorites a {
	padding-left: 40px;
	background-position: 10px -396px;
}
ul.navigation li.nav-stories.active   a {background-position: 10px -144px;}
ul.navigation li.nav-retweets.active  a {background-position: 10px -243px;}
ul.navigation li.nav-favorited.active a {background-position: 10px -347px;}
ul.navigation li.nav-favorites.active a {background-position: 10px -446px;}
.box-divider {
	margin-bottom: 15px;
	width: 930px;
	height: 50px;
	background: url(../images/structural/green-stripes-bgr.gif) repeat-x 0 15px;
}
.box-divider .icon {
	margin: 0 auto;
	padding: 0 4px;
	width: 70px;
	height: 50px;
	background: #fff url(../images/structural/icon-sprite.png) no-repeat 4px 0;
}
#stories .box-divider .icon {
	background: #fff url(../images/structural/icon-sprite.png) no-repeat 4px -60px;
}
#retweets .box-divider .icon {
	background: #fff url(../images/structural/icon-sprite.png) no-repeat 4px -120px;
}
#tweets .box-divider .icon {
	background: #fff url(../images/structural/icon-sprite.png) no-repeat 4px -180px;
}
#favorites .box-divider .icon {
	background: #fff url(../images/structural/icon-sprite.png) no-repeat 4px -240px;
}
.main-box {
	float: left;
	margin-bottom: 35px;
	width: 930px;
	color: #000;
	font: 18px "proxima-nova-condensed";
}
.main-box p {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
#stories p {
	font-size: 18px;
}
.main-box ul,
.top-hash {
	list-style-type: none;
}
.top-hash {
	text-align: center;
}
.main-box ul li {
	line-height: 43px;
	font-size: 20px;
}
.main-box ul li a,
.top-hash li a {
	color: #000;
}
.main-box ul li a:hover,
.top-hash li a:hover {
	color: #1d7f7e;
}
.main-box .center-col ul li,
.top-hash li {
	padding: 5px 0 0;
	font-size: 30px;
	line-height: 30px;
}
.top-hash li {
	padding-bottom: 10px;
	font-size: 18px;
	line-height: 18px;
}
.main-box .center-col ul li.first {
	padding-bottom: 15px;
}
.main-box ul li .no,
.top-hash li .no {
	float: left;
	display: block;
	margin: -2px 10px 0 0;
	border-top: 2px solid #eee;
	width: 24px;
	font: 30px/43px "alternate-gothic-no-1-d";
	color: #b85125;
}
.main-box .center-col ul li .no,
.top-hash li .no {
	float: none;
	display: inline;
	margin: 0;
	padding-top: 6px;
	width: 30px;
	font-size: 40px;
}
.top-hash li .no {
	font-size: 26px;
	padding-top: 4px;
	line-height: 25px;
}
.main-box ul li.first .no,
.top-hash li.first .no {
	border-color: #fff;
}
.top-hash li a {
	font-family: "proxima-nova-condensed";
}
.left-col,
.right-col {
	float: left;
	margin-top: 62px;
	width: 240px
}
.left-col {
	padding-right: 20px;
	background: #fff url(../images/structural/gray-vertical-divider.gif) repeat-y top right;
}
.main-box-first .left-col {
	background: #fff url(../images/structural/black-vertical-divider.gif) repeat-y top right;
}
.right-col {
	padding-left: 20px;
	background: #fff url(../images/structural/gray-vertical-divider.gif) repeat-y top left;
}
.main-box-first .right-col {
	background: #fff url(../images/structural/black-vertical-divider.gif) repeat-y top left;
}
.center-col {
	float: left;
	padding: 0 30px;
	width: 350px;
	text-align: center;
	font-size: 26px;
}
#favorites .center-col {
	float: none;
	margin: 0 auto 5px;
}
.center-col .title {
	margin: 0 -30px;
	padding: 0 20px;
	width: 370px;
	height: 195px;
	background: #fff url(../images/structural/title-bgr.png) no-repeat bottom center;
}
.center-col .title h2 {
	margin: 0 0 -4px;
	font-weight: normal;
	color: #364143;
	font: 72px/62px "alternate-gothic-no-1-d";
}
.center-col .title h2 span {
	color: #71878f;
	font: 600 70px/70px "chaparral-pro";
}
.after-title {
	color: #333;
	font: italic 20px "chaparral-pro";
}
.mini-box {
	position: relative;
	float: left;
	border-top: 2px solid #eee;
	padding: 20px 0 58px;
	width: 240px;
	height: 154px;
}
.mini-box-first {
	border: none;
	padding-top: 0;
}
.center-col .mini-box {
	padding-bottom: 55px;
	width: 350px;
	height: 258px;
}
.mini-box .mini-head {
	float: left;
	margin-bottom: 3px;
	width: 240px;
}
.center-col .mini-box .mini-head {
	float: none;
	display: block;
	margin: 0 auto 5px;
	width: 230px;
	height: 63px;
}
.mini-box h4 {
	margin: 4px 0 0;
	text-decoration: none;
	font: 600 20px/23px "proxima-nova-condensed";
	color: #666633;
}
.center-col .mini-box h4 {
	float: left;
	margin-top: 3px;
	font-size: 22px;
}
#stories .center-col .mini-box p,
.center-col .mini-box p,
.center-col .mini-box a {
	line-height: 30px;
	font-size: 26px;
}
.mini-box p,
.mini-box a {
	line-height: 20px;
}
.mini-box a {
	text-decoration: underline;
	font-size: 16px;
}
.mini-box .mini-head:hover h4,
.mini-box .mini-head:hover .twitt,
.mini-box .mini-head:hover .twitt a {
	color: #1d7f7e;
}
.mini-box p a {
	text-decoration: none;
}
.mini-box img,
.item img {
	float: left;
	display: block;
	margin-right: 11px;
}
.item img {
	margin-right: 5px;
}
.tweets {
	position: absolute;
	bottom: 12px;
	left: 0;
	font: italic 18px "chaparral-pro";
	color: #b85125;
}
.tweets-number {
	margin-right: 6px;
	font: 30px "alternate-gothic-no-1-d";
}
.center-col .tweets {
	bottom: 7px;
	left: 100px;
	font-size: 20px;
}
.center-col .tweets-number {
	font-size: 50px;
}
/*.mini-box:hover .tweets {
	display: none;
}*/
.mini-box .twitter-tools,
.of-tweet-box .twitter-tools,
#chatterati-widget .twitter-tools {
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	height: 60px;
	z-index: 2;
}
.mini-box .twitter-tools {
	height: 56px;
}
.mini-box-first .twitter-tools {
	bottom: -1px;
}
.of-tweet-box .twitter-tools,
#chatterati-widget .twitter-tools {
	left: 30px;
	width: 380px;
	height: 40px;
}
#chatterati-widget .twitter-tools {
	width: 340px;
	left: 0;
}
.of-tweet-box .twitter-tools iframe,
#chatterati-widget .twitter-tools iframe {
	float: left;
	margin-top: 6px;
}
.of-tweet-box .twitter-tools .replay-tw,
#chatterati-widget .twitter-tools .replay-tw {
	clear: none;
	margin-left: 43px;
}
#chatterati-widget .twitter-tools .replay-tw {
	margin-left: 83px;
}
.center-col .mini-box-first .twitter-tools {
	bottom: 0;
	width: 350px;
	height: 30px;
}
.center-col .twitter-tools iframe {
	float: left;
	margin-top: 5px;
}
/*.mini-box:hover .twitter-tools,
.of-tweet-box:hover .twitter-tools,
#chatterati-widget .mini-box:hover .twitter-tools {
	display: block;
}*/
#chatterati-widget .mini-box .mini-head span,
#chatterati-widget .mini-box .mini-head {
	color: #666633;
}
#chatterati-widget .mini-box .mini-head:hover span,
#chatterati-widget .mini-box .mini-head:hover a {
	color: #1d7f7e!important;
}
#chatterati-widget .mini-box .mini-head span.name,
#chatterati-widget .mini-box .mini-head span.name a {
	display: block;
	padding-top: 4px;
	font: 600 20px/20px "proxima-nova-condensed";
	text-decoration: none;
	color: #666633;
}
#favorites .mini-box .mini-head span.name a {
	line-height: 16px;
}
#chatterati-widget .mini-box .of-photo {
	clear: left;
	float: left;
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
#chatterati-widget .mini-box .of-photo img {
	float: left;
	display: block;
	width: 100%;
	max-width: 100%;
}
.twitter-tools .twitter-follow-button {
	margin-bottom: 10px;
	float: left;
}
.mini-box-first .twitter-tools .twitter-follow-button {
	margin: 5px 0;
	float: left;
}
.replay-tw {clear: left;}
.replay-tw,
.retweet-tw,
.favorite-tw {
	float: left;
	display: block;
	margin-right: 2px;
	width: 30px;
	height: 30px;
	background: url(../images/structural/twitter-tools-sprite.png) repeat 0 0;
}
.replay-tw:hover {
	background-position: 0 -40px;
}
.retweet-tw {
	background-position: -32px 0;
}
.retweet-tw:hover {
	background-position: -32px -40px;
}
.favorite-tw {
	background-position: -64px 0;
}
.favorite-tw:hover {
	background-position: -64px -40px;
}
.center-col .replay-tw,
.center-col .retweet-tw,
.center-col .favorite-tw {
	float: left;
	clear: none;
	margin: 0 0 0 2px;
}
.center-col .replay-tw {
	margin-left: 15px;
}

/* soc-news-box */
.soc-news-box-wrp {
	float: left;
	margin: 20px 0 40px;
	padding: 10px;
	width: 910px;
	height: 606px;
	background: url(../images/structural/green-stripes-bgr.gif) repeat 0 0;
}
.soc-news-box {
	padding: 30px 20px 10px;
	width: 870px;
	height: 566px;
	font: 16px/20px "proxima-nova-condensed";
	color: #000;
	background: #fff;
}
.soc-news-box h2 {
	margin: -70px auto 0;
	width: 258px;
	text-align: center;
	text-transform: uppercase;
	color: #acaca0;
	font: normal 72px/70px "alternate-gothic-no-1-d";
	background: #fff;
}
.soc-news-box h3 {
	margin: 0;
	text-transform: uppercase;
	font: 600 30px/60px "chaparral-pro";
	color: #71878f;
	background: url(../images/structural/news-box-dot.gif) repeat-x 0 37px;
}
.soc-news-box h3 span {
	padding-right: 5px;
	background: #fff;
}
.soc-news-box h4 {
	margin: 0;
	padding-right: 30px;
	font: 600 20px/20px "proxima-nova-condensed";
	color: #666633;
}
.soc-news-box h4:hover {
	color: #1d7f7e;
}
.soc-news-box .cycle-twitter h4 {
	margin-top: 6px;
}
.soc-news-box p {
	margin: 0;
	font-size: 16px;
}
.scrollable {
	position: relative;
	margin-bottom: 30px;
	width: 810px;
	height: 193px;
	padding: 0 30px;
	overflow: hidden;
}
.scrollable .prev1,
.scrollable .prev2,
.scrollable .next1,
.scrollable .next2 {
	position: absolute;
	top: 0;
	z-index: 100;
	width: 30px;
	height: 193px;
	background: #fff url(../images/structural/soc-news-box-sprite.png) no-repeat 0 0;
}
.scrollable .prev1,
.scrollable .prev2 {
	left: 0;
}
.scrollable .prev1:hover,
.scrollable .prev2:hover {
	background-position: 0 -406px;
}
.scrollable .next1,
.scrollable .next2 {
	right: 0;
	background: url(../images/structural/soc-news-box-sprite.png) no-repeat -40px 0;
}
.scrollable .next1:hover,
.scrollable .next2:hover {
	background-position: -40px -406px;
}
.scrollable .prev1.disabled,
.scrollable .prev2.disabled {
	background: url(../images/structural/soc-news-box-sprite.png) no-repeat 0 -203px;
}
.scrollable .next1.disabled,
.scrollable .next2.disabled {
	background: url(../images/structural/soc-news-box-sprite.png) no-repeat -40px -203px;
}
.item {
	float: left;
	position: relative!important;
	margin: 0 15px 0 30px;
	padding: 0 15px 20px 0;
	height: 173px;
	width: 215px;
	white-space: normal;
}
.twitt,
.twitt a,
.by,
.by a {
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	font: 14px "proxima-nova-condensed";
	color: #666633;
}
.by a:hover,
.twitt a:hover {
	color: #1d7f7e;
}
.twitt,
.twitt a {
	font: italic 18px "chaparral-pro";
}
.mini-box .twitt,
.mini-box .twitt a {
	margin-bottom: 0;
}
.center-col .mini-box .twitt,
.center-col .mini-box .twitt a {
	float: left;
	font-size: 20px;
}
.by a {
	display: inline;
}
.read-more,
.time {
	position: absolute;
	bottom: -3px;
	left: 0;
	text-decoration: none;
	text-transform: uppercase;
	font: 20px "alternate-gothic-no-1-d";
	color: #b85125;
}
.time {
	font: 16px "proxima-nova-condensed";
	color: #999;
}

/* our favorites */
.our-favorites-box-wrp {
	float: left;
	padding: 10px;
	width: 910px;
}
.of-tweet-box {
	position: relative;
	margin-bottom: 29px;
	padding: 10px 30px 50px;
	width: 380px;
	height: 250px;
	color: #000;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 8px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 8px rgba(0, 0, 0, 0.2);
}
.our-favorites-box-wrp .of-box-long {
	height: 589px;
}
.of-left {
	float: left;
	width: 440px;
}
.of-right {
	float: right;
	width: 440px;
}
.of-tweet-box a,
.pp_details a {
	color: #663;
}
.of-tweet-box a:hover,
.of-tweet-box a.hover {
	color: #1d7f7e;
}
.of-tweet-box h3 {
	margin: 0 auto 20px;
	padding: 0 85px 3px;
	width: 140px;
	text-align: center;
	text-transform: uppercase;
	font: normal 24px/28px "alternate-gothic-no-1-d", Helvetica, Arial, serif;
	color: #fff;
	background: url(../images/structural/ribbon.png) no-repeat top center;
}
.of-tweet-box .of-photo {
	position: relative;
	display: block;
	margin-bottom: 10px;
	width: 380px;
	height: 300px;
	overflow: hidden;
}
.of-photo .enlarge {
	position: absolute;
	display: none;
	bottom: 10px;
	right: 10px;
	padding-top: 30px;
	width: 82px;
	height: 0;
	overflow: hidden;
	font-size: 0.1em;
	text-indent: -9999px;
	background: url(../images/structural/enlarge-btn.png) no-repeat 0 0;
}
/*.of-photo:hover .enlarge {
	display: block;
}*/
.of-tweet-box .of-photo img {
	display: block;
	width: 380px;
}
.of-tweet-box .of-avatar,
.pp_details .of-avatar {
	float: left;
	margin: 0 10px 16px 0;
	width: 73px;
	overflow: hidden;
}
.of-tweet-box .of-avatar img,
.pp_details .of-avatar img {
	display: block;
	width: 73px;
}
.of-tweet-box .of-name,
.pp_details .of-name {
	padding: 15px 0 4px;
	font: 600 22px/24px "proxima-nova-condensed", Helvetica, Arial, serif;
}
.pp_details .of-name {
	font-size: 20px;
}
.of-tweet-box .of-hash,
.pp_details .of-hash {
	padding: 0;
	font: italic 20px/22px "chaparral-pro", Helvetica, Arial, serif;
}
.pp_details .of-hash {
	font-size: 18px;
}
.of-tweet-box .of-text,
.pp_details .of-text {
	clear: left;
	padding: 0;
	font: 26px/29px "proxima-nova-condensed", Helvetica, Arial, serif;
}
.pp_details .of-text {
	font-size: 16px;
	line-height: 18px;
}
.of-tweet-box .of-text a,
.pp_details .of-text a {
	text-decoration: underline;
	color: #1d7f7e;
}
.of-tweet-box .of-text a:hover,
.pp_details .of-text a:hover {
	text-decoration: none;
}
.banner {
	float: left;
	margin: 0 -21px 40px;
	width: 970px;
	height: 90px;
}
/* fixed floating sidebar */
#content-fixed {
	position: relative;
	padding-top: 92px;
}
#navigation-fixed {
	z-index: 500;
}
#navigation-fixed.absolute {
	position: absolute;
	top: 0;
}
#navigation-fixed.fixed {
	top: 0;
	position: fixed;
}

/* chatterati widget */
#chatterati-widget {
	float: left;
	margin-bottom: 10px;
	width: 340px;
}
#chatterati-widget .title-block {
	margin-bottom: 1px;
	width: 340px;
	min-height: 84px;
	color: #fff;
	font: italic 11px "chaparral-pro", Georgia, Times, "Times New Roman", serif;
	background: #364143;
}
#chatterati-widget .title-block .sponsor {
	margin: 0 auto;
	padding: 9px 0 4px;
	width: 135px;
	line-height: 17px;
	text-align: center;
}
#chatterati-widget .title-block .toyota-logo {
	float: left;
	display: block;
	padding-top: 14px;
	width: 90px;
	height: 0px;
	font-size: 0.1em;
	text-indent: -9999px;
	background: url(../images/structural/widget-toyota-logo.png) no-repeat 0 0;
}
#chatterati-widget .title-block h2 {
	margin: 0 auto;
	padding-top: 54px;
	width: 296px;
	height: 0px;
	text-align: center;
	font-size: 0.1em;
	text-indent: -9999px;
	background: url(../images/structural/widget-title.png) no-repeat 0 0;
}
#chatterati-widget .wiget-nav-wrp {
	float: left;
	width: 340px;
	height: 39px;
	padding-bottom: 2px;
	background: url(../images/structural/gray-stripes-bgr.gif) repeat-x bottom left;
}
#chatterati-widget .wiget-nav {
	float: left;
	width: 340px;
	height: 38px;
	padding-bottom: 1px;
	background: #fff;
}
#chatterati-widget .wiget-nav li {
	float: left;
	display: inline;
	margin-right: 1px;
	width: 67px;
	height: 38px;
	list-style-type: none;
}
#chatterati-widget .wiget-nav li a {
	display: block;
	padding-top: 38px;
	width: 67px;
	height: 0;
	overflow: hidden;
	background: url(../images/structural/widget-nav-sprite.png) no-repeat 0 0;
}
#chatterati-widget .wiget-nav li a:hover,
#chatterati-widget .wiget-nav li a.active {
	margin-bottom: -8px;
	padding-top: 46px;
}
#chatterati-widget .wiget-nav li a.ht:hover,
#chatterati-widget .wiget-nav li a.ht.active {
	background-position: -77px 0;
}
#chatterati-widget .wiget-nav li a.st {
	background-position: 0 -55px;
}
#chatterati-widget .wiget-nav li a.st:hover,
#chatterati-widget .wiget-nav li a.st.active {
	background-position: -77px -55px;
}
#chatterati-widget .wiget-nav li a.rt {
	background-position: 0 -110px;
}
#chatterati-widget .wiget-nav li a.rt:hover,
#chatterati-widget .wiget-nav li a.rt.active {
	background-position: -77px -110px;
}
#chatterati-widget .wiget-nav li a.tw {
	background-position: 0 -165px;
}
#chatterati-widget .wiget-nav li a.tw:hover,
#chatterati-widget .wiget-nav li a.tw.active {
	background-position: -77px -165px;
}
#chatterati-widget .wiget-nav li a.fa {
	background-position: 0 -220px;
}
#chatterati-widget .wiget-nav li a.fa:hover,
#chatterati-widget .wiget-nav li a.fa.active {
	background-position: -77px -220px;
}

#chatterati-widget .box {
	float: left;
	width: 340px;
	margin-bottom: 1px;
	padding-bottom: 2px;
	background: url(../images/structural/gray-stripes-bgr.gif) repeat-x bottom left;
}
#chatterati-widget .box-head {
	float: left;
	margin-bottom: 9px;
	width: 340px;
	height: 64px;
}
#chatterati-widget h3 {
	margin: 0 auto;
	padding: 0 85px 6px;
	text-align: center;
	text-transform: uppercase;
	font: normal 24px/26px "alternate-gothic-no-1-d", Helvetica, Arial, serif;
	color: #fff;
	background: url(../images/structural/widget-ribbon.png) no-repeat top center;
}
#chatterati-widget .box-head .update-time {
	margin: 0 auto;
	width: 150px;
	text-align: center;
	font: italic 14px/34px "chaparral-pro";
	color: #999;
}
#chatterati-widget .box-btm {
	float: left;
	width: 340px;
	height: 45px;
	text-align: center;
	text-transform: uppercase;
	font: 20px/52px "alternate-gothic-no-1-d", Helvetica, Arial, serif;
	color: #677128;
	background: #fff url(../images/structural/gray1x2.gif) repeat-x center left;
}
#chatterati-widget .box-btm .more {
	margin: 0 auto;
	padding: 0 20px 0 8px;
	color: #677128;
	background: #fff url(../images/structural/widget-more-arr.png) no-repeat 172px 5px;
}
#chatterati-widget .box-body {
	clear: left;
	min-height: 175px;
}

#chatterati-widget .newsletter-signup {
	float: left;
	padding: 6px 0;
	border: 0;
	width: 340px;
	height: 30px;
	font: 18px/18px "alternate-gothic-no-1-d", Helvetica, Arial, serif;
	text-transform: uppercase;
	color: #969686;
	background: url(../images/structural/gray-stripes-bgr.gif) repeat 0 0;
}
#chatterati-widget .newsletter-signup-inner {
	margin: 0 auto;
	width: 314px;
}
#chatterati-widget .newsletter-signup input {
	float: left;
	border: 0 none;
	margin: 0 4px 0 0;
	padding: 8px 10px;
	color: #333;
	width: 92px;
	height: 14px;
	font: 12px/17px "proxima-nova-condensed";
	-moz-box-shadow: inset 2px 2px 1px #d5d5d5;
	-webkit-box-shadow: inset 2px 2px 1px #d5d5d5;
	box-shadow: inset 2px 2px 1px #d5d5d5;
}
#chatterati-widget .newsletter-signup-inner span {
	float: left;
	padding: 0 5px 0 0;
	line-height: 34px;
}
#chatterati-widget .newsletter-signup-inner a {
	float: right;
	display: block;
	padding: 8px;
	width: 38px;
	height: 14px;
	color: #fff;
	background: #a6a692;
}
#chatterati-widget .newsletter-signup-inner a:hover {
	background: url(../images/structural/sign-up-hover.gif) repeat 0 0;
}
#chatterati-widget .mini-box {
	width: 100%;
	height: auto;
	border: 0;
	padding-top: 5px;
}
#chatterati-widget .mini-box p,
#chatterati-widget .mini-box .of-text {
	font: 16px/22px "proxima-nova-condensed";
}
.mini-box .mini-head {
	width: 100%;
	text-decoration: none;
}

/* light box */
div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
	background: none;
}
div.light_square .pp_details {
	margin: 0;
	padding: 25px 0 20px;
	background: #fff;
}
#pp_full_res {
	min-width: 400px;
}
#pp_full_res img {
	display: block;
}
div.light_square .pp_close {
	width: 30px;
	height: 30px;
	background: url(../images/structural/prettyphoto-close.png) no-repeat 0 0 ;
}
.pp-tweet-box {
	float: left;
	padding-left: 20px;
	width: 280px;
}
.pp_details .twitter-tools {
	float: right;
	width: 250px;
}
.pp_details .twitter-tools iframe {
	margin: 0 0 30px 86px;
}
.pp_details .replay-tw {
	margin-left: 140px;
}
.pp_content {
	position: relative;
}
.pp_content .pp_close {
	top: 10px;
	right: 10px;
}
.of-user-links:hover a {
	color: #1d7f7e;
}