/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html { 
	margin:0; 
	padding:0; 
	border:0; 
	height: 100%;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */ 
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

/* Line-height should always be unitless! */
body {
  line-height: 1.5;
  background: white; 
	height: 100%;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { 
	border-collapse: separate; 
	border-spacing: 0; 
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td { 
	text-align: left; 
	font-weight: normal; 
	float:none !important; 
}
table, th, td { 
	vertical-align: middle; 
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }
/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size: 75%;
  color: #333;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
/* 
	These can be used to pull an image at the start of a paragraph, so 
	that the text flows around it (usage: <p><img class="left">Text</p>) 
 */
.left  			{ float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.right 			{ float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,	
a:hover     { color: #10a4e8; text-decoration: underline; }
a           { color: #10a4e8; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong,dfn	{ font-weight: bold; }
em,dfn      { font-style: italic; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

/* 
	Because of the need for padding on TH and TD, the vertical rhythm 
	on table cells has to be 27px, instead of the standard 18px or 36px 
	of other elements. 
 */ 
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
/*
	You can zebra-stripe your tables in outdated browsers by adding 
	the class "even" to every other table row. 
 */
tbody tr:nth-child(even) td, 
tbody tr.even td  { 
	background: #e5ecf9; 
}
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }



/* -------------------------------------------------------------- 
   
   BLUEPRINT CSS
    * Filename:        grid.css
    * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
    * Website:         http://code.google.com/p/blueprintcss/

   Generated by:
    * Blueprint CSS Grid Generator (2010-09-27) [http://bgg.kematzy.com/]

   Based on work by:
    * Olav Bjorkoy      [bjorkoy.com]
    * Nathan Borror     [playgroundblues.com]
    * Jeff Croft        [jeffcroft.com]
    * Christian Metts   [mintchaos.com]
    * Khoi Vinh         [subtraction.com]

   == STRUCTURE: ========================
    * Page width:            1022 px
    * Number of columns:     28
    * Column width:          23 px
    * Margin width:          14 px
   ======================================

   By default, the grid is 1022px wide, with 28 columns 
   spanning 23px, and a 14px margin between columns.

   If you need fewer or more columns, use this formula to calculate
   the new total width: 

   Total width = (number_of_columns * column_width) - margin_width

   Read more about using a grid here:
   * subtraction.com/archives/2007/0318_oh_yeeaahh.php
   
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 1022px;
  margin: 0 auto;
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url("../blueprint/src/grid.png");
}

/* Body margin for a sensile default look. */
body {
  margin:1.5em 0;	
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24, div.span-25, div.span-26, div.span-27, div.span-28 {float:left;margin-right: 14px;}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 23px;}
.span-2  { width: 60px;}
.span-3  { width: 97px;}
.span-4  { width: 134px;}
.span-5  { width: 171px;}
.span-6  { width: 208px;}
.span-7  { width: 245px;}
.span-8  { width: 282px;}
.span-9  { width: 319px;}
.span-10 { width: 356px;}
.span-11 { width: 393px;}
.span-12 { width: 430px;}
.span-13 { width: 467px;}
.span-14 { width: 504px;}
.span-15 { width: 541px;}
.span-16 { width: 578px;}
.span-17 { width: 615px;}
.span-18 { width: 652px;}
.span-19 { width: 689px;}
.span-20 { width: 726px;}
.span-21 { width: 763px;}
.span-22 { width: 800px;}
.span-23 { width: 837px;}
.span-24 { width: 874px;}
.span-25 { width: 911px;}
.span-26 { width: 948px;}
.span-27 { width: 985px;}
.span-28, div.span-28 { width: 1022px; margin: 0; }


/* Add these to a column to append empty cols. */
.append-1  { padding-right: 37px;}
.append-2  { padding-right: 74px;}
.append-3  { padding-right: 111px;}
.append-4  { padding-right: 148px;}
.append-5  { padding-right: 185px;}
.append-6  { padding-right: 222px;}
.append-7  { padding-right: 259px;}
.append-8  { padding-right: 296px;}
.append-9  { padding-right: 333px;}
.append-10 { padding-right: 370px;}
.append-11 { padding-right: 407px;}
.append-12 { padding-right: 444px;}
.append-13 { padding-right: 481px;}
.append-14 { padding-right: 518px;}
.append-15 { padding-right: 555px;}
.append-16 { padding-right: 592px;}
.append-17 { padding-right: 629px;}
.append-18 { padding-right: 666px;}
.append-19 { padding-right: 703px;}
.append-20 { padding-right: 740px;}
.append-21 { padding-right: 777px;}
.append-22 { padding-right: 814px;}
.append-23 { padding-right: 851px;}
.append-24 { padding-right: 888px;}
.append-25 { padding-right: 925px;}
.append-26 { padding-right: 962px;}
.append-27 { padding-right: 999px;}


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 37px;}
.prepend-2  { padding-left: 74px;}
.prepend-3  { padding-left: 111px;}
.prepend-4  { padding-left: 148px;}
.prepend-5  { padding-left: 185px;}
.prepend-6  { padding-left: 222px;}
.prepend-7  { padding-left: 259px;}
.prepend-8  { padding-left: 296px;}
.prepend-9  { padding-left: 333px;}
.prepend-10 { padding-left: 370px;}
.prepend-11 { padding-left: 407px;}
.prepend-12 { padding-left: 444px;}
.prepend-13 { padding-left: 481px;}
.prepend-14 { padding-left: 518px;}
.prepend-15 { padding-left: 555px;}
.prepend-16 { padding-left: 592px;}
.prepend-17 { padding-left: 629px;}
.prepend-18 { padding-left: 666px;}
.prepend-19 { padding-left: 703px;}
.prepend-20 { padding-left: 740px;}
.prepend-21 { padding-left: 777px;}
.prepend-22 { padding-left: 814px;}
.prepend-23 { padding-left: 851px;}
.prepend-24 { padding-left: 888px;}
.prepend-25 { padding-left: 925px;}
.prepend-26 { padding-left: 962px;}
.prepend-27 { padding-left: 999px;}



/* Border on right hand side of a column. */
div.border {
  padding-right:6px;
  margin-right:7px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right:19px;
  margin-right:16px;
  border-right: 1px solid #eee;
}

/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -37px;}
.pull-2 { margin-left: -74px;}
.pull-3 { margin-left: -111px;}
.pull-4 { margin-left: -148px;}
.pull-5 { margin-left: -185px;}
.pull-6 { margin-left: -222px;}
.pull-7 { margin-left: -259px;}
.pull-8 { margin-left: -296px;}
.pull-9 { margin-left: -333px;}
.pull-10 { margin-left: -370px;}
.pull-11 { margin-left: -407px;}
.pull-12 { margin-left: -444px;}
.pull-13 { margin-left: -481px;}
.pull-14 { margin-left: -518px;}
.pull-15 { margin-left: -555px;}
.pull-16 { margin-left: -592px;}
.pull-17 { margin-left: -629px;}
.pull-18 { margin-left: -666px;}
.pull-19 { margin-left: -703px;}
.pull-20 { margin-left: -740px;}
.pull-21 { margin-left: -777px;}
.pull-22 { margin-left: -814px;}
.pull-23 { margin-left: -851px;}
.pull-24 { margin-left: -888px;}
.pull-25 { margin-left: -925px;}
.pull-26 { margin-left: -962px;}
.pull-27 { margin-left: -999px;}
.pull-28 { margin-left: -1036px;}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24, .pull-25, .pull-26, .pull-27, .pull-28 {float:left;position:relative;}


.push-1 { margin: 0 -37px 1.5em 37px;}
.push-2 { margin: 0 -74px 1.5em 74px;}
.push-3 { margin: 0 -111px 1.5em 111px;}
.push-4 { margin: 0 -148px 1.5em 148px;}
.push-5 { margin: 0 -185px 1.5em 185px;}
.push-6 { margin: 0 -222px 1.5em 222px;}
.push-7 { margin: 0 -259px 1.5em 259px;}
.push-8 { margin: 0 -296px 1.5em 296px;}
.push-9 { margin: 0 -333px 1.5em 333px;}
.push-10 { margin: 0 -370px 1.5em 370px;}
.push-11 { margin: 0 -407px 1.5em 407px;}
.push-12 { margin: 0 -444px 1.5em 444px;}
.push-13 { margin: 0 -481px 1.5em 481px;}
.push-14 { margin: 0 -518px 1.5em 518px;}
.push-15 { margin: 0 -555px 1.5em 555px;}
.push-16 { margin: 0 -592px 1.5em 592px;}
.push-17 { margin: 0 -629px 1.5em 629px;}
.push-18 { margin: 0 -666px 1.5em 666px;}
.push-19 { margin: 0 -703px 1.5em 703px;}
.push-20 { margin: 0 -740px 1.5em 740px;}
.push-21 { margin: 0 -777px 1.5em 777px;}
.push-22 { margin: 0 -814px 1.5em 814px;}
.push-23 { margin: 0 -851px 1.5em 851px;}
.push-24 { margin: 0 -888px 1.5em 888px;}
.push-25 { margin: 0 -925px 1.5em 925px;}
.push-26 { margin: 0 -962px 1.5em 962px;}
.push-27 { margin: 0 -999px 1.5em 999px;}
.push-28 { margin: 0 -1036px 1.5em 1036px;}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24, .push-25, .push-26, .push-27, .push-28 {float:right;position:relative;}



/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear, .container {display: inline-block;}
* html .clear,
* html .container {height: 1%;}
.clear, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

/*
 * jQuery UI CSS Framework 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=7C7C7C&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=7C7C7C&bgColorDefault=f6f6f6&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0083b2&iconColorDefault=666666&bgColorHover=0083b2&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=0083b2&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=000&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0083b2&bgColorError=ffffff&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=ff2800&fcError=222222&iconColorError=ff2800&bgColorOverlay=3b3b3b&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Helvetica, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 12px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff url(http://www.twylah.com/stylesheets/images/ui-bg_flat_75_ffffff_40x100.png?1349139000) 50% 50% repeat-x; color: #111111; }
.ui-widget-content a { color: #111111; }
/*.ui-widget-header { border: 1px solid #dddddd; background: #dddddd url(../stylesheets/images/ui-bg_highlight-soft_50_dddddd_1x100_1349139000.png) 50% 50% repeat-x; color: #111111; font-weight: bold; }*/
.ui-widget-header a { color: #111111; }

/* Interaction states
----------------------------------*/
/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #dddddd; background: #f6f6f6 url(../stylesheets/images/ui-bg_highlight-soft_100_f6f6f6_1x100_1349139000.png) 50% 50% repeat-x; font-weight: bold; color: #0083b2; }*/
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #0083b2; text-decoration: none; }
/*.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #0083b2; background: #0083b2 url(../stylesheets/images/ui-bg_highlight-soft_25_0083b2_1x100_1349139000.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }*/
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
/*.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #dddddd; background: #ffffff url(http://www.twylah.com/stylesheets/images/ui-bg_glass_65_ffffff_1x400.png?1349139000) 50% 50% repeat-x; font-weight: bold; color: #000; }*/
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #000; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #cccccc; background: #ffffff url(../stylesheets/images/ui-bg_flat_55_ffffff_40x100_1349139000.png) 50% 50% repeat-x; color: #444444; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #444444; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #ff2800; background: #ffffff url(../stylesheets/images/ui-bg_flat_55_ffffff_40x100_1349139000.png) 50% 50% repeat-x; color: #222222; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #222222; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #222222; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../stylesheets/images/ui-icons_7c7c7c_256x240_1349139000.png); }
.ui-widget-content .ui-icon {background-image: url(../stylesheets/images/ui-icons_7c7c7c_256x240_1349139000.png); }
.ui-widget-header .ui-icon {background-image: url(../stylesheets/images/ui-icons_7c7c7c_256x240_1349139000.png); }
.ui-state-default .ui-icon { background-image: url(../stylesheets/images/ui-icons_666666_256x240_1349139000.png); }
/*.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../stylesheets/images/ui-icons_ffffff_256x240_1349139000.png); }*/
.ui-state-active .ui-icon {background-image: url(../stylesheets/images/ui-icons_454545_256x240_1349139000.png); }
.ui-state-highlight .ui-icon {background-image: url(http://www.twylah.com/stylesheets/images/ui-icons_0083b2_256x240.png?1349139000); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../stylesheets/images/ui-icons_ff2800_256x240_1349139000.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; }
.ui-corner-tr { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
.ui-corner-br { -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
.ui-corner-top { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
.ui-corner-right {  -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
.ui-corner-left { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
.ui-corner-all { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }

/* Overlays */
.ui-widget-overlay { background: #3b3b3b url(../stylesheets/images/ui-bg_flat_0_3b3b3b_40x100_1349139000.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -4px 0 0 -4px; padding: 4px; background: #aaaaaa url(../stylesheets/images/ui-bg_flat_0_aaaaaa_40x100_1349139000.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }/*
 * jQuery UI Resizable 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.9
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: auto; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: 0; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
/*.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }*/
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: 0 22px 10px; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.9
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
.sticky-scroll {
  position:relative;
}

.sticky .sticky-elements {
  position:fixed;
  top: 10px;
  width: 318px;
}


/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/***** Formerly base.css **********************************************************************************************/
/*global stuff
========================================================================================*/
/* line 29, ../../../app/stylesheets/screen.scss */
.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 29, ../../../app/stylesheets/screen.scss */
.clearfix:after {
  clear: both;
}

/* line 29, ../../../app/stylesheets/screen.scss */
.clearfix {
  zoom: 1;
}

/* line 32, ../../../app/stylesheets/screen.scss */
a:focus,
a:hover {
  color: #10a4e8;
  text-decoration: underline;
}

/* line 36, ../../../app/stylesheets/screen.scss */
a {
  color: #10a4e8;
  text-decoration: none;
}

/* line 41, ../../../app/stylesheets/screen.scss */
.popup-container {
  position: relative;
}
/* line 43, ../../../app/stylesheets/screen.scss */
.popup-container .popup {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
/* line 50, ../../../app/stylesheets/screen.scss */
.popup-container:hover .popup {
  display: block;
}
/* line 53, ../../../app/stylesheets/screen.scss */
.popup-container .popup-yellow {
  background-color: #FFF8DF;
  border: 2px solid #F7DDA4;
  padding: 12px 15px 12px 15px;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  min-width: 50px;
  line-height: 16px;
  color: #111111;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 9px;
  float: left;
}

/* line 70, ../../../app/stylesheets/screen.scss */
.alert {
  overflow: hidden;
  z-index: 999;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff5a5;
  background-color: rgba(255, 245, 165, 0.93);
  height: 0;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 12px 0;
}
/* line 85, ../../../app/stylesheets/screen.scss */
.alert a {
  color: #10a4e8;
  text-decoration: none;
}
/* line 89, ../../../app/stylesheets/screen.scss */
.alert a:hover, .alert a:focus {
  color: #0284c0;
  text-decoration: none;
}

/* line 95, ../../../app/stylesheets/screen.scss */
.warning {
  color: #ff0000;
}

/* line 99, ../../../app/stylesheets/screen.scss */
.bolded-topic {
  color: #000;
  font-weight: bold;
}
/* line 102, ../../../app/stylesheets/screen.scss */
.bolded-topic a:hover {
  text-decoration: none;
}

/* line 107, ../../../app/stylesheets/screen.scss */
.icon-font {
  font-family: 'EntypoRegular';
  font-weight: normal;
}
/* line 110, ../../../app/stylesheets/screen.scss */
.icon-font a:hover {
  text-decoration: none;
}
/* line 113, ../../../app/stylesheets/screen.scss */
.icon-font a:focus {
  text-decoration: none;
}

/* line 118, ../../../app/stylesheets/screen.scss */
.search-keyword {
  background-color: #ffff00;
  font-weight: bold;
}

/* line 123, ../../../app/stylesheets/screen.scss */
h2 {
  border-bottom: solid 1px #D4D4D4;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 3px;
}

/*tools*/
/* line 132, ../../../app/stylesheets/screen.scss */
.hide {
  display: none;
}

/* line 137, ../../../app/stylesheets/screen.scss */
body,
.page {
  margin: 0 auto;
  padding: 0;
  min-width: 1024px;
  background-color: #f2f2f2;
}

/* line 144, ../../../app/stylesheets/screen.scss */
#theme-1 {
  min-height: 1245px;
}

/* line 148, ../../../app/stylesheets/screen.scss */
div.paginator {
  border-top: 1px solid #D9D4C2;
  margin-top: 30px;
}
/* line 151, ../../../app/stylesheets/screen.scss */
div.paginator .pagination {
  border-top: 1px solid #FFFFFF;
  color: #C4B8A6;
  font-size: 15px;
  margin-top: 0;
  padding-top: 10px;
  text-align: right;
  text-transform: uppercase;
}
/* line 160, ../../../app/stylesheets/screen.scss */
div.paginator span.disabled {
  display: none;
}
/* line 163, ../../../app/stylesheets/screen.scss */
div.paginator a {
  color: #787065;
  margin-left: 5px;
}
/* line 167, ../../../app/stylesheets/screen.scss */
div.paginator em {
  font-style: normal;
  color: #10a4e8;
  margin-left: 5px;
}

/* layout all
========================================================================================*/
/* line 177, ../../../app/stylesheets/screen.scss */
.outside {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin: 0;
}

/* line 185, ../../../app/stylesheets/screen.scss */
.inside {
  width: 984px;
  margin: 0 auto;
}

/* line 190, ../../../app/stylesheets/screen.scss */
.inside_tweet_popup {
  width: 550px;
  margin: 0 auto;
}

/* line 196, ../../../app/stylesheets/screen.scss */
.outer_page {
  margin: 0 auto;
}

/* line 200, ../../../app/stylesheets/screen.scss */
.inner_page {
  margin: 0 auto;
}

/* dialogs
========================================================================================*/
/* line 210, ../../../app/stylesheets/screen.scss */
div.ui-dialog {
  border: 7px solid #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: fixed;
}
/* line 214, ../../../app/stylesheets/screen.scss */
div.ui-dialog span.progress {
  padding-left: 35px;
  background-image: url(../images/ajax-loader-small_1349139000.gif);
  background-position: 10px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* line 220, ../../../app/stylesheets/screen.scss */
div.ui-dialog span.progress:hover {
  padding-left: 35px;
  background-image: url(../images/ajax-loader-small_1349139000.gif);
  background-position: 10px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* line 228, ../../../app/stylesheets/screen.scss */
div.ui-dialog header {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* line 235, ../../../app/stylesheets/screen.scss */
#twitter-auth-dialog {
  display: none;
}
/* line 237, ../../../app/stylesheets/screen.scss */
#twitter-auth-dialog .spinner {
  display: none;
  text-align: center;
}

/* line 243, ../../../app/stylesheets/screen.scss */
.char_count {
  color: #555555;
  float: left;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  margin-right: 3px;
}

/* line 252, ../../../app/stylesheets/screen.scss */
.char_error {
  color: #66B74D;
  float: left;
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  margin-top: 1.5px;
}

/* line 262, ../../../app/stylesheets/screen.scss */
div.connect-twitter-bookmarklet {
  padding: 20px 0;
  text-align: left;
  width: 650px;
}
/* line 266, ../../../app/stylesheets/screen.scss */
div.connect-twitter-bookmarklet label {
  display: none;
}
/* line 269, ../../../app/stylesheets/screen.scss */
div.connect-twitter-bookmarklet h3 {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: bold;
  border-bottom: none;
}
/* line 275, ../../../app/stylesheets/screen.scss */
div.connect-twitter-bookmarklet form {
  margin-left: 64px;
  margin-top: 50px;
  width: 455px;
}
/* line 280, ../../../app/stylesheets/screen.scss */
div.connect-twitter-bookmarklet p {
  font-size: 13px;
  line-height: 18px;
}
/* line 284, ../../../app/stylesheets/screen.scss */
div.connect-twitter-bookmarklet .error {
  color: #ff3000;
}
/* line 287, ../../../app/stylesheets/screen.scss */
div.connect-twitter-bookmarklet .button_2 {
  float: right;
  margin-left: 8px;
  margin-top: 70px;
}

/* line 295, ../../../app/stylesheets/screen.scss */
div.connect-twitter-dialog {
  padding: 0 20px;
  text-align: left;
  width: 500px;
}
/* line 299, ../../../app/stylesheets/screen.scss */
div.connect-twitter-dialog label {
  display: none;
}
/* line 302, ../../../app/stylesheets/screen.scss */
div.connect-twitter-dialog header {
  margin: 0 0 10px 0;
  font-size: 19px;
  font-weight: bold;
  border-bottom: none;
  line-height: normal;
}
/* line 309, ../../../app/stylesheets/screen.scss */
div.connect-twitter-dialog form {
  margin-left: 64px;
  margin-top: 50px;
  width: 455px;
}
/* line 314, ../../../app/stylesheets/screen.scss */
div.connect-twitter-dialog p {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 0 50px 15px 0;
}
/* line 320, ../../../app/stylesheets/screen.scss */
div.connect-twitter-dialog img {
  margin: 0 0 10px 0;
}
/* line 323, ../../../app/stylesheets/screen.scss */
div.connect-twitter-dialog .error {
  color: #ff3000;
}
/* line 326, ../../../app/stylesheets/screen.scss */
div.connect-twitter-dialog .buffer-dialog-buttons {
  float: right;
  margin: 72px 0 0;
}
/* line 329, ../../../app/stylesheets/screen.scss */
div.connect-twitter-dialog .buffer-dialog-buttons .button_2 {
  margin: 0;
}

/* line 335, ../../../app/stylesheets/screen.scss */
div.retweet_dialog, div.confirm-delete-dialog {
  text-align: left;
}
/* line 337, ../../../app/stylesheets/screen.scss */
div.retweet_dialog label, div.confirm-delete-dialog label {
  display: none;
}
/* line 340, ../../../app/stylesheets/screen.scss */
div.retweet_dialog .error, div.confirm-delete-dialog .error {
  color: #ff3000;
}
/* line 343, ../../../app/stylesheets/screen.scss */
div.retweet_dialog .button_2, div.confirm-delete-dialog .button_2 {
  float: right;
  margin-left: 8px;
  margin-top: 25px;
  margin-bottom: 15px;
}
/* line 349, ../../../app/stylesheets/screen.scss */
div.retweet_dialog .sending-button, div.confirm-delete-dialog .sending-button {
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
  background-image: none;
  color: #888888;
  text-shadow: none;
  cursor: pointer;
}
/* line 356, ../../../app/stylesheets/screen.scss */
div.retweet_dialog .sending-button:hover, div.confirm-delete-dialog .sending-button:hover {
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
  color: #888888;
  text-shadow: none;
  cursor: pointer;
}
/* line 364, ../../../app/stylesheets/screen.scss */
div.retweet_dialog section, div.confirm-delete-dialog section {
  border: 1px solid #dfdfdf;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 368, ../../../app/stylesheets/screen.scss */
div.retweet_dialog section img, div.confirm-delete-dialog section img {
  width: 48px;
  height: 48px;
  float: left;
  display: block;
}
/* line 374, ../../../app/stylesheets/screen.scss */
div.retweet_dialog section p, div.confirm-delete-dialog section p {
  font-size: 15px;
  line-height: 18px;
  font-family: georgia, serif;
  color: #222;
  margin: 0 0 0 59px;
  min-height: 48px;
}

/* line 386, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  text-align: center;
  width: 583px;
}
/* line 390, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog label {
  display: none;
}
/* line 393, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog .error {
  color: #ff3000;
}
/* line 396, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog h3 {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  border-bottom: medium none;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 43px;
  text-align: center;
  color: #000;
  line-height: 29px;
}
/* line 407, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog #confirmation-cancel-1 {
  color: #999999;
  text-decoration: underline;
  cursor: pointer;
}
/* line 412, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog .confirmation_footer {
  background-color: #F3F3F3;
  height: auto;
  min-height: 70px;
  margin: 22px 0 -10px -22px;
  padding: 15px 21px 15px 23px;
  text-align: left;
  width: 100%;
}
/* line 420, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog .confirmation_footer .confirmation_footer_person {
  width: 450px;
}
/* line 423, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog .confirmation_footer img {
  float: left;
  height: 48px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-top: 2px;
  width: 48px;
}
/* line 431, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog .confirmation_footer h4 {
  color: #222222;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}
/* line 438, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog .confirmation_footer p {
  color: #222222;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  width: 425px;
}
/* line 449, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog p.share-buttons-header {
  font-size: 16px;
  margin: 21px 0 8px;
}
/* line 453, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog div.share-buttons {
  display: block;
  padding: 0 186px 18px;
  text-align: center;
}
/* line 457, ../../../app/stylesheets/screen.scss */
div.confirmation_dialog div.share-buttons a {
  float: left;
  margin-left: 3px;
}

/* line 464, ../../../app/stylesheets/screen.scss */
div.signup-now-dialog {
  margin-bottom: 25px;
  text-align: center;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}
/* line 468, ../../../app/stylesheets/screen.scss */
div.signup-now-dialog label {
  display: none;
}
/* line 471, ../../../app/stylesheets/screen.scss */
div.signup-now-dialog .error {
  color: #ff3000;
}
/* line 474, ../../../app/stylesheets/screen.scss */
div.signup-now-dialog h3 {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  border-bottom: medium none;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 43px;
  text-align: center;
  color: #000;
}
/* line 484, ../../../app/stylesheets/screen.scss */
div.signup-now-dialog #click-to-signup a {
  color: #10a4e8;
  font-size: 13px;
}
/* line 488, ../../../app/stylesheets/screen.scss */
div.signup-now-dialog section {
  background: none repeat scroll 0 0 #F3F3F3;
  margin: 50px -10px -27px;
  padding: 12px 15px 1px;
  text-align: left;
}
/* line 493, ../../../app/stylesheets/screen.scss */
div.signup-now-dialog section p {
  color: #555555;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 15px;
}
/* line 500, ../../../app/stylesheets/screen.scss */
div.signup-now-dialog section a {
  color: #10a4e8;
}

/* line 507, ../../../app/stylesheets/screen.scss */
div.reply_dialog {
  text-align: left;
  width: 100%;
}
/* line 510, ../../../app/stylesheets/screen.scss */
div.reply_dialog label {
  display: none;
}
/* line 513, ../../../app/stylesheets/screen.scss */
div.reply_dialog .error {
  color: #ff3000;
}
/* line 516, ../../../app/stylesheets/screen.scss */
div.reply_dialog .button_2 {
  float: right;
  margin-left: 0;
  margin-right: 7px;
  margin-top: 5px;
}
/* line 522, ../../../app/stylesheets/screen.scss */
div.reply_dialog .tweet_post {
  width: 575px;
  border: 1px solid #CCCCCC;
  width: 558px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  padding: 10px;
  font-size: 15px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  color: #222;
}
/* line 536, ../../../app/stylesheets/screen.scss */
div.reply_dialog .char-count-wrapper {
  float: left;
  margin-left: 2px;
  margin-bottom: 0px;
  width: 345px;
}
/* line 542, ../../../app/stylesheets/screen.scss */
div.reply_dialog .sending-button {
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
  color: #888888;
  text-shadow: none;
  cursor: pointer;
}
/* line 548, ../../../app/stylesheets/screen.scss */
div.reply_dialog .sending-button:hover {
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
  color: #888888;
  text-shadow: none;
  cursor: pointer;
}
/* line 556, ../../../app/stylesheets/screen.scss */
div.reply_dialog .reply_footer {
  background-color: #F3F3F3;
  float: left;
  height: auto;
  margin: 22px 0 -10px -22px;
  padding: 15px 21px 15px 23px;
  width: 100%;
}
/* line 563, ../../../app/stylesheets/screen.scss */
div.reply_dialog .reply_footer img {
  width: 48px;
  height: 48px;
  float: left;
}
/* line 568, ../../../app/stylesheets/screen.scss */
div.reply_dialog .reply_footer p {
  font-size: 13px;
  line-height: 18px;
  font-family: georgia, serif;
  float: left;
  margin-left: 10px;
  margin-top: -2px;
  width: 500px;
  color: #222;
  margin-bottom: 0px;
}
/* line 579, ../../../app/stylesheets/screen.scss */
div.reply_dialog .reply_footer .reply_footer_tweet {
  margin-top: 6px;
}

/* line 585, ../../../app/stylesheets/screen.scss */
.bookmarklet-inside {
  width: 587px;
}

/* line 589, ../../../app/stylesheets/screen.scss */
.bookmarklet-form {
  width: 588px;
}
/* line 591, ../../../app/stylesheets/screen.scss */
.bookmarklet-form span.progress {
  padding-left: 35px;
  background-image: url(../images/ajax-loader-small_1349139000.gif);
  background-position: 10px 6px;
  background-repeat: no-repeat;
  background-color: #10A4E8;
}
/* line 598, ../../../app/stylesheets/screen.scss */
.bookmarklet-form #preview-container {
  margin-right: 20px;
}

/* line 604, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog {
  text-align: left;
}
/* line 606, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .bookmarklet {
  margin-top: 20px;
}
/* line 609, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog label {
  display: none;
}
/* line 612, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .error {
  color: #ff3000;
}
/* line 615, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .tweet_post {
  width: 575px;
  border: 1px solid #CCCCCC;
  width: 565px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  padding: 10px;
  font-size: 15px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  color: #222;
  height: 85px;
  margin-bottom: 5px;
}
/* line 631, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog h4 {
  color: #222222;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
}
/* line 637, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .char-count-wrapper {
  float: left;
  margin-left: 2px;
  margin-bottom: 0px;
  width: 600px;
}
/* line 642, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .char-count-wrapper p {
  color: #AAAAAA;
  float: left;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin: 2px 3px 0 0;
}
/* line 649, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .char-count-wrapper p.power-tweet-help {
  float: right;
}
/* line 651, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .char-count-wrapper p.power-tweet-help a {
  float: right;
  margin: 0 10px 0 0;
  color: #AAAAAA;
}
/* line 658, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .enable-buffer-button {
  color: #888;
}
/* line 660, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .enable-buffer-button:hover {
  color: #888;
}
/* line 663, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .enable-buffer-button .buffer-icon-dark {
  background: url(../images/buffer_icon_black_1349139000.png) no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 12px;
  padding: 0 0 0 4px;
  position: relative;
  right: 1px;
  top: 1px;
  width: 12px;
  opacity: 0.5;
}
/* line 675, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .button_2 {
  float: right;
  margin-left: 5px;
  margin-right: 2px;
}
/* line 680, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .send-now-gray {
  color: #555;
}
/* line 682, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .send-now-gray:hover {
  color: #555;
}
/* line 686, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .enabling-buffer-button {
  background-color: #EEEEEE;
  background-image: none;
  border: 1px solid #EEEEEE;
  color: #888888;
  text-shadow: none;
  cursor: pointer;
}
/* line 693, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .enabling-buffer-button:hover {
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
  color: #888888;
  text-shadow: none;
  cursor: pointer;
}
/* line 700, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .enabling-buffer-button .loading-spinner {
  background: url(../images/ajax-loader-small_1349139000.gif) no-repeat scroll 0 0 transparent;
  height: 16px;
  padding: 0px 23px 0 0;
  width: 16px;
}
/* line 707, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .buffer-button-enabled {
  background-color: #4C9E46;
  background-image: -moz-linear-gradient(90deg, #42913c, #52ad4c 22px);
  background-image: -webkit-linear-gradient(90deg, #42913c, #52ad4c 22px);
  color: #fff;
}
/* line 712, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .buffer-button-enabled:hover {
  background: #42913c;
  -moz-transition: background 0.2s linear 0s;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
  color: #fff;
}
/* line 719, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .buffer-button-enabled:active {
  background: #42913c;
  color: #fff;
}
/* line 723, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .buffer-button-enabled .buffer-icon-white {
  background: url(../images/buffer_icon_white_1349139000.png) no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 12px;
  padding: 0 0 0 4px;
  position: relative;
  right: 1px;
  top: 1px;
  width: 12px;
  color: #fff;
}
/* line 735, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .sending-button {
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
  color: #888888;
  text-shadow: none;
  cursor: pointer;
}
/* line 741, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .sending-button:hover {
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
  color: #888888;
  text-shadow: none;
  cursor: pointer;
}
/* line 749, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog .buffer-error-message {
  background: none repeat scroll 0 0 #EBFCFF;
  color: #DE2E1B;
  line-height: 16px;
  margin: 80px 0 0;
  padding: 15px 20px;
}
/* line 757, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #preview-container {
  float: left;
}
/* line 760, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #loading-container {
  float: left;
  margin-top: 10px;
  width: 300px;
}
/* line 764, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #loading-container #loading-image {
  display: inline;
  float: left;
  margin-right: 5px;
}
/* line 769, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #loading-container #loading-text {
  display: inline;
  color: #888;
}
/* line 775, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #embedly-preview {
  float: left;
  height: auto;
  margin-top: 12px;
  width: 100%;
}
/* line 780, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #embedly-preview #slides {
  float: left;
  height: auto;
  margin-right: 18px;
  width: 130px;
}
/* line 785, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #embedly-preview #slides .slides_container {
  float: left;
  height: 130px;
  width: 130px;
  margin-bottom: 5px;
  border: 1px solid #D6D6D6;
  background: #fff;
}
/* line 792, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #embedly-preview #slides .slides_container img {
  width: 130px;
  height: auto;
}
/* line 796, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #embedly-preview #slides .slides_container embed {
  width: 130px;
  height: 130px;
}
/* line 800, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #embedly-preview #slides .slides_container iframe {
  width: 130px;
  height: 130px;
}
/* line 804, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #embedly-preview #slides .slides_container object {
  width: 130px;
  height: 130px;
}
/* line 809, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #embedly-preview #slides .slides_container #preview-not-supported-container img {
  border: medium none;
  height: auto;
  padding: 43px 57px 0;
  width: auto;
}
/* line 815, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #embedly-preview #slides .slides_container #preview-not-supported-container p {
  color: #AAAAAA;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 0 9px;
  text-align: center;
}
/* line 826, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #embedly-preview #embedly-preview-right-column {
  margin-left: 148px;
  width: 435px;
}
/* line 829, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #embedly-preview #embedly-preview-right-column #embedly-article-content {
  color: #555555;
  margin-bottom: 7px;
  margin-top: -3px;
}
/* line 833, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #embedly-preview #embedly-preview-right-column #embedly-article-content .article-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 18px;
}
/* line 839, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #embedly-preview #embedly-preview-right-column #embedly-article-content p {
  font-size: 12px;
  line-height: 16px;
  marging-bottom: 0;
}
/* line 845, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #embedly-preview #embedly-preview-right-column #slide-prev-next-container {
  float: left;
}
/* line 847, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #embedly-preview #embedly-preview-right-column #slide-prev-next-container a {
  margin-right: 3px;
}
/* line 851, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #embedly-preview #embedly-preview-right-column #slide-count-container {
  float: left;
  margin-left: 7px;
  margin-top: 5px;
}
/* line 855, ../../../app/stylesheets/screen.scss */
div.power-tweet-dialog #embedly-preview #embedly-preview-right-column #slide-count-container .current-slide, div.power-tweet-dialog #embedly-preview #embedly-preview-right-column #slide-count-container .slide-count-separator, div.power-tweet-dialog #embedly-preview #embedly-preview-right-column #slide-count-container .total-slides {
  color: #888888;
  float: left;
  margin-right: 4px;
}

/* line 867, ../../../app/stylesheets/screen.scss */
div.waiting-for-auth.modal-dialog,
div.thank-you-dialog {
  padding: 29px 50px 60px 50px;
  text-align: center;
  width: 500px;
}
/* line 871, ../../../app/stylesheets/screen.scss */
div.waiting-for-auth.modal-dialog label,
div.thank-you-dialog label {
  display: none;
}
/* line 874, ../../../app/stylesheets/screen.scss */
div.waiting-for-auth.modal-dialog header,
div.thank-you-dialog header {
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: bold;
}
/* line 880, ../../../app/stylesheets/screen.scss */
div.waiting-for-auth.modal-dialog h3,
div.thank-you-dialog h3 {
  margin-top: 70px;
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: bold;
}
/* line 886, ../../../app/stylesheets/screen.scss */
div.waiting-for-auth.modal-dialog form,
div.thank-you-dialog form {
  margin-left: 81px;
  margin-top: 43px;
  width: 440px;
}
/* line 891, ../../../app/stylesheets/screen.scss */
div.waiting-for-auth.modal-dialog p,
div.thank-you-dialog p {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 40px;
}
/* line 897, ../../../app/stylesheets/screen.scss */
div.waiting-for-auth.modal-dialog .error,
div.thank-you-dialog .error {
  color: #ff3000;
  font-size: 14px;
  float: left;
  margin: 4px 0px 0px 0px;
}
/* line 903, ../../../app/stylesheets/screen.scss */
div.waiting-for-auth.modal-dialog input[type='text'],
div.thank-you-dialog input[type='text'] {
  font-size: 20px;
  margin-top: 1px;
  width: 328px;
  height: 21px;
  padding-left: 7px;
  padding-top: 9px;
  color: #444;
  float: left;
}
/* line 913, ../../../app/stylesheets/screen.scss */
div.waiting-for-auth.modal-dialog .submit.button,
div.thank-you-dialog .submit.button {
  float: right;
  color: #fff;
}

/* line 921, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  padding: 30px 50px;
}
/* line 924, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog header {
  font-size: 24px;
  margin: 0 0 20px;
}
/* line 928, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog div.bullets {
  color: #10A4E8;
  font-family: Museo-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 23px;
  position: absolute;
}
/* line 934, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog div#bullet-1 {
  top: 82px;
}
/* line 937, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog div#bullet-2 {
  top: 131px;
}
/* line 940, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog div#bullet-3 {
  top: 182px;
}
/* line 943, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog div#bullet-4 {
  top: 253px;
}
/* line 946, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog p {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 17px;
  line-height: 22px;
  margin: 0 0 27px 25px;
}
/* line 952, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog p.small-text {
  color: #888;
  font-size: 13px;
  font-style: italic;
  margin: 30px 0 0;
}
/* line 957, ../../../app/stylesheets/screen.scss */
div.domain-instructions.modal-dialog p.small-text a {
  color: #10a4e8;
}

/*this hides the titlebar in the bookmarklet confirmation sent message*/
/* line 964, ../../../app/stylesheets/screen.scss */
.bookmarklet-tweet-sent .ui-dialog-titlebar {
  display: none;
}

/*global buttons
========================================================================================*/
/* line 970, ../../../app/stylesheets/screen.scss */
.xbig-button {
  /*currently homepage button*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.7);
  background-color: #10a4e8;
  background-image: -moz-linear-gradient(90deg, #0490d0, #2da9e2 22px);
  background-image: -webkit-linear-gradient(90deg, #0490d0, #2da9e2 22px);
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  padding: 11px 55px;
  font: bold 21px "Helvetica Neue",Arial,Helvetica,sans-serif;
  color: #fff;
}

/* line 984, ../../../app/stylesheets/screen.scss */
.xbig-button:hover, .xbig-button:focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #0284c0;
  -moz-transition: background 0.2s linear 0s;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}

/* line 996, ../../../app/stylesheets/screen.scss */
.big-button {
  /*currently submit button on enter email address dialog*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.7);
  background-color: #10a4e8;
  background-image: -moz-linear-gradient(90deg, #0490d0, #2da9e2 22px);
  background-image: -webkit-linear-gradient(90deg, #0490d0, #2da9e2 22px);
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 8px 17px;
  font: bold 16px "Helvetica Neue",Arial,Helvetica,sans-serif;
}

/* line 1010, ../../../app/stylesheets/screen.scss */
.big-button:hover, .big-button:focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #0284c0;
  -moz-transition: background 0.2s linear 0s;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}

/* line 1020, ../../../app/stylesheets/screen.scss */
html body .button_1 {
  /*small buttons inside widgets*/
  color: #FFF;
  border-color: rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-width: 1px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 8px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  margin: 5px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #10a4e8;
  background-image: -moz-linear-gradient(90deg, #0490d0, #2da9e2 22px);
  background-image: -webkit-linear-gradient(90deg, #0490d0, #2da9e2 22px);
}

/* line 1037, ../../../app/stylesheets/screen.scss */
html body .button_1:hover {
  background-color: #2DA9E2;
  background-image: -moz-linear-gradient(90deg, #0c98d7, #47b3e5 22px);
  background-image: -webkit-linear-gradient(90deg, #0c98d7, #47b3e5 22px);
  cursor: pointer;
}

/* line 1044, ../../../app/stylesheets/screen.scss */
html body .button_1:focus {
  text-decoration: none;
}

/* line 1049, ../../../app/stylesheets/screen.scss */
html body .button_2 {
  /*buttons inside dialogs*/
  color: #FFF;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 15px;
  margin: 5px 0px;
  cursor: pointer;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #0079a7;
  border-color: rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-width: 1px;
  background-color: #10a4e8;
  background-image: -moz-linear-gradient(90deg, #0490d0, #2da9e2 22px);
  background-image: -webkit-linear-gradient(90deg, #0490d0, #2da9e2 22px);
}
/* line 1067, ../../../app/stylesheets/screen.scss */
html body .button_2:hover {
  color: #FFF;
  background: #0284c0;
  -moz-transition: background 0.2s linear 0s;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
  cursor: pointer;
}
/* line 1075, ../../../app/stylesheets/screen.scss */
html body .button_2:focus {
  color: #FFF;
}

/* line 1080, ../../../app/stylesheets/screen.scss */
html body .gray_button {
  /*buttons inside dialogs gray color*/
  border-color: #AAAAAA;
  color: #666;
  text-shadow: 1px 1px 1px #fff;
  background-color: #e1e2e2;
  background-image: -moz-linear-gradient(90deg, #d3d5d5, #f2f2f2 22px);
  background-image: -webkit-linear-gradient(90deg, #d3d5d5, #f2f2f2 22px);
}
/* line 1087, ../../../app/stylesheets/screen.scss */
html body .gray_button:visited {
  color: #666;
  background: #d2d4d4;
}
/* line 1091, ../../../app/stylesheets/screen.scss */
html body .gray_button:hover {
  color: #666;
  background: #d2d4d4;
  -moz-transition: background 0.5s linear 0s;
  -webkit-transition: background 0.5s linear 0s;
  transition: background 0.5s linear 0s;
  cursor: pointer;
}
/* line 1099, ../../../app/stylesheets/screen.scss */
html body .gray_button:active {
  color: #666;
  background: #d2d4d4;
  cursor: pointer;
}
/* line 1104, ../../../app/stylesheets/screen.scss */
html body .gray_button:focus {
  color: #666;
  background: #d2d4d4;
}

/* line 1110, ../../../app/stylesheets/screen.scss */
.med_button {
  /*currently follow button*/
  color: #555555;
  cursor: pointer;
  display: inline;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 13px;
  text-shadow: 1px 1px 1px #fff;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  border-top: 1px solid #888888;
  background-color: #C9C9C9;
  background-image: -moz-linear-gradient(90deg, #c9c9c9, #f2f2f2 22px);
  background-image: -webkit-linear-gradient(90deg, #c9c9c9, #f2f2f2 22px);
}

/* line 1133, ../../../app/stylesheets/screen.scss */
.med_button:hover {
  background-color: #d8d8d8;
  background-image: -moz-linear-gradient(90deg, #d8d8d8, #f7f7f7 22px);
  background-image: -webkit-linear-gradient(90deg, #d8d8d8, #f7f7f7 22px);
  cursor: pointer;
}

/* line 1140, ../../../app/stylesheets/screen.scss */
.follow_button {
  float: right;
  font-size: 12px;
  margin-top: 12px;
  padding: 5px 0 5px 14px;
}
/* line 1146, ../../../app/stylesheets/screen.scss */
.follow_button .add {
  width: 14px;
  height: 14px;
  background-image: url(../images/followbutton_icon_1349139000.png);
  background-repeat: no-repeat;
  padding: 8px 14px 8px 18px;
  background-position: left center;
  color: #555555;
  text-decoration: none;
}

/* line 1158, ../../../app/stylesheets/screen.scss */
.confirmation_follow_button {
  position: absolute;
  right: 30px;
  top: 159px;
}
/* line 1162, ../../../app/stylesheets/screen.scss */
.confirmation_follow_button .add {
  width: 14px;
  height: 14px;
  background-image: url(../images/followbutton_icon_1349139000.png);
  background-repeat: no-repeat;
  padding: 8px 0px 8px 18px;
  background-position: left center;
  color: #555555;
  text-decoration: none;
}

/* line 1174, ../../../app/stylesheets/screen.scss */
#thank-you-follow-button {
  /*no longer used*/
  font-size: 12px;
  margin-top: 11px;
  padding: 8px 0 8px 14px;
}
/* line 1178, ../../../app/stylesheets/screen.scss */
#thank-you-follow-button .add {
  width: 14px;
  height: 14px;
  background-image: url(../images/followbutton_icon_1349139000.png);
  background-repeat: no-repeat;
  padding: 8px 18px 8px 19px;
  background-position: left center;
  color: #555555;
  text-decoration: none;
}

/* line 1190, ../../../app/stylesheets/screen.scss */
.follow_button_dialog {
  /*no longer used*/
  border-color: #adadad;
  padding: 6px 11px;
}

/* line 1195, ../../../app/stylesheets/screen.scss */
html body .button_3 {
  /*no longer used*/
  background-color: #10A4E8;
  color: #FFF;
  font-style: italic;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: -moz-linear-gradient(center top, #17aaed, #10a4e8) repeat scroll 0 0 transparent;
  border-color: #0079a7;
  border-color: rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-width: 1px;
  font-family: georgia, serif;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 15px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.23);
  cursor: pointer;
}

/* line 1213, ../../../app/stylesheets/screen.scss */
input.twitter_username {
  border: solid 1px #D4D4D4;
  color: #D4D4D4;
  font-style: italic;
}

/* new homepage stuff
========================================================================================*/
/*Request Invite Sign Up*/
/* line 1223, ../../../app/stylesheets/screen.scss */
.homepage-button-signup {
  position: relative;
}
/* line 1225, ../../../app/stylesheets/screen.scss */
.homepage-button-signup .hero-button {
  background: none repeat scroll 0 0 #e9f6ff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  bottom: -126px;
  overflow: hidden;
  position: absolute;
}
/* line 1231, ../../../app/stylesheets/screen.scss */
.homepage-button-signup .hero-button div.xbig-button {
  color: #FFFFFF;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  width: 237px;
}
/* line 1238, ../../../app/stylesheets/screen.scss */
.homepage-button-signup .hero-button form {
  padding: 70px 15px 16px;
  width: 209px;
}
/* line 1241, ../../../app/stylesheets/screen.scss */
.homepage-button-signup .hero-button form label {
  font-size: 15px;
}
/* line 1244, ../../../app/stylesheets/screen.scss */
.homepage-button-signup .hero-button form p.error {
  color: red;
  font-size: 11px;
  line-height: normal;
  margin: 5px 0 0;
}
/* line 1250, ../../../app/stylesheets/screen.scss */
.homepage-button-signup .hero-button form input[type=text] {
  font-size: 13px;
  margin: 0 0 2px;
  padding: 6px;
  width: 193px;
}
/* line 1256, ../../../app/stylesheets/screen.scss */
.homepage-button-signup .hero-button form div.submit.button {
  float: right;
}

/* line 1265, ../../../app/stylesheets/screen.scss */
.polaroids-wrapper .polaroid {
  float: left;
  margin-right: 22px;
  margin-bottom: 32px;
  width: 145px;
  height: 177px;
  position: relative;
}
/* line 1272, ../../../app/stylesheets/screen.scss */
.polaroids-wrapper .polaroid p.label {
  font-size: 13px;
  position: absolute;
  pointer-events: none;
  top: 144px;
  text-shadow: 0 1px 1px #FFFFFF;
  color: #444039;
  width: 148px;
  text-align: center;
  -moz-transition: color 0.18s linear 0s;
  -webkit-transition: color 0.18s linear 0s;
  transition: color 0.18s linear 0s;
}
/* line 1284, ../../../app/stylesheets/screen.scss */
.polaroids-wrapper .polaroid p.label:hover {
  color: #0284c0;
}
/* line 1289, ../../../app/stylesheets/screen.scss */
.polaroids-wrapper .last {
  margin-right: 0;
}

/* line 1294, ../../../app/stylesheets/screen.scss */
a.browse-all {
  display: inline-block;
  font-size: 14px;
  height: 0;
  text-align: center;
  width: 100%;
}

/* line 1302, ../../../app/stylesheets/screen.scss */
.homepage {
  color: #444039;
  background: url(http://www.twylah.com/images/homepage_bg.jpg?1349139000) repeat #efebe3;
  font-family: MuseoSans-500, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* line 1306, ../../../app/stylesheets/screen.scss */
.homepage h1 {
  color: #FFFFFF;
  font-family: Museo-300, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 67px;
  line-height: 68px;
  letter-spacing: -0.4px;
  text-shadow: 0px 2px 1px #000;
  margin: 0px;
}
/* line 1315, ../../../app/stylesheets/screen.scss */
.homepage h2 {
  font: Museo-300, "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-shadow: 0 1px 1px #FFFFFF;
  margin: 0px;
}
/* line 1320, ../../../app/stylesheets/screen.scss */
.homepage h3 {
  color: #444039;
  font-family: MuseoSans-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 30px;
  text-shadow: 0 1px 1px #FFFFFF;
  margin: 0px;
}
/* line 1327, ../../../app/stylesheets/screen.scss */
.homepage h4 {
  color: #444039;
  font-family: MuseoSans-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-shadow: 0 1px 1px #FFFFFF;
  margin: 0px;
}
/* line 1334, ../../../app/stylesheets/screen.scss */
.homepage p {
  font-family: MuseoSans-500, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 26px;
  text-shadow: 0 1px 1px #FFFFFF;
  margin: 0px;
}
/* line 1341, ../../../app/stylesheets/screen.scss */
.homepage a {
  color: #10a4e8;
  -moz-transition: color 0.18s linear 0s;
  -webkit-transition: color 0.18s linear 0s;
  transition: color 0.18s linear 0s;
}
/* line 1347, ../../../app/stylesheets/screen.scss */
.homepage a:hover, .homepage a:focus {
  color: #0284c0;
  text-decoration: none;
}

/* line 1354, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper {
  background: url(../images/homepage_header_bg_1349139000.jpg) repeat #111111;
  background: url(../images/homepage_header_glow_1349139000.jpg) no-repeat center top, url(../images/homepage_header_bg_1349139000.jpg) repeat;
  background-color: #111;
  padding: 20px 0 40px;
}
/* line 1361, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header .logo-big {
  width: 144px;
  height: 42px;
}
/* line 1365, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header #homepage-header-nav {
  float: right;
  margin-top: 16px;
}
/* line 1368, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header #homepage-header-nav a {
  color: #888888;
  font-size: 14px;
  float: left;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 47px;
}
/* line 1377, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header #homepage-header-nav a.highlight-link {
  color: #dbdbdb;
}
/* line 1380, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header #homepage-header-nav a:hover {
  color: #10a4e8;
}
/* line 1384, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header .hero-message {
  margin: 0;
}
/* line 1386, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header .hero-message .hero-message-left {
  float: left;
  margin: 50px 0 0 0;
  width: 744px;
}
/* line 1390, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header .hero-message .hero-message-left h1 {
  float: left;
  font-size: 60px;
  letter-spacing: -0.014em;
  line-height: normal;
  margin: 0;
  padding: 0;
}
/* line 1398, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header .hero-message .hero-message-left h1.homepage-hero-message {
  font-size: 44px;
  line-height: normal;
}
/* line 1402, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header .hero-message .hero-message-left p {
  border-bottom: medium none;
  color: #A3A3A3;
  float: left;
  font-family: Museo-300, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 23px;
  letter-spacing: -0.01em;
  line-height: 32px;
  margin: 0;
  padding: 0;
  text-shadow: 0 2px 1px #000000;
}
/* line 1415, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header .hero-message .full-width {
  width: 100%;
}
/* line 1418, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header .hero-message .hero-message-right {
  float: left;
}
/* line 1421, ../../../app/stylesheets/screen.scss */
#homepage-header-wrapper #homepage-header .hero-message .hero-message-right.subpage {
  bottom: 22px;
  position: relative;
}

/* line 1429, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper {
  border-bottom: 1px solid #D9D4C2;
  border-top: 1px solid #FFFFFF;
  padding: 35px 0 73px;
}
/* line 1434, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper #screenshots {
  color: #444039;
}
/* line 1436, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper #screenshots .screenshots-left-column {
  width: 290px;
  float: left;
}
/* line 1440, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper #screenshots header {
  font-size: 25px;
  margin-top: 30px;
  font-family: MuseoSans-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* line 1445, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper #screenshots p {
  float: left;
  font-size: 18px;
  margin: 5px 0 22px;
  line-height: 26px;
}
/* line 1451, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper #screenshots section {
  width: 165px;
}
/* line 1453, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper #screenshots section p {
  font-size: 14px;
  float: none;
  margin: 0 0 5px 0;
}
/* line 1458, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper #screenshots section a.addthis_button_tweet, #screenshots-wrapper #screenshots section a.addthis_button_facebook_like, #screenshots-wrapper #screenshots section a.addthis_button_google_plusone, #screenshots-wrapper #screenshots section a.addthis_button_pinterest_pinit, #screenshots-wrapper #screenshots section a.addthis_counter {
  float: left;
  margin: 0 30px 5px 0;
}
/* line 1463, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper #screenshots img {
  float: right;
}
/* line 1467, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper #nivoSlider_static {
  float: right;
}
/* line 1470, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper .nivoSlider {
  position: relative;
  width: 625px;
  /* Change this to your images width */
  height: 405px;
  /* Change this to your images height */
  background: url(../images/loading_1349139000.gif) no-repeat 50% 50%;
  float: right;
}
/* line 1477, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
/* line 1483, ../../../app/stylesheets/screen.scss */
#screenshots-wrapper .nivoSlider a {
  border: 0;
  display: block;
}

/* line 1489, ../../../app/stylesheets/screen.scss */
#benefits-wrapper {
  border-bottom: 1px solid #D9D4C2;
  border-top: 1px solid #FFFFFF;
  padding: 40px 0 50px;
}
/* line 1495, ../../../app/stylesheets/screen.scss */
#benefits-wrapper #benefits h3 {
  text-align: center;
  margin-bottom: 30px;
}
/* line 1499, ../../../app/stylesheets/screen.scss */
#benefits-wrapper #benefits .benefits-screenshot {
  float: left;
  margin-right: 31px;
  width: 307px;
}
/* line 1503, ../../../app/stylesheets/screen.scss */
#benefits-wrapper #benefits .benefits-screenshot img {
  width: 300px;
}
/* line 1506, ../../../app/stylesheets/screen.scss */
#benefits-wrapper #benefits .benefits-screenshot h4 {
  margin: 6px 0 4px 6px;
}
/* line 1509, ../../../app/stylesheets/screen.scss */
#benefits-wrapper #benefits .benefits-screenshot p {
  font-size: 15px;
  line-height: 20px;
  margin-left: 6px;
}
/* line 1515, ../../../app/stylesheets/screen.scss */
#benefits-wrapper #benefits .last {
  margin-right: 0px;
}

/* line 1521, ../../../app/stylesheets/screen.scss */
.top-trending-wrapper {
  border-bottom: 1px solid #D9D4C2;
  border-top: 1px solid #FFFFFF;
  padding: 40px 0 50px;
}
/* line 1527, ../../../app/stylesheets/screen.scss */
.top-trending-wrapper .top-trending-pages h3 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 1534, ../../../app/stylesheets/screen.scss */
#quotes-wrapper {
  border-bottom: 1px solid #D9D4C2;
  border-top: 1px solid #FFFFFF;
  padding: 40px 0 50px;
  background: url(../images/homepage_quotes_bg_1349139000.jpg) repeat scroll 0 0 transparent;
}
/* line 1541, ../../../app/stylesheets/screen.scss */
#quotes-wrapper #quotes h3 {
  text-align: center;
  margin-bottom: 30px;
}
/* line 1545, ../../../app/stylesheets/screen.scss */
#quotes-wrapper #quotes .quote-box {
  background: url(../images/homepage_quotes_bg_1349139000.jpg) repeat scroll 0 0 transparent;
  border: 1px solid #F1EEE8;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  float: left;
  margin-right: 30px;
  margin-bottom: 22px;
  padding: 25px;
  width: 255px;
}
/* line 1554, ../../../app/stylesheets/screen.scss */
#quotes-wrapper #quotes .quote-box img {
  float: left;
  margin-bottom: 80px;
  margin-right: 11px;
  margin-top: 3px;
}
/* line 1560, ../../../app/stylesheets/screen.scss */
#quotes-wrapper #quotes .quote-box p {
  font-size: 13px;
  line-height: 18px;
  margin-left: 4px;
  margin-bottom: 13px;
}
/* line 1566, ../../../app/stylesheets/screen.scss */
#quotes-wrapper #quotes .quote-box .author {
  margin-bottom: 0px;
}
/* line 1569, ../../../app/stylesheets/screen.scss */
#quotes-wrapper #quotes .quote-box .quote-link {
  display: block;
}
/* line 1573, ../../../app/stylesheets/screen.scss */
#quotes-wrapper #quotes .last {
  margin-right: 0px;
}
/* line 1576, ../../../app/stylesheets/screen.scss */
#quotes-wrapper #quotes div.view-all {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  height: 0px;
}

/* line 1586, ../../../app/stylesheets/screen.scss */
#signup-footer-wrapper {
  border-bottom: 1px solid #D9D4C2;
  border-top: 1px solid #FFFFFF;
  padding: 35px 0 30px;
}
/* line 1591, ../../../app/stylesheets/screen.scss */
#signup-footer-wrapper #signup-footer .signup-footer-left {
  float: left;
  margin: 0 41px 0 0;
}
/* line 1594, ../../../app/stylesheets/screen.scss */
#signup-footer-wrapper #signup-footer .signup-footer-left p {
  font-family: Museo-300, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 35px;
  float: left;
  margin-top: 15px;
}
/* line 1601, ../../../app/stylesheets/screen.scss */
#signup-footer-wrapper #signup-footer .signup-footer-right {
  float: left;
}
/* line 1604, ../../../app/stylesheets/screen.scss */
#signup-footer-wrapper #signup-footer .signup-footer-right .homepage-button-signup .hero-button {
  bottom: -42px;
}
/* line 1606, ../../../app/stylesheets/screen.scss */
#signup-footer-wrapper #signup-footer .signup-footer-right .homepage-button-signup .hero-button form {
  border: 1px solid #C1D7E1;
  border-radius: 4px 4px 4px 4px;
  height: 92px;
  padding: 70px 15px 16px;
  width: 207px;
}

/* end- homepage new stuff */
/*homepage subpage stuff (about, feedback, contact, topic leaders, directory pages etc)
========================================================================================*/
/*new homepage subpages */
/* line 1627, ../../../app/stylesheets/screen.scss */
.homepage-subpage-wrapper {
  margin: 50px 0 50px 0;
  min-height: 600px;
}
/* line 1631, ../../../app/stylesheets/screen.scss */
.homepage-subpage-wrapper h2 {
  font-weight: normal;
  color: #444039;
  border-bottom: none;
}
/* line 1636, ../../../app/stylesheets/screen.scss */
.homepage-subpage-wrapper a {
  color: #10a4e8;
}
/* line 1639, ../../../app/stylesheets/screen.scss */
.homepage-subpage-wrapper a:hover {
  color: #0284c0;
  text-decoration: none;
}
/* line 1643, ../../../app/stylesheets/screen.scss */
.homepage-subpage-wrapper a.join-beta-button:hover {
  color: #FFFFFF;
}
/* line 1646, ../../../app/stylesheets/screen.scss */
.homepage-subpage-wrapper a.xbig-button {
  color: #fff;
}
/* line 1649, ../../../app/stylesheets/screen.scss */
.homepage-subpage-wrapper p {
  margin-bottom: 30px;
}

/* line 1656, ../../../app/stylesheets/screen.scss */
#featured-pages #nav-wrapper {
  background: url(../images/homepage_bg_dark_1349139000.jpg) repeat scroll 0 0 transparent;
  margin-top: -59px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #d0cbbd;
}
/* line 1663, ../../../app/stylesheets/screen.scss */
#featured-pages #nav-wrapper nav a {
  color: #444039;
  margin-right: 14px;
  font-family: MuseoSans-500, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 6px 10px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: background 0.2s linear 0s;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}
/* line 1674, ../../../app/stylesheets/screen.scss */
#featured-pages #nav-wrapper nav a:hover, #featured-pages #nav-wrapper nav a:focus {
  background: #cfc7bd;
  text-shadow: 0 1px 1px #e8e5e1;
}
/* line 1678, ../../../app/stylesheets/screen.scss */
#featured-pages #nav-wrapper nav .last {
  margin-right: 0px;
}
/* line 1681, ../../../app/stylesheets/screen.scss */
#featured-pages #nav-wrapper nav a.active {
  background: #c9c1b6;
  color: #25221d;
  text-shadow: 0 1px 1px #e8e5e1;
}
/* line 1688, ../../../app/stylesheets/screen.scss */
#featured-pages .polaroids-wrapper {
  margin: 40px 0 0 0;
}

/* line 1695, ../../../app/stylesheets/screen.scss */
#reviews h1 {
  margin-bottom: 50px;
}
/* line 1698, ../../../app/stylesheets/screen.scss */
#reviews .testimony {
  padding-bottom: 45px;
  padding-top: 45px;
  border-bottom: 1px solid #D9D4C2;
  border-top: 1px solid #FFFFFF;
}
/* line 1703, ../../../app/stylesheets/screen.scss */
#reviews .testimony img {
  float: left;
  height: 60px;
  margin: 0px 30px 30px 0;
  width: 60px;
  border: 1px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
/* line 1711, ../../../app/stylesheets/screen.scss */
#reviews .testimony p {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 10px;
  padding-right: 30px;
}
/* line 1717, ../../../app/stylesheets/screen.scss */
#reviews .testimony span.attribution {
  display: block;
  font-size: 13px;
}
/* line 1721, ../../../app/stylesheets/screen.scss */
#reviews .testimony iframe {
  margin-top: 20px;
  margin-left: 2px;
}
/* line 1726, ../../../app/stylesheets/screen.scss */
#reviews .first {
  border-top: none;
  padding-top: 0px;
}
/* line 1730, ../../../app/stylesheets/screen.scss */
#reviews .last {
  border-bottom: none;
  padding-bottom: 0px;
}

/* line 1736, ../../../app/stylesheets/screen.scss */
#about {
  min-height: 600px;
}
/* line 1738, ../../../app/stylesheets/screen.scss */
#about p {
  margin-bottom: 25px;
}
/* line 1741, ../../../app/stylesheets/screen.scss */
#about aside {
  border-top: 1px solid #D9D4C2;
  margin: 55px 0 0;
  padding: 15px 0 0;
}
/* line 1745, ../../../app/stylesheets/screen.scss */
#about aside p.small-text {
  font-size: 12px;
  line-height: 22px;
  margin: 0;
}

/* line 1755, ../../../app/stylesheets/screen.scss */
#jobs h3 {
  font-size: 35px;
  margin: 0 0 30px 0;
}
/* line 1759, ../../../app/stylesheets/screen.scss */
#jobs h4 {
  font-size: 21px;
  margin: 40px 0 15px 0;
}
/* line 1763, ../../../app/stylesheets/screen.scss */
#jobs ul {
  font-size: 19px;
}
/* line 1766, ../../../app/stylesheets/screen.scss */
#jobs strong {
  font-family: MuseoSans-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
/* line 1770, ../../../app/stylesheets/screen.scss */
#jobs em {
  font-family: MuseoSans-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-style: normal;
}

/* line 1776, ../../../app/stylesheets/screen.scss */
#faq {
  position: relative;
}
/* line 1778, ../../../app/stylesheets/screen.scss */
#faq h2 {
  font-family: MuseoSans-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 35px;
  padding-bottom: 0px;
  letter-spacing: -0.3px;
  line-height: normal;
}
/* line 1785, ../../../app/stylesheets/screen.scss */
#faq h3 {
  cursor: pointer;
  font-family: MuseoSans-500, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 25px;
  width: -moz-fit-content;
}
/* line 1792, ../../../app/stylesheets/screen.scss */
#faq h3 a {
  color: #444039;
}
/* line 1795, ../../../app/stylesheets/screen.scss */
#faq h3 a:hover {
  color: #0284c0;
  text-decoration: underline;
}
/* line 1799, ../../../app/stylesheets/screen.scss */
#faq h3 a:focus {
  color: #444039;
  text-decoration: underline;
}
/* line 1804, ../../../app/stylesheets/screen.scss */
#faq h3.active {
  font-family: MuseoSans-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* line 1806, ../../../app/stylesheets/screen.scss */
#faq h3.active a {
  color: #444039;
}
/* line 1809, ../../../app/stylesheets/screen.scss */
#faq h3.active a:hover {
  color: #0284c0;
}
/* line 1812, ../../../app/stylesheets/screen.scss */
#faq h3.active a:focus {
  color: #444039;
}
/* line 1816, ../../../app/stylesheets/screen.scss */
#faq div {
  position: relative;
  height: 0;
  overflow: hidden;
  margin-bottom: 35px;
  border-bottom: 1px solid #D9D4C2;
  max-width: 800px;
  padding-bottom: 15px;
  padding-right: 60px;
}
/* line 1826, ../../../app/stylesheets/screen.scss */
#faq p {
  padding: 0;
  margin-bottom: 12px;
  font-size: 17px;
  max-width: 750px;
  line-height: 24px;
  margin-left: 17px;
}
/* line 1834, ../../../app/stylesheets/screen.scss */
#faq ul {
  margin: 0;
  margin-left: 15px;
  width: 750px;
}
/* line 1838, ../../../app/stylesheets/screen.scss */
#faq ul li {
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 17px;
}
/* line 1844, ../../../app/stylesheets/screen.scss */
#faq ul.numbers {
  list-style-type: decimal;
}
/* line 1848, ../../../app/stylesheets/screen.scss */
#faq li img {
  margin: 10px 0 0 0;
}
/* line 1852, ../../../app/stylesheets/screen.scss */
#faq section {
  border-bottom: 1px solid #D9D4C2;
  margin-bottom: 35px;
  padding-bottom: 35px;
  max-width: 900px;
}
/* line 1858, ../../../app/stylesheets/screen.scss */
#faq .last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 1863, ../../../app/stylesheets/screen.scss */
#faq em {
  font-family: MuseoSans-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-style: normal;
}

/* line 1870, ../../../app/stylesheets/screen.scss */
#domain-info section, #custom-design-info section, #trending-widget-info section, #seo-info section, #brand-message-info section, #power-tweet-info section {
  display: inline-block;
}
/* line 1872, ../../../app/stylesheets/screen.scss */
#domain-info section h2, #domain-info section header, #custom-design-info section h2, #custom-design-info section header, #trending-widget-info section h2, #trending-widget-info section header, #seo-info section h2, #seo-info section header, #brand-message-info section h2, #brand-message-info section header, #power-tweet-info section h2, #power-tweet-info section header {
  font-family: MuseoSans-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 27px;
  padding-bottom: 0px;
  letter-spacing: -0.3px;
  margin: 0 0 10px 0;
  line-height: normal;
}
/* line 1880, ../../../app/stylesheets/screen.scss */
#domain-info section p, #custom-design-info section p, #trending-widget-info section p, #seo-info section p, #brand-message-info section p, #power-tweet-info section p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 22px;
}
/* line 1885, ../../../app/stylesheets/screen.scss */
#domain-info section p.bullets, #custom-design-info section p.bullets, #trending-widget-info section p.bullets, #seo-info section p.bullets, #brand-message-info section p.bullets, #power-tweet-info section p.bullets {
  line-height: 27px;
  margin-bottom: 20px;
}
/* line 1889, ../../../app/stylesheets/screen.scss */
#domain-info section p.small-text, #custom-design-info section p.small-text, #trending-widget-info section p.small-text, #seo-info section p.small-text, #brand-message-info section p.small-text, #power-tweet-info section p.small-text {
  font-size: 15px;
  font-style: italic;
  line-height: normal;
  margin: 80px 0 0 0;
}
/* line 1895, ../../../app/stylesheets/screen.scss */
#domain-info section strong, #custom-design-info section strong, #trending-widget-info section strong, #seo-info section strong, #brand-message-info section strong, #power-tweet-info section strong {
  font-family: MuseoSans-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* line 1898, ../../../app/stylesheets/screen.scss */
#domain-info section div.homepage-button-signup, #custom-design-info section div.homepage-button-signup, #trending-widget-info section div.homepage-button-signup, #seo-info section div.homepage-button-signup, #brand-message-info section div.homepage-button-signup, #power-tweet-info section div.homepage-button-signup {
  bottom: 88px;
}
/* line 1901, ../../../app/stylesheets/screen.scss */
#domain-info section img, #custom-design-info section img, #trending-widget-info section img, #seo-info section img, #brand-message-info section img, #power-tweet-info section img {
  float: left;
}
/* line 1905, ../../../app/stylesheets/screen.scss */
#domain-info section div.three-columns div.column, #custom-design-info section div.three-columns div.column, #trending-widget-info section div.three-columns div.column, #seo-info section div.three-columns div.column, #brand-message-info section div.three-columns div.column, #power-tweet-info section div.three-columns div.column {
  float: left;
  margin: 0 42px 0 0;
  width: 300px;
}
/* line 1909, ../../../app/stylesheets/screen.scss */
#domain-info section div.three-columns div.column p, #custom-design-info section div.three-columns div.column p, #trending-widget-info section div.three-columns div.column p, #seo-info section div.three-columns div.column p, #brand-message-info section div.three-columns div.column p, #power-tweet-info section div.three-columns div.column p {
  float: left;
  font-size: 15px;
  line-height: 19px;
  margin: 8px 0 20px 3px;
}
/* line 1915, ../../../app/stylesheets/screen.scss */
#domain-info section div.three-columns div.column strong, #custom-design-info section div.three-columns div.column strong, #trending-widget-info section div.three-columns div.column strong, #seo-info section div.three-columns div.column strong, #brand-message-info section div.three-columns div.column strong, #power-tweet-info section div.three-columns div.column strong {
  font-family: MuseoSans-700, "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
}
/* line 1920, ../../../app/stylesheets/screen.scss */
#domain-info section div.three-columns div.column.last, #custom-design-info section div.three-columns div.column.last, #trending-widget-info section div.three-columns div.column.last, #seo-info section div.three-columns div.column.last, #brand-message-info section div.three-columns div.column.last, #power-tweet-info section div.three-columns div.column.last {
  margin-right: 0px;
}
/* line 1925, ../../../app/stylesheets/screen.scss */
#domain-info div.border, #custom-design-info div.border, #trending-widget-info div.border, #seo-info div.border, #brand-message-info div.border, #power-tweet-info div.border {
  border-top: 1px solid #D9D4C2;
  margin: 50px 0;
}

/* line 1933, ../../../app/stylesheets/screen.scss */
#custom-design-info section p.small-text {
  margin: 30px 0 0 0;
}

/* line 1942, ../../../app/stylesheets/screen.scss */
#power-tweet-info div.power-tweet-media-providers div.column div.column-label {
  color: #888;
  font-family: MuseoSans-500Italic, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  margin: 0 0 3px 3px;
}
/* line 1949, ../../../app/stylesheets/screen.scss */
#power-tweet-info div.power-tweet-media-providers div.column ul {
  margin: 0;
  padding: 0;
}
/* line 1952, ../../../app/stylesheets/screen.scss */
#power-tweet-info div.power-tweet-media-providers div.column ul li.media-provider {
  background: #f6f2ed;
  display: inline-block;
  height: 48px;
  margin: 0 0 20px 0;
  width: 233px;
}
/* line 1958, ../../../app/stylesheets/screen.scss */
#power-tweet-info div.power-tweet-media-providers div.column ul li.media-provider a {
  display: inline-block;
  height: 19px;
  padding: 15px 14px;
  width: 206px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-transition: box-shadow 0.12s linear 0s;
  -webkit-transition: box-shadow  0.12s linear 0s;
  transition: box-shadow  0.12s linear 0s;
}
/* line 1968, ../../../app/stylesheets/screen.scss */
#power-tweet-info div.power-tweet-media-providers div.column ul li.media-provider a img {
  margin: 2px 8px 0 0;
  width: 16px;
  height: 16px;
}
/* line 1973, ../../../app/stylesheets/screen.scss */
#power-tweet-info div.power-tweet-media-providers div.column ul li.media-provider a span.media-type-name {
  color: #444039;
  font-size: 16px;
}
/* line 1978, ../../../app/stylesheets/screen.scss */
#power-tweet-info div.power-tweet-media-providers div.column ul li.media-provider a:hover, #power-tweet-info div.power-tweet-media-providers div.column ul li.media-provider a:focus {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/* line 1988, ../../../app/stylesheets/screen.scss */
#topic-leaders header, #directory header {
  font-size: 22px;
  margin: 0 0 20px 0;
}
/* line 1992, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper, #directory .leaderboard_wrapper {
  height: auto;
  margin-bottom: 30px;
  margin-top: 0;
  width: 600px;
}
/* line 1997, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper h2, #directory .leaderboard_wrapper h2 {
  font-size: 22px;
  text-transform: capitalize;
}
/* line 2001, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper ul, #directory .leaderboard_wrapper ul {
  float: none;
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
}
/* line 2007, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper li, #directory .leaderboard_wrapper li {
  display: inline-block;
  height: 40px;
  margin-bottom: 15px;
  margin-top: 0px;
  height: 50px;
}
/* line 2014, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper img, #directory .leaderboard_wrapper img {
  float: left;
  padding: 0px;
  width: 40px;
  height: 40px;
  margin: 4px 12px 0 0;
}
/* line 2021, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper p, #directory .leaderboard_wrapper p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: normal;
}
/* line 2027, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper a, #directory .leaderboard_wrapper a {
  font-weight: bold;
  font-size: 13px;
}
/* line 2031, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper .nameandbio_wrapper, #directory .leaderboard_wrapper .nameandbio_wrapper {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 500px;
}
/* line 2037, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper .name, #directory .leaderboard_wrapper .name {
  margin: 0px;
  padding: 0px;
}
/* line 2041, ../../../app/stylesheets/screen.scss */
#topic-leaders .leaderboard_wrapper .morelink, #directory .leaderboard_wrapper .morelink {
  font-size: 12px;
}
/* line 2045, ../../../app/stylesheets/screen.scss */
#topic-leaders #nav-wrapper, #directory #nav-wrapper {
  background: url(../images/homepage_bg_dark_1349139000.jpg) repeat scroll 0 0 transparent;
  margin: -59px 0 40px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #d0cbbd;
}
/* line 2051, ../../../app/stylesheets/screen.scss */
#topic-leaders #nav-wrapper nav a, #directory #nav-wrapper nav a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #444039;
  font-family: MuseoSans-500, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 5px 0 0;
  padding: 6px 10px 4px;
  -moz-transition: background 0.2s linear 0s;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}
/* line 2062, ../../../app/stylesheets/screen.scss */
#topic-leaders #nav-wrapper nav a:hover, #topic-leaders #nav-wrapper nav a:focus, #directory #nav-wrapper nav a:hover, #directory #nav-wrapper nav a:focus {
  background: #cfc7bd;
  text-shadow: 0 1px 1px #e8e5e1;
}
/* line 2066, ../../../app/stylesheets/screen.scss */
#topic-leaders #nav-wrapper nav .last, #directory #nav-wrapper nav .last {
  margin-right: 0px;
}
/* line 2069, ../../../app/stylesheets/screen.scss */
#topic-leaders #nav-wrapper nav a.active, #directory #nav-wrapper nav a.active {
  background: #c9c1b6;
  color: #25221d;
  text-shadow: 0 1px 1px #e8e5e1;
}

/* line 2079, ../../../app/stylesheets/screen.scss */
#directory .leaderboard_wrapper {
  margin-bottom: 5px;
  width: 900px;
}
/* line 2082, ../../../app/stylesheets/screen.scss */
#directory .leaderboard_wrapper .nameandbio_wrapper {
  width: 800px;
}
/* line 2086, ../../../app/stylesheets/screen.scss */
#directory #trending-topics a {
  font-size: 12px;
  font-weight: normal;
}

/* line 2093, ../../../app/stylesheets/screen.scss */
#page-500 #homepage-header-wrapper #homepage-header .hero-message h1 {
  width: 900px;
}

/*static message stuff (user not yet signed up, 404, 500 etc)
========================================================================================*/
/* line 2102, ../../../app/stylesheets/screen.scss */
.static_message {
  margin-top: 84px;
  margin-bottom: 65px;
  text-align: center;
}
/* line 2106, ../../../app/stylesheets/screen.scss */
.static_message h1 {
  color: #222;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
}
/* line 2112, ../../../app/stylesheets/screen.scss */
.static_message h2 {
  color: #888;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: normal;
  border-bottom: none;
}
/* line 2119, ../../../app/stylesheets/screen.scss */
.static_message a {
  font-size: 17px;
}
/* line 2122, ../../../app/stylesheets/screen.scss */
.static_message section {
  background: none repeat scroll 0 0 #F3F3F3;
  margin: 84px 4px -88px;
  padding-bottom: 12px;
  padding-top: 25px;
  border-top: 1px solid #dfdfdf;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
/* line 2131, ../../../app/stylesheets/screen.scss */
.static_message section header {
  color: #858585;
  text-shadow: 0 1px #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 25px;
}
/* line 2137, ../../../app/stylesheets/screen.scss */
.static_message section a {
  font-size: 10px;
}

/* line 2143, ../../../app/stylesheets/screen.scss */
#sign-in-page {
  padding: 75px 100px 165px;
}
/* line 2145, ../../../app/stylesheets/screen.scss */
#sign-in-page p {
  color: #000000;
  float: left;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 2152, ../../../app/stylesheets/screen.scss */
#sign-in-page .xbig-button {
  float: right;
  margin-right: 8px;
  margin-top: 28px;
}

/* end-static message stuff  */
/* global footer
===============================================================================*/
/* line 2165, ../../../app/stylesheets/screen.scss */
#footer-wrapper {
  margin-top: 20px;
  font-size: 12px;
  color: #818181;
}
/* line 2171, ../../../app/stylesheets/screen.scss */
#footer-wrapper #footer {
  width: 100%;
  margin: 0px;
  margin-bottom: 12px;
}
/* line 2175, ../../../app/stylesheets/screen.scss */
#footer-wrapper #footer a {
  text-transform: uppercase;
  margin-right: 35px;
}
/* line 2179, ../../../app/stylesheets/screen.scss */
#footer-wrapper #footer .last {
  margin-right: 0px;
}
/* line 2183, ../../../app/stylesheets/screen.scss */
#footer-wrapper #directory-footer {
  float: left;
  margin: 0px;
  width: 100%;
}
/* line 2187, ../../../app/stylesheets/screen.scss */
#footer-wrapper #directory-footer header {
  display: inline;
}
/* line 2190, ../../../app/stylesheets/screen.scss */
#footer-wrapper #directory-footer a {
  margin-left: 5px;
  text-transform: uppercase;
}

/* line 2197, ../../../app/stylesheets/screen.scss */
#homepage-footer-wrapper {
  background: url(../images/homepage_header_bg_1349139000.jpg) repeat #111111;
  background: url(../images/footer_bg_1349139000.png) repeat-x center top, url(../images/homepage_header_bg_1349139000.jpg) repeat;
  background-color: #111;
  padding: 28px 0px 35px 0px;
  font-family: MuseoSans-500, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #818181;
  text-shadow: 0px 2px 1px #000;
  border-top: #333;
}
/* line 2209, ../../../app/stylesheets/screen.scss */
#homepage-footer-wrapper a {
  color: #818181;
  text-shadow: 0px 2px 1px #000;
}
/* line 2213, ../../../app/stylesheets/screen.scss */
#homepage-footer-wrapper a:hover {
  color: #10a4e8;
  text-decoration: none;
}
/* line 2218, ../../../app/stylesheets/screen.scss */
#homepage-footer-wrapper #footer {
  width: 100%;
  margin: 0px;
  margin-bottom: 18px;
}
/* line 2222, ../../../app/stylesheets/screen.scss */
#homepage-footer-wrapper #footer a {
  text-transform: uppercase;
  margin-right: 35px;
}
/* line 2226, ../../../app/stylesheets/screen.scss */
#homepage-footer-wrapper #footer .last {
  margin-right: 0px;
}
/* line 2230, ../../../app/stylesheets/screen.scss */
#homepage-footer-wrapper #directory-footer {
  float: left;
  margin: 0px;
  width: 100%;
}
/* line 2234, ../../../app/stylesheets/screen.scss */
#homepage-footer-wrapper #directory-footer header {
  display: inline;
}
/* line 2237, ../../../app/stylesheets/screen.scss */
#homepage-footer-wrapper #directory-footer a {
  margin-left: 5px;
  text-transform: uppercase;
}

/* line 2244, ../../../app/stylesheets/screen.scss */
.static_footer a {
  float: left;
  margin-right: 20px;
  font-style: italic;
  font-weight: bold;
  font-family: georgia, serif;
  color: #10A4E8;
  text-decoration: none;
}

/* line 2254, ../../../app/stylesheets/screen.scss */
.static_footer a:hover {
  text-decoration: underline;
}

/*end footer*/
/*brand pages
========================================================================================*/
/* line 2264, ../../../app/stylesheets/screen.scss */
#brand-pages {
  text-align: center;
}
/* line 2266, ../../../app/stylesheets/screen.scss */
#brand-pages h1 {
  font-size: 33px;
  font-family: Century Gothic, "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-weight: bold;
  padding-bottom: 0;
  margin: 0px 0px 15px 0px;
}
/* line 2273, ../../../app/stylesheets/screen.scss */
#brand-pages h2 {
  border-bottom: medium none;
  font-size: 17px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/* line 2279, ../../../app/stylesheets/screen.scss */
#brand-pages p {
  line-height: 22px;
  font-size: 17px;
  font-family: Century Gothic, "Helvetica Neue",Arial,Helvetica,sans-serif;
  padding-bottom: 0;
  margin: 39px 0 60px;
}
/* line 2286, ../../../app/stylesheets/screen.scss */
#brand-pages img:hover {
  opacity: .95;
}
/* line 2289, ../../../app/stylesheets/screen.scss */
#brand-pages #brand-pages-button-text {
  font-size: 19px;
}
/* line 2292, ../../../app/stylesheets/screen.scss */
#brand-pages #celebrity-brand-container1 {
  left: -4px;
  position: relative;
  top: -13px;
  z-index: 0;
}
/* line 2298, ../../../app/stylesheets/screen.scss */
#brand-pages #celebrity-brand-container2 {
  left: -186px;
  margin-top: 0;
  position: relative;
  top: -256px;
  z-index: 1;
}
/* line 2305, ../../../app/stylesheets/screen.scss */
#brand-pages #celebrity-brand-container3 {
  left: 180px;
  position: relative;
  top: -542px;
  z-index: 1;
}
/* line 2311, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-arrow1 {
  background: url(../images/callout-arrow1_1349139000.png) no-repeat scroll 0 0 transparent;
  height: 63px;
  left: 12%;
  position: absolute;
  top: 37%;
  width: 78px;
  z-index: 2;
}
/* line 2320, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-arrow2 {
  background: url(../images/callout-arrow2_1349139000.png) no-repeat scroll 0 0 transparent;
  height: 53px;
  left: 76%;
  position: absolute;
  top: 11%;
  width: 76px;
  z-index: 2;
}
/* line 2329, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-arrow3 {
  background: url(../images/callout-arrow3_1349139000.png) no-repeat scroll 0 0 transparent;
  height: 61px;
  left: 74%;
  position: absolute;
  top: 42%;
  width: 106px;
  z-index: 2;
}
/* line 2338, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-arrow4 {
  background: url(../images/callout-arrow4_1349139000.png) no-repeat scroll 0 0 transparent;
  height: 43px;
  left: 34%;
  position: absolute;
  top: 94%;
  width: 68px;
  z-index: 2;
}
/* line 2347, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-arrow5 {
  background: url(../images/callout-arrow5_1349139000.png) no-repeat scroll 0 0 transparent;
  height: 51px;
  left: 66%;
  position: absolute;
  top: 68%;
  width: 101px;
  z-index: 2;
}
/* line 2356, ../../../app/stylesheets/screen.scss */
#brand-pages div.callout-text {
  color: #333333;
  font-family: Century Gothic,"Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 13px;
  line-height: 16.5px;
  text-align: left;
}
/* line 2363, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-text1 {
  left: 4%;
  position: absolute;
  top: 23%;
  width: 119px;
  z-index: 2;
}
/* line 2370, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-text2 {
  left: 84%;
  position: absolute;
  top: 18%;
  width: 119px;
  z-index: 2;
}
/* line 2377, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-text3 {
  left: 85%;
  position: absolute;
  top: 45%;
  width: 119px;
  z-index: 2;
}
/* line 2384, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-text4 {
  left: 42%;
  position: absolute;
  top: 101%;
  width: 204px;
  z-index: 2;
}
/* line 2391, ../../../app/stylesheets/screen.scss */
#brand-pages #callout-text5 {
  left: 73%;
  position: absolute;
  top: 33%;
  width: 80px;
  z-index: 2;
}

/*row - one
===============================*/
/* line 2405, ../../../app/stylesheets/screen.scss */
.logo {
  display: block;
  float: left;
  margin-right: 30px;
}

/* line 2411, ../../../app/stylesheets/screen.scss */
.logo {
  display: block;
  float: left;
  margin-right: 18px;
}

/* line 2416, ../../../app/stylesheets/screen.scss */
.logo img {
  margin-top: 10px;
}

/* line 2420, ../../../app/stylesheets/screen.scss */
.twylah_header {
  height: 40px;
  background-color: #000;
}

/* line 2425, ../../../app/stylesheets/screen.scss */
.join_login {
  float: right;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-style: normal;
  position: relative;
}

/* line 2432, ../../../app/stylesheets/screen.scss */
#powertweet-info-icon {
  background: url(../images/info_icon_dark_1349139000.png) no-repeat scroll 0 0 transparent;
  width: 15px;
  height: 15px;
  float: left;
  border-right: 1px solid #444444;
  margin-right: 29px;
  margin-top: 3px;
  padding-right: 26px;
}
/* line 2441, ../../../app/stylesheets/screen.scss */
#powertweet-info-icon .powertweet-popup {
  left: -116px;
  top: 20px;
  width: 236px;
}

/* user navigation
===============================*/
/* line 2451, ../../../app/stylesheets/screen.scss */
#user-nav {
  /*a.highlighted-action {*/
  /*height: 17px;*/
  /*margin-right: 15px;*/
  /*padding-right: 15px;*/
  /*}*/
  /*a.power-tweet-icon {*/
  /*background-image: url(http://www.twylah.com/images/power-tweet.png?1349139000);*/
  /*background-position: left center;*/
  /*background-repeat: no-repeat;*/
  /*}*/
}
/* line 2452, ../../../app/stylesheets/screen.scss */
#user-nav a {
  border-right: 1px solid #272727;
  color: #777777;
  float: left;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.25px;
  padding: 10px 18px;
}
/* line 2461, ../../../app/stylesheets/screen.scss */
#user-nav a:hover {
  background-color: #000;
  background-image: -moz-linear-gradient(90deg, #242424, black 60px);
  background-image: -webkit-linear-gradient(90deg, #242424, black 60px);
  background-image: linear-gradient(90deg, #242424, #000000 60px);
  text-decoration: none;
  color: #c2c2c2;
}
/* line 2469, ../../../app/stylesheets/screen.scss */
#user-nav a:focus {
  text-decoration: none;
}
/* line 2472, ../../../app/stylesheets/screen.scss */
#user-nav a.get-twylah-page {
  border-left: 1px solid #272727;
}
/* line 2485, ../../../app/stylesheets/screen.scss */
#user-nav div.power-tweet-wrapper {
  float: left;
}
/* line 2487, ../../../app/stylesheets/screen.scss */
#user-nav div.power-tweet-wrapper:hover {
  background-color: #000;
  background-image: -moz-linear-gradient(90deg, #242424, black 60px);
  background-image: -webkit-linear-gradient(90deg, #242424, black 60px);
  background-image: linear-gradient(90deg, #242424, #000000 60px);
}
/* line 2493, ../../../app/stylesheets/screen.scss */
#user-nav div.power-tweet-wrapper a.power-tweet-link {
  padding: 10px 18px 10px 0px;
}
/* line 2496, ../../../app/stylesheets/screen.scss */
#user-nav div.power-tweet-wrapper a.power-tweet-icon {
  border-left: 1px solid #272727;
  border-right: medium none;
  padding: 11px 6px 9px 18px;
}
/* line 2502, ../../../app/stylesheets/screen.scss */
#user-nav div.user-links {
  float: left;
  padding: 0;
  position: relative;
}
/* line 2506, ../../../app/stylesheets/screen.scss */
#user-nav div.user-links:hover {
  background-color: #000;
  background-image: -moz-linear-gradient(90deg, #242424, black 60px);
  background-image: -webkit-linear-gradient(90deg, #242424, black 60px);
  background-image: linear-gradient(90deg, #242424, #000000 60px);
}
/* line 2512, ../../../app/stylesheets/screen.scss */
#user-nav div.user-links a {
  border-right: none;
  float: left;
  padding: 10px 5px 10px 6px;
}
/* line 2517, ../../../app/stylesheets/screen.scss */
#user-nav div.user-links a:hover, #user-nav div.user-links a:focus {
  text-decoration: none;
}
/* line 2520, ../../../app/stylesheets/screen.scss */
#user-nav div.user-links a.avatar {
  padding: 11px 0 6px 18px;
}
/* line 2522, ../../../app/stylesheets/screen.scss */
#user-nav div.user-links a.avatar img {
  height: 18px;
  width: 18px;
}
/* line 2528, ../../../app/stylesheets/screen.scss */
#user-nav div.user-dropdown {
  float: left;
  padding: 10px 5px 12px 8px;
  cursor: pointer;
}
/* line 2532, ../../../app/stylesheets/screen.scss */
#user-nav div.user-dropdown img {
  width: 10px;
  height: 5px;
}
/* line 2536, ../../../app/stylesheets/screen.scss */
#user-nav div.user-dropdown ul {
  display: none;
  position: absolute;
  float: left;
  top: 40px;
  right: -18px;
  background-color: #000;
  list-style: none;
  padding: 0;
  z-index: 10;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
}
/* line 2548, ../../../app/stylesheets/screen.scss */
#user-nav div.user-dropdown ul li {
  text-align: left;
  font-size: 13px;
  float: left;
}
/* line 2552, ../../../app/stylesheets/screen.scss */
#user-nav div.user-dropdown ul li a {
  padding: 4px 20px 10px;
  border: none;
}
/* line 2555, ../../../app/stylesheets/screen.scss */
#user-nav div.user-dropdown ul li a:hover {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
/* line 2560, ../../../app/stylesheets/screen.scss */
#user-nav div.user-dropdown ul li:last-child {
  border-bottom: none;
}
/* line 2565, ../../../app/stylesheets/screen.scss */
#user-nav div.user-dropdown:hover ul {
  display: block;
}

/* line 2570, ../../../app/stylesheets/screen.scss */
.login_span {
  color: #cccccc;
  margin-top: 5px;
}
/* line 2573, ../../../app/stylesheets/screen.scss */
.login_span a, .login_span span, .login_span img {
  vertical-align: middle;
}
/* line 2576, ../../../app/stylesheets/screen.scss */
.login_span img {
  width: 17px;
  height: 17px;
  margin-top: 1px;
  margin-right: 6px;
}
/* line 2582, ../../../app/stylesheets/screen.scss */
.login_span a:hover {
  color: #65CFFF;
}
/* line 2585, ../../../app/stylesheets/screen.scss */
.login_span .twylah_header a {
  color: #FFF;
}
/* line 2588, ../../../app/stylesheets/screen.scss */
.login_span .join_login {
  float: right;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-style: normal;
  position: relative;
}
/* line 2593, ../../../app/stylesheets/screen.scss */
.login_span .join_login a {
  color: #65CFFF;
}

/*end row - one*/
/*row - two
===============================*/
/* line 2605, ../../../app/stylesheets/screen.scss */
.user_header {
  background-color: #1376B5;
  border-bottom: 1px solid #04629E;
  border-top: 0px solid #004673;
  min-height: 92px;
}
/* line 2610, ../../../app/stylesheets/screen.scss */
.user_header div.share-buttons {
  float: right;
  width: 275px;
  margin: 11px 0 0;
}
/* line 2614, ../../../app/stylesheets/screen.scss */
.user_header div.share-buttons a.addthis_button_twitter_follow_native {
  float: left;
  margin: 0 0 7px;
  width: 245px;
}
/* line 2619, ../../../app/stylesheets/screen.scss */
.user_header div.share-buttons a.addthis_button_twitter, .user_header div.share-buttons a.addthis_button_facebook, .user_header div.share-buttons a.addthis_button_google_plusone_share, .user_header div.share-buttons a.addthis_button_buffer, .user_header div.share-buttons a.addthis_button_compact, .user_header div.share-buttons a.addthis_counter {
  float: left;
  padding: 0 5px 0 0;
}

/* line 2626, ../../../app/stylesheets/screen.scss */
.user_info {
  display: block;
  float: left;
  margin: 11px 0 0;
  width: 565px;
}

/* line 2633, ../../../app/stylesheets/screen.scss */
.user_info .avatar {
  float: left;
  width: 70px;
  height: 70px;
}

/* line 2640, ../../../app/stylesheets/screen.scss */
.user_info h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: bold;
  margin: -2px 0 5px 85px;
  line-height: 28px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.23);
}
/* line 2647, ../../../app/stylesheets/screen.scss */
.user_info h1 a {
  color: #FFF;
}
/* line 2650, ../../../app/stylesheets/screen.scss */
.user_info h1 a:hover {
  color: #10A4E8;
  text-decoration: none;
  text-shadow: none;
}
/* line 2655, ../../../app/stylesheets/screen.scss */
.user_info h1 a:focus {
  color: #10A4E8;
  text-decoration: none;
  text-shadow: none;
}

/* line 2662, ../../../app/stylesheets/screen.scss */
.user_bio {
  color: #A9D0E5;
  font-family: georgia, serif;
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
  margin: 0 0 5px 85px;
}
/* line 2669, ../../../app/stylesheets/screen.scss */
.user_bio span.location_and_website {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}

/*end row - two*/
/*row - three
===============================*/
/* line 2681, ../../../app/stylesheets/screen.scss */
.tag_nav {
  height: 43px;
  background-color: #64A4CD;
  border-bottom: 1px solid #5294BF;
  border-top: 1px solid #90C2E1;
  overflow: hidden;
  color: #1376B5;
}

/* line 2689, ../../../app/stylesheets/screen.scss */
.tag_nav a {
  color: #fff;
  text-shadow: 0 0px 1px rgba(0, 0, 0, 0.38);
  text-decoration: none;
}

/* line 2695, ../../../app/stylesheets/screen.scss */
.tag_nav a:focus {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
}

/* line 2701, ../../../app/stylesheets/screen.scss */
.tag_nav a:hover {
  color: #1376B5;
  text-decoration: none;
  text-shadow: none;
}

/* line 2707, ../../../app/stylesheets/screen.scss */
.tag_nav ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
  margin: 0px;
  padding: 0px;
}

/* line 2714, ../../../app/stylesheets/screen.scss */
.tag_nav ul li {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 2720, ../../../app/stylesheets/screen.scss */
.tag_nav ul li.last {
  padding-right: 0px;
}

/*the following selector will have to be styled inline with javascript eventually*/
/* line 2725, ../../../app/stylesheets/screen.scss */
.tag_nav ul li {
  margin-top: 10px;
  padding-right: 45px;
  font-size: 1.29em;
}

/*			end js selector requirements*/
/* line 2732, ../../../app/stylesheets/screen.scss */
#tabslide {
  background: none repeat scroll 0 0 #EEEEEE;
  height: 43px;
  background-color: #64A4CD;
  border-bottom: 1px solid #5294BF;
  border-top: 1px solid #90C2E1;
  overflow: hidden;
  color: #1376B5;
}
/* line 2740, ../../../app/stylesheets/screen.scss */
#tabslide a {
  color: #fff;
  text-shadow: 0 0px 1px rgba(0, 0, 0, 0.38);
  text-decoration: none;
}
/* line 2745, ../../../app/stylesheets/screen.scss */
#tabslide a:focus {
  color: #1376B5;
  text-decoration: none;
  text-shadow: none;
}
/* line 2750, ../../../app/stylesheets/screen.scss */
#tabslide a:hover {
  color: #1376B5;
  text-decoration: none;
  text-shadow: none;
}
/* line 2755, ../../../app/stylesheets/screen.scss */
#tabslide ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
  padding: 0px;
  margin: 0px;
}
/* line 2761, ../../../app/stylesheets/screen.scss */
#tabslide ul li {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 2766, ../../../app/stylesheets/screen.scss */
#tabslide ul li.last {
  padding-right: 0px;
}
/* line 2769, ../../../app/stylesheets/screen.scss */
#tabslide li {
  margin-top: 13px;
  padding-right: 45px;
  font-size: 12px;
}
/* line 2774, ../../../app/stylesheets/screen.scss */
#tabslide ol {
  margin: none;
  padding: none;
}
/* line 2778, ../../../app/stylesheets/screen.scss */
#tabslide .last {
  padding-right: none;
}

/* line 2784, ../../../app/stylesheets/screen.scss */
#tabslide_slidetoggle {
  width: 984px;
}
/* line 2786, ../../../app/stylesheets/screen.scss */
#tabslide_slidetoggle a {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-radius: 0 0 4px 4px;
  background-color: #64A4CD;
  background-image: url(http://www.twylah.com/images/tabarrows_down.png?1349139000);
  background-position: 87px 6px;
  background-repeat: no-repeat;
  border: 1px solid #5294BF;
  color: #FFFFFF;
  float: right;
  font-size: 10px;
  font-weight: bold;
  height: 19px;
  margin-top: -1px;
  padding: 3px 9px 0 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  width: 96px;
}
/* line 2809, ../../../app/stylesheets/screen.scss */
#tabslide_slidetoggle a:hover {
  color: #1376B5;
  text-decoration: none;
  text-shadow: none;
}

/*end row - three*/
/*row four
===============================*/
/* line 2822, ../../../app/stylesheets/screen.scss */
.row_4 {
  height: 32px;
}

/* line 2826, ../../../app/stylesheets/screen.scss */
.topic_subheader {
  float: left;
  width: 760px;
}

/* line 2831, ../../../app/stylesheets/screen.scss */
.topic_subheader h2 {
  border-bottom: medium none;
  margin-bottom: 4px;
  padding-bottom: 0;
  padding-top: 10px;
  font-size: 16px;
}

/*end row - four*/
/*row five - subheader
===============================*/
/* line 2844, ../../../app/stylesheets/screen.scss */
.subheader .inside {
  line-height: 12px;
  padding-bottom: 0px;
  color: #aaa;
}

/* line 2850, ../../../app/stylesheets/screen.scss */
.subheader .disabled {
  color: #888888;
  font-style: italic;
  font-weight: bold;
  font-family: georgia, serif;
  font-size: 11px;
}

/* line 2857, ../../../app/stylesheets/screen.scss */
.subheader a {
  color: #10A4E8;
  font-style: italic;
  font-weight: bold;
  font-family: georgia, serif;
  font-size: 11px;
}

/* line 2864, ../../../app/stylesheets/screen.scss */
.view {
  display: inline;
}

/* line 2867, ../../../app/stylesheets/screen.scss */
.subheader .content_type {
  float: right;
  display: inline;
}

/*end row - five*/
/*widgets
========================================================================================*/
/* line 2877, ../../../app/stylesheets/screen.scss */
.widget {
  background-color: #FFF;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin: 0 0 15px 15px;
  position: relative;
}

/* line 2889, ../../../app/stylesheets/screen.scss */
.widget-wrapper {
  padding: 5px 18px 12px;
}

/* line 2893, ../../../app/stylesheets/screen.scss */
.inside_widget {
  padding: 0px;
}

/* line 2897, ../../../app/stylesheets/screen.scss */
.widget_left {
  margin-left: 0 !important;
}

/* line 2901, ../../../app/stylesheets/screen.scss */
.widget_image {
  width: 100%;
  background-color: #ffffff;
  border: 1px #eaeaea solid;
  position: relative;
  margin-left: 18px;
  margin-right: 18px;
  margin-bottom: 12px;
}
/* line 2909, ../../../app/stylesheets/screen.scss */
.widget_image img {
  -moz-transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}
/* line 2913, ../../../app/stylesheets/screen.scss */
.widget_image img:hover {
  opacity: .85;
}
/* line 2917, ../../../app/stylesheets/screen.scss */
.widget_image .loading-spinner {
  z-index: 1;
  position: absolute;
}
/* line 2921, ../../../app/stylesheets/screen.scss */
.widget_image .widget-image-tweet-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -moz-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}
/* line 2931, ../../../app/stylesheets/screen.scss */
.widget_image .widget-image-tweet-wrapper .widget-image-tweet {
  position: absolute;
  bottom: 15px;
  padding: 20px;
  font-size: 15px;
  line-height: 19px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
/* line 2940, ../../../app/stylesheets/screen.scss */
.widget_image:hover .widget-image-tweet-wrapper {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}

/* line 2946, ../../../app/stylesheets/screen.scss */
.widget_332 {
  width: 318px;
  height: 620px;
}
/* line 2949, ../../../app/stylesheets/screen.scss */
.widget_332 p {
  margin-bottom: 0px;
}
/* line 2952, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_tweet {
  font-size: 14px;
  line-height: 17px;
}
/* line 2956, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_image {
  height: 170px;
  width: 282px;
  overflow: hidden;
  text-align: center;
}
/* line 2961, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_image .widget-image-tweet {
  font-size: 13px;
  line-height: 17px;
}
/* line 2966, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_image img {
  height: auto;
  max-width: 282px;
}
/* line 2970, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_image object {
  max-width: 282px;
}
/* line 2973, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_image embed {
  width: 282px;
}
/* line 2976, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_image .embeddedObject {
  width: 282px;
}
/* line 2979, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_image iframe {
  width: 282px;
}
/* line 2982, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_tweet_content .thumb {
  width: 55px;
  height: 55px;
}
/* line 2989, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_tweet_content .tweet-info {
  margin-left: 82px;
}
/* line 2992, ../../../app/stylesheets/screen.scss */
.widget_332 .widget_tweet_content .tweet-info-no-margin {
  margin-left: 0px;
}

/*controls the height of the widget image on the gallery page*/
/* line 2998, ../../../app/stylesheets/screen.scss */
body.standard .widget_332 .widget_image object {
  height: 170px;
}

/* line 3001, ../../../app/stylesheets/screen.scss */
body.standard .widget_332 .widget_image embed {
  height: 170px;
}

/* line 3004, ../../../app/stylesheets/screen.scss */
body.standard .widget_332 .widget_image .embeddedObject {
  height: 170px;
}

/* line 3007, ../../../app/stylesheets/screen.scss */
body.standard .widget_332 .widget_image iframe {
  height: 170px;
}

/* line 3011, ../../../app/stylesheets/screen.scss */
.widget_440 {
  width: 419px;
  height: 720px;
}
/* line 3014, ../../../app/stylesheets/screen.scss */
.widget_440 p {
  margin-bottom: 0px;
}
/* line 3017, ../../../app/stylesheets/screen.scss */
.widget_440 .widget_tweet {
  font-size: 15px;
  line-height: 19px;
}
/* line 3021, ../../../app/stylesheets/screen.scss */
.widget_440 .widget_image {
  height: 215px;
  width: 383px;
  overflow: hidden;
  text-align: center;
}
/* line 3027, ../../../app/stylesheets/screen.scss */
.widget_440 .widget_image img {
  height: auto;
}
/* line 3030, ../../../app/stylesheets/screen.scss */
.widget_440 .loading-spinner {
  top: 75px;
  left: 159px;
}
/* line 3034, ../../../app/stylesheets/screen.scss */
.widget_440 .widget_image object {
  width: 383px;
}
/* line 3037, ../../../app/stylesheets/screen.scss */
.widget_440 .widget_image embed {
  width: 383px;
}
/* line 3040, ../../../app/stylesheets/screen.scss */
.widget_440 .widget_image .embeddedObject {
  width: 383px;
}
/* line 3043, ../../../app/stylesheets/screen.scss */
.widget_440 .widget_image iframe {
  width: 383px;
}

/*controls the height of the widget image on the gallery page*/
/* line 3049, ../../../app/stylesheets/screen.scss */
body.standard .widget_440 .widget_image object {
  height: 215px;
}

/* line 3052, ../../../app/stylesheets/screen.scss */
body.standard .widget_440 .widget_image embed {
  height: 215px;
}

/* line 3055, ../../../app/stylesheets/screen.scss */
body.standard .widget_440 .widget_image .embeddedObject {
  height: 215px;
}

/* line 3058, ../../../app/stylesheets/screen.scss */
body.standard .widget_440 .widget_image iframe {
  height: 215px;
}

/* line 3063, ../../../app/stylesheets/screen.scss */
.widget_440.widget_440_515 {
  height: 500px;
}

/* line 3067, ../../../app/stylesheets/screen.scss */
.widget_440_205 {
  width: 419px;
  height: 205px;
}

/* line 3072, ../../../app/stylesheets/screen.scss */
.widget_570 {
  width: 550px;
  height: 720px;
}
/* line 3075, ../../../app/stylesheets/screen.scss */
.widget_570 p {
  margin-bottom: 0px;
}
/* line 3078, ../../../app/stylesheets/screen.scss */
.widget_570 .widget_tweet {
  font-size: 17px;
  line-height: 21px;
}
/* line 3082, ../../../app/stylesheets/screen.scss */
.widget_570 .widget_image {
  height: 280px;
  width: 514px;
  text-align: center;
  overflow: hidden;
}
/* line 3088, ../../../app/stylesheets/screen.scss */
.widget_570 .widget_image img {
  height: auto;
}
/* line 3091, ../../../app/stylesheets/screen.scss */
.widget_570 .loading-spinner {
  top: 108px;
  left: 225px;
}
/* line 3095, ../../../app/stylesheets/screen.scss */
.widget_570 .widget_image object {
  width: 514px;
}
/* line 3098, ../../../app/stylesheets/screen.scss */
.widget_570 .widget_image embed {
  width: 514px;
}
/* line 3101, ../../../app/stylesheets/screen.scss */
.widget_570 .widget_image iframe {
  width: 514px;
}
/* line 3104, ../../../app/stylesheets/screen.scss */
.widget_570 .widget_image .embeddedObject {
  width: 514px;
}

/*controls the height of the widget image on the gallery page*/
/* line 3110, ../../../app/stylesheets/screen.scss */
body.standard .widget_570 .widget_image object {
  height: 280px;
}

/* line 3113, ../../../app/stylesheets/screen.scss */
body.standard .widget_570 .widget_image embed {
  height: 280px;
}

/* line 3116, ../../../app/stylesheets/screen.scss */
body.standard .widget_570 .widget_image .embeddedObject {
  height: 280px;
}

/* line 3119, ../../../app/stylesheets/screen.scss */
body.standard .widget_570 .widget_image iframe {
  height: 280px;
}

/* line 3123, ../../../app/stylesheets/screen.scss */
.widget_651 {
  width: 670px;
  float: left;
  background-color: #fff;
  margin-left: 0 !important;
  margin: 0 0 15px 15px;
}

/* line 3131, ../../../app/stylesheets/screen.scss */
#gallery-widget {
  width: 300px;
}
/* line 3133, ../../../app/stylesheets/screen.scss */
#gallery-widget .gallery-widget-image {
  float: left;
  height: 83px;
  margin: 0 6px 6px 0;
  overflow: hidden;
  width: 83px;
}
/* line 3140, ../../../app/stylesheets/screen.scss */
#gallery-widget .image-2, #gallery-widget .image-5 {
  margin-right: 0px;
}
/* line 3143, ../../../app/stylesheets/screen.scss */
#gallery-widget #blank-image-0 {
  background: url("../images/global/blank_image_0.jpg");
}
/* line 3146, ../../../app/stylesheets/screen.scss */
#gallery-widget #blank-image-1 {
  background: url("../images/global/blank_image_1.jpg");
}
/* line 3149, ../../../app/stylesheets/screen.scss */
#gallery-widget #blank-image-2 {
  background: url("../images/global/blank_image_2.jpg");
}
/* line 3152, ../../../app/stylesheets/screen.scss */
#gallery-widget #blank-image-3 {
  background: url("../images/global/blank_image_3.jpg");
}
/* line 3155, ../../../app/stylesheets/screen.scss */
#gallery-widget #blank-image-4 {
  background: url("../images/global/blank_image_4.jpg");
}
/* line 3158, ../../../app/stylesheets/screen.scss */
#gallery-widget #blank-image-5 {
  background: url("../images/global/blank_image_5.jpg");
}
/* line 3161, ../../../app/stylesheets/screen.scss */
#gallery-widget a.label {
  color: #FFFFFF;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 46px;
  line-height: 15px;
  padding: 35px 2px 2px;
  position: absolute;
  text-align: center;
  text-shadow: 0 2px 1px #000000;
  text-transform: capitalize;
  width: 79px;
  overflow: hidden;
  word-wrap: break-word;
  letter-spacing: -0.3px;
  -moz-transition: background 0.2s linear 0s;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
  background: black;
  /* for IE6-8 */
  background: transparent\9;
  /* for IE6-8 */
  background: rgba(0, 0, 0, 0.55);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #4c000000, endColorstr = #4c000000);
  /* for IE8 amd below */
  zoom: 1;
  /* for IE6-7 */
}
/* line 3185, ../../../app/stylesheets/screen.scss */
#gallery-widget a.label:nth-child(n) {
  filter: none;
  /* removes filter for IE6-9 */
}
/* line 3189, ../../../app/stylesheets/screen.scss */
#gallery-widget a.label:hover {
  background: rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
/* line 3193, ../../../app/stylesheets/screen.scss */
#gallery-widget a.label:focus {
  text-decoration: none;
}
/* line 3196, ../../../app/stylesheets/screen.scss */
#gallery-widget .button-wrapper {
  margin-bottom: 0;
  margin-top: 5px;
  text-align: center;
}
/* line 3200, ../../../app/stylesheets/screen.scss */
#gallery-widget .button-wrapper .button_1 {
  font-size: 15px;
  margin: 0;
  padding: 7px;
  display: block;
}

/* line 3209, ../../../app/stylesheets/screen.scss */
#share-widget {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  width: 300px;
}
/* line 3212, ../../../app/stylesheets/screen.scss */
#share-widget .widget-wrapper {
  height: 25px;
  padding: -7px 0 0 16px;
}
/* line 3216, ../../../app/stylesheets/screen.scss */
#share-widget .plusone {
  width: 74px;
  float: left;
}
/* line 3220, ../../../app/stylesheets/screen.scss */
#share-widget .tweet-this-page {
  width: 88px;
  float: left;
}
/* line 3224, ../../../app/stylesheets/screen.scss */
#share-widget .like {
  float: left;
}
/* line 3227, ../../../app/stylesheets/screen.scss */
#share-widget .share-buttons {
  float: left;
}
/* line 3229, ../../../app/stylesheets/screen.scss */
#share-widget .share-buttons a {
  padding: 0 5px 0 0;
}
/* line 3233, ../../../app/stylesheets/screen.scss */
#share-widget a.addthis_button_pinterest_pinit {
  float: left;
  padding: 5px 0;
}
/* line 3237, ../../../app/stylesheets/screen.scss */
#share-widget #back-to-top {
  float: right;
  font-size: 12px;
  font-weight: bold;
  margin: 15px 0 5px;
}
/* line 3242, ../../../app/stylesheets/screen.scss */
#share-widget #back-to-top a {
  color: #AAA;
}

/* line 3249, ../../../app/stylesheets/screen.scss */
#cta-widget img {
  float: left;
  height: 60px;
  width: 60px;
}
/* line 3254, ../../../app/stylesheets/screen.scss */
#cta-widget p {
  float: left;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 17px;
  margin: 19px 0 0 20px;
}
/* line 3260, ../../../app/stylesheets/screen.scss */
#cta-widget a {
  font-weight: bold;
}
/* line 3263, ../../../app/stylesheets/screen.scss */
#cta-widget .button_1 {
  float: right;
  font-size: 13px;
  margin-right: 16px;
  margin-top: 17px;
  padding: 5px 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

/*inside the widget
========================================================================================*/
/* line 3275, ../../../app/stylesheets/screen.scss */
h3.widget_title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  border-bottom: solid 4px #000;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-left: 18px;
  margin-right: 18px;
  margin-top: 13px;
  margin-bottom: 6px;
  letter-spacing: -0.3px;
}

/* line 3288, ../../../app/stylesheets/screen.scss */
h3.widget_title a {
  text-decoration: none;
  color: #000;
}
/* line 3292, ../../../app/stylesheets/screen.scss */
h3.widget_title a:hover {
  color: #10a4e8;
}

/* line 3297, ../../../app/stylesheets/screen.scss */
.widget_tweet {
  border-bottom: 1px solid #EAEAEA;
  padding: 0px 0;
}

/* line 3302, ../../../app/stylesheets/screen.scss */
.widget_tweet_content {
  padding: 12px 18px 11px;
  -moz-transition: background-color 0.3s linear 0s;
  -webkit-transition: background-color 0.3s linear 0s;
  transition: background-color 0.3s linear 0s;
}
/* line 3307, ../../../app/stylesheets/screen.scss */
.widget_tweet_content .thumb-wrapper {
  float: left;
  width: 70px;
  margin: 2px 12px 0px 0px;
}
/* line 3311, ../../../app/stylesheets/screen.scss */
.widget_tweet_content .thumb-wrapper .thumb {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: 1px solid #eaeaea;
}
/* line 3316, ../../../app/stylesheets/screen.scss */
.widget_tweet_content .thumb-wrapper .thumb img {
  -moz-transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}
/* line 3321, ../../../app/stylesheets/screen.scss */
.widget_tweet_content .thumb-wrapper .thumb img:hover {
  opacity: 0.85;
}
/* line 3326, ../../../app/stylesheets/screen.scss */
.widget_tweet_content .tweet-info {
  height: 8px;
  margin-bottom: 5px;
  margin-left: 82px;
  margin-top: 4px;
}

/* line 3335, ../../../app/stylesheets/screen.scss */
.widget_tweet_content:hover {
  cursor: pointer;
  background-color: #EDFBFE;
}

/* line 3341, ../../../app/stylesheets/screen.scss */
.widget_tweet p.tweet {
  overflow-x: hidden;
  margin-bottom: 2px;
}

/* line 3346, ../../../app/stylesheets/screen.scss */
.widget_tweet p.tweet img {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

/* line 3352, ../../../app/stylesheets/screen.scss */
.widget_1024 .tagged_as {
  clear: left;
}

/* line 3356, ../../../app/stylesheets/screen.scss */
.tweet_when {
  color: #b2b2b2;
  float: left;
  font-size: 11px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}
/* line 3361, ../../../app/stylesheets/screen.scss */
.tweet_when .avatar {
  width: 15px;
  height: 15px;
  vertical-align: sub;
}
/* line 3367, ../../../app/stylesheets/screen.scss */
.tweet_when a {
  color: #C3C3C3;
}

/* line 3372, ../../../app/stylesheets/screen.scss */
.retweet_reply {
  display: none;
  float: left;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 0 5px;
}
/* line 3378, ../../../app/stylesheets/screen.scss */
.retweet_reply a:hover, .retweet_reply a:focus {
  text-decoration: none;
}
/* line 3381, ../../../app/stylesheets/screen.scss */
.retweet_reply span.underline:hover, .retweet_reply span.underline:focus {
  text-decoration: underline;
}
/* line 3384, ../../../app/stylesheets/screen.scss */
.retweet_reply .icon-font {
  bottom: 3px;
  float: left;
  font-size: 25px;
  position: relative;
  padding-right: 1px;
}
/* line 3391, ../../../app/stylesheets/screen.scss */
.retweet_reply .reply {
  float: left;
  margin-right: 10px;
}
/* line 3395, ../../../app/stylesheets/screen.scss */
.retweet_reply .retweet {
  float: left;
}
/* line 3398, ../../../app/stylesheets/screen.scss */
.retweet_reply .more .icon-font {
  margin-left: 12px;
}
/* line 3401, ../../../app/stylesheets/screen.scss */
.retweet_reply .delete_tweet {
  float: left;
  margin: 0 6px 0 0;
}

/* line 3407, ../../../app/stylesheets/screen.scss */
.view-media {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
/* line 3411, ../../../app/stylesheets/screen.scss */
.view-media a:hover, .view-media a:focus {
  text-decoration: none;
}
/* line 3414, ../../../app/stylesheets/screen.scss */
.view-media span.underline:hover, .view-media span.underline:focus {
  text-decoration: underline;
}
/* line 3417, ../../../app/stylesheets/screen.scss */
.view-media .icon-font {
  bottom: 2px;
  float: left;
  font-size: 25px;
  margin-right: 0px;
  position: relative;
}

/* line 3426, ../../../app/stylesheets/screen.scss */
a.lower_link {
  float: right;
  margin: 14px 0;
  position: absolute;
  bottom: 3px;
  right: 9px;
  text-transform: capitalize;
}

/* Money Box
===============================================================================*/
/* line 3439, ../../../app/stylesheets/screen.scss */
.opt-in-money-box {
  position: relative;
}
/* line 3443, ../../../app/stylesheets/screen.scss */
.opt-in-money-box #money_box_deposit_new {
  padding-left: 15px;
}
/* line 3447, ../../../app/stylesheets/screen.scss */
.opt-in-money-box h3 {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 20px 0 23px;
  margin-bottom: 0px;
}
/* line 3455, ../../../app/stylesheets/screen.scss */
.opt-in-money-box label {
  float: left;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 5px 5px 0 0;
  text-align: right;
  width: 60px;
}
/* line 3465, ../../../app/stylesheets/screen.scss */
.opt-in-money-box .row {
  overflow: hidden;
}
/* line 3468, ../../../app/stylesheets/screen.scss */
.opt-in-money-box .row input {
  float: left;
  font-size: 14px;
  margin-bottom: 10px;
  width: 235px;
}
/* line 3475, ../../../app/stylesheets/screen.scss */
.opt-in-money-box .row select {
  float: left;
  margin-bottom: 10px;
  margin-right: 6px;
  margin-top: 3px;
  width: 78px;
}
/* line 3485, ../../../app/stylesheets/screen.scss */
.opt-in-money-box .error input {
  border: 1px solid red;
}
/* line 3488, ../../../app/stylesheets/screen.scss */
.opt-in-money-box .error select {
  border: 1px solid red;
}
/* line 3494, ../../../app/stylesheets/screen.scss */
.opt-in-money-box .submit input {
  background-color: #1084E8;
  border: 1px solid #1084E8;
  color: white;
  font-size: 12px;
  font-weight: bold;
  height: auto;
  margin-left: 65px;
  margin-top: 2px;
  padding: 3px;
  width: 54px;
}
/* line 3506, ../../../app/stylesheets/screen.scss */
.opt-in-money-box .submit input:hover {
  cursor: pointer;
}
/* line 3511, ../../../app/stylesheets/screen.scss */
.opt-in-money-box ul.error {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  list-style: none outside none;
  margin: 0 0 0 0;
  padding: 0 0 0;
  width: 75px;
}
/* line 3520, ../../../app/stylesheets/screen.scss */
.opt-in-money-box ul.error li {
  bottom: 11px;
  color: red;
  float: left;
  height: 0;
  left: 64px;
  margin-bottom: 9px;
  position: relative;
}
/* line 3531, ../../../app/stylesheets/screen.scss */
.opt-in-money-box .overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: black;
  width: 100%;
  height: 100%;
}
/* line 3541, ../../../app/stylesheets/screen.scss */
.opt-in-money-box .overlay p {
  text-align: center;
  color: #FFF;
  font-size: 30px;
  padding-top: 80px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}

/* line 3553, ../../../app/stylesheets/screen.scss */
#floating-money-box {
  position: fixed;
  right: -420px;
  bottom: -15px;
}
/* line 3559, ../../../app/stylesheets/screen.scss */
#floating-money-box .widget_440_205 {
  width: auto;
  height: auto;
}
/* line 3561, ../../../app/stylesheets/screen.scss */
#floating-money-box .widget {
  width: 318px;
  height: 156px;
}
/* line 3566, ../../../app/stylesheets/screen.scss */
#floating-money-box div.actions {
  position: relative;
}
/* line 3569, ../../../app/stylesheets/screen.scss */
#floating-money-box div.actions a.close {
  z-index: 10;
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #FFF;
  color: #999;
  border: 1px solid #999;
  z-index: 10;
  display: block;
  font-weight: bold;
  padding: 0px 5px;
}
/* line 3586, ../../../app/stylesheets/screen.scss */
#floating-money-box .default {
  width: 390px;
  height: 100px;
  border: 3px solid #E9E9E9;
  -webkit-box-shadow: -3px -3px 4px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -3px -3px 4px #cccccc;
  box-shadow: -3px -3px 5px #cccccc;
}
/* line 3595, ../../../app/stylesheets/screen.scss */
#floating-money-box .default img {
  height: 50px;
  width: 50px;
  float: left;
  margin: 25px 0 25px 20px;
}
/* line 3602, ../../../app/stylesheets/screen.scss */
#floating-money-box .default .actions {
  font-family: "Helvetica Neue", "Arial", sans-serif;
  float: left;
  margin: 21px 0 25px 13px;
}
/* line 3607, ../../../app/stylesheets/screen.scss */
#floating-money-box .default .actions p {
  margin-bottom: 3px;
  font-weight: bold;
}
/* line 3611, ../../../app/stylesheets/screen.scss */
#floating-money-box .default .actions .follow_button {
  margin-top: 0;
  float: left;
}
/* line 3618, ../../../app/stylesheets/screen.scss */
#floating-money-box .custom-money-box img {
  width: 318px;
  height: 156px;
}
/* line 3625, ../../../app/stylesheets/screen.scss */
#floating-money-box .opt-in-money-box .row input {
  width: 185px;
}

/* line 3632, ../../../app/stylesheets/screen.scss */
#money-box-small {
  height: auto;
  width: 300px;
}
/* line 3635, ../../../app/stylesheets/screen.scss */
#money-box-small .widget_440_205 {
  height: auto;
  width: 300px;
  background-color: none;
}
/* line 3639, ../../../app/stylesheets/screen.scss */
#money-box-small .widget_440_205 a {
  float: inherit;
  height: auto;
  display: inline-block;
}
/* line 3643, ../../../app/stylesheets/screen.scss */
#money-box-small .widget_440_205 a img {
  float: inherit;
  height: auto;
  width: 300px;
}
/* line 3651, ../../../app/stylesheets/screen.scss */
#money-box-small #fb-reg-default img {
  float: inherit;
  height: auto;
  width: 300px;
}
/* line 3656, ../../../app/stylesheets/screen.scss */
#money-box-small #fb-reg-default #fb-reg-confirmation {
  font-size: 18px;
  height: 83px;
  padding: 64px 0 0;
}

/* line 3664, ../../../app/stylesheets/screen.scss */
#fb-reg-default {
  cursor: pointer;
}
/* line 3666, ../../../app/stylesheets/screen.scss */
#fb-reg-default #fb-reg-confirmation {
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
  cursor: default;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  height: 117px;
  padding: 88px 0 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 3683, ../../../app/stylesheets/screen.scss */
#fb-reg-form {
  border: 3px solid #5972A7;
  box-shadow: 0 0 5px #333333;
  height: 315px;
  width: 413px;
  z-index: 1;
}
/* line 3689, ../../../app/stylesheets/screen.scss */
#fb-reg-form header {
  background: #5972A7;
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  padding: 7px 0 7px 10px;
}

/* right and left columns for topic and tweet landing pages
========================================================================================*/
/* line 3702, ../../../app/stylesheets/screen.scss */
.left-column {
  float: left;
  margin: 0 14px 0 0;
  width: 670px;
}

/* line 3708, ../../../app/stylesheets/screen.scss */
.right-column {
  float: left;
  width: 300px;
}
/* line 3711, ../../../app/stylesheets/screen.scss */
.right-column .widget {
  margin: 0 0 15px 0px;
}
/* line 3714, ../../../app/stylesheets/screen.scss */
.right-column h3.widget_title {
  font-size: 17px;
  padding-bottom: 1px;
  text-transform: none;
  border-bottom: 3px solid #000000;
}

/*tweet landing page
========================================================================================*/
/* line 3727, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweetlanding-main {
  width: 670px;
}
/* line 3730, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweet-landing-wrapper {
  padding-left: 25px;
  padding-right: 25px;
  margin: 0px;
}
/* line 3736, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail a#edit-tweet-content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  display: block;
  margin: 8px 18px -18px 0;
  text-align: right;
}
/* line 3744, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail div.spinner {
  display: none;
  position: absolute;
  right: 20px;
}
/* line 3749, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail div.addthis_toolbox {
  padding: 0 25px;
  margin: 20px 0 0;
}
/* line 3753, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail img {
  max-width: 591px;
}
/* line 3756, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail h3.stream_title {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 23px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  margin: 15px 0 5px;
}
/* line 3763, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail h3.stream_title a {
  color: #111;
}
/* line 3767, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .text-box {
  color: #444444;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 23px;
  margin-bottom: 12px;
  overflow: hidden;
  width: 620px;
}
/* line 3776, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .text-box iframe {
  max-width: 620px;
}
/* line 3779, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .text-box img {
  max-width: 620px;
}
/* line 3782, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .text-box object {
  max-width: 620px;
}
/* line 3785, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .text-box embed {
  max-width: 620px;
}
/* line 3789, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail ul.tagged_as {
  padding-top: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dfdfdf;
  list-style: none outside none;
}
/* line 3794, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail ul.tagged_as header {
  float: left;
  margin-right: 2px;
}
/* line 3798, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail ul.tagged_as li {
  float: left;
  margin-bottom: 12px;
  margin-right: 5px;
}
/* line 3803, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail ul.tagged_as a {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: bold;
  background-color: #E8E8E8;
  border-radius: 3px 3px 3px 3px;
  font-size: 13px;
  padding: 4px 10px 5px;
  margin-left: 3px;
}
/* line 3815, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .full_article_link {
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  text-transform: capitalize;
}
/* line 3823, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail header {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  margin-bottom: 8px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  margin-top: 20px;
}
/* line 3832, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail header.tag-header {
  margin-top: 0px;
}
/* line 3835, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper {
  margin: 20px 0;
}
/* line 3837, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-tweets-section {
  display: block;
}
/* line 3840, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-tweets {
  border-right: 1px dotted #d5d5d5;
  float: left;
  margin-bottom: 30px;
  padding-left: 19px;
  padding-right: 19px;
  width: 180px;
}
/* line 3848, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper #related-tweet-0, #tweet-landing .tweetlanding_detail .related-tweets-wrapper #related-tweet-3, #tweet-landing .tweetlanding_detail .related-tweets-wrapper #related-tweet-6, #tweet-landing .tweetlanding_detail .related-tweets-wrapper #related-tweet-9 {
  padding-left: 0px;
}
/* line 3851, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper #related-tweet-2, #tweet-landing .tweetlanding_detail .related-tweets-wrapper #related-tweet-5, #tweet-landing .tweetlanding_detail .related-tweets-wrapper #related-tweet-8, #tweet-landing .tweetlanding_detail .related-tweets-wrapper #related-tweet-11 {
  padding-right: 0px;
  border-right: none;
}
/* line 3855, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-row-1, #tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-row-2, #tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-row-3, #tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-row-4 {
  display: inline-block;
}
/* line 3858, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-tweets-image {
  width: 180px;
  height: 100px;
  overflow: hidden;
  text-align: center;
  margin: 0px;
}
/* line 3864, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-tweets-image img {
  -moz-transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}
/* line 3869, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-tweets-image img:hover {
  opacity: 0.85;
}
/* line 3874, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-tweets-content p {
  font-size: 13px;
  line-height: 16px;
  margin-top: 5px;
  width: 185px;
  overflow: hidden;
  margin-bottom: 0;
}
/* line 3882, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-tweets-content .related-tweet-view-more {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-weight: bold;
}
/* line 3888, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .view-related {
  background-color: #E8E8E8;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  display: block;
}
/* line 3899, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper .view-related a:hover, #tweet-landing .tweetlanding_detail .related-tweets-wrapper .view-related a:focus {
  text-decoration: none;
}
/* line 3903, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .related-tweets-wrapper #view-less-link {
  display: none;
}
/* line 3908, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .divider {
  border-top: 1px solid #dfdfdf;
}
/* line 3911, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .replies {
  margin-top: 20px;
}
/* line 3913, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .replies .tweet_box_inside {
  overflow: hidden;
}
/* line 3916, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .replies table {
  margin: 0px 0px 20px 0px;
  width: auto;
}
/* line 3920, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .replies th, #tweet-landing .tweetlanding_detail .replies td, #tweet-landing .tweetlanding_detail .replies caption {
  padding: 0px;
}
/* line 3923, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .replies table, #tweet-landing .tweetlanding_detail .replies th, #tweet-landing .tweetlanding_detail .replies td {
  vertical-align: top;
}
/* line 3926, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .replies table, #tweet-landing .tweetlanding_detail .replies th, #tweet-landing .tweetlanding_detail .replies td, #tweet-landing .tweetlanding_detail .replies img {
  vertical-align: top;
}
/* line 3929, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .replies .content {
  margin-left: 10px;
  margin-top: -2px;
}
/* line 3933, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .replies p {
  font-family: georgia, serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
}
/* line 3939, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_detail .replies .reply-divider {
  border-bottom: 1px dashed #DFDFDF;
  height: 0;
  margin-bottom: 15px;
}
/* line 3948, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 25px;
}
/* line 3951, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div.form-buttons {
  display: block;
  margin: 8px -9px 8px 0;
  text-align: right;
}
/* line 3955, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div.form-buttons a {
  color: #888;
  margin: 0 5px 0 0;
}
/* line 3958, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div.form-buttons a:hover {
  cursor: pointer;
}
/* line 3963, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form input#title {
  font-size: 14px;
  height: 25px;
  margin: 0 0 12px;
  padding: 0 0 0 5px;
  width: 98%;
}
/* line 3970, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div#tweet_form_slides {
  margin: 15px 0 0 0;
}
/* line 3972, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div#tweet_form_slides div#slide-prev-next-container {
  display: inline;
  margin: 0 5px 0 0;
}
/* line 3976, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div#tweet_form_slides div#slide-counter-container {
  color: #888888;
  display: inline;
  margin: 0 10px 0 0;
  vertical-align: text-bottom;
}
/* line 3982, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div#tweet_form_slides div#no-image-box {
  display: inline;
  vertical-align: text-bottom;
}
/* line 3986, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div#tweet_form_slides div.slides_container {
  margin: 12px 0 0 0;
  width: 620px;
}
/* line 3990, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div#tweet_form_slides div.slides_container div.media-display img {
  height: auto;
  max-height: none;
  max-width: 620px;
}
/* line 3995, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div#tweet_form_slides div.slides_container div.media-display iframe, #tweet-landing #tweet_media_edit_form form div#tweet_form_slides div.slides_container div.media-display embed, #tweet-landing #tweet_media_edit_form form div#tweet_form_slides div.slides_container div.media-display object {
  max-width: 620px;
}
/* line 3998, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form div#tweet_form_slides div.slides_container div.media-display p.no-preview-box {
  background: none repeat scroll 0 0 #F3F3F3;
  color: #888888;
  height: 20px;
  padding: 48px;
  width: 270px;
}
/* line 4008, ../../../app/stylesheets/screen.scss */
#tweet-landing #tweet_media_edit_form form textarea#description {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  margin: 12px 0 15px;
  padding: 12px 0 12px 12px;
  width: 98%;
}
/* line 4019, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet {
  background-color: #EDFBFE;
  border-bottom: 1px solid #CAE1E6;
  border-top: 1px solid #CAE1E6;
  padding-top: 20px;
  position: relative;
}
/* line 4025, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet table {
  margin-bottom: 0;
}
/* line 4028, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet td, #tweet-landing .tweetlanding_tweet img {
  vertical-align: top;
}
/* line 4031, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet img {
  margin-bottom: 15px;
}
/* line 4034, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet th, #tweet-landing .tweetlanding_tweet td, #tweet-landing .tweetlanding_tweet caption {
  padding: 0px;
}
/* line 4037, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet .tweet_box_content {
  margin-left: 13px;
  margin-top: -2px;
  overflow: hidden;
  width: 545px;
}
/* line 4042, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet .tweet_box_content .retweet_reply {
  display: inline;
  float: right;
}
/* line 4045, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet .tweet_box_content .retweet_reply .icon-font {
  bottom: 13px;
}
/* line 4050, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet p {
  font-family: georgia,serif;
  font-size: 15px;
  line-height: 20px;
  margin: 0px;
}
/* line 4056, ../../../app/stylesheets/screen.scss */
#tweet-landing .tweetlanding_tweet .tweet_info {
  margin-top: 7px;
}

/*user topic page
========================================================================================*/
/* line 4066, ../../../app/stylesheets/screen.scss */
#user-topic #cta-widget p {
  margin: 19px 0 0 20px;
}
/* line 4069, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main {
  width: 670px;
}
/* line 4071, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main h2 {
  background: none repeat scroll 0 0 #F3F3F3;
  border-bottom: 1px solid #DFDFDF;
  color: #888888;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-weight: normal;
  padding: 13px 30px;
  margin-bottom: 0px;
  letter-spacing: -0.3px;
}
/* line 4081, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main h2 strong {
  color: #666;
}
/* line 4085, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper {
  border-bottom: 1px solid #EAEAEA;
  padding: 40px 30px;
  -moz-transition: background-color 0.3s linear 0s;
  -webkit-transition: background-color 0.3s linear 0s;
  transition: background-color 0.3s linear 0s;
}
/* line 4091, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper:hover {
  cursor: pointer;
  background-color: #EDFBFE;
}
/* line 4095, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .tweet-image {
  border: 1px solid #EAEAEA;
  float: left;
  height: 170px;
  overflow: hidden;
  width: 170px;
  background: #F6f6f6;
}
/* line 4102, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .tweet-image img.small-image {
  padding: 25px;
}
/* line 4105, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .tweet-image img {
  -moz-transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}
/* line 4110, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .tweet-image img:hover {
  opacity: .85;
}
/* line 4113, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .tweet-image object, #user-topic #user-topic-main .tweet-wrapper .tweet-image embed, #user-topic #user-topic-main .tweet-wrapper .tweet-image iframe, #user-topic #user-topic-main .tweet-wrapper .tweet-image .embeddedObject {
  max-width: 615px;
}
/* line 4117, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .default-image {
  width: 170px;
  height: 170px;
}
/* line 4121, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .tweet-right-column {
  margin-left: 185px;
  margin-top: -5px;
}
/* line 4124, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .tweet-right-column h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 5px;
  -moz-transition: color 0.18s linear 0s;
  -webkit-transition: color 0.18s linear 0s;
  transition: color 0.18s linear 0s;
}
/* line 4133, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .tweet-right-column h3 a {
  color: #111;
}
/* line 4137, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper .tweet-right-column p {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 3px;
}
/* line 4144, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper-no-content {
  background: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  padding: 30px;
  -moz-transition: background-color 0.3s linear 0s;
  -webkit-transition: background-color 0.3s linear 0s;
  transition: background-color 0.3s linear 0s;
}
/* line 4151, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper-no-content:hover {
  cursor: pointer;
  background-color: #EDFBFE;
}
/* line 4155, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-wrapper-no-content p {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 5px;
}
/* line 4161, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-info {
  float: left;
  height: 15px;
}
/* line 4164, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-info .tweet_when {
  margin-top: 0px;
}
/* line 4167, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-info .retweet_reply {
  margin-top: 0px;
  position: absolute;
}
/* line 4170, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .tweet-info .retweet_reply .icon-font {
  bottom: 13px;
}
/* line 4175, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .read-more-button {
  display: block;
  margin-left: 1px;
  margin-top: 35px;
}
/* line 4179, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .read-more-button .button_1 {
  padding: 5px 10px;
}
/* line 4182, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .read-more-button .icon-font {
  bottom: -3px;
  font-size: 25px;
  margin-right: 4px;
  position: relative;
}

/* line 4192, ../../../app/stylesheets/screen.scss */
#user-topic #user-topic-main .read-more-button a.button_1:hover {
  text-decoration: none;
}

/* Manage Topics
===============================================================================*/
/* line 4223, ../../../app/stylesheets/screen.scss */
#manage-topics {
  background: white url(../images/dragdrop_1349139000.gif) no-repeat 392px 348px;
}
/* line 4225, ../../../app/stylesheets/screen.scss */
#manage-topics h1 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 8px;
}
/* line 4230, ../../../app/stylesheets/screen.scss */
#manage-topics h2 {
  border-bottom: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 6px;
  padding-bottom: 0px;
}
/* line 4237, ../../../app/stylesheets/screen.scss */
#manage-topics h3 {
  border-bottom: none;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 4px;
  padding-bottom: 0px;
}
/* line 4244, ../../../app/stylesheets/screen.scss */
#manage-topics p {
  margin-bottom: 18px;
  padding-bottom: 0px;
  line-height: 16px;
}
/* line 4249, ../../../app/stylesheets/screen.scss */
#manage-topics p.manage-desc {
  width: 725px;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 30px;
}
/* line 4255, ../../../app/stylesheets/screen.scss */
#manage-topics p.finish {
  text-align: right;
  font-size: 15px;
}
/* line 4259, ../../../app/stylesheets/screen.scss */
#manage-topics .big-button {
  float: right;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-style: normal;
  margin: 15px 0 0 0;
}
/* line 4266, ../../../app/stylesheets/screen.scss */
#manage-topics ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 4201, ../../../app/stylesheets/screen.scss */
#manage-topics ul li {
  margin: 0 5px 5px 0;
  background-color: #d2f1f8;
  padding: 4px 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 4210, ../../../app/stylesheets/screen.scss */
#manage-topics ul li span {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #000;
}
/* line 4218, ../../../app/stylesheets/screen.scss */
#manage-topics ul li:hover {
  background-color: #97ecff;
}
/* line 4273, ../../../app/stylesheets/screen.scss */
#manage-topics ul li {
  float: left;
}
/* line 4275, ../../../app/stylesheets/screen.scss */
#manage-topics ul li span {
  cursor: move;
}
/* line 4281, ../../../app/stylesheets/screen.scss */
#manage-topics .topics {
  float: left;
  width: 365px;
  padding-right: 172px;
}
/* line 4287, ../../../app/stylesheets/screen.scss */
#manage-topics .drops {
  width: 364px;
  float: right;
}
/* line 4293, ../../../app/stylesheets/screen.scss */
#manage-topics .drops div.error p {
  color: #ffad42;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 15px;
  text-align: left;
}
/* line 4303, ../../../app/stylesheets/screen.scss */
#manage-topics .drops div.success p {
  color: #000;
  float: right;
  font-size: 12px;
  margin-bottom: 5px;
  position: relative;
  text-align: right;
  top: -20px;
  font-weight: bold;
}
/* line 4313, ../../../app/stylesheets/screen.scss */
#manage-topics .drops div.success a {
  font-weight: bold;
}
/* line 4318, ../../../app/stylesheets/screen.scss */
#manage-topics .drops div.drop {
  border: 3px solid #dfdfdf;
  padding: 16px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  min-height: 120px;
}
/* line 4328, ../../../app/stylesheets/screen.scss */
#manage-topics .drops div.hover {
  background-color: #EFEFEF;
}
/* line 4332, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ol {
  padding: 0 0 0 15px;
  margin-bottom: 0;
}
/* line 4336, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ol li {
  margin: 0 5px 5px 0;
  height: 26px;
}
/* line 4340, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ol li span {
  padding: 4px 7px 4px 12px;
  background-color: #d2f1f8;
  font-weight: bold;
  font-size: 12px;
  color: #000;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: move;
}
/* line 4355, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ol li a {
  padding: 4px 10px 4px 0px;
  background-color: #d2f1f8;
  color: #898c91;
  font-weight: bold;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 4370, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ul {
  margin-bottom: 0;
}
/* line 4201, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ul li {
  margin: 0 5px 5px 0;
  background-color: #d2f1f8;
  padding: 4px 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 4210, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ul li span {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #000;
}
/* line 4218, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ul li:hover {
  background-color: #97ecff;
}
/* line 4374, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ul li {
  background-color: #DDD;
}
/* line 4376, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ul li span {
  margin-right: 5px;
  float: left;
  color: #999;
  background-color: #DDD;
  cursor: auto;
}
/* line 4383, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ul li a {
  float: left;
  color: #898c91;
  background-color: #DDD;
  font-weight: bold;
}
/* line 4391, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ul li:hover {
  background-color: #DDD;
}
/* line 4396, ../../../app/stylesheets/screen.scss */
#manage-topics .drops ul.hover, #manage-topics .drops ol.hover {
  background-color: #e8e8e8;
}

/* line 4402, ../../../app/stylesheets/screen.scss */
.full-page {
  margin: 20px 0 10px;
  padding: 35px 35px 90px 35px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

/* Resources
===============================================================================*/
/* line 4414, ../../../app/stylesheets/screen.scss */
#resources h1 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 8px;
}
/* line 4419, ../../../app/stylesheets/screen.scss */
#resources h2 {
  border-bottom: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 6px;
  padding-bottom: 0px;
}
/* line 4426, ../../../app/stylesheets/screen.scss */
#resources h3 {
  border-bottom: none;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 4px;
  padding-bottom: 0px;
}
/* line 4433, ../../../app/stylesheets/screen.scss */
#resources header {
  font-size: 19px;
  font-weight: bold;
}
/* line 4437, ../../../app/stylesheets/screen.scss */
#resources p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 10px;
}
/* line 4442, ../../../app/stylesheets/screen.scss */
#resources .section-header {
  -webkit-border-top-right-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-topleft: 7px;
  border-radius: 7px 7px 0 0;
  background-color: #000;
  border-left: 3px solid #ececec;
  border-right: 3px solid #ececec;
  border-top: 3px solid #ececec;
  color: #FFFFFF;
  font-size: 23px;
  padding: 6px 0 6px 25px;
  font-weight: 300;
  margin-top: 30px;
}
/* line 4458, ../../../app/stylesheets/screen.scss */
#resources .section-wrapper {
  background-color: #fff;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-top: 30px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 7px;
  border-radius: 0 0 7px 7px;
  border-right: 3px solid #ececec;
  border-bottom: 3px solid #ececec;
  border-left: 3px solid #ececec;
}
/* line 4476, ../../../app/stylesheets/screen.scss */
#resources .bookmarklet {
  background: white url(http://www.twylah.com/images/bookmarklet_arrow.png?1349139000) no-repeat scroll 114px 17px;
}
/* line 4478, ../../../app/stylesheets/screen.scss */
#resources .bookmarklet p {
  float: left;
  margin-left: 13px;
  margin-top: 19px;
}
/* line 4483, ../../../app/stylesheets/screen.scss */
#resources .bookmarklet a {
  float: left;
  display: block;
  background: transparent url(../images/bookmarklet_icon_1349139000.png) no-repeat;
  width: 65px;
  height: 65px;
}
/* line 4489, ../../../app/stylesheets/screen.scss */
#resources .bookmarklet a:hover {
  text-decoration: none;
}
/* line 4492, ../../../app/stylesheets/screen.scss */
#resources .bookmarklet a:focus {
  text-decoration: none;
}
/* line 4495, ../../../app/stylesheets/screen.scss */
#resources .bookmarklet a:active {
  text-decoration: none;
}
/* line 4498, ../../../app/stylesheets/screen.scss */
#resources .bookmarklet a span {
  visibility: hidden;
}
/* line 4505, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper #choose-layout {
  margin-bottom: 30px;
}
/* line 4507, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper #choose-layout label {
  font-size: 17px;
  font-weight: bold;
  margin-right: 2px;
}
/* line 4512, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper #choose-layout select {
  font-size: 15px;
}
/* line 4517, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper #square div.square-widget-wrapper {
  width: 300px;
  float: left;
}
/* line 4523, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper #vertical div.vertical-widget-wrapper {
  width: 205px;
  float: left;
}
/* line 4529, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper #horizontal div.horizontal-widget-wrapper {
  width: 550px;
  float: left;
}
/* line 4534, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper div.widget-code-wrapper {
  float: left;
  margin-left: 40px;
}
/* line 4537, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper div.widget-code-wrapper p {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3px;
}
/* line 4542, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper div.widget-code-wrapper textarea {
  border: 1px solid #E3E3E3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  font-size: 12px;
  height: 200px;
  padding: 10px;
  width: 240px;
  background: #d9f7ff;
}
/* line 4553, ../../../app/stylesheets/screen.scss */
#resources #trending-widget-section .section-wrapper p.widget-size {
  margin-top: 8px;
  text-align: center;
  color: #888;
}
/* line 4560, ../../../app/stylesheets/screen.scss */
#resources .badgecode {
  display: none;
}
/* line 4562, ../../../app/stylesheets/screen.scss */
#resources .badgecode textarea {
  border: 1px solid #e3e3e3;
  float: left;
  margin-left: 23px;
  padding: 10px;
  width: 245px;
  height: 100px;
  font-size: 12px;
  background: #d9f7ff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 4573, ../../../app/stylesheets/screen.scss */
#resources .badgecode p {
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-left: 24px;
  margin-top: 25px;
}
/* line 4582, ../../../app/stylesheets/screen.scss */
#resources .badge-column {
  float: left;
  margin-right: -1px;
  margin-bottom: 25px;
  margin-top: 10px;
}
/* line 4587, ../../../app/stylesheets/screen.scss */
#resources .badge-column .selected {
  background: #EDFBFE;
}
/* line 4591, ../../../app/stylesheets/screen.scss */
#resources .badge-cell {
  background-color: #F8FBFB;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  width: 265px;
  display: block;
}
/* line 4599, ../../../app/stylesheets/screen.scss */
#resources .badge-cell-last {
  border-bottom: 1px solid #e3e3e3;
}
/* line 4602, ../../../app/stylesheets/screen.scss */
#resources .badge-cell-first {
  border-top: 1px solid #e3e3e3;
}
/* line 4605, ../../../app/stylesheets/screen.scss */
#resources .badge-cell:hover {
  background: #edfbfe url(../images/badge_code_1349139000.png) no-repeat scroll 190px 23px;
}
/* line 4608, ../../../app/stylesheets/screen.scss */
#resources .badge-cell:active, #resources .badge-cell:focus {
  background: #edfbfe url(../images/badge_code_1349139000.png) no-repeat scroll 190px 23px;
}
/* line 4611, ../../../app/stylesheets/screen.scss */
#resources .badge-cell img {
  margin: 20px;
}
/* line 4615, ../../../app/stylesheets/screen.scss */
#resources #hosting ul {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  list-style-type: none;
  padding: 0px;
}
/* line 4620, ../../../app/stylesheets/screen.scss */
#resources #hosting ul li {
  line-height: 22px;
  margin: 30px 0 0;
}
/* line 4623, ../../../app/stylesheets/screen.scss */
#resources #hosting ul li span {
  font-weight: bold;
}
/* line 4629, ../../../app/stylesheets/screen.scss */
#resources form {
  margin: 15px 0 0;
}
/* line 4631, ../../../app/stylesheets/screen.scss */
#resources form input#custom_domain, #resources form input#google_analytics_tag {
  font-size: 15px;
  height: 30px;
  margin: 0 3px 0 0;
  padding: 0 0 0 6px;
  width: 280px;
}
/* line 4639, ../../../app/stylesheets/screen.scss */
#resources .button_2 {
  display: block;
  margin: 9px 0 0;
}

/* Theme Templates
===============================================================================*/
/* line 4649, ../../../app/stylesheets/screen.scss */
#theme-templates {
  margin: 30px 0 70px;
  display: inline-block;
}
/* line 4653, ../../../app/stylesheets/screen.scss */
#theme-templates h1 {
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 30px 0;
}
/* line 4658, ../../../app/stylesheets/screen.scss */
#theme-templates p {
  font-size: 17px;
  line-height: 24px;
  margin: 0 0 30px 0;
}
/* line 4663, ../../../app/stylesheets/screen.scss */
#theme-templates section.template-box {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  float: left;
  height: 235px;
  margin: 0 40px 40px 0;
  width: 278px;
}
/* line 4669, ../../../app/stylesheets/screen.scss */
#theme-templates section.template-box img {
  height: auto;
  width: 278px;
}
/* line 4673, ../../../app/stylesheets/screen.scss */
#theme-templates section.template-box .preview-container {
  background: rgba(0, 0, 0, 0.6);
  height: 155px;
  opacity: 0;
  padding: 40px;
  position: absolute;
  -moz-transition: opacity 0.1s ease-out 0s;
  -webkit-transition: opacity 0.1s ease-out 0s;
  transition: opacity 0.1s ease-out 0s;
  text-align: center;
  width: 198px;
}
/* line 4684, ../../../app/stylesheets/screen.scss */
#theme-templates section.template-box .preview-container a.preview-button {
  border: none;
  margin: 60px 0 10px 0;
  float: none;
  display: inline-block;
  padding: 12px 35px;
}
/* line 4691, ../../../app/stylesheets/screen.scss */
#theme-templates section.template-box .preview-container .template-title {
  color: white;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  font-family: georgia;
}
/* line 4698, ../../../app/stylesheets/screen.scss */
#theme-templates section.template-box .preview-container:hover {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
/* line 4704, ../../../app/stylesheets/screen.scss */
#theme-templates section.selected {
  outline: 4px solid #10a4e8;
}
/* line 4707, ../../../app/stylesheets/screen.scss */
#theme-templates section.last {
  margin: 0 0 44px 0;
}
/* line 4710, ../../../app/stylesheets/screen.scss */
#theme-templates div.buttons-container {
  float: right;
  margin: 10px 0 0 0;
}
/* line 4713, ../../../app/stylesheets/screen.scss */
#theme-templates div.buttons-container a {
  margin: 0 0 0 10px;
}

/* Action Metrics
===============================*/
/* line 4724, ../../../app/stylesheets/screen.scss */
#metrics h1 {
  color: #111111;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 27px;
  font-weight: 300;
  margin-bottom: 8px;
}
/* line 4732, ../../../app/stylesheets/screen.scss */
#metrics p {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 40px;
}
/* line 4738, ../../../app/stylesheets/screen.scss */
#metrics p.timezone {
  float: right;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: -27px;
  color: #000;
}
/* line 4746, ../../../app/stylesheets/screen.scss */
#metrics h2 {
  border-bottom: none;
  font-size: 28px;
  margin-bottom: 10px;
}
/* line 4752, ../../../app/stylesheets/screen.scss */
#metrics hr {
  background: none repeat scroll 0 0 #DFDFDF;
  height: 1px;
  margin: 25px 0 35px;
}
/* line 4758, ../../../app/stylesheets/screen.scss */
#metrics .tabs {
  padding: 0;
  width: 100%;
  list-style: none;
  border-bottom: 3px solid #000;
  margin-bottom: 35px;
}
/* line 4765, ../../../app/stylesheets/screen.scss */
#metrics .tabs a {
  color: #727272;
  text-decoration: none;
}
/* line 4770, ../../../app/stylesheets/screen.scss */
#metrics .tabs a:hover {
  text-decoration: none;
}
/* line 4773, ../../../app/stylesheets/screen.scss */
#metrics .tabs a:active {
  text-decoration: none;
}
/* line 4777, ../../../app/stylesheets/screen.scss */
#metrics .tabs select {
  font-size: 16px;
}
/* line 4781, ../../../app/stylesheets/screen.scss */
#metrics .tabs .tab {
  float: left;
  font-size: 16px;
  padding: 8px 25px 6px;
  background-color: #e7e7e7;
  margin-right: 5px;
  text-transform: uppercase;
}
/* line 4790, ../../../app/stylesheets/screen.scss */
#metrics .tabs .tab:hover {
  background-color: #98e5ff;
}
/* line 4792, ../../../app/stylesheets/screen.scss */
#metrics .tabs .tab:hover a {
  color: #000;
}
/* line 4797, ../../../app/stylesheets/screen.scss */
#metrics .tabs .selected {
  background-color: #98e5ff;
}
/* line 4800, ../../../app/stylesheets/screen.scss */
#metrics .tabs .selected a {
  color: #000;
}
/* line 4805, ../../../app/stylesheets/screen.scss */
#metrics .tabs .report-selector {
  padding-top: 7px;
  float: right;
}
/* line 4811, ../../../app/stylesheets/screen.scss */
#metrics .summary {
  border: 3px solid #DFDFDF;
  border-radius: 9px 9px 9px 9px;
  cursor: pointer;
  float: left;
  margin-right: 17px;
  padding: 25px 25px 0;
  width: 234px;
}
/* line 4820, ../../../app/stylesheets/screen.scss */
#metrics .summary:hover {
  background-color: #e8f7fc;
  border: 3px solid #c7eaf0;
}
/* line 4823, ../../../app/stylesheets/screen.scss */
#metrics .summary:hover h2 {
  color: #10A4E8;
}
/* line 4828, ../../../app/stylesheets/screen.scss */
#metrics .summary:last-child {
  margin-right: 0;
}
/* line 4832, ../../../app/stylesheets/screen.scss */
#metrics .summary h2 {
  text-align: center;
  margin-bottom: 17px;
  margin-left: 10px;
  font-size: 25px;
}
/* line 4839, ../../../app/stylesheets/screen.scss */
#metrics .summary h3 {
  color: #a4a4a4;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
/* line 4847, ../../../app/stylesheets/screen.scss */
#metrics .summary p {
  font-size: 20px;
  margin-bottom: 32px;
}
/* line 4850, ../../../app/stylesheets/screen.scss */
#metrics .summary p a {
  font-weight: bold;
  color: #095DB3;
}
/* line 4854, ../../../app/stylesheets/screen.scss */
#metrics .summary p a:visted {
  text-decoration: none;
  color: #095DB3;
}
/* line 4858, ../../../app/stylesheets/screen.scss */
#metrics .summary p a:hover {
  text-decoration: none;
  color: #095DB3;
}
/* line 4862, ../../../app/stylesheets/screen.scss */
#metrics .summary p a:active {
  text-decoration: none;
  color: #095DB3;
}
/* line 4866, ../../../app/stylesheets/screen.scss */
#metrics .summary p a:focus {
  text-decoration: none;
  color: #095DB3;
}
/* line 4876, ../../../app/stylesheets/screen.scss */
#metrics .summary.topics h2 {
  background: url(../images/twinkle_big_1349139000.png) no-repeat 22% 21%;
}
/* line 4882, ../../../app/stylesheets/screen.scss */
#metrics .summary.content h2 {
  background: url(../images/twinkle_big_1349139000.png) no-repeat 2% 21%;
}
/* line 4888, ../../../app/stylesheets/screen.scss */
#metrics .summary.time h2 {
  background: url(../images/twinkle_big_1349139000.png) no-repeat 14% 21%;
}

/* line 4898, ../../../app/stylesheets/screen.scss */
.metrics {
  border-collapse: collapse;
}
/* line 4900, ../../../app/stylesheets/screen.scss */
.metrics .container {
  float: left;
  height: 66px;
  width: 127px;
  border-right: 1px solid #bbbbbb;
  border-left: 0px solid #bababa;
}
/* line 4907, ../../../app/stylesheets/screen.scss */
.metrics .container .number {
  font-size: 10px;
  margin-top: 23px;
}
/* line 4910, ../../../app/stylesheets/screen.scss */
.metrics .container .number div.graph-percent-popup {
  left: -48px;
  top: 21px;
  width: 210px;
}
/* line 4916, ../../../app/stylesheets/screen.scss */
.metrics .container .graph {
  height: 33px;
  margin-top: 15px;
}
/* line 4922, ../../../app/stylesheets/screen.scss */
.metrics .pos {
  border-right: 2px solid #e9e9e9;
}
/* line 4925, ../../../app/stylesheets/screen.scss */
.metrics .pos .graph, .metrics .pos .number {
  float: left;
}
/* line 4929, ../../../app/stylesheets/screen.scss */
.metrics .pos .number {
  border-bottom: 1px dotted #9fd280;
  color: #73b14e;
  margin-left: 5px;
}
/* line 4934, ../../../app/stylesheets/screen.scss */
.metrics .pos .number.zero {
  border-bottom: 1px dotted #b4b4b4;
  color: #a6a6a6;
}
/* line 4938, ../../../app/stylesheets/screen.scss */
.metrics .pos .graph {
  background-color: #65a23e;
  background: -moz-linear-gradient(#8ac564, #73b04b) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8ac564), to(#73b04b));
  border: 1px solid #73b04b;
  -moz-box-shadow: 0 1px 1px #9b9b9b;
  -webkit-box-shadow: 0 1px 1px #9b9b9b;
  box-shadow: 0 1px 1px #9b9b9b;
}
/* line 4947, ../../../app/stylesheets/screen.scss */
.metrics .pos .graph.zero {
  background-color: #dfdfdf;
  background: -moz-linear-gradient(#dfdfdf, #dfdfdf) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dfdfdf), to(#dfdfdf));
  border: 1px solid #dfdfdf;
}
/* line 4955, ../../../app/stylesheets/screen.scss */
.metrics .neg {
  border-left: 2px solid #e9e9e9;
}
/* line 4958, ../../../app/stylesheets/screen.scss */
.metrics .neg .graph, .metrics .neg .number {
  float: right;
}
/* line 4961, ../../../app/stylesheets/screen.scss */
.metrics .neg .number {
  border-bottom: 1px dotted #F09DA2;
  color: #C63941;
  margin-right: 5px;
}
/* line 4966, ../../../app/stylesheets/screen.scss */
.metrics .neg .graph {
  background-color: #b72727;
  background: -moz-linear-gradient(#dd5c5c, #cb3939) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd5c5c), to(#cb3939));
  border: 1px solid #cb3939;
  -moz-box-shadow: 0 1px 1px #9b9b9b;
  -webkit-box-shadow: 0 1px 1px #9b9b9b;
  box-shadow: 0 1px 1px #9b9b9b;
}
/* line 4975, ../../../app/stylesheets/screen.scss */
.metrics .neg .graph.zero {
  background-color: #dfdfdf;
  background: -moz-linear-gradient(#dfdfdf, #dfdfdf) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dfdfdf), to(#dfdfdf));
  border: 1px solid #dfdfdf;
}
/* line 4984, ../../../app/stylesheets/screen.scss */
.metrics thead td {
  padding: 0;
  margin: 0;
}
/* line 4989, ../../../app/stylesheets/screen.scss */
.metrics thead .container {
  font-size: 11px;
  border-top: 2px solid #e9e9e9;
  height: 20px;
  background-color: #f0f0f0;
  text-align: center;
  color: #888;
}
/* line 4998, ../../../app/stylesheets/screen.scss */
.metrics thead .neg {
  border-left: 2px solid #e9e9e9;
  -webkit-border-top-left-radius: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-left-radius: 9px;
}
/* line 5005, ../../../app/stylesheets/screen.scss */
.metrics thead .pos {
  border-right: 2px solid #e9e9e9;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  border-top-right-radius: 9px;
}
/* line 5012, ../../../app/stylesheets/screen.scss */
.metrics thead .label {
  padding-bottom: 23px;
}
/* line 5016, ../../../app/stylesheets/screen.scss */
.metrics thead .header {
  color: #444444;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 45px;
  position: relative;
  text-align: center;
  width: 160px;
}
/* line 5025, ../../../app/stylesheets/screen.scss */
.metrics thead .header .header-popup {
  top: 18px;
  left: -100px;
  width: 150px;
}
/* line 5033, ../../../app/stylesheets/screen.scss */
.metrics tbody tr:nth-child(even) td {
  background-color: #f0f0f0;
}
/* line 5038, ../../../app/stylesheets/screen.scss */
.metrics tbody td {
  padding: 0;
  margin: 0;
}
/* line 5043, ../../../app/stylesheets/screen.scss */
.metrics tbody .label {
  font-size: 21px;
  font-weight: bold;
  padding-left: 10px;
  width: 329px;
  color: #095db3;
}
/* line 5050, ../../../app/stylesheets/screen.scss */
.metrics tbody .label .label-container {
  width: 100%;
  position: relative;
}
/* line 5055, ../../../app/stylesheets/screen.scss */
.metrics tbody .label span {
  border-bottom: 1px dotted #B1B1B1;
  color: #B1B1B1;
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
}
/* line 5061, ../../../app/stylesheets/screen.scss */
.metrics tbody .label span div.label-percent-popup {
  left: 43px;
  top: -19px;
  width: 160px;
}
/* line 5068, ../../../app/stylesheets/screen.scss */
.metrics tbody .label a {
  color: #095db3;
}
/* line 5072, ../../../app/stylesheets/screen.scss */
.metrics tbody .label a:visted {
  text-decoration: none;
}
/* line 5076, ../../../app/stylesheets/screen.scss */
.metrics tbody .label a:hover {
  text-decoration: none;
}
/* line 5080, ../../../app/stylesheets/screen.scss */
.metrics tbody .label a:active {
  text-decoration: none;
}
/* line 5084, ../../../app/stylesheets/screen.scss */
.metrics tbody .label a:focus {
  text-decoration: none;
}
/* line 5088, ../../../app/stylesheets/screen.scss */
.metrics tbody .label .twinkle {
  position: absolute;
  top: 0px;
  left: -41px;
}
/* line 5094, ../../../app/stylesheets/screen.scss */
.metrics tbody td.retweets {
  width: 260px;
  padding-right: 45px;
}
/* line 5100, ../../../app/stylesheets/screen.scss */
.metrics tbody td.replies {
  width: 260px;
}
/* line 5104, ../../../app/stylesheets/screen.scss */
.metrics tbody tr:last-child .container {
  border-bottom: 2px solid #e9e9e9;
}
/* line 5108, ../../../app/stylesheets/screen.scss */
.metrics tbody tr:last-child .pos {
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  border-bottom-right-radius: 9px;
}
/* line 5114, ../../../app/stylesheets/screen.scss */
.metrics tbody tr:last-child .neg {
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-left-radius: 9px;
}
/* line 5122, ../../../app/stylesheets/screen.scss */
.metrics tfoot {
  color: #a5a5a5;
  line-height: 16px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-style: normal;
}
/* line 5127, ../../../app/stylesheets/screen.scss */
.metrics tfoot .label {
  vertical-align: top;
}
/* line 5130, ../../../app/stylesheets/screen.scss */
.metrics tfoot td.retweets {
  padding-right: 50px;
  text-align: center;
}
/* line 5134, ../../../app/stylesheets/screen.scss */
.metrics tfoot td.replies {
  padding-right: 6px;
  text-align: center;
}

/* line 5141, ../../../app/stylesheets/screen.scss */
div.retweet-info-icon {
  background: url(../images/info_icon_1349139000.png) no-repeat scroll 0 0 transparent;
  width: 13px;
  height: 13px;
  float: right;
  position: relative;
  margin-top: 1px;
}

/* line 5150, ../../../app/stylesheets/screen.scss */
div.reply-info-icon {
  background: url(../images/info_icon_1349139000.png) no-repeat scroll 0 0 transparent;
  float: right;
  height: 13px;
  left: -8px;
  margin-top: 1px;
  position: relative;
  width: 13px;
}

/* end action metrics*/
/*embed layout
========================================================================================*/
/* to target individual extension layouts go to the bottom of the page and add body.facebook or
body.embed next to the element you want to target*/
/* line 5168, ../../../app/stylesheets/screen.scss */
body.embed, body.facebook {
  background-color: #f7f7f7;
  background-image: none;
  -webkit-text-size-adjust: auto;
  -ms-text-size-adjust: auto;
  min-width: 300px;
  /*link and button colors*/
  /*end and button colors*/
}
/* line 5175, ../../../app/stylesheets/screen.scss */
body.embed .page, body.facebook .page {
  min-width: 300px;
}
/* line 5180, ../../../app/stylesheets/screen.scss */
body.embed a, body.facebook a {
  color: #10a4e8;
}
/* line 5183, ../../../app/stylesheets/screen.scss */
body.embed a:hover, body.facebook a:hover {
  color: #10a4e8;
}
/* line 5186, ../../../app/stylesheets/screen.scss */
body.embed .button_1, body.facebook .button_1 {
  background: #10a4e8;
  color: #fff;
}
/* line 5190, ../../../app/stylesheets/screen.scss */
body.embed .button_1:hover, body.facebook .button_1:hover {
  background: #2DA9E2;
  color: #fff;
}
/* line 5194, ../../../app/stylesheets/screen.scss */
body.embed .widget_tweet_content .suppressed-link, body.facebook .widget_tweet_content .suppressed-link {
  color: #10a4e8;
}
/* line 5197, ../../../app/stylesheets/screen.scss */
body.embed .retweet_reply a, body.facebook .retweet_reply a {
  color: #C3C3C3;
}
/* line 5200, ../../../app/stylesheets/screen.scss */
body.embed .retweet_reply a:hover, body.facebook .retweet_reply a:hover {
  color: #10a4e8;
}
/* line 5203, ../../../app/stylesheets/screen.scss */
body.embed h3.widget_title a, body.facebook h3.widget_title a {
  color: #000;
}
/* line 5209, ../../../app/stylesheets/screen.scss */
body.embed #theme-1, body.facebook #theme-1 {
  width: 300px;
  background-image: none;
  min-height: 0px;
}
/* line 5215, ../../../app/stylesheets/screen.scss */
body.embed .outside, body.facebook .outside {
  padding: 0px 10px;
}
/* line 5219, ../../../app/stylesheets/screen.scss */
body.embed .inside, body.facebook .inside {
  width: 100%;
}
/* line 5223, ../../../app/stylesheets/screen.scss */
body.embed .twylah_header, body.facebook .twylah_header {
  height: 25px;
}
/* line 5225, ../../../app/stylesheets/screen.scss */
body.embed .twylah_header .join_login, body.facebook .twylah_header .join_login {
  display: none;
}
/* line 5228, ../../../app/stylesheets/screen.scss */
body.embed .twylah_header .logo img, body.facebook .twylah_header .logo img {
  margin-top: 4px;
  width: 70px;
}
/* line 5232, ../../../app/stylesheets/screen.scss */
body.embed .twylah_header .website_url, body.facebook .twylah_header .website_url {
  display: none;
}
/* line 5237, ../../../app/stylesheets/screen.scss */
body.embed .user_header, body.facebook .user_header {
  height: 100%;
  min-height: 0;
  width: 100%;
  background-color: #EBEBEB;
  border-bottom: 1px solid #d5d5d5;
  border-top: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
/* line 5246, ../../../app/stylesheets/screen.scss */
body.embed .user_header .user_info, body.facebook .user_header .user_info {
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 5251, ../../../app/stylesheets/screen.scss */
body.embed .user_header h1, body.facebook .user_header h1 {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 27px;
  margin: 0;
  padding: 0;
}
/* line 5257, ../../../app/stylesheets/screen.scss */
body.embed .user_header h1 a, body.facebook .user_header h1 a {
  color: #000;
  text-shadow: none;
}
/* line 5262, ../../../app/stylesheets/screen.scss */
body.embed .user_header p, body.facebook .user_header p {
  color: #555555;
  font-family: georgia,serif;
  font-size: 13px;
  font-style: italic;
  margin: 0px 0px 0px 0px;
}
/* line 5269, ../../../app/stylesheets/screen.scss */
body.embed .user_header .user_bio, body.facebook .user_header .user_bio {
  display: none;
}
/* line 5272, ../../../app/stylesheets/screen.scss */
body.embed .user_header .avatar, body.facebook .user_header .avatar {
  float: right;
  margin: 0;
  padding: 0;
}
/* line 5276, ../../../app/stylesheets/screen.scss */
body.embed .user_header .avatar img, body.facebook .user_header .avatar img {
  width: 45px;
  height: 45px;
}
/* line 5281, ../../../app/stylesheets/screen.scss */
body.embed .user_header .follow_button, body.facebook .user_header .follow_button {
  display: none;
}
/* line 5286, ../../../app/stylesheets/screen.scss */
body.embed .tag_nav, body.facebook .tag_nav {
  background-color: #F7F7F7;
  border-bottom: medium none;
  border-top: 1px solid #FFFFFF;
  color: #10A4E8;
  height: 80px;
  margin-bottom: 14px;
  overflow: hidden;
  padding-top: 14px;
}
/* line 5295, ../../../app/stylesheets/screen.scss */
body.embed .tag_nav ul li, body.facebook .tag_nav ul li {
  background-color: #000000;
  font-size: 12px;
  margin: 0px 4px 4px 0px;
  padding: 3px 10px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-weight: bold;
}
/* line 5303, ../../../app/stylesheets/screen.scss */
body.embed .tag_nav a, body.facebook .tag_nav a {
  text-shadow: none;
  color: #fff;
}
/* line 5307, ../../../app/stylesheets/screen.scss */
body.embed .tag_nav a:hover, body.facebook .tag_nav a:hover {
  color: #10a4e8;
}
/* line 5312, ../../../app/stylesheets/screen.scss */
body.embed #tabslide_slidetoggle, body.facebook #tabslide_slidetoggle {
  display: none;
}
/* line 5316, ../../../app/stylesheets/screen.scss */
body.embed #tabslide_wrapper, body.facebook #tabslide_wrapper {
  display: none;
}
/* line 5320, ../../../app/stylesheets/screen.scss */
body.embed .topic_subheader h2, body.facebook .topic_subheader h2 {
  display: none;
}
/* line 5324, ../../../app/stylesheets/screen.scss */
body.embed .row_4, body.facebook .row_4 {
  display: none;
}
/* line 5330, ../../../app/stylesheets/screen.scss */
body.embed #gallery #gallery-widget .button-wrapper, body.facebook #gallery #gallery-widget .button-wrapper {
  display: none;
}
/* line 5336, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget, body.facebook .widgets_container .widget {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
}
/* line 5341, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container h3.widget_title, body.facebook .widgets_container h3.widget_title {
  font-size: 17px;
  margin: 10px 10px 6px;
}
/* line 5345, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget-wrapper, body.facebook .widgets_container .widget-wrapper {
  padding-right: 10px;
  padding-left: 10px;
}
/* line 5349, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_image, body.facebook .widgets_container .widget_image {
  margin-left: 10px;
  margin-right: 10px;
  height: auto;
  width: auto;
  border: none;
}
/* line 5355, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_image img, body.facebook .widgets_container .widget_image img {
  max-width: 100%;
}
/* line 5358, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_image iframe, body.facebook .widgets_container .widget_image iframe {
  width: 100%;
}
/* line 5361, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_image embed, body.facebook .widgets_container .widget_image embed {
  width: 100%;
}
/* line 5364, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_image object, body.facebook .widgets_container .widget_image object {
  width: 100%;
}
/* line 5368, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_tweet_content, body.facebook .widgets_container .widget_tweet_content {
  padding: 12px 10px 14px;
}
/* line 5370, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_tweet_content .thumb-wrapper, body.facebook .widgets_container .widget_tweet_content .thumb-wrapper {
  margin: 2px 9px 0 0;
}
/* line 5373, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_tweet_content .thumb, body.facebook .widgets_container .widget_tweet_content .thumb {
  width: 65px;
  height: 65px;
}
/* line 5378, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_570 .widget_tweet, body.facebook .widgets_container .widget_570 .widget_tweet {
  font-size: 16px;
  line-height: 20px;
}
/* line 5382, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_440 .widget_tweet, body.facebook .widgets_container .widget_440 .widget_tweet {
  font-size: 16px;
  line-height: 20px;
}
/* line 5386, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .widget_332 .widget_tweet, body.facebook .widgets_container .widget_332 .widget_tweet {
  font-size: 16px;
  line-height: 20px;
}
/* line 5390, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .retweet_reply, body.facebook .widgets_container .retweet_reply {
  display: none;
}
/* line 5394, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .tweet-info .icon-font, body.facebook .widgets_container .tweet-info .icon-font {
  display: none;
}
/* line 5397, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .tweet-info .view-media, body.facebook .widgets_container .tweet-info .view-media {
  display: none;
}
/* line 5401, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .tweet_when a, body.facebook .widgets_container .tweet_when a {
  color: #c3c3c3;
}
/* line 5405, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .tweet-info-no-margin .icon-font, body.facebook .widgets_container .tweet-info-no-margin .icon-font {
  display: none;
}
/* line 5408, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .tweet-info-no-margin .view-media, body.facebook .widgets_container .tweet-info-no-margin .view-media {
  display: none;
}
/* line 5412, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .share-buttons, body.facebook .widgets_container .share-buttons {
  display: none;
}
/* line 5415, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container a.lower_link, body.facebook .widgets_container a.lower_link {
  position: static;
  float: right;
  margin: 12px 18px 5px 0px;
}
/* line 5420, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .money-box, body.facebook .widgets_container .money-box {
  border: none;
  height: 146px;
  width: 300px;
}
/* line 5424, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .money-box a, body.facebook .widgets_container .money-box a {
  height: 146px;
  width: 300px;
}
/* line 5428, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .money-box img, body.facebook .widgets_container .money-box img {
  height: 146px;
  width: 300px;
}
/* line 5432, ../../../app/stylesheets/screen.scss */
body.embed .widgets_container .money-box .pinned-topic-url, body.facebook .widgets_container .money-box .pinned-topic-url {
  display: none;
}
/* line 5438, ../../../app/stylesheets/screen.scss */
body.embed #money-box-small, body.facebook #money-box-small {
  height: auto;
  width: 300px;
}
/* line 5441, ../../../app/stylesheets/screen.scss */
body.embed #money-box-small .widget_440_205, body.facebook #money-box-small .widget_440_205 {
  height: auto;
  width: 300px;
  background-color: none;
  margin-bottom: 10px;
}
/* line 5447, ../../../app/stylesheets/screen.scss */
body.embed #money-box-small a img, body.facebook #money-box-small a img {
  height: auto;
  width: 300px;
}
/* line 5453, ../../../app/stylesheets/screen.scss */
body.embed #floating-money-box, body.facebook #floating-money-box {
  display: none;
}
/* line 5457, ../../../app/stylesheets/screen.scss */
body.embed .right-column, body.facebook .right-column {
  width: 100%;
}
/* line 5462, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column, body.facebook #user-topic .left-column {
  width: 100%;
}
/* line 5464, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main, body.facebook #user-topic .left-column #user-topic-main {
  width: 100%;
}
/* line 5466, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main h2, body.facebook #user-topic .left-column #user-topic-main h2 {
  font-size: 14px;
  padding: 10px 10px;
}
/* line 5470, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper {
  padding: 15px 10px;
}
/* line 5472, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper .tweet-image, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper .tweet-image {
  width: 65px;
  height: 65px;
}
/* line 5475, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper .tweet-image .default-image a img, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper .tweet-image .default-image a img {
  display: none;
}
/* line 5479, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper .tweet-right-column, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper .tweet-right-column {
  margin-left: 78px;
  margin-top: -2px;
}
/* line 5483, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper h3, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 3px;
}
/* line 5488, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper p, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper p {
  font-size: 14px;
  line-height: 16px;
}
/* line 5492, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper .read-more-button, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper .read-more-button {
  display: none;
}
/* line 5495, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper .more, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper .more {
  visibility: hidden;
}
/* line 5499, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper-no-content, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper-no-content {
  border-bottom: 1px solid #EAEAEA;
  margin: 0;
  padding: 15px 10px;
  border-top: none;
}
/* line 5504, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper-no-content p, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper-no-content p {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 3px;
}
/* line 5509, ../../../app/stylesheets/screen.scss */
body.embed #user-topic .left-column #user-topic-main .tweet-wrapper-no-content .more, body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper-no-content .more {
  visibility: hidden;
}
/* line 5518, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing #tweetlanding-main, body.facebook #tweet-landing #tweetlanding-main {
  width: 100%;
}
/* line 5521, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .left-column, body.facebook #tweet-landing .left-column {
  width: 100%;
}
/* line 5524, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .right-column, body.facebook #tweet-landing .right-column {
  width: 100%;
}
/* line 5527, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweet-landing-wrapper, body.facebook #tweet-landing .tweet-landing-wrapper {
  padding: 0px 10px;
}
/* line 5530, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_tweet, body.facebook #tweet-landing .tweetlanding_tweet {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 5533, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_tweet p, body.facebook #tweet-landing .tweetlanding_tweet p {
  font-size: 13px;
  line-height: 17px;
  margin: 0px;
}
/* line 5538, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_tweet .retweet_reply, body.facebook #tweet-landing .tweetlanding_tweet .retweet_reply {
  display: none;
}
/* line 5541, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_tweet .tweet_box_content, body.facebook #tweet-landing .tweetlanding_tweet .tweet_box_content {
  width: 220px;
}
/* line 5544, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_tweet img, body.facebook #tweet-landing .tweetlanding_tweet img {
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
}
/* line 5551, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail h3.stream_title, body.facebook #tweet-landing .tweetlanding_detail h3.stream_title {
  font-size: 17px;
  line-height: 19px;
  margin: 10px 0px;
}
/* line 5556, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .text-box, body.facebook #tweet-landing .tweetlanding_detail .text-box {
  line-height: 20px;
  width: 100%;
  margin: 0px;
}
/* line 5560, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .text-box img, body.facebook #tweet-landing .tweetlanding_detail .text-box img {
  max-width: 100%;
}
/* line 5563, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .text-box iframe, body.facebook #tweet-landing .tweetlanding_detail .text-box iframe {
  max-height: none;
  max-width: none;
  width: 100%;
}
/* line 5568, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .text-box embed, body.facebook #tweet-landing .tweetlanding_detail .text-box embed {
  max-height: none;
  max-width: none;
  width: 100%;
}
/* line 5573, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .text-box object, body.facebook #tweet-landing .tweetlanding_detail .text-box object {
  max-height: none;
  max-width: none;
  width: 100%;
}
/* line 5578, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .text-box .full_article_link, body.facebook #tweet-landing .tweetlanding_detail .text-box .full_article_link {
  margin-bottom: 22px;
}
/* line 5582, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .tagged_as, body.facebook #tweet-landing .tweetlanding_detail .tagged_as {
  padding-bottom: 5px;
  padding-top: 10px;
}
/* line 5586, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail #related-tweet-0, body.embed #tweet-landing .tweetlanding_detail #related-tweet-1, body.embed #tweet-landing .tweetlanding_detail #related-tweet-2, body.embed #tweet-landing .tweetlanding_detail #related-tweet-3, body.embed #tweet-landing .tweetlanding_detail #related-tweet-4, body.embed #tweet-landing .tweetlanding_detail #related-tweet-5, body.embed #tweet-landing .tweetlanding_detail #related-tweet-6, body.embed #tweet-landing .tweetlanding_detail #related-tweet-7, body.embed #tweet-landing .tweetlanding_detail #related-tweet-8, body.embed #tweet-landing .tweetlanding_detail #related-tweet-9, body.embed #tweet-landing .tweetlanding_detail #related-tweet-10, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-0, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-1, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-2, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-3, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-4, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-5, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-6, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-7, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-8, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-9, body.facebook #tweet-landing .tweetlanding_detail #related-tweet-10 {
  border-top: 1px dotted #D5D5D5;
  margin: 0;
  padding: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
/* line 5593, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .related-tweets-image, body.facebook #tweet-landing .tweetlanding_detail .related-tweets-image {
  float: left;
  height: 65px;
  width: 65px;
}
/* line 5598, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .related-tweets-content, body.facebook #tweet-landing .tweetlanding_detail .related-tweets-content {
  float: left;
  margin-left: 10px;
  margin-top: -2px;
  width: 200px;
}
/* line 5604, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .related-tweets, body.facebook #tweet-landing .tweetlanding_detail .related-tweets {
  width: 100%;
  border-right: none;
  margin: 0px;
  padding: 0px;
}
/* line 5609, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .related-tweets:hover, body.facebook #tweet-landing .tweetlanding_detail .related-tweets:hover {
  cursor: pointer;
  background-color: #EDFBFE;
}
/* line 5613, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .related-tweets p, body.facebook #tweet-landing .tweetlanding_detail .related-tweets p {
  width: 100%;
  margin-top: 0px;
}
/* line 5617, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .related-tweets .related-tweet-view-more, body.facebook #tweet-landing .tweetlanding_detail .related-tweets .related-tweet-view-more {
  display: none;
}
/* line 5621, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail span.view-less-link, body.embed #tweet-landing .tweetlanding_detail span.view-more-link, body.facebook #tweet-landing .tweetlanding_detail span.view-less-link, body.facebook #tweet-landing .tweetlanding_detail span.view-more-link {
  background-color: #E8E8E8;
  border-radius: 3px 3px 3px 3px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 9px 64px;
  cursor: pointer;
}
/* line 5631, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .replies p, body.facebook #tweet-landing .tweetlanding_detail .replies p {
  font-family: georgia,serif;
  font-size: 12px;
  line-height: 15px;
}
/* line 5637, ../../../app/stylesheets/screen.scss */
body.embed #tweet-landing .tweetlanding_detail .reply-form-divider, body.facebook #tweet-landing .tweetlanding_detail .reply-form-divider {
  border-top: 1px solid #DFDFDF;
  margin: 0 0 12px;
  width: auto;
}
/* line 5645, ../../../app/stylesheets/screen.scss */
body.embed #gallery-widget, body.facebook #gallery-widget {
  width: 100%;
}
/* line 5647, ../../../app/stylesheets/screen.scss */
body.embed #gallery-widget .button_1, body.facebook #gallery-widget .button_1 {
  font-size: 13px;
  padding: 7px 84px;
}
/* line 5651, ../../../app/stylesheets/screen.scss */
body.embed #gallery-widget .gallery-widget-image, body.facebook #gallery-widget .gallery-widget-image {
  margin: 0 5px 5px 0;
  width: 90px;
  height: 90px;
}
/* line 5655, ../../../app/stylesheets/screen.scss */
body.embed #gallery-widget .gallery-widget-image a.label, body.facebook #gallery-widget .gallery-widget-image a.label {
  height: 53px;
  width: 86px;
}
/* line 5660, ../../../app/stylesheets/screen.scss */
body.embed #gallery-widget .image-2, body.embed #gallery-widget .image-5, body.facebook #gallery-widget .image-2, body.facebook #gallery-widget .image-5 {
  margin-right: 0px;
}
/* line 5663, ../../../app/stylesheets/screen.scss */
body.embed #gallery-widget .button_1, body.facebook #gallery-widget .button_1 {
  font-size: 15px;
  margin: 0;
  padding: 7px 50px;
}
/* line 5670, ../../../app/stylesheets/screen.scss */
body.embed #cta-widget, body.facebook #cta-widget {
  display: none;
}
/* line 5674, ../../../app/stylesheets/screen.scss */
body.embed #share-widget, body.facebook #share-widget {
  display: none;
}
/* line 5678, ../../../app/stylesheets/screen.scss */
body.embed #footer, body.embed #footer-wrapper, body.facebook #footer, body.facebook #footer-wrapper {
  display: none;
}
/* line 5682, ../../../app/stylesheets/screen.scss */
body.embed #directory-footer, body.facebook #directory-footer {
  display: none;
}

/*target specific layout
========================================================================================*/
/* line 5691, ../../../app/stylesheets/screen.scss */
body.facebook {
  overflow: hidden;
}

/* line 5695, ../../../app/stylesheets/screen.scss */
body.facebook #theme-1 {
  width: 500px;
}

/* line 5699, ../../../app/stylesheets/screen.scss */
body.facebook .tag_nav {
  height: 52px;
}

/* line 5703, ../../../app/stylesheets/screen.scss */
body.facebook .widgets_container .money-box {
  display: block;
  height: 205px;
  margin-left: 35px;
  width: 419px;
}
/* line 5708, ../../../app/stylesheets/screen.scss */
body.facebook .widgets_container .money-box img {
  height: 205px;
  width: 419px;
}

/* line 5714, ../../../app/stylesheets/screen.scss */
body.facebook .widgets_container .widget_tweet_content .thumb {
  height: 70px;
  width: 70px;
}

/* line 5719, ../../../app/stylesheets/screen.scss */
body.facebook #money-box-small #fb-reg-default img {
  height: 205px;
  width: 419px;
}

/* line 5724, ../../../app/stylesheets/screen.scss */
body.facebook #money-box-small .widget_440_205 {
  display: block;
  height: 205px;
  margin-left: 35px;
  width: 419px;
}
/* line 5729, ../../../app/stylesheets/screen.scss */
body.facebook #money-box-small .widget_440_205 img {
  height: 205px;
  width: 419px;
}

/* line 5737, ../../../app/stylesheets/screen.scss */
body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper {
  padding: 20px 10px;
}

/* line 5741, ../../../app/stylesheets/screen.scss */
body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper .tweet-image {
  width: 100px;
  height: 100px;
}

/* line 5746, ../../../app/stylesheets/screen.scss */
body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper .tweet-right-column {
  margin-left: 115px;
  margin-top: -3px;
}
/* line 5749, ../../../app/stylesheets/screen.scss */
body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper .tweet-right-column h3 {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 5px;
}

/* line 5756, ../../../app/stylesheets/screen.scss */
body.facebook #user-topic .left-column #user-topic-main .tweet-wrapper-no-content p {
  font-size: 17px;
  line-height: 21px;
}

/* line 5762, ../../../app/stylesheets/screen.scss */
body.facebook #tweet-landing .tweetlanding_tweet .tweet_box_content {
  width: 420px;
}

/* line 5766, ../../../app/stylesheets/screen.scss */
body.facebook #tweet-landing .tweetlanding_tweet .tweet_box_content p {
  font-size: 15px;
  line-height: 19px;
}

/* line 5771, ../../../app/stylesheets/screen.scss */
body.facebook #tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-tweets {
  height: auto;
}

/* line 5775, ../../../app/stylesheets/screen.scss */
body.facebook #tweet-landing .tweetlanding_detail .related-tweets-wrapper .related-tweets-image {
  height: 100px;
  width: 100px;
}

/* line 5780, ../../../app/stylesheets/screen.scss */
body.facebook #tweet-landing .tweetlanding_detail .related-tweets .related-tweets-content {
  float: left;
  margin-left: 15px;
  width: 75%;
}
/* line 5784, ../../../app/stylesheets/screen.scss */
body.facebook #tweet-landing .tweetlanding_detail .related-tweets .related-tweets-content p {
  float: left;
  margin-top: 1px;
}
/* line 5788, ../../../app/stylesheets/screen.scss */
body.facebook #tweet-landing .tweetlanding_detail .related-tweets .related-tweets-content a {
  float: left;
}

/* line 5794, ../../../app/stylesheets/screen.scss */
body.facebook #gallery-widget .button_1 {
  font-size: 14px;
}
/* line 5797, ../../../app/stylesheets/screen.scss */
body.facebook #gallery-widget .gallery-widget-image {
  margin-right: 7px;
}
/* line 5800, ../../../app/stylesheets/screen.scss */
body.facebook #gallery-widget .image-4 {
  margin-right: 0px;
}
/* line 5803, ../../../app/stylesheets/screen.scss */
body.facebook #gallery-widget .image-5 {
  display: none;
}

/* line 5808, ../../../app/stylesheets/screen.scss */
.hidden {
  display: none;
}

.slides_container div {
	width: 600px;
  display: block;
}

.slides_container img{
	max-width: 300px;
	max-height: 300px;
}