﻿/*************************************************


    76design.com/thornleyfallis.com
    Nov. 2009
    by 76design


    10,000

***************************************************
    GENERIC
    */



html{
    font: 62.5%/160% Arial, Helvetica, sans-serif;
    color: #888;
    }

body{
    margin: 0px;
    padding: 0px;
    text-align: center;
    }

a{
    text-decoration: none;
    }
a:hover{
    text-decoration: underline;
    }


p{
    line-height: 1.5em;
    }

h1{
    font-weight: bold;
    }

h2{
    font-size: 13px;
    color: #333;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
    text-transform:uppercase;
    padding: 3px 4px 3px 3px;
    }
h2 strong{
    color: #000;
    }
h2 a{
    color: #333;
    }
h2 a:hover{
    text-decoration:none;
    }

.cufon-active h2{
    letter-spacing: 0.1em;
    font-weight: normal;
    }

h3{
    border-bottom: solid 1px #ccc;
    margin-bottom: .5em;
    }
h4{
    padding-bottom: 4px;
    font-size: 120%;
    color: #999;
    margin-bottom: .5em;
    border-bottom: solid 1px #dfdfdf;
    }
ul, ol{
    margin-left: 3em;
    /*list-style:none;*/
    }
li{
    margin: 4px 0;
    }


small{
    font-size: .8em;
    }


.colour{
    color: magenta; /* set by the 76/tf theme */
    }

.alignright{
    float: right;
    }
.alignleft{
    float: left;
    }

.floatright{
    float: right;
    margin: 0 0 15px 15px;
    }
.floatleft{
    float: left;
    margin: 0 15px 15px 0;
    }
.clearleft{
    clear: left;
    }
.clearright{
    clear: right;
    }
.clear{
    clear: both;
    }

.icon-rss{
    display: block;
    background: url(../images/icon-rss.gif);
    width: 11px;
    height: 11px;
    overflow: hidden;
    text-indent: -900em;
    float: right;
    }


/**
  * FLASH MESSAGES (success/error)
  */
.flash-msg{

    }
.error{
    color: #b02828;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    padding-bottom: 6px;
    margin-bottom: 15px;
    }
.success{
    color: #8fbc2d;
    border-bottom: solid 1px #d5f199;
    padding-bottom: 6px;
    margin-bottom: 15px;
    }

.flash-msg-wrapper{
    width: 100%;
    background: #eee;
    font-size: 175%;
    padding: 10px 0;
    margin: 0 auto;
    border-bottom: solid 2px #ccc;
    }
.flash-msg-wrapper p{
    margin: 0;
    }
.flash-msg{
    width: 960px;
    margin: 0 auto;
    }

.success .flash-msg{
    color: #8fbc2d
    }
.error .flash-msg{
    color: #b02828;
    }

/***************************************************
    WRAPPER
     */
#wrapper-main{
   background: #fff url(../images/bg.gif) 0 0 repeat-x;

    }
#wrapper {
   /* background: url(../images/76explosion.png) 0 23px no-repeat;*/
    width:967px;
    margin: 0px auto;
    text-align:left;
    position: relative;
    padding-bottom: 20px;
    min-height:345px;
    height:auto !important;
    height:345px;
    }



/***************************************************
    STRUCTURE
    */

#cols{
    clear: both;
    font-size: 1.2em;
    z-index:10;
    }

.col{
    float: left;
    }

.content .col{
    width: 49%;
    margin-right: 1%;
    }


/* >> Structure > Two Column Layout */
.twocol #col-left{
    width: 710px;
    margin-right: 42px;
    }
.twocol #col-right{
    width: 215px;
    }

/* >> Structure > Three Column Layout */
.threecol #col-left{
    width: 215px;
    margin-right: 20px;
    }
.threecol #col-centre{
    width: 493px;
    margin-right: 24px;
    }
.threecol #col-right{
    width: 215px;
    }


/***************************************************
    Page Titles
    */
.sectiontitle{
    position: relative;
    }

.title{
    display: inline-block;
    line-height: 1;
    width: auto;
    }
.title .num{
    display: block;
    color: #5b5c5c;
    text-align: right;
    font-size: 1.7em;
    }


/***************************************************
    UMBRELLA
    */

#umbrella{
    position: relative;
    height: 72px;
    color: #484949;
    text-transform: uppercase;
    text-align: right;
    padding-right: 125px;
    }

#umbrella-ella-ella-nav{
    float: left;
    margin: 0;
    }
#umbrella-ella-ella-nav li{
    list-style: none;
    float: left;
    margin-right: 8px;
    }

#umbrella strong{ /* tf member site */
    display: block;
    line-height: 22px;
    }



/***************************************************
    HEADER
     */
.logo {
    text-indent:-900em;
    display:block;
    float: left;
    margin-top: -15px;
    z-index: 10;
    position: relative;
    }

.logo.tf {
    width:326px;
    height:56px;
    background:url(../images/logo-thornleyfallis.gif) no-repeat;
    margin-top: -15px;
    margin-bottom: 45px;
    }
.logo.sev6 {
    width:269px;
    text-indent:-900em;
    height:74px;
    background:url(../images/logo-76design.gif) no-repeat;
    margin-top: -22px;
    margin-bottom: 45px;
    }

/***************************************************
    NAV
    */

#topmenu {
    margin:0 0 0 0;
    padding:0;
    text-transform: uppercase;
    font-size: 1.3em;
    float: right;
    }

.nav LI  {
    list-style:none;
    float:left;
    margin:0 0 0 17px;
    width:auto;
    line-height: 1em;
    text-align: right;
    padding-bottom: 15px;
    }

.nav a {
    display:block;
    padding:0;
    margin:0;
    text-decoration:none;
    }
.cufon-active .nav a{
    letter-spacing: -0.005em;
    }


.nav a span{
    font-size: 1em;
    display: block;
    }

.nav a:hover,
.nav a:hover span{
    color: #222;
    }


.nav{
    margin: 0;
    overflow: hidden;
    height: 1%;
    }
.cufon-active .nav{
    letter-spacing: 1px;
    }


/***************************************************
    HOMEPAGE
     */

 #moduleid-HomeService-index{
    margin-bottom: 15px;
    font-size: 90%;
    }

/* >> Home > Intro */
.intro{
    margin-bottom: 15px;
    }
.intro .learnmore{
    display: block;
    margin-top: 8px;
    }
.intro .learnmore:hover{
    text-decoration: none;
    }
.cufon-active .intro{
    line-height: 1.4em;
    letter-spacing: 0.02em;
    }
.cufon-active .intro p{
    margin-bottom: 5px;
    }
.intro strong{
    font-weight: normal;
    }


/* >> Home > Serivce/Product Lists */
.small-servicelist-wrap ul,
.small-productlist-wrap ul{
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    line-height: 1.2em;
    }
.small-servicelist-wrap li,
.small-productlist-wrap li{
    float: left;
    width: 159px;
    margin-bottom: 10px;
    overflow: hidden; height: 1%;
    }

.small-productlist-wrap a{
    width: 115px;
    }

.service-list{
    margin: 0;
    list-style: none;
    }
.service-list li{
    overflow: hidden;
    height: 1%;
    padding-bottom: 10px;
    }
#moduleid-HomeService-index .service-list span{
    width: 150px;
    }
#moduleid-HomeService-index img{
    margin-right: 8px;
    }

.allservices-wrap{
    top: -30px;
    right: 0;
    position: absolute;
    font-size: .9em;
    width: 610px;
    text-align: left;
    }
.allservices-wrap li{
    width: 117px;
    overflow: hidden;
    float: left;
    margin: 0 5px 8px 0;
    }
.allservices-wrap a em{
    padding-top: 0;
    float: left;
    width: 70px;
    text-transform: uppercase;
    }


/***************************************************
    AGGREGATE
     */
.aggregate{
    list-style: none;
    margin: 0;
    }

.aggregate h3{
    font-size: 1.2em;
    margin: 8px 0 8px 0;
    font-weight: bold;
    }
.aggregate a{
    color: #333;
    }
.aggregate h3 a{
    font-size: 120%;
    }

.aggregate p{
    margin: 0;
    }

.aggregate li{
    position: relative;
    color: #666;
    padding: 10px;
    margin-bottom: 6px;
    background: #e5e5e5 none 0 0 repeat-y;
    }

.aggregate .detail{
    margin-top: 8px;
    padding-top: 8px;
    font-size: 90%;
    line-height: 1.2em;
    border-top: dotted 1px #fff;
    }

.aggregate .detail .corner{
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin: 0;
    }

.aggregate .detail img{
    float: left;
    margin-right: 12px;
    }

.aggregate .type-twitter .excerpt {
    font-size: 1.4em;
    font-weight: bold;
}

/***************************************************
    WIDGETS
    */
.widget{
    overflow: hidden;
    height: 1%;
    margin-bottom: 20px;
    font-size: .9em;
    }

.widget p{
    margin-bottom: 0.5em;
    }

/** >> WIDGET > FOLLOW US */
#follow-btn-twitter,
#follow-btn-facebook,
#follow-btn-rss{
    display: block;
    width: 34px;
    height: 34px;
    float: left;
    text-indent: -900em;
    overflow: hidden;
    margin-right: 8px;
    }
#follow-btn-twitter{
    background: url(../images/share-twitter.jpg) 0 0 no-repeat;
    }
#follow-btn-facebook{
    background: url(../images/share-facebook.jpg) 0 0 no-repeat;
    }
#follow-btn-rss{
    background: url(../images/share-rss.jpg) 0 0 no-repeat;
    }
#follow-btn-twitter:hover,
#follow-btn-facebook:hover,
#follow-btn-rss:hover{
    background-position: 0 -34px;
    }

/** >> WIDGET > VISIT NEWSROOM */
#moduleid-HomeNewsroom-index{
    margin-top: -13px;
    }
#moduleid-HomeNewsroom-index .widget{
    margin-bottom: 7px;
    }


/** >> WIDGET > POSTS (thumb+title+one-liner+read-more) */
.widget-posts ul{
    list-style: none;
    margin: 0;
    padding: 0;
    }
.widget-posts li{
    margin-bottom: 10px;
    overflow: hidden; height: 1%;
    }
.widget-posts img{
    float: left;
    margin-right: 10px;
    }
.widget-posts h3{
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    }
.widget-posts h3 a{
    color: #A1A1A1;
    }
.widget-posts li .readmore{
    text-align: left;
    }

.widget-posts .excerpt{
    float: left;
    margin-left: 0;
    width: 175px;
    }


/** >> WIDGET > GRID */
.thumb-grid{
    list-style: none;
    margin: 0;
    line-height: 0;
    overflow: hidden; height: 1%;
    width: 99%;
    }
.thumb-grid li{
    display: block;
    padding: 1px;
    float: left;
    margin: 0;
    }
.thumb-grid img{
    vertical-align: middle;
    }

.thumb-grid a{
    opacity: .90;
    }
.thumb-grid a:hover{
    opacity: 1.0;
    }

/** >> WIDGET > THE COMMUNITY */
.widget-ourcommunity ul{
    list-style: none;
    margin: 0;
    }

.widget-ourcommunity li{
    background: url(../images/socialmedia/16/blog.gif) 0 0 no-repeat;
    padding: 2px 0 2px 22px;
    overflow: hidden; height: 1%;
    line-height: 1;
    zoom: 1;
    }

.widget-ourcommunity a{
    float: left;
    }
.widget-ourcommunity a.icon-rss{
    float: right;
    padding-top: 1px;
    background-position: 0 1px;
    background-repeat: no-repeat;
    }
#community-propr{ background: url(../images/socialmedia/16/propr.gif) 0 0 no-repeat; }
#community-shiftctrl{ background: url(../images/socialmedia/16/shiftcontrol.gif) 0 0 no-repeat; }
#community-prgirlz{ background: url(../images/socialmedia/16/prgirlz.gif) 0 0 no-repeat; }
#community-insidepr{ background: url(../images/socialmedia/16/insidepr.gif) 0 0 no-repeat; }
#community-mikeedgell{ background: url(../images/socialmedia/16/edgell.gif) 0 0 no-repeat; }
#community-capitalpr{ background: url(../images/socialmedia/16/capitalpr.gif) 0 0 no-repeat; }
#community-terryfallis{ background: url(../images/socialmedia/16/terryfallis.gif) 0 0 no-repeat; }
#community-davefleet{ background: url(../images/socialmedia/16/davefleet.gif) 0 0 no-repeat; }
#community-friendsroll{ background: url(../images/socialmedia/16/friendlyplugins.gif) 0 0 no-repeat; }
#community-thornleyfallis{ background: url(../images/socialmedia/16/aggregate.gif) 0 0 no-repeat; }


/** >> WIDGET > Person Photo + Name + Title */
.widget-people-info ul{
    list-style: none;
    margin: 0;
    font-size: 1.2em;
    }
.widget-people-info li{
    margin-bottom: 8px;
    overflow: hidden; height: 1%;
    }

.widget-people-info img{
    float: left;
    margin-right: 8px;
    }
.widget-people-info .name-title{
    line-height: 1.2em;
    padding-top: 0px;
    float: left;
    width:145px;
    font-size: 11px;
    }
/**************************
  COMMUNITY INVOLVEMENT
**************************/
#community_involvement_tf{list-style:none;padding:0;margin:0;}
#community_involvement_tf li{
    background: url(../images/tf/btn-community-involvement.png) 0 -52px no-repeat;
    height:52px;
    width:150px;
}
#community_involvement_tf li:hover{
    background: url(../images/tf/btn-community-involvement.png) 0 0 no-repeat;
}

#community_involvement_76{list-style:none;padding:0;margin:0;}
#community_involvement_76 li{
    background: url(../images/76/btn-community-involvement.png) 0 -52px no-repeat;
    height:52px;
    width:150px;
}
#community_involvement_76 li:hover{
    background: url(../images/76/btn-community-involvement.png) 0 0 no-repeat;
}

/*******************************************************/

#moduleid-HomePeople-index .widget-people-info li{
    margin-bottom: 0;
    }

#moduleid-HomePeople-index .widget-people-info img{
    margin-right: 1px;
    }


/**  WIDGET > Person Photo + Name + Title */
.profile-user-info ul.grid{
    list-style: none;
    margin: 0;

    }
.profile-user-info ul.grid li{

    overflow: hidden; height: 1%;
    padding-bottom:5px;
    }
.profile-user-info ul.grid li:last-child{
    margin-bottom: 0;
    }

.profile-user-info ul.grid img,
.service-list img{
    vertical-align: middle;
    margin-right: 6px;
    }
.profile-user-info .name-title,
.profile-user-info .service-title,
.service-list span{
    padding: 1px 0;
    width: 108px;
    vertical-align: middle;
    display: inline-block;
    line-height:1.1em;
    font-size: 100%;
    }

.profile-user-info .service-icon-large {
    padding-bottom:18px;
    }

.profile-user-info a,
.service-list li a{
    color: #999;
    display: block;
    cursor: pointer;
    }
.profile-user-info a:hover,
.service-list li a:hover{
    text-decoration: none;
    color: #000;
    }

.profile-user-info .avatar {
    margin-bottom:12px;
    }

.profile-my-projects ul{
    font-size: 1em;
    }
.profile-my-projects a{
    display: block;
    }


.profile-user-info .featured-work .thumb-grid{
    width: 100%;
    }
.profile-user-info .featured-work li{
    }
.profile-user-info .featured-work img{
    width: 48px;
    height: 48px;
    }


/***************************************************
 ** SERVICES
 */

#services-grid{
    margin: 0;
    list-style: none;
    font-size: .9em;
    color: #333;
    }
#services-grid li{
    width: 280px;
    margin: 0;
    overflow: hidden;
    margin-bottom: 25px;
    margin-right: 40px;
    padding: 0 0 4px 0;
    float: left;
    position: relative;
    min-height:125px;
    height:auto !important;
    height:125px;
    }
#services-grid a{
    cursor: pointer;
    display: block;
    }
#services-grid img{
    float: left;
    margin-right: 10px;
    }
#services-grid .excerpt{
    float: left;
    width: 205px;
    display: block;
   }
#services-grid .readmore{
    text-align: left;
    display: inline-block;
    }


/****************************************************
 * PROJECTS
 */
.widget-project-info ul.grid {
    font-size:1.2em;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    }
.widget-project-info ul.grid li {
    height:1%;
    margin-bottom:8px;
    padding-bottom:4px;
    overflow:hidden;

    }
.widget-project-info ul.grid li img{
    float:left;
    margin-right: 8px;
    }
.widget-project-info .grid li .title{
    float:left;
    padding-top:0px;
    width:145px;
    line-height: 1.25em;
    font-size: 85%;
    }




/***************************************************
 * SUBNAV
 */
.subnav{
    margin: 0 0 15px 0;
    }

.subnav ul{ /* @see IE stylesheet */
    margin-right: 0;
    }
.subnav li{
    margin: 0;
    list-style: none;
    }
.subnav a{
    font-weight: bold;
    background: #fff;
    display: block;
    padding: 5px;
    margin-bottom: 5px;
    border: solid 1px #cacaca;
    }
.subnav a:hover{
    text-decoration: none;
    border-color: #999
     }
 .subnav .selected a{
    background: #CACACA;
    font-weight: bold;
    color: #666;
    border: solid 1px #bbb;
    }
#col-right .subnav {
    width:215px;
    margin:0 0;
    padding:0 0;
    }
#col-right .subnav ul{
    margin-left: 0;
    }
/***************************************************
 ** SINGLE PROFILE

 */

.profile-content{
    width: 525px;
    margin-left: 170px;
    }


.profile-user-info{
    float: left;
    width: 150px;
    margin-right: 20px;
    }
.profile-user-info .profile-photo{
    margin-bottom: 10px;
    }

.readmore{
    display: block;
    text-align: right;
    }

#profile-related{
    clear: left;
    }
#profile-related .col{
    width: 223px;
    display: inline; /* ie6 */
    }
#profile-related .middle{ /* middle column */
    margin: 0 20px;
    }



/***************************************************
    PORTFOLIO LIST
*/
#portfolio-grid .post{
    background: none;
    }


#portfolio-grid,
.portfolio-grid-services{
    list-style: none;
    margin: 0;
    overflow: hidden; height: 1%;
    }
#portfolio-grid li{
    width: 332px;
    padding-bottom: 10px;
    border-bottom:none;

    }
#portfolio-grid li.even{
    float: left;
    clear:both;
    }
#portfolio-grid li.odd{
    float: right;
    }

#portfolio-grid h3,
#portfolio-grid p{
    margin: 0;
    font-size: 1em;
    }
#portfolio-grid h3 a{
    color: #656668;
    font-weight: bold;
    }
#portfolio-grid img{
    margin-bottom: 8px;
    }

#portfolio-grid ul{
    margin-top: 8px;
    }
#portfolio-grid li li{ /* services */
    float: left;
    margin-right: 3px;
    width: auto;
    }

/** PORTFOLIO >> PORTFOLIO FILTER WIDGET */
.widget-filter ul{
    margin: 0 0 15px 0;
    }
.widget-filter  li{
    list-style: none;
    background: url(../images/checkbox.gif) 0 50% no-repeat;
    padding-left: 22px;
    font-size: 1.2em;
    margin: 0 0 3px 0;
    }

.widget-filter h3{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #716a6a;
    }


/***************************************************
    PAGINATION
*/
.pagination{
    color: #5B5C5C;
    font-size: 1em;
    font-weight: bold;
    text-align: right;
    }
.pagination a:hover{
    color: #656668;
    }

#pagination-top{
    float: right;
    margin-top: -94px;
    }



/***************************************************
    PORTFOLIO
*/
 #portfolio-mainimage{
    margin-bottom: 25px;
    }

 .portfolio-thumbs{
    list-style: none;
    margin: 0 0 25px 0;
    overflow: hidden; height: 1%;
    }
.portfolio-thumbs li{
    float: left;
    margin:0 25px 0 0;
    }
.portfolio-thumbs li.last{
    margin-right: 0;
    }

.portfolio-rundown{
    font-size: .9em;
    float: left;
    width: 150px;
    }
.portfolio-rundown img{
    margin-bottom: 8px;
    }

.portfolio-content{
    width: 525px;
    margin-left: 170px;
    }

.project-titleclient{
    margin-bottom: 25px;
    }
.project-titleclient h3,
.project-titleclient h4{
    font-weight: bold;
    font-size: 1.2em;
    color: #727070;
    margin: 0;
    line-height: 1.2em;
    }

.project-link{
    float: right;
    font-weight: bold;
    font-size: 1em;
    }

/***************************************************
    FOOTER
     */

#wrapper-footer {
    text-align: left;
    padding: 16px 0;
    }
#footer p{
    padding-top: 8px;
    margin: 0;
    }
#footer{
    color: #fff;
    width: 967px;
    margin: 0 auto;
    }

#footermenu{
    float: right;
    text-transform: uppercase;
    }
#footermenu li{
    overflow: hidden;
    color: #7dbcd8;
    padding-bottom: 12px;
    }


/***************************************************
    CONTACTS (maps)
    */
#maps .map{
    width:335px;
    }
#maps #map-ottawa{
    margin:0 20px 0 0;
    }
#maps #map-toronto{
    margin:0 0 0 20px;
    }
#maps ul{
    list-style:none;
    }
#maps ul{
    padding:0;
    margin:0;
    }
ul li h4{
    padding:0;
    margin:0;
    }
#map-canvas-ottawa{
    border:2px solid #5b5c5c
    }
#map-canvas-toronto{
    border:2px solid #5b5c5c
    }
#maps .google-map {
    height:200px;
    width:335px;
    }



/***************************************************
    Livestream
    */
#grid-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

#grid-wrapper {display: inline-block;}

.grid-item{ /* normal grid item (3 column) */
    width: 215px; /* + 30 */
    margin: 0 5px 5px 0;
    padding: 8px;
    float: left;
    background: #cacaca url(../images/grid-item-grey.png) 0 0 repeat-y;
    word-wrap: break-word; /* Internet Explorer 5.5+, Webkit, FF3.5+  */
    zoom: 1;
    }
.masonryWrap > .grid-item{ /* ie6 didn't like this */
    overflow: hidden;
    }

.profile-content .grid-item,
.profile-content #post-instructions{ /* profile page grid item (2 column) */
    width: 239px;
    }


.grid-item a{
    color: #666;
    font-weight: bold;
    }

.grid-item-meta{
    font-size: 85%;
    margin-top: 8px;
    border-top: dotted 1px #fff;
    padding-top: 8px;
    }

a.grid-item-avatar{
    float: left;
    }

.grid-item cite{
    width: 76%;
    display: block;
    margin-left: 30px;
    line-height: 1.1em;
    }
.grid-item-date{
    display: block;
    }
.grid-service-icon{
    float: right;
    }

/** >> livestream > blog posts */
.grid-item.blog .grid-item-content a{
    color: #fff;
    display: block;
    }
.grid-item.blog .grid-item-content{
    font-size: 250%;
    font-weight: bold;
    line-height: 1em;
    }

/** >> livestream > flickr photos */
.grid-item.flickr{
    background: #e5e5e5;
    }
.grid-item.flickr a{
    color: #666;
    }
.grid-item.flickr img{
    max-width: 215px;
    margin: 0 auto;
    display: block;
    }
/** >> livestream > instructions */
#post-instructions{
    width: 213px; /* due to the border */
    background: #fff;
    font-size: 120%;
    line-height: 1.3em;
    border: solid 1px #ddd;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-weight: bold;
    }
#post-instructions-content {
    padding-left: 50px;
    }


/** >> livestream > google reader + delicious  */
.grid-item.google_reader,
.grid-item.digg,
.grid-item.delicious{
    background: #b6b6b6 url(../images/grid-item-dark-grey.png) repeat-y;
    }

.grid-item.delicious .grid-item-content a,
.grid-item.digg .grid-item-content a,
.grid-item.google_reader .grid-item-content a{
    font-size: 175%;
    line-height: 1.2em;
    display: block;
    }
.grid-item.lastfm .grid-item-content a{
    font-size: 140%;
    line-height: 1.2em;
    display: block;
    }

/** >> livestream > tweet */
.grid-item.twitter .grid-item-content{
    font-size: 110%;
    font-style: italic;
    line-height: 1.3em;
    }

/** >> lifestream > moderation */
.moderation_form .mod_accept {
    background: transparent url(../images/accept.png) no-repeat scroll 0 0;
    border: none;
    text-indent: -900em;
    overflow: hidden;
    cursor: pointer;
    }
.moderation_form .mod_trash {
    background: transparent url(../images/delete.png) no-repeat scroll 0 0;
    border: none;
    text-indent: -900em;
    overflow: hidden;
    cursor: pointer;
    }

/***************************************************
    CONTACT
    */
#contact h4{
    margin-top: 20px;
    border-bottom: none;
    color: #666;
    font-size: 100%;
    font-weight: bold;
    }




/***************************************************
    BLOG/NEWSROOM
    */

/** >> POST STYLING */

/**
    FOR EXCERPTS
**/
.attachment-post-thumbnail{
    float:left;
    margin:0 20px 0 0;
}


.post{
    margin: 20px 0 100px 0;
    overflow: hidden;
    height: 1%;
    }

.post .entry{
    line-height: 1.4em;
    }

.post p{
    margin: 0 0 1em 0;
    }
.post li{
    margin: 0 0 0 1.5em;
    }

.post .alignright{
    margin: 0 0 15px 15px;
    }
.post .alignleft{
    margin: 0 15px 15px 0;
    }

.post-title,
.post h1 a{
    background: none;
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 28px;
    font-weight: bold;
    border-bottom: none;
    line-height: 1em;
    text-transform: none;
    }
.post-title a,
.post h1 a{
    color: #717171;
    }

.post-details{
    margin-top: 20px;
    background: #eee;
    padding: 8px 8px;
    border-top: dotted 1px #ccc;
    overflow: hidden;
    height: 1%;
    font-size: 12px;
    }
.post-details p{
    margin: 0;
    }


.post-authorinfo{
    width: 80%;
    }
.post-details .avatar{
    float: left;
    margin: 0 10px 0 0;
    }
.post-details cite{
    font-weight: bold;
    }
.post-date{
    font-size: 11px;
    color: #999;
    }
.post-tags{
    font-size: 11px;
    }
.post-tags a{
    color: #aaa;
    border-bottom: solid 1px #ccc;
    }
.post-tags a:hover{
    text-decoration: none;
    color: #333;
    }

.post-taxonomy{
    text-align: right;
    float: right;
    padding-top: 8px;
    }
.post-addcomment{
    font-size: 13px;
    font-weight: bold;
    }


/** >> BLOG > FLICKR WIDGET */
.recent-flickr-photos{
    overflow: hidden;
    height: 1%;
    margin: 0 0 10px 0;
    }
.recent-flickr-photos img{
    width: 50px;
    height: 50px;
    vertical-align:middle;
    }

/** >> BLOG > VIDEO WIDGET */
.widget_tf76smn_video ul{
    margin: 0;
    padding: 0;
    }
.widget_tf76smn_video li{
    list-style: none;
    margin-bottom: 5px;
    }

/** >> BLOG > UPCOMING EVENTS */
.upcoming-event-list p{
    margin: 0;
    }
.upcoming-event-list{
    margin-bottom: 0;
    }
.upcoming-event-list li{
    margin: 0 0 10px 0;
    }
.upcoming-event-list h3{
    color: #888;
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
    }

/** >> BLOG SEARCH FORM STYLNG */
#searchform{
    overflow: hidden;
    height: 1%;
    }
#searchform label{
    display: none;
    }
#searchform input{
    color: #5B5C5C;
    background: #ecefef;
    padding: 3px;
    font: 1em arial,helvetica,sans-serif;
    }
#searchform #s{
    width: 142px;
    float: left;
    }
#searchform #searchsubmit{
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    float: right;
    }


/** >> BLOG COMMENT LIST */
.commentlist{
    margin: 0 0 25px 0;
    }
.commentlist li{
    list-style: none;
    padding: 10px;
    margin-bottom: 10px;
    }

.commentlist .odd{
    background: #efefef;
    }

.comment-author .avatar{
    float: right;
    }
.comment-author cite{
    font-size: 110%;
    font-weight: bold;
    }
.comment-meta{
    font-size: 90%;
    margin-bottom: 15px;
    }
.comment-meta a{
    color: #999;
    }


/** >> BLOG COMMENT FORM */
#respond input,
#respond textarea{
    color: #5B5C5C;
    background: #ecefef;
    padding: 3px;
    font: 1.2em arial,helvetica,sans-serif;
    border: solid 1px #ccc;
    }

#respond textarea{
    width: 500px;
    }

ul.client-list{
    list-style:none;
    }
#col-left .clients-1 ul.client-list li, #col-left .clients-2 ul.client-list li{
    width:190px;
    height:120px;
    padding-right:25px;
    padding-bottom:25px;
    float:left;
    text-align:center;

    }

.clients-2 {
    clear:both;
    }
#col-left .clients-2 ul.client-list li{
    width:190px;
    height:140px;
    text-align:center;


    }

/** >> BLOG GALLERY */
/* Some styles are defined inline in the WP theme's functions.php file */
.entry .gallery{
    overflow: hidden;
    height: 1%;
    }
.entry .gallery dl{
    margin: 0 0 15px 0;
    }
.gallery-item a img{
    border: solid 4px #eee;
    background: #fff;
    padding: 1px;
    }
.gallery-item a:hover img{
    background: #aaa;
    }


/** >> SINGLE WORK PAGE > SERVICES */

#portfolio-services-grid{
    overflow: hidden;
    height: 1%;
    }
#portfolio-services-grid a img{
    border: none;
    }


 #col-left li{
        margin: 0;

        }

.post #portfolio-services-grid li {
    margin: 0 0 0 0;
    }

.post #portfolio-services-grid{
    margin-top: 25px;
    padding: 10px 0 0 0;
    border-top: dotted 1px #ccc;
    }
.post #portfolio-services-grid li{
    width: 33%;
    float: left;
    font-size: 90%;
    min-height:27px;
    height:auto !important;
    height:27px;

    }
.post #portfolio-services-grid .service-title{
    display:inline-block;
    width:145px;
    margin-left: 8px;
    }

/** >> SOCIAL MEDIA NEWSROOM WIDGETS */
.widget_tf76smn_events ul,
.widget_tf76smn_twitter_widget ul{
    margin: 0 0 0 20px;
    }


/** >> SINGLE WORK PAGE > SERVICES */
.work-details{
    border-bottom: dotted 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    top: -1.15em;
    }
.post .work-website-url,
.post .work-launch-date{
    font-size: 90%;
    margin: 0;
    }

.post a .main-thumbnail {
    border:1px solid #d5d5d5;
    }
.post a:hover .main-thumbnail {
    border:1px solid #AAAAAA;
    }
/****************************
 * About Section
 */
.community-person{
    padding-top:16px;
    height:50px;
    padding-bottom:16px;
    }
.community-person img {
    float:left;
    padding-right:10px;
}
.community-person .name-title {
    float:left;
    width:640px;
    border-bottom:solid 1px #ccc;
    padding-top:6px;
    line-height:1.4em;
    height:40px;
}
.community-person a{
    font-size:1.8em;
    }
.clear{
    clear:both;
}



.arrow{
    font-size: 90%;
    }

/*****************************
 * SITEMAP
 */

.sitemap ul {

    margin-left:18px;
    list-style:none;
}
.sitemap ul.level-0 li {
    font-weight:bold;
    font-size:1.1em;
    padding-bottom:8px;
}
.sitemap ul.level-1 li {
    font-size:1.0em;
    font-weight:normal;
    list-style:disc;
    padding-bottom:0px;
}
.maintenance-warning {
    color:black;
    font-size:10pt;
    position:absolute;
    z-index:200;
    background-color:#A8D5E8;
    padding:10px 10px;
}

/*****************************
 * AWARDS
 */
.award-table {
    margin-top:18px;
    }
.award-table tr td img{
    text-align:center;
    }
.award-table tr td h4 {
    border-bottom:none;
    font-weight:bold;
    margin:0 0 4px 0;
    padding:0;
    }
.award-table td {
    padding-bottom:60px;
    padding-right:18px;
    vertical-align:top;
    }

    /*********************************
     * PROCESS IMAGE MAPS
     */
 .process-chart {
    padding: 0;
    margin:0;
    list-item-style:none;
 }
 .process-chart li {
    list-style:none;
    width:115px;
    position:absolute;
 }
.process-chart li , .process-chart a{
    display:block;height:35px;
}
 #web-design {
    background: url(../images/76/website_processchart.gif);
    width:710px;
    height:223px;
 }
 #web-design #anchor-1 { top:0px;left:167px;}
 #web-design #anchor-2 { top:30px;left:345px;}
 #web-design #anchor-3 { top:75px;left:585px;}
 #web-design #anchor-4 { top:150px;left:375px;}
 #web-design #anchor-5 { top:180px;left:200px;}
 #web-design #anchor-6 { top:150px;left:20px;}
 #web-design #anchor-7 { top:0px;left:0px; display:none;}

 #graphic-design {
    background: url(../images/76/graphicdesign_processchart.gif);
    width:497px;
    height:383px;
 }
 #graphic-design li { width:130px;}
 #graphic-design #anchor-1 { top:0px;left:120px;}
 #graphic-design #anchor-2 { top:35px;left:327px;}
 #graphic-design #anchor-3 { top:130px;left:80px;}
 #graphic-design #anchor-4 { top:155px;left:300px;}
 #graphic-design #anchor-5 { top:260px;left:40px;}
 #graphic-design #anchor-6 { top:310px;left:325px;}
 #graphic-design #anchor-7 { top:0px;left:0px; display:none;}

 #interactive-design {
    background: url(../images/76/interactivedesign_processchart.gif);
    width:710px;
    height:335px;
 }
 #interactive-design #anchor-1 { top:0px;left:70px;}
 #interactive-design #anchor-2 { top:35px;left:270px;}
 #interactive-design #anchor-3 { top:85px;left:545px;}
 #interactive-design #anchor-4 { top:175px;left:310px;}
 #interactive-design #anchor-5 { top:225px;left:580px;}
 #interactive-design #anchor-6 { top:290px;left:290px;}
 #interactive-design #anchor-7 { top:235px;left:35px;}
 #interactive-design #anchor-8 { top:110px;left:150px;}
