/* AF 27/03/2013: Fonts START */

@font-face {
    font-family: 'Inder-Regular';
    src: url('../fnt/Inder-Regular.ttf');
}

/* AF 27/03/2013: Fonts END */

/* AF 17/03/2013: Global Styles START */

html, body {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1em;
    background: #333333;
}

.outer-container.dark-grey { background: #333333; }

.outer-container.white { background: #ffffff; }

.outer-container.pink { background: #9a225b; }

.outer-container.grey {background: #ccc;}

.outer-container.light-grey {
    background: #ececec;
    padding-bottom: 10px;
}

h1 {
    display: inline-block;
    font-family: 'Inder-Regular';
    font-weight: normal;
    line-height: 1.4em;
    font-size: 1.2em;
    color: #ffffff;
    background: #cf2d7b;
    padding: 4px 16px;
    margin-top: 0;
    -webkit-box-shadow: #cccccc 6px 6px 0px;
    box-shadow: #cccccc 6px 6px 0px;
}

a {
    color: #333333;
}

a:hover {
    color: #9a225b;
    text-decoration: underline;
}

.box {
    border: 1px solid #d4d4d4;
    background: #ffffff;
    padding: 5px;
}

.box:hover {
    box-shadow: 0 0 2px 2px rgba(50, 50, 50, .1);
    -moz-box-shadow: 0 0 2px 2px rgba(50, 50, 50, .1);
    -webkit-box-shadow: 0 0 2px 2px rgba(50, 50, 50, .1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

/* AF 17/03/2013: Global Styles END */

/* AF 17/03/2013: Header Bar START */

.share-twitter, .share-facebook {
    display: inline-block;
    margin-top: 7px;
    vertical-align: top;
}

a.network-link  {
    display: block;
    margin: 9px 0 6px 0;
    color: #ffffff;
    text-decoration: none;    text-align: right;
}

a.network-link img { margin-bottom: 5px; }

a.network-link i { margin-left: 5px; }

/* AF 17/03/2013: Header Bar END */

/* AF 27/03/2013: Logo START */

.logo-square {
     display: inline-block;
     margin: 9px 0;
}

.logo-text {
    display: inline-block;
    margin-left: 14px;
}

.logo-text img { margin-top:  7px; }

/* AF 27/03/2013: Logo END */

/* AF 17/03/2013: Ticker START */

.ticker-container .ticker-wrap {
    line-height: normal;
    overflow: hidden;
    border: solid #b4286a;
    border-width: 0 5px;
}

div.stockTicker {
    background: #cf2d7b;
    color: #FFFFFF;
    font-size: 0.8em;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 6px 0;
    position: relative;
}

div.stockTicker span { margin: 0 10px; }

div.stockTicker span.up {
    color: #00CC33;
    padding-left: 2px;
}

div.stockTicker span.down {
    color: red;
    margin: 0;
    padding-left: 10px;
}

div.stockTicker span.eq {
    color: White;
    margin: 0;
    padding-left: 10px;
}

div.stockTicker span.quote {
    font-weight: bold;
    margin: 0;
    padding-left: 10px;
}

/* AF 17/03/2013: Ticker END */

/* AF 17/03/2013: Footer START */

footer 
{
    
    background: #333333 url("../img/footer-edge.gif") repeat-x;
}

footer ul {
    margin: 20px 20px 20px 0;
    list-style: none;
    border-right: 1px dotted #635E5F;
}

footer div div:first-of-type div:first-of-type ul { margin-left: 20px; }

footer ul li a, footer ul li i {
    color: #ffffff;
    font-size: 0.8em;
}

footer ul li i { color: #bbbbbb; }

footer ul li a:hover {
    color: #cccccc;
    text-decoration: none;
}

.social {
    margin-top: 20px;
    text-align: right;
}

.social a {
     display: inline-block;
     width: 35px;
     height: 35px;
     margin-left: 5px;
     background: url("../img/social-sprite.gif");
}

.social a:hover.facebook { background-position: 175px 0; }

.social a.twitter { background-position: 140px 0; }

.social a:hover.twitter { background-position: 105px 0; }

.social a.google { background-position: 70px 0; }

.social a:hover.google { background-position: 35px 0; }

.powered-by {
    display: block;
    margin-top: 20px;
    text-align: right;
}

.copyright {
    border-top: 1px dotted #635E5F;
    color: #888888;
    font-size: 0.7em;
    text-align: center;
    padding-top: 5px;
}

/* AF 17/03/2013: Footer END */

/* AF 27/03/2013: Carousel START */

#myCarousel {
    margin-bottom: 0 !important;
}

#myCarousel .carousel-inner, #myCarousel .item {
    height: 225px;
}

#myCarousel .image, .profile-item .image {
    display: inline-block;
    background: #cccccc;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    margin-right: 20px;
}

#myCarousel .image img, .profile-item .image img {
    max-height: 180px;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
}

#myCarousel .item h1 a, .profile-item h1 a { color: #ffffff; }

#myCarousel .item h1, .profile-item h1 {
    vertical-align: top;
}

#myCarousel .item .stats, .profile-item .stats {
    position: relative;
    left: 150px;
    top: -110px;
    margin-bottom: -110px;
    width: 100%;
}

#myCarousel .item .stats div, .profile-item .stats div {
    border-top: 1px dotted #cccccc;
    padding: 8px 0;
    width: 50%;

}

#myCarousel .nav-tabs {
   position: static;
}

/* AF 27/03/2013: Carousel END */

/* AF 27/03/2013: Tabs START */

.nav-tabs {
    /*position: relative;
    bottom: 0;   */
    border: 0;
}

.nav-tabs li {
    margin: 5px 5px 0 0;
    width: auto;
    height: auto;
    text-indent: 0;
}

.nav-tabs li a {
    border: 0 !important;
    border-radius: 0;
    background: #cf2d7b !important;
    color: #ffffff !important;
    padding: 2px 5px;
    font-size: 0.8em;
}

.nav-tabs li a:hover {
    cursor: pointer !important;
    background: #f0348f !important;
}

.nav-tabs li.active a {
    background: #f0348f !important;
}

.nav-tabs.profile {
    position: absolute;
    top: 29px;
    right: 0;
    background: #ffffff;
    padding: 1px 0 0 7px;
    border: solid #d4d4d4;
    border-width: 1px 1px 0 1px;
}

/* AF 27/03/2013: Tabs END */

/* AF 27/03/2013: Table Styles START */

.table-style {
   width: 100%;
}

.table-style thead {
    background: #cf2d7b;
    color: #ffffff;
    font-size: 0.8em;
}

.table-style td {
    padding: 5px;
    font-size: 0.9em;
    border: solid #fff0f6;
    border-width: 0 1px 1px 0;
}

.table-style td:last-child {
    border-right-width: 0;
}

.table-style tbody tr:nth-child(odd) {
    background-color:#ffffff;
}

.table-style tbody tr:nth-child(even) {
    background-color:#fff5f9;
}

/* AF 27/03/2013: Table Styles END */

/* AF 27/03/2013: Top Navigation START */

.main-navigation {
    list-style: none;
    margin: 10px 0 0 10px;
}

.main-navigation li {
    display: inline;
}

.main-navigation li a {
    display: inline-block;
    height: 30px;
    font-size: 0.9em;
    margin-right: 25px;
    color: #333333;
    outline: none;
    text-decoration: none;
}

.main-navigation li a:hover, .main-navigation li a:active, .main-navigation li a.current {
    background: #ffffff;
    color: #9a225b;
    text-decoration: none;
}

.main-navigation li a:hover, .main-navigation li a.current {
    background: url('../img/nav-arrow.gif') bottom no-repeat;
}

/* AF 27/03/2013: Top Navigation END */

/* AF 27/03/2013: Form Styles START */

form {
    margin: 0;
}

form.search {
    margin-top: 6px;
    text-align: right;
}

.search input[type="text"] {
    background: url('../img/search-icon.gif') 4px no-repeat;
    padding-left: 20px;
}

input[type="text"], input[type="submit"], button  {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    margin: 0;
}

input[type="text"] {
    border: 1px solid #cf2d7b !important;
    border-radius: 0;
    box-shadow: none !important;
    padding: 2px;
}

input[type="submit"], button {
    background: #cf2d7b;
    border: 1px solid #9a225b !important;
    color: #ffffff;
    padding: 2px 5px;
}

input[type="submit"]:hover, button:hover {
    background: #9a225b;
    border: 1px solid #cf2d7b !important;
}

/* AF 27/03/2013: Form Styles END */

/* AF 27/03/2013: Advertising Placeholders START */

.advertising-top {
    display: block;
    width: 468px;
    height: 60px;
    background: url('../img/advertising-top.gif') no-repeat;
    margin-top: 10px;
}

.advertising-side {
    display: block;
    width: 122px;
    height: 583px;
    background: url('../img/advertising-side.gif') no-repeat;
    margin: 4px 0 10px 10px;
}

/* AF 27/03/2013: Advertising Placeholders END */

/* AF 27/03/2013: Pagination START */

.pagination {
    margin: 10px 0 0;
    text-align: center;
}

.pagination ul {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.pagination ul li a {
    border: 0;
    font-size: 0.9em;
    color: #333333;
    margin: 0 10px;
    padding: 0;
}

.pagination ul li a:hover {
    background: none;
    color: #9a225b;
    text-decoration: underline;
}

/* AF 27/03/2013: Pagination END */

/* AF 27/03/2013: Tag Cloud START */

#tags {
    padding: 10px;
    font-size: 0.6em;
}

.tag1 {
    font-size: 0.8em;
}

.tag2 {
    font-size: 1.4em;
}

.tag3 {
    font-size: 1.7em;
}

.tag4 {
    font-size: 1.9em;
}

.tag5 {
    font-size: 2.2em;
}

.tag6 {
    font-size: 2.4em;
}

/* AF 27/03/2013: Tag Cloud END */

/* AF 27/03/2013: Latest Feeds START */

.feed {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
}

.feed li {
    position: relative;
    vertical-align: middle;
    padding: 5px 5px 10px;
    border-bottom: 1px solid #d6d6d6;
}

.feed li:last-child {
    border-bottom: 0;
}

.feed li a {
    margin-left: 15px;
    color: #9a225b;
    font-weight: bold;
}

.feed li img {
    position: absolute;
    right: 10px;
    top: 40%;
}

.feed li p {
    width: 75%;
    border-left: 5px solid #ffffff;
    margin: -16px 0 0;
    padding: 15px 0 0 10px;
    text-align: justify;
    line-height: 1.2em;
}

.feed li.positive p {
    border-color: #008e25;
}

.feed li.neutral p {
    border-color: #ecd900;
}

.feed li.negative p {
    border-color: #d90000;
}

.load-more {
    display: block;
    background: #ececec;
    color: #b4b4b4;
    text-transform: uppercase;
    font-size: 0.7em;
    text-align: center;
}

.load-more:hover {
    background: #dbdbdb;
    color: #888888;
    text-decoration: none;
}

/* AF 27/03/2013: Latest Feeds END */

.profile-item img {
    height: 80%;

}