html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-family: "PT Sans","Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	vertical-align: baseline;


}


html {
    height:100%;

}
body {
 font-family: 'PT Sans', "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
 font-size: 10pt;
 line-height: 1.5;
 color: #333;
 padding: 0;
 margin: 0 auto;
 text-align: left;
 vertical-align: top;
 border: 0;
 /* background: #fff url(images/main-pattern.png) top left repeat; */
 background-color: #f0f1f2;
 /*padding: 50px 0px 20px 0px;*/
 width:100%;
 height:100%;
  margin-top:80px;
  background: #E6E6E6 url("images/bg-noise.gif");
}

img {
 border: 0;
}



ul {
 margin: 0;
 padding: 0px 0px 10px 20px;
 list-style: none;
 border: 0;
}

li {
 list-style: square;
}

p {
 padding-bottom: 10px;
 margin: 0;
}

ol li {
 list-style-type: decimal;
}

/***------------------------------------
TYPE
------------------------------------***/
/*
@font-face {
 font-family: 'aller-display';
 src: url('http://www.conweets.com/css/aller-display.ttf');
}
*/

.font {
   font-family: 'PT Sans', "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

.font-shadow {
 text-shadow: 0 0px 3px #333;
}

h1 {
 font-size: 2.25em;
 color: #fff;
}

h1 span {
 color: #82dbcf;
}

h2 {
 font-size: 3em;
 color: #fff;
}

h3 {
 font-size: 1.5em;
 color: #1e8073;
 line-height: 1em;
 padding-bottom: 10px;
 font-weight:normal;
}

h3.v2 {
   color: #1e8073;
}
h4 {
 font-size: 1.125em;
}

h5 {
 font-size: 1em;
}

h6 {
 font-size: 0.75em;
}

strong {
 font-weight: bold;
}

a:active {
    text-decoration:none;
}
/***------------------------------------
LAYOUT
------------------------------------***/


#header {
 background: url(images/header.png) top left repeat-x;
 padding-top: 5px;
 position: absolute;
 top: 0px;
 left: 0px;
 text-align:center;
 height:50px;
 width:100%;
 z-index:1;
 border-bottom:2px Solid Black;

}
#header_main {
 width: 900px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 0px;
 overflow:auto;
 text-align:left;

}


#title {

 float: left;
 margin-top:0;

}

#nav {
 float: right;
 padding-top: 10px;
}

#nav ul, ul.nav {
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
}

#nav li, li.nav {
 margin-left: 10px;
 float: left;
 list-style-type: none;
}

#descrip {
 clear: both;
 width: 960px;
 text-align: center;
 margin: 0 auto;
 padding-top: 20px;
 padding-bottom: 40px;
}
#fadeoutdiv {
    width:810px;

}
#columns {
 background-color: #f0f1f2;
 width: 100%;
 float: none;
 margin: auto;
 text-align:left;
 min-height:100%;
 background: #E6E6E6 url("images/bg-noise.gif");
}

#main {
 width: 900px;
 margin: 0 auto;
 padding-bottom: 10px;
 overflow:auto;
 padding-left:15px;
   height:100%;

}

.col {
 width: 67%;
 margin-right: 10px;
 float: left;

}

.col_streched {
 width: 95%;
 margin-right: 10px;
 float: none;

}
.conversation_about {
    display:inline;
    float:right;
}
.col2 {
 width: 21%;
 float: left;
 min-height: 300px;

}


#trending_conversations_horizontal {
    padding:20px;
    background-color: #fff;
    display:block;
    width: 840px;
}

#trending_conversations_horizontal h3 {
    color: #1e8073;
}
.box {
 border: 1px Solid #d8d6d6;
 background-color: #fff;
 padding: 20px;
 margin-top:0.5%;
}

.box2 {
 border: 1px Solid #d8d6d6;
 padding: 20px;
 color:white;
  margin-top:0.5%;
/*background: url(images/greybg.png) top left repeat; */

}
.navbox {
 border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 /* background-color: #82dbcf; */
 padding: 8px 2px;
}
.track_new  {

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 7px;
    background-color: #1e8073;
    text-align:center;
    width:90%;
    display:inline;
    margin:5px;
    text-decoration:none;
    color:white;
    font-size:1.1em;

}
.track_new:hover {
    color:black;
    text-decoration:none;
}

a.not_tracked  {

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    background-color: #1e8073;
    text-align:center;
    width:90%;
    display:inline;
    margin:5px;
    text-decoration:none;
    color:white;
    font-family: 'Concert One';
    font-size:14pt;

}

a.not_tracked:hover {
    text-decoration: none;
}
.tracked_details {
    color: #6C7975;
}
li.orange {
    color: #ff9900;
}
#footer {
 width: 940px;
 text-align: center;
 font-size: 0.75em;
 width:100%;
 height:11px
     position:relative;
}

.footerbox {

 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 background: url(images/header.png) top left repeat-x;
 padding: 8px;
 color:white;
 opacity:0.7;
filter:alpha(opacity=70);
}


/***------------------------------------
LINKS
------------------------------------***/

#nav a, #nav a:link, #nav a:visited {
 text-decoration: none;
 color: #a2a2a2;
 font-size:9.5pt;
 font-weight:lighter;
 padding:5px;
 border-radius:4px;
 -webkit-border-radius:4px;
 text-transform: uppercase;
 width: 50%;
}

#nav a:hover {
 text-decoration: none;
 color: #fff;
 background-color:#1e8073;
}

#nav a.active {
    background-color:#1e8073;
    color:white;
}

/************************************
 * TOOLTIP
 */

.tooltip {
    background-color:#000;

  	border-radius: 3px;
    padding:10px 15px;
    width:200px;
    display:none;
    color:#fff;
    text-align:left;
    font-size:12px;

    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 5px #000;
    -webkit-box-shadow:0 0 5px #000;
}


.profile_holder{

	padding-left:60px;
	padding-top:2px;
        padding-bottom:2px;
	width:140px;
	height:44px;
	margin:1px;
        margin-bottom : 10px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        -khtml-border-radius:7px;
        border-radius: 7px;
        border:2px Solid #cecece;
        text-align: left;
        font-size:80%;
        background-color: white;
        color: #1e8073;

}



/* conversation view */

.conversation, .conversation_ad {
    padding:10px;
    /*background: url(images/greybg.png) top left repeat;*/
    background-color: #fff;
    border-radius:0px;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    margin-bottom:20px;

    font-weight:lighter;
}

p {
    margin:0;
}
p.bubble
{
	width: 60%;
	z-index:0;
	padding:10px;
	margin:2px;
	background-color: #fff;
	border: 2px solid transparent;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
        position:relative;
        margin-top:0px;
        font-size:99%;
        font-weight : normal;
}

p.left {
      text-align:left;
      background-color:#1e8073;
      color:white;

}


p.right {
      text-align:right;
      margin-left:35%;
      background: #3b3d3d;
      color:white;

}


p.bubble:before, p.bubble:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}

p.left:before
{
	left: 99%;
	top: 10px;
	border: 15px solid;
	border-color: transparent transparent transparent #1e8073;
}
p.right:before
{
	right: 100%;
	top: 10px;
	border: 10px solid ;
	border-color: transparent #3d3d3d transparent transparent;
}

/*
p.left:after
{
	left: 38px;
	top: 40px;
	border: 5px solid;
	border-color: #fff transparent transparent #fff;
}

*/



.imgholder_right {
    border:4px solid black;
    float:right;
    margin-right:66%;
    margin-top:10px;
    display:inline;
}
.imgholder_left {
    float:left;
    margin-left:75%;
    margin-top:10px;
    display:inline;
}
.tweet {
    width:100%;
    overflow:hidden;
    margin-bottom:10px;
    margin-top:0;
}

.tweet left {
    background-position:71% 10%;
}

.desc {
    display:block;
    font-size:80%;
    margin-top:15px;
}
.desc a {
    color:white;
    text-decoration:none;
}
.desc a:hover {
    text-decoration:underline;
}
.col2 .profile_holder {
    border:0px;
    background:transparent;
    background-repeat:no-repeat;
    padding-top:0;
    width:80%;
    color: #6C7975;
}


.conv_details {

    width:100%;
}
.conv_details h3 {
    display:inline;
    font-size:4.0em;
}

.conv_details .text {
 color: #6C7975;
    margin:5px;
}

#loadmoreholder {
    padding:3px;
    text-align:center;
    color: black;
    border-radius:3px;
    border: 1px solid #cecece;
    background:-moz-linear-gradient(top, #cecece, #ffffff);
    background:-webkit-gradient(linear, left top, left bottom, from(#cecece), to(#ffffff));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cecece', EndColorStr='#ffffff')";
    display:block;
    text-decoration: none;
}
#loadmoreholder a {

    text-decoration: none;
}

#loadmoreholder a:hover {
    color: #1e8073;
    text-decoration: none;
}
/*
 * JQUERY BUTTONS
 */

.button
{
	display: inline-block;
	white-space: nowrap;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(top, #eee, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
	border: 1px solid #777;
	padding: 0 1.5em;
	font: bold 1em/2em Arial, Helvetica;
	text-decoration: none;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}

.button:hover
{
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
	background-image: -moz-linear-gradient(top, #fafafa, #ddd);
	background-image: -ms-linear-gradient(top, #fafafa, #ddd);
	background-image: -o-linear-gradient(top, #fafafa, #ddd);
	background-image: linear-gradient(top, #fafafa, #ddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
}

.button:active
{
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}

.button:focus
{
	outline: 0;
	background: #fafafa;
}

.button:before
{
	background: #ccc;
	background: rgba(0,0,0,.1);
	float: left;
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em;
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-moz-border-radius: .15em 0 0 .15em;
	-webkit-border-radius: .15em 0 0 .15em;
	border-radius: .15em 0 0 .15em;
        pointer-events: none;
}

/* Hexadecimal entities for the icons */

.add:before
{
	content: "\271A";
}

.edit:before
{
	content: "\270E";
}

.delete:before
{
	content: "\2718";
}

.save:before
{
	content: "\2714";
}

.email:before
{
	content: "\2709";
}

.like:before
{
	content: "\2764";
}

.next:before
{
	content: "\279C";
}

.star:before
{
	content: "\2605";
}

.spark:before
{
	content: "\2737";
}

.play:before
{
	content: "\25B6";
}
#friends {
    position:fixed ;
    height:100%;
    overflow:  scroll;
    width:16%;
    margin-top:-23px;
    margin-bottom:40px;
    background: url(images/greybg.png) top left repeat;
    padding-bottom:100px;
    right:0px;
    z-index:1000;
    text-align: left;
}

#friends a{
    padding:5px;
    display: block;
    text-decoration:none;
    color: #82dbcf;
    background-repeat: no-repeat;
    background-color: transparent;
    font-size:9pt;
    height:20px;
}
#friends a:hover{
    background-color: black;
}
#friends span {
    margin-left:10px;
}
img.profile_image {
    margin:0;
    float:left;
    border-radius:23px;
    -moz-border-radius:23px;
    -webkit-border-radius:23px;
}
.trend {
    display:block;
    background-color: white;
    width:28%;
    padding:10px;
    margin:10px;
    color: #1e8073;
    float: left;
    text-decoration:none;
    height:110px;
    cursor: pointer;
}

#trending_conversations_horizontal a.trend, #conversations_list a.trend {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#trending_conversations_horizontal a.trend:hover, #conversations_list a.trend:hover {
    background-color:#f4f4f4;
    color:black;
    text-decoration:none;
}
.trend .text{
    margin-left:15px;
    display:inline;
}

.centerbox {
    margin-top:1% ;
    width:80%;
    padding:20px;
   
    color:#666;
    text-align:center;
    min-height:200px;
    display: block;
    float:none;
}

.shadowbox {
    background: none;
    border: 1px Solid #d8d6d6;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2), inset 0 0 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2), inset 0 0 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2), inset 0 0 0px rgba(0, 0, 0, 0.1);
}

.twt {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding:10px 20px 10px 20px;
    background-color: #138073;
    color:white;
    text-decoration:none;
    font-size:13pt;
    -webkit-box-shadow: 0px 10px 6px -6px rgba(90, 90, 90, 1.0), inset 0 0 10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 6px -6px rgba(90, 90, 90, 1.0), inset 0 0 10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 6px -6px rgba(90, 90, 90, 1.0), inset 0 0 10px rgba(0, 0, 0, 0.75);

}
a.twt:hover {
    text-decoration:none;
    -webkit-box-shadow: 0px 10px 6px -6px rgba(90, 90, 90, 1.0), inset 0 0 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 6px -6px rgba(90, 90, 90, 1.0), inset 0 0 30px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 6px -6px rgba(90, 90, 90, 1.0), inset 0 30 0px rgba(0, 0, 0, 0.75);
}
.arrow_box {
	position: relative;
        border-radius: 5px;
        width: 20%;
        top: -130px;
        left: 50px;

}
.convolist {
    text-align:left;
    margin-left:15px;
    cursor:pointer;
    height:60px;
    width:27%;
}
.convolist span{

    font-size:85%;
}
.index_column {
    margin-left:0%;
    margin-top:1%;
}

.banner_item h3 {
    color: #1e8073;
    margin:4px;
}
.banner_item img {
    float:left;
    margin:10px;
    box-shadow:2px 2px 10px rgba(0,0,0,0.5);
}
.banner_item span {
    margin-top:12px;
    color: #1e8073;
    font-size:15px;
    font-weight:lighter;
    padding:10px;
    border:0px Solid black;
    display:block;
    margin-left:54%;
    margin-right:4%;
    font-family: "Trebuchet MS";
}
.banner_item span strong {
    color:grey;
}

a.sorter {
    color:#1e8073;
    text-decoration: none;
}

.mini_menu {
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding:4px;
    font-size:10px;
    font-family: "Verdana";
    display:inline;
    background-color:#1e8073;
    color:white;
    text-decoration:none;
    background : url(images/greybg.png);
    padding-left:6px;
    padding-right:6px;
}

a.mini_menu:hover {
    text-decoration:none;
    color:#cecece;
}

#rightSticky {
    position:fixed;
    right:-10px;
    top:90px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.signout {
   color:#1e8073;text-decoration:none;
}

/* All Time Trending */

.top_conversation, #trending_conversations a.trend {
    background-image: url('images/heading-border.png');
    background-position: bottom center;
    background-repeat:no-repeat;
    color: #788080;
}

.top_conversation {
    padding:20px;
}
#trending_conversations a.trend {
    width:93%;
    margin:0;
    background-color: transparent;
}

.top_conversation:hover, #trending_conversations a.trend:hover  {
        background-color:#f4f4f4;
        color:black;
}

.top_conversation .header {
    height:60px;
    border-bottom:1px Dotted #cecece;
    padding:10px;
    width:400px;
    margin:auto;
}
.top_conversation .details_one {
    float:left;
    margin:10px;
    text-align:right;
    width:100px;
}

.top_conversation .details_two {
    margin:10px;
    width:100px;
    text-align:left;
    float:left;
}
.top_conversation .profile_image, #trending_conversations img.profile_image {
    float:left;
    width: 48px;
    height: 48px;
    border: 0px solid #000;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
.top_conversation .profile_image {
    margin:10px;
}
.top_conversation .desc {
    text-align:center;
    padding:10px;
    font-size:14px;
}

.top_conversation a {
    color:#1e8073;
    text-decoration: none;
    font-weight: bold;
}

a.alert {
   font-size:20px;
   color:#1e8073;
   text-decoration:none;
}

a.alert:hover {
    color:black;
    text-decoration:none;
}

label.custom-label {
    font-size:18px;
    color: #1e8073;
    text-align:right;

}

.radioOptions {

    font-size:18px;
    margin:auto;
}

.radioOptions a {
    text-decoration: none;
    color:black;
    box-shadow: 0px 7px 10px -6px rgba(90, 90, 90, 1.0), inset 0 0 10px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 7px 10px -6px rgba(90, 90, 90, 1.0), inset 0 0 10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 10px -6px rgba(90, 90, 90, 1.0), inset 0 0 10px rgba(0, 0, 0, 0.75);
    padding:10px;
    padding-left:20px;
    padding-right:20px;
}

.radioOptions a.left {
    border-radius:2px 0px 0px 2px;
    -moz-border-radius:2px 0px 0px 2px;
    -webkit-border-radius:2px 0px 0px 2px;
}
.radioOptions a.right {
    border-radius:0px 2px 2px 0px;
    -moz-border-radius:0px 2px 2px 0px;
    -webkit-border-radius:0px 2px 2px 0px;
    margin-left:-5px;
}
.radioOptions a.active {
    background-color:#1e8073;
    color:white;
    box-shadow: 0px 6px 6px -6px rgba(90, 90, 90, 1.0), inset 0 0 15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 6px -6px rgba(90, 90, 90, 1.0), inset 0 0 15px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 6px 6px -6px rgba(90, 90, 90, 1.0), inset 0 0 15px rgba(0, 0, 0, 0.75);
}
.radioOptions a:hover, a.active:hover, a.active:active {
    box-shadow: 0px 6px 6px -6px rgba(90, 90, 90, 1.0), inset 0 0 15px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 6px 6px -6px rgba(90, 90, 90, 1.0), inset 0 0 15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 6px -6px rgba(90, 90, 90, 1.0), inset 0 0 15px rgba(0, 0, 0, 0.75);
    text-decoration:none;
}

#share-buttons {
    position: fixed;
    width: 50px;
    padding: 10px;
    top: 20%;
    text-align: center;
}

#share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
    filter: url(filters.svg); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}

#share-buttons img:hover {
    filter: none; /* IE6-9 */
    -webkit-filter: grayscale(0); /* Google Chrome & Safari 6+ */
}

p.left a.reply {
    float:right;
}

p.right a.reply {
    float:left;
}

textarea.status {
    width:90%;
    height:50px;
}

#replybox {
    padding:20px;
}

#status_count {
    display: inline;
    float:right;
    padding-top:5px;
}