/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family:  arial, helvetica, verdana, sans-serif;
   font-size: 12px;
font-weight: bold;
}

form, input { margin: 5; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1
{ font-weight: bold; }
h2, h3, h4, h5, h6 { font-weight: normal; }
h7 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, h7, p, ol, ul, pre, blockquote
{
   margin-top: 5px;
   margin-bottom: 5px;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 923px;
   text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}


/* banner user/photo */

.banner-user
{
   float: left;
   overflow: hidden;
   width: 64px;
   margin: 0 15px 0 0;
   border: 0;
   padding: 0;
   text-align: center;
}

.banner-user-photo
{
   display: block;
   margin: 0 0 2px 0;
   border: 0;
   padding: 0;
   background-position: center center;
   background-repeat: no-repeat;
   text-decoration: none !important;
}

.banner-user-photo img
{
   width: 64px;
   height: auto;
   margin: 0;
   border: 0;
   padding: 0;
}


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 0px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-categories,
.module-search,                                                                          /*huhuhhhuh*/
.module-content
{
   position: relative;
   margin: 0px 10px 2px 10px;                                                        
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
   border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
   display: block;
   clear: both;
   margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
   float: left;
   min-width: 60px;
   width: 60px;
   /* no ie mac \*/width: auto;/* */
   margin: 0 5px 0 0;
   text-align: center;
   vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
   margin: 0;
   padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
   margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
   display: block;
   height: 1%;
   margin: 0;
   border: 0;
   padding: 0;
   list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
   display: block;
   float: left;
   /* ie win fix \*/ height: 1%; /**/
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item a
{
   display: block;
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item img
{
   width: 60px;
   height: 60px;
   margin: 0;
   padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
   width: 14%;
   height: 75px;
   text-align: left;
   vertical-align: top;
}

.day-photo
{
   width: 54px;
   height: 54px;
}

.day-photo a
{
   display: block;
}

.day-photo a img
{
   width: 50px;
   height: 50px;
}




/* Vicksburg (theme-vicksburg.css) */                                                                                                 /* theme */

/* basic page elements */

body
{
   font-family:  arial, helvetica, verdana, sans-serif;
   font-size: 12px;
}

/* these govern all links */
a { color: #FF0000; text-decoration: none; }
a:hover { color: #0000FF; text-decoration: none; }


#banner a { color: #000000; text-decoration: none; }                    
#banner a:hover { color: #FF0000; }


.module-content a { color: #FFFFFF; }                                       
.module-content a:hover { color: #FF0000; }

h1
{
   font-family: helvetica, arial, verdana, sans-serif;
font-size: 20px
}

h2, h3, h4, h5, h6
{
   font-family: helvetica, arial, verdana, sans-serif;
}

h7
{
  font-family: arial, helvetica, verdana, sans-serif;
}


.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix 
   p\osition: relative;
   width: 100%;
   w\idth: auto;*/

position: relative;
   width: 100%;                                      
   width: auto;

   margin: 0;
   border-left: 5px solid #FFFFFF;              
   padding: 5px;
   color: #000000;                                                                                                          /* sidebar titles here*/
   background: #FFFFFF;
   font-size: 14px;
   font-weight: bold;
   line-height: 0;
   text-transform: none;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #FFFFFF;                                                            
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */                                                                                                             /* page layout */

/* this is the main bg color/pattern */
body
{
   min-width: 923px;
   color: #000000;          
font-size: 12px;                                    /* post body type color */
   background: #FFFFFF /*url("http://www.cobrandit.com/images/safetyMINItile.gif") repeat; */
}

/* this is the bg for the posts */
#container
{
   width: 923px;                                                                                             
   margin-top: 0px;
   margin-bottom: 30px;
   background: #FFFFFF;                                                  
border-width: 0px 2px 2px 2px;
   border-style: none; 
   border-color: #10579A;
}

#container-inner
{
   border-width: 5px 5px 5px 5px;
   border-style: solid;
   border-color: #FFFFFF;                              
}

#banner
{
   width: 710px; /* necessary for ie win */
   background: #FFFFFF;
}

#banner-inner
{
   padding: 15px 13px;
   border-width: 2px 2px 2px 2px;
   border-style: solid;
   border-color: #FFFFFF;                          
}

.banner-user
{
   width: 70px;
   margin-top: 5px;
   font-size: 10px;
}

.banner-user-photo { border: 1px solid #FFFFFF; }

#banner-header
{
   margin: 0;
   color: #FFFFFF;
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #000000 0 2px 3px;
}

#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #000000;
   background: #FFFFFF;                              
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #000000 0 1px 2px;
}

#alpha { width: 190px; background: #FFFFFF; }
#beta { width: 505px; background: #FFFFFF; }                                   /*control sidebar rules here WIDTH*/ 
#gamma, #delta { width: 210px; background: #FFFFFF; }

#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 0px 0px 0px 0px;                                            /*control sidebar rules here 2*/ 
   border-width: 0px 0px 0px 0px;
   border-style: solid;
   border-color: #3d5324;                                                  
}

.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}

.entry-header
{
   margin-top: 0 0 0 0;
   
   border-top: 1px solid #3d5324;                  
   padding: 0 0 0 0;
   color: #000000;
   font-size: 18px;
}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 0 0;
   border-top: 2px solid #3d5324;                                /*footer rule here*/
   padding-top: 0px;
   color: #000000;
   font-size: 10px;
   text-align: left;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #FFFFFF;
   padding: 0 10px;
   color: #000000;
   font-size: 11px;
   text-align: center;
   background: #FFFFFF;
}

.comments-open-footer
{
   margin: 10px 0;
}


/* modules */

.module
{
   margin: 0 0 10px 0;
   border-bottom: 1px solid #FFFFFF;        /*here*/
   background: #FFFFFF;
}

.module-search
{
padding: 5px 0 0 0;
border-bottom: 1px solid #3d5324;
}

.module-categories
{
padding: 5px 0 0 0;
border-bottom: 1px solid #3d5324;
}

.module-content
{
   margin: 0 0 2px 0;
   border-top: 1px solid #FFFFFF;                                                           
   padding: 0 0 0 0;
   font-size: 10px;
   line-height: 1.2;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }



.module-photo { background: none; }
.module-photo img { border: solid 1px #000000; }

/*.module-list
{
   margin: 0 15px 10px 15px;
   list-style: disc;
}*/

.module-list 
{
   margin: 5px 0 0 0;
   padding-left: 15px;
   list-style: circle;
font-size: 12px;
font-weight: bold;
}

.module-list-item
{
   margin-top: 0;
   color: #000000;                                         /*here*/
   line-height: 1.2;
}

.typelist-thumbnailed .module-list
{
   margin: 0 0 10px 0;
   list-style: none;
}

.typelist-thumbnailed .module-list-item
{
   margin: 1px 0;
   padding: 0;
   background: #FFFFFF;
}

.typelist-thumbnail
{
   background: #000000;
}

.module-photo img { border: 1px solid #FFFFFF; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content
{
   margin: 0;
   border-width: 0;
   padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{
   width: 64px; /* mac ie fix */
   margin: 0 10px 10px 0;
   padding: 0;
   background: none;
}

.module-recent-photos .module-list-item a
{
   border: #FFFFFF 1px solid;
   padding: 1px;
   background: #000000;
}

.module-recent-photos .module-list-item a:hover
{
   border-color: #FFFFFF;
   background: #000000;
}


/* calendar tweaks */

   .layout-calendar #alpha { width: 260px; }
   .layout-calendar #beta { width: 420px; }

   .layout-calendar #gamma,
   .layout-calendar #delta
   {
      width: 190px;
   }

   .layout-calendar #gamma-inner,
   .layout-calendar #delta-inner
   {
      border: 0;
      padding: 0;
   }

   .module-mmt-calendar { width: 398px; }
   .module-mmt-calendar .module-content
   {
      margin: 0;
      border-width: 0;
      padding: 10px;
   }

   .module-mmt-calendar table
   {
      width: 378px;
      background: #000000;
   }

   .module-mmt-calendar th
   {
      color: #000000;
      border-top: 1px solid #FFFFFF;
      border-right: 1px solid #FFFFFF;
      border-bottom: 1px solid #FFFFFF;
      padding: 2px;
      text-align: right;
      font-weight: bold;
   }

   .module-mmt-calendar td
   {
      border-top: 1px solid #FFFFFF;
      border-right: 1px solid #FFFFFF;
      border-bottom: 1px solid #FFFFFF;
      padding: 2px;
      text-align: right;
      font-weight: normal;
      background: #000000;
   }

   th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
   {
      border-right: none;
   }

   .module-mmt-calendar td { height: 70px; }

   .day-photo
   {
      width: 49px;
      height: 49px;
   }
	
   .day-photo a
   {
      border: #000000 1px solid;
      padding: 1px;
      background: #FFFFFF;
   }

   .day-photo a:hover
   {
      border-color: #000000;
      background: #FFFFFF;
   }

   .day-photo a img
   {
      width: 45px;
      height: 45px;
   }


/* artistic tweaks */

   .layout-artistic #alpha { width: 260px; }
   .layout-artistic #beta { width: 420px; }

   .layout-artistic #gamma,
   .layout-artistic #delta
   {
      width: 190px;
   }

   .layout-artistic #gamma-inner,
   .layout-artistic #delta-inner
   {
      border: 0;
      padding: 0;
   }


/* moblog1 tweaks */

   .layout-moblog1 #alpha
   {
      margin: 0;
      width: 180px;
      background: #000000;
   }

   .layout-moblog1 #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #FFFFFF;
   }

   .layout-moblog1 #beta
   {
      margin: 15px 15px 0 15px;
      width: 320px;
      background: none;
   }

   .layout-moblog1 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog1 .module-recent-photos .module-content { padding: 10px 0 0 10px; }


/* moblog2 tweaks */

   .layout-moblog2 #alpha
   {
      margin: 0;
      width: 86px;
      background: #FFFFFF;
   }

   .layout-moblog2 #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #000000;
   }

   .layout-moblog2 #beta
   {
      margin: 15px 15px 0 15px;
      width: 260px;
      background: none;
   }

   .layout-moblog2 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog2 #delta
   {
      width: 154px;
   }

   .layout-moblog2 .module-recent-photos
   {
      border: 0;
      background: none;
   }

   .layout-moblog2 .module-recent-photos .module-content
   {
      padding: 0;
      border: 0;
   }

   .layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 10px 0; }


/* timeline tweaks */

   .layout-timeline #alpha { width: 260px; }
   .layout-timeline #beta { width: 420px; }

   .layout-timeline #gamma,
   .layout-timeline #delta
   {
      width: 190px;
   }

   .layout-timeline #gamma-inner,
   .layout-timeline #delta-inner
   {
      border: 0;
      padding: 0;
   }


/* one-column tweaks */

   .layout-one-column body { min-width: 520px; }
   .layout-one-column #container { width: 520px; }
   .layout-one-column #banner { width: 510px; } /* necessary for ie win */


/* two-column-left tweaks */

   .layout-two-column-left #alpha
   {
      margin: 0;
      width: 200px;
      background: #000000;
   }

   .layout-two-column-left #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #FFFFFF;
   }

   .layout-two-column-left #beta
   {
      margin: 15px 15px 0 15px;
      width: 480px;
      background: none;
   }

   .layout-two-column-left #beta-inner
   {
      padding: 0;
      border-width: 0;
   }


/* three-column tweaks */

   .layout-three-column #alpha
   {
       
margin: 0 0 10px 0;
      width: 190px;
      background: #ffffff;
   }

   .layout-three-column #alpha-inner
   {
      padding: 1px 5px 1px 5px;
      border-width: 1px 0px 1px 1px;
      border-style: solid;
      border-color: #3d5324;
   }

   .layout-three-column #beta
   {
      margin: 0px 0 5px 0;
      width: 523px;
      background: #FFFFFF;
border-style: solid;
border-width: 0 0 5px 0;
      border-color: #3d5324;
   }

   .layout-three-column #beta-inner
   {
      padding: 0 20px 0 20px ;
border-width: 1px 1px 1px 1px;
      border-style: solid;
      border-color: #3d5324;
      
      
   }

.layout-three-column #gamma
   {
      margin: 0 0 10px 0;
      width: 210px;
      background: #ffffff;
   }

   .layout-three-column #gamma-inner
   {
     padding: 1px 5px 1px 5px;
      border-width: 1px 1px 1px 0px;
      border-style: solid;
      border-color: #3d5324;
   }

.title a
{
text-decoration: none;
}

.title a:visited
{
text-decoration: none;
}

.title a:hover
{
text-decoration: none;
}

.coB-left-column
{
<br>

                        <div class="module-search module">
                        <h2 class="module-header">Search coB</h2>
                         <div class="module-content"> 
	
                        <form method="get" action="http://www.cobrandit.com/cgi-bin/mt/mt-search.cgi">
                              <input type="hidden" name="IncludeBlogs" value="1" />
               
                              <input id="search" name="search" size="15" />
                              <input type="submit" value="GO" />
                           </form></div>
<ul class="module-list">
<a href="http://www.cobrandit.com/blog/archives.html">Archives</a><!-- | <a href="http://www.obttv.com/indexframe.html">Former Site</a>--></ul><br></div>



<div class="module-categories module">
                        <h2 class="module-header"></h2>
                        <h2 class="module-list">
                          
                          <a href="http://www.cobrandit.com/blog/favorites">FAVORITES</a><br>
                            <a href="http://www.cobrandit.com/blog/interviews">INTERVIEWS</a> <br>
                          <a href="http://www.cobrandit.com/blog/cars">CARS</a><br>
<a href="http://www.cobrandit.com/blog/bentley">BENTLEY</a> <br>
                            <a href="http://www.cobrandit.com/blog/vw">VW</a><br>
<a href="http://www.cobrandit.com/blog/infiniti">INFINITI</a>  <br>
<a href="http://www.cobrandit.com/blog/ford">FORD</a><br>
                            <a href="http://www.cobrandit.com/blog/beer">BEER</a> <br>
<a href="http://www.cobrandit.com/blog/flying_dog">FLYING DOG</a><br>
<a href="http://www.cobrandit.com/blog/schlitz">SCHLITZ</a> <br>
                            <a href="http://www.cobrandit.com/blog/pbr">PBR</a> <br>
<a href="http://www.cobrandit.com/blog/audio_video">AUDIO/VIDEO</a><br>
                           <a href="http://www.cobrandit.com/blog/fashion">FASHION</a> <br>
                        <a href="http://www.cobrandit.com/blog/puma">PUMA</a> <br>
                            <a href="http://www.cobrandit.com/blog/psfk">PSFK</a><br>
<a href="http://www.cobrandit.com/blog/womma">WOMMA</a><br>
<a href="http://www.cobrandit.com/blog/vlog">VLOG</a> <br>
<a href="http://www.cobrandit.com/blog/news">NEWS (TEXT)</a></h2><br><br>
                     </div>    

<div class="module-search module">
<object allowNetworking="all" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash" id="springwidget_0" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="180" height="440" align="middle" data="http://downloads.thespringbox.com/web/wrapper.php?file=coBRANDiT VIDEO 2008.sbw"><param name="movie" value="http://downloads.thespringbox.com/web/wrapper.php?file=coBRANDiT VIDEO 2008.sbw" /><param name="flashvars" value="param=http://feeds.feedburner.com/coBRANDiT_Contact|http://feeds.feedburner.com/FlyingDogProductions|http://feeds.feedburner.com/wommavideo2|http://feeds.feedburner.com/CobranditForrester&param_style_borderColor=0x3d5324&param_style_brandUrl=&partner_id=0&wiid=0" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="allowNetworking" value="all" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="bgColor" value="0x000000" /><embed bgColor="0x000000" allowNetworking="all" allowFullScreen="true" allowScriptAccess="always" src="http://downloads.thespringbox.com/web/wrapper.php?file=coBRANDiT VIDEO 2008.sbw" flashvars="param=http://feeds.feedburner.com/coBRANDiT_Contact|http://feeds.feedburner.com/FlyingDogProductions|http://feeds.feedburner.com/wommavideo2|http://feeds.feedburner.com/CobranditForrester&param_style_borderColor=0x3d5324&param_style_brandUrl=&partner_id=0&wiid=0" quality="high" name="0" wmode="transparent" width="180" height="440" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object><br><br></div>

<div class="module-categories module"><h2 class="module-header">Mobile Video</h2>
<object width="190" height="325"><param name="movie" value="http://www.utterz.com/fp/blog160-green.swf?1204402825" /><param name="flashvars" value="count=10&amp;autoplay=0&amp;oldest=0&amp;tags=&amp;me=cobrandit&amp;permissions=%3B2F3Csi2j77eTvb%3B2FLSvIQ1vQ" /><param name="wmode" value="transparent" /><embed src="http://www.utterz.com/fp/blog160-green.swf?1204402825" flashvars="count=10&amp;autoplay=0&amp;oldest=0&amp;tags=&amp;me=cobrandit&amp;permissions=%3B2F3Csi2j77eTvb%3B2FLSvIQ1vQ" width="190" height="325" wmode="transparent" type="application/x-shockwave-flash" /></object><br><br></div>

<div class="module-categories module">
<script src="http://pub.mybloglog.com/comm3.php?mblID=2008030314385739&r=widget&is=normal&o=l&ro=4&cs=green&ww=180&wc=single"></script>
<br></div>

<div class="module-categories module">
<h2 class="module-header">Interviews</h2>
<ul class="module-list">We interview people who run business that relate to what we do: web video for opt-in environments. Insight from advertising, marketing, and media players such as...<br><br>
<a href="http://www.cobrandit.com/blog/2006/12/paul_rand_ketchum_communicatio.html"><img src="http://www.cobrandit.com/images/RANDsm.gif"><br>Paul Rand,<br>Ketchum Communications</a><br><br>

<a href="http://www.cobrandit.com/blog/2006/12/dave_balter_bzz_agent.html"><img src="http://www.cobrandit.com/images/BALTERsm.gif"><br>Dave Balter,<br>BzzAgent</a><br><br>

<a href="http://www.cobrandit.com/blog/2006/09/podcamp_joanne_colan_rocketboo.html"><img src="http://www.cobrandit.com/images/minis/RBColan_web.gif"><br>Joanna Colan,<br>Rocketboom</a><br><br>
<a href="http://www.cobrandit.com/blog/2006/05/alex_bogusky_cpb.html">
<img src="http://www.cobrandit.com/images/minis/psfkALEX.gif"><br>Alex Bogusky, CP+B</a><br><br>
<a href="http://www.cobrandit.com/blog/2006/05/shane_hutton_tim_vaccarinomode.html">
<img src="http://www.cobrandit.com/images/minis/modernista_web.gif"><br>Shane Hutton,<br>Modernista!</a><br><br>
<a href="http://www.cobrandit.com/blog/2006/06/wombat2_geno_church_brains_on.html">
<img src="http://www.cobrandit.com/images/minis/w2GenoChurch.gif"><br>Geno Church,<br>Brains on Fire</a><br><br><h4 class="bold">
<a href="http://cobrandit.com/blog/interviews/">More Interviews</a></h4>
</ul></div>

<div class="module-categories module">
                        <h2 class="module-header">Inspiration</h2>
                         <ul class="module-list"><h4 class="bold">
<a href="http://www.billboardliberation.com/manifesto.html">BLF Manifesto</a><br>
                            <a href="http://www.plan-b.biz/How_we_think.html">Plan-B</a><br>
<a href="http://ads.womma.org/2005/08/wom_v_advertisi.html">WOM vs. Ads</a> <br>
<a href="http://www.clickz.com/experts/brand/cmo/article.php/3515576">CGM</a><br>
<a href="http://www.freevlog.org/">Freevlog.org</a><br>
<a href="http://cobrandit.com/blog/beer/">Beer</a></h4>
</ul></div>

</div></div>
}
