 /* Section ID
------------------------------------ */

#id {
   min-width: 230px; 
   display: inline-block;
   padding: 20px;       
   background: white; 
   text-align: left;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition:    all .3s ease-in-out;
   -o-transition:      all .3s ease-in-out;
   -ms-transition:     all .3s ease-in-out;
   transition:         all .3s ease-in-out; 
   margin: 0 0 20px -20px; }
   
   
#id:hover { 
   background: #4f4f4f; 
   color: #bcbcbc; }
#id:active { background: #636363; }

#id a { display: inline-block; }

#id h1 { margin-bottom: 0 !important; }

#id h1 a { 
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
    color: #d10000;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition:    color .3s ease-in-out;
    -o-transition:      color .3s ease-in-out;
    -ms-transition:     color .3s ease-in-out;
    transition:         color .3s ease-in-out; }

    #id:hover h1 a { color: #c5c5c5; }
    #id h1 a:hover { color: #ff0000; }

    #id:active h1 a { color: #fff; }

#id h1 a.second { color: #626262; }
    #id:hover h1 a.second { color: #fff; }
    #id h1 a.second:hover { color: #ff0000; }

      


 /* Content
------------------------------------ */

#body { 
    width: 100%;
    max-width: 1000px;
    min-width: 960px; 
    background: white url(/theme/img/body.png) repeat-x center top;
    margin: auto;
    position: relative;
    }
   
      
#content, #options { float: left; } 
   
#content {
   width: 640px;
   padding: 0 20px 20px 20px;
   text-align: left; 
   } 
   
   @media (max-width : 1000px) { #content { padding-left: 0; } } 

#options {
    width: 300px;
    padding: 20px 0; 
    } 
        
.wide #body { background-image: none; }
.wide #content {
   width: 950px;
   float: none;
   padding: 10px 0; }      
    
   
 /* Photo with INSET Shadow
----------------------------- */ 

#content figure.photo {
   width: auto;
   position: relative;
   float: right;
   display: block;
   margin: 0 0 15px 15px; }  
      
#content figure.photo:before {
   -moz-border-radius:       6px; 
      -webkit-border-radius: 6px;
      border-radius:         6px;    
   -moz-box-shadow:       inset 2px 2px 5px rgba(0,0,0,.3);
      -webkit-box-shadow: inset 2px 2px 5px rgba(0,0,0,.3);
      box-shadow:         inset 2px 2px 5px rgba(0,0,0,.3); 
   content: "";
   position: absolute;   
      bottom: 0;
      left: 0;
      right: 0;
      top: 0; }   
      
   #content figure.photo img {
      float: left;      
      -moz-border-radius:       6px; 
         -webkit-border-radius: 6px;
         border-radius:         6px; }        
      
/* Expander 
--------------------------------------------------- */

.expander { margin: 0 0 5px; }
   
.expander-header { 
   cursor: pointer;
   padding: 10px 0;
   display: block;	
	-webkit-transition: background-color .35s ease-in-out, color .35s ease-in-out;
		-moz-transition: background-color .35s ease-in-out, color .35s ease-in-out;
		-o-transition:   background-color .35s ease-in-out, color .35s ease-in-out;
		-ms-transition:  background-color .35s ease-in-out, color .35s ease-in-out;
		transition:      background-color .35s ease-in-out, color .35s ease-in-out; }

.expander-header h2 {
   font-size: 24px;
      color: #be0000;
      line-height: 1;
      text-transform: none;
	margin: 0;
   padding: 0 0 0 30px;
   position: relative;
   padding-bottom: 0 !important; 
   transition:            color .3s ease-in-out;    
      -webkit-transition: color .3s ease-in-out;  
      -moz-transition:    color .3s ease-in-out;  
      -o-transition:      color .3s ease-in-out;  
      -ms-transition:     color .3s ease-in-out; }   
.expander-header:hover h2,
.expander-header.selected h2 { color: #750808 !important; }   
.expander-header.selected:hover h2 { color: #570808 !important; }   

.expander-header h2:before {
   background: #720101 url(/theme/img/expander.png) no-repeat center 5px; 
   width: 22px;
   height: 22px;
   display: block;
   content:" ";
   -moz-border-radius:       20px;
      -webkit-border-radius: 20px;
      border-radius:         20px;    
   color: #fff;
   font-size: 26px;
   line-height: 1;
   font-weight: 300;
   text-align: center;
   position: absolute;
      top: 2px;
      left: 0;
   transition:            background-color .3s ease-in-out;    
      -webkit-transition: background-color .3s ease-in-out;  
      -moz-transition:    background-color .3s ease-in-out;  
      -o-transition:      background-color .3s ease-in-out;  
      -ms-transition:     background-color .3s ease-in-out; }
.expander-header:hover h2:before { background-color: #be0000; }
.expander-header:active h2:before { 
   background-color: #4b0303; 
   box-shadow:            inset 1px 1px 2px rgba(0, 0, 0, 0.3);       
      -moz-box-shadow:    inset 1px 1px 2px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);  }
      
.expander-header.selected h2:before { 
   background-color: #be0000;
   background-position: center -47px !important; }
.expander-header.selected:hover h2:before { background-color: #720101; }


.expander-header p { margin-bottom: 0; }
   
.expander-header:hover { background-position: 630px -68px; }
.expander-header:active {  }        
      
.expander-body { 
   background: #fff;
   padding: 5px 0 5px 30px; }       
.expander-body p:last-child { margin-bottom: 0; }     
   
   
/* Blog 
--------------------------------------------------- */  

.post { padding: 15px 0; }

.post:first-child { padding: 0 0 15px 0; } 

.post:last-child { 
   border-bottom: none;
   padding: 15px 0 0; }   
   
.meta { margin-bottom: 15px; }

   .post h2 { 
      font-size: 30px;
      text-transform: none;
      margin-bottom: 8px; }
      
   .meta small {
      font-size: 10px;
      line-height: 1;
      text-transform: uppercase; }  
      
   .meta em {
      font-size: 13px;
      line-height: .8 !important; }        

.post .text { padding: 0; }

.post .tags-share {
    background: #f4f4f4;
    display: block;
    padding: 10px; }

.post .tags {
    width: 50%;
    margin-right: 1%;
    display: block;
    font-size: 11px;
    line-height: 1.1;
    float: left; }
    
.post .tags a { color: #be0000; }
.post .tags a:hover { color: #720000; }

.post .share {
    font-size: 10px;
    line-height: 1; 
    margin-top: 2px;
    text-align: left;
    text-transform: uppercase;    
    position: relative; 
    transition:         background-color .3s ease-in-out;    
    -webkit-transition: background-color .3s ease-in-out;  
    -moz-transition:    background-color .3s ease-in-out;  
    -o-transition:      background-color .3s ease-in-out;  
    -ms-transition:     background-color .3s ease-in-out; 
    width: 49%;
    float: right; }
    
.post img { max-width: 640px; }
      
.share .twitter-share-button,
.share .addthis_button_facebook_like{
   margin-left: 10px;
   float: left; }
.post .share .twitter-share-button,
.post .share .addthis_button_facebook_like,
.post .share .addthis_counter {
   margin-right: 10px;
   float: right !important; }
.post .share .twitter-share-button { margin-right: 0 !important; }
.addthis_default_style .at300b { float: right !important; }

.share .twitter-share-button { width: 80px !important; }

.share a.rss,
.share a.addthis { 
   float: right;
   display: block; 
   line-height: 16px;
   width: 40px;
   margin: 5px 7px; }
   
.share a.rss {  width: 37px;  } 
.share a.addthis { width: 52px; } 

.share a.rss .icon { background-image: url(/theme/img/rss.png); }
.share a.addthis .icon { background-image: url(/theme/img/share.png); } 

.share a .icon {
   background-color: #0099ad;   
   background-position: center center;
   background-repeat: no-repeat;
   width: 14px;
   height: 14px;
   float: right;
   -moz-border-radius:    9px;
   -webkit-border-radius: 9px;
   border-radius:         9px;    
   display: inline-block; 
   -webkit-transition: all .3s ease-in-out;
   -moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	transition:         all .3s ease-in-out; }
.share a:hover .icon {
   background-color: #eb6e1f;
   -moz-box-shadow:       0 1px 1px rgba(0,0,0,.2);
   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
   box-shadow:         0 1px 1px rgba(0,0,0,.2); }
.share a:active .icon {
   background-color: #00aec5;
   -moz-box-shadow:       inset 0 1px 1px rgba(0,0,0,.2);
   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
   box-shadow:         inset 0 1px 1px rgba(0,0,0,.2); }        

 
 /* Three Column Layout
------------------------------------ */

.threecol { }
   
.threecol .col1,
.threecol .col2,
.threecol .col3 { 
   width: 326px;
   float: left; }   
   
.threecol .col1 { 
   background: #eee;      
   width: 280px;
   padding: 25px;
   -moz-border-radius:     6px;
   -webkit-border-radius:  6px;
   border-radius:          6px; 
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition:   all .3s ease-in-out;
	-ms-transition:  all .3s ease-in-out;
	transition:      all .3s ease-in-out; }
.threecol .col1:hover { background: #e4e4e4; }

.threecol .col2 { 
    width: 350px;
    padding: 0 25px; 
    }
   
.threecol .col3 { 
   width: 205px;
   text-align: center;
   padding: 0 0 0 15px; } 


 /* Thank You
------------------------------------ */

.thank-you .share {
   background-color: #f6f6f6;
   padding: 10px;
   -moz-border-radius:       6px;
      -webkit-border-radius: 6px;
      border-radius:         6px; }

.thank-you .share section {
   background-color: #ececec; 
   width: 263px;
   padding: 20px;
   margin-right: 10px;
   float: left; 
   text-align: center;
   -moz-border-radius:       6px;
      -webkit-border-radius: 6px;
      border-radius:         6px;   
   -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
   	-o-transition:   all .3s ease-in-out;
		-ms-transition:  all .3s ease-in-out;
		transition:      all .3s ease-in-out; }
.thank-you .share section:last-child { margin-right: 0; }

.thank-you .share section:hover {
   background-color: #dedede; 
   -moz-box-shadow:       1px 1px 2px rgba(0,0,0,.15);
      -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.15);
      box-shadow:         1px 1px 2px rgba(0,0,0,.15); }   
      
.share h3 { 
   margin: 0 0 12px 0;
   font-size: 22px;
   line-height: 1;
   color: #00aec5;
   text-align: left;
   text-transform: uppercase; }
   
.share h3 .icon { 
   background-color: #00aec5;
   background-repeat: no-repeat;
   background-position: center center; 
   background-size:            16px auto;
      -webkit-background-size: 16px auto;
      -moz-background-size:    16px auto;
   	-o-background-size:      16px auto;      
   width: 22px;
   height: 22px;
   margin: 0 5px 0 0;
   float: left;
   display: inline-block;
   -moz-border-radius:       4px;
      -webkit-border-radius: 4px;
      border-radius:         4px; }   
.tweet h3 .icon { background-image: url(/theme/img/twitter.png); }
.facebook h3 .icon { background-image: url(/theme/img/facebook.png); }
.email h3 .icon { background-image: url(/theme/img/email.png); }

.share textarea { 
   width: 249px;
   height: 120px;
   line-height: 1.5;
   cursor: default !important; }  
.share textarea:focus { background: #eb6e1f !important; }

.share .button { margin: 10px 0 0; }

 /* VIDEO
------------------------------------ */

#video {
    border-bottom: 1px solid #d9dee0;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
    }

#video iframe,
#video embed,
#video object {
    width: 640px;
    height: 360px;
    }
    
#video h2 {
    }
    
#video p {
    line-height: 1.3;
    }
    
    
/* --------------- AddThis --------------- */

#video .addthis_toolbox {
    width: 33px;
    position: absolute;
    top: 240px;
    right: -3px;
    padding-top: 3px;
    background: url('/theme/img/video-share.png') no-repeat right top;
    }
    
#video .addthis_button_facebook,
#video .addthis_button_twitter,
#video .addthis_button_email {
    display: block;
    width: 33px;
    height: 33px;
    float: left;
    padding: 0;
    -webkit-transition: background-color .5s ease-in-out;
  	-moz-transition: background-color .5s ease-in-out;
		-o-transition: background-color .5s ease-in-out;
		-ms-transition: background-color .5s ease-in-out;
		transition: background-color .5s ease-in-out;
    }  
    
#video .addthis_button_facebook span,
#video .addthis_button_twitter span,
#video .addthis_button_email span {
    text-indent: -99999px;
    background: transparent !important;
    }  
    
    
#video .addthis_button_facebook { background: #435466 url('/theme/img/facebook.png') no-repeat center center; }
#video .addthis_button_twitter { background: #6f8892 url('/theme/img/twitter.png') no-repeat center center; }
#video .addthis_button_email { background: #7b5f59 url('/theme/img/email.png') no-repeat center center; }
    
#video .addthis_button_facebook:hover { background-color: #316fad; opacity: 1; }
#video .addthis_button_twitter:hover { background-color: #2ba9dd; opacity: 1;}
#video .addthis_button_email:hover { background-color: #f36e51; opacity: 1; }


#at15s { display: none; }
    
    
    
/* --------------- Video/ISSUU Feed --------------- */


.feed h2 {
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 10px; 
    }     

.feed a.rss,
.feed a.youtube {
    width: 18px;
    height: 18px;
    -moz-border-radius:       9px;
    -webkit-border-radius: 9px;
    border-radius:         9px;    
    display: inline-block; 
    -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
    -o-transition:   all .3s ease-in-out;
    -ms-transition:  all .3s ease-in-out;
    transition:      all .3s ease-in-out; 
    }
    
    .feed a.rss { background: #cfcfcf url(/theme/img/rss.png) no-repeat center center;  }
    .feed a.youtube { background: #cfcfcf url(/theme/img/youtube.png) no-repeat center center;  }    
    
       
.feed a.rss:hover,
.feed a.youtube:hover {
    background-color: #6e6e6e;
    -moz-box-shadow:       0 1px 1px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
    box-shadow:         0 1px 1px rgba(0,0,0,.2); 
    }
      
.feed a.rss:active,
.feed a.youtube:active {
    background-color: black;
    -moz-box-shadow:       inset 0 1px 1px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
    box-shadow:         inset 0 1px 1px rgba(0,0,0,.2); 
    }   
   
   

.feed.video .panel { min-height: 480px; } 

.feed.video {
    width: 640px;
    position: relative;
    }

.feed.video article {
    width: 181px;
    min-height: 180px;
    padding: 15px;
    float: left;
    }
    
    .video-feed.blocks article:last-child { margin-right: 0; }
     
    .feed.video article:hover {
        background-color: #f6f6f6; 
        -moz-box-shadow:    0 1px 2px rgba(0,0,0,.15);
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
        box-shadow:         0 1px 2px rgba(0,0,0,.15); 
        }
            
    .feed.video article:active,
    .feed.video article.active{
        background-color: #f3f3f3; 
        -moz-box-shadow:    inset 0 1px 2px rgba(0,0,0,.15);
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
        box-shadow:         inset 0 1px 2px rgba(0,0,0,.15); 
        }
            
.feed.video article img {
    width: 181px;
    height: 136px; 
    }
        
.feed.video article h3 {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 4px 0 !important;
    font-weight: 300;
    color: #636363;
    font-family: "nimbus-sans",arial,sanserif; }
  
.feed.video article time { font-size: 11px; }



.feed.issuu article {
    min-height: 102px;
    }

            
.feed.issuu article img {
    width: 73px;
    height: 100px; 
    float: left;
    margin-right: 10px;
    border: 1px solid #d2d2d2;
    }
        
.feed.issuu article h3 {
    font-size: 16px;
     }
    
    
.en-espanol .feed.issuu article h3 {
    font-size: 14px;
    }
  


  
/* Officers
------------------------------------ */

.officers #content h2 { 
   color: #757575;
   text-transform: uppercase;
   margin-bottom: 20px; }

.union-members article {
   width: 116px;
   margin: 0 15px 25px auto;
   float: left; 
   text-align: center; } 
   
.union-members.top article { width: 203px; }

.union-members.smaller article:last-child { margin-right: 0 !important; }

.union-members.smaller article:last-of-type,
.union-members.smaller article:nth-child(5),
.union-members.smaller article:nth-child(10), 
.union-members.smaller article:nth-child(12),
.union-members.smaller article:nth-child(16),
.union-members.smaller article:nth-child(20),
.union-members.smaller article:nth-child(24) { margin-right: 0 !important; }

.union-members.top article:last-of-type,
.union-members.top article:nth-child(3),
.union-members.top article:nth-child(6), 
.union-members.top article:nth-child(9),
.union-members.top article:nth-child(12),
.union-members.top article:nth-child(15),
.union-members.top article:nth-child(18) { margin-right: 0 !important; }

.headshot { 
   background-color: #dcdcdc; 
   background-repeat: no-repeat; 
   background-position: center center; 
   -webkit-background-size: cover;
   -moz-background-size:    cover;
   -o-background-size:      cover;  
   background-size:         cover;  
   height: 120px;   
   margin: 0 0 5px;
   display: block;    
   -moz-box-shadow:    inset 0 0 0 3px #e5e5e5;
   -webkit-box-shadow: inset 0 0 0 3px #e5e5e5;
   box-shadow:         inset 0 0 0 3px #e5e5e5;
   transition:         all .35s ease-in-out;    
   -webkit-transition: all .35s ease-in-out;  
   -moz-transition:    all .35s ease-in-out;  
	-o-transition:      all .35s ease-in-out;  
	-ms-transition:     all .35s ease-in-out; } 
.union-members.top .headshot { height: 195px; }

.officer .headshot { 
   width: 203px;
   height: 195px;
   float: left;
   margin: 0 15px 15px 0; }
      
   .union-members a .headshot {
      -moz-box-shadow:    inset 0 0 0 3px #cdcdcd;
      -webkit-box-shadow: inset 0 0 0 3px #cdcdcd;
      box-shadow:         inset 0 0 0 3px #cdcdcd; }   
   .union-members a:hover .headshot {
      -moz-box-shadow:    inset 0 0 0 3px #be0000;
      -webkit-box-shadow: inset 0 0 0 3px #be0000;
      box-shadow:         inset 0 0 0 3px #be0000; }
   .union-members a:active .headshot {
      -moz-box-shadow:    inset 0 0 0 3px #710000;
      -webkit-box-shadow: inset 0 0 0 3px #710000;
      box-shadow:         inset 0 0 0 3px #710000; }   

.union-members h3 { margin: 0 0 4px !important; }
.union-members.smaller h3 { 
   font-size: 21px;
   line-height: 1; }

.union-members p { 
   font-size: 12px;
   margin-bottom: 5px;
   line-height: 1; }

.officer .meta h2 { margin-bottom: 2px !important; }
.officer .meta p { color: #868686;  }

/* PHOTOS
------------------------------------ */

.photo-thumbnail {
    display: block;
    width: 150px;
    height: 150px;
    float: left;
    margin: 0 10px 10px 0;
    text-indent: -999999px;
    background-repeat: no-repeat;
    background-position: center center; }
    
/* Contact
------------------------------------ */  
.contact #content iframe,
.contactos #content iframe{
   width: 636px !important;
   height: 340px !important;
   border: 1px solid #cdcdcd; 
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   border-radius: 6px; }

.contact h4,
.contactos h4 { margin-bottom: 4px; }


#twttrHubFrameSecure,
#twttrHubFrame { position: absolute; top: 0; left: -9999999px; display: none; }

/*  -------------- BLOG Commenting  ---------------- */

.discussion {
   padding: 10px 0 0 0;
   margin-top: 10px;
   clear: both;
   display: block; }  
.discussion h3 {
   margin: 0 0 7px;
   font-size: 25px;
   line-height: 1.3;
   text-transform: uppercase; }  
   
#new-comment { position: relative; }

#new-comment h2 { margin-bottom: 14px; }

#login-links { 
   display: inline;
   position: absolute;
   right: 0;
   top: 0;
   font-size: 10px; 
   line-height: 1;   
   text-transform: uppercase;
   text-align: right; }

#login-links nav { display: block; }

#login-links ul { 
   margin: 0;
   list-style-type: none;
   display: block; }
#login-links li { 
  display: inline-block !important;
  padding: 0 0 0 5px;
  margin-bottom: 4px !important; }

#login-links-providers li {
   width: 16px;
   height: 16px;
   padding: 0; 
   margin: 0 2px 0 !important;
   float: left; }
#login-links-label {
   width: auto !important; 
   padding-right: 5px;
   line-height: 16px; }
#login-links-providers li:last-child { margin-right: 0; }

#login-links-providers a {
   background-position: center center;
   background-repeat: no-repeat;
   height: 16px;
   display: block;
   -moz-border-radius:    4px;
   -webkit-border-radius: 4px;
   border-radius:         4px;   
   position: relative;
   overflow: hidden; 
   -webkit-transition: all .3s ease-in-out;
   -moz-transition:    all .3s ease-in-out;
   -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
	transition:         all .3s ease-in-out; }
   
#login-links-providers a:hover {
   -moz-box-shadow:    0 1px 1px rgba(0,0,0,.2);
   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
   box-shadow:         0 1px 1px rgba(0,0,0,.2); }
#login-links-providers a:active {
   -moz-box-shadow:    inset 0 1px 1px rgba(0,0,0,.2);
   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
   box-shadow:         inset 0 1px 1px rgba(0,0,0,.2); }

#login-links-providers a span {  
   position: absolute;
   left: -999em;
   top: auto;
   width: 1px;
   height: 1px;
   overflow: hidden; }

#login-facebook {
   background-image: url(/theme/img/facebook-16.png);   
   background-color: #495ea4; }
#login-facebook:hover { background-color: #243E6F }
   
#login-twitter {
   background-image: url(/theme/img/twitter-16.png);      
   background-color: #00acee; }
#login-twitter:hover { background-color: #037FAE; }
   
#login-google { 
   background-image: url(/theme/img/google-16.png);      
   background-color: #d2442a; }
#login-google:hover { background-color: #ee2d09; }
   
#login-linkedin {
   background-image: url(/theme/img/linkedin-16.png);      
   background-color: #0073b2; }
#login-linkedin:hover { background-color: #045c8c; }

#commenter-identity {
   display: block;
   font-size: 10px;
   text-transform: uppercase;
   position: relative; }
   
#login-links-logged-in {
   padding-top: 12px; }

#login-links-logged-in li { padding-left: 0 !important; }
#login-links-logged-in li:first-child:after {
   content: "·";
   padding: 0 7px; }

/*  ----- Comment Meta  ----- */

#comments-meta {
   margin: 15px 0 5px;
   padding: 7px 0 6px; 
   border-top: 1px solid #E2E0E0;
   border-bottom: 1px solid #E2E0E0;
   position: relative; }
   
.comments-count {
   font-size: 16px;
   display: inline; }    
 
.comment-count {
  font-size: 10px;
  float: left;
  text-transform: uppercase; }

.comment-count strong { 
  background: #be0000;
  -moz-border-radius:    2px;
  -webkit-border-radius: 2px;
  border-radius:         2px;  
  display: inline-block;
  position: relative; 
  padding: 0 4px; 
  margin-right: 3px;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  font-weight: normal;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition:    all .3s ease-in-out;
   -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; } 
.comment-count:hover strong { background: #710000; } 
  
.comment-count strong:after { 
  width: 0;   
  height: 0; 
  margin-top: -3px;   
  border: solid transparent; 
  border-color: rgba(190, 0, 0, 0); 
  border-left-color: #be0000; 
  border-width: 3px; 
  content: " ";  
  pointer-events: none;
  position: absolute; 
  left: 100%; 
  top: 50%;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition:    all .3s ease-in-out;
   -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; }
   
.comment-count:hover strong:after { border-left-color: #710000; }

/*  ----- Comment Pagination  ----- */

.pagination ul { 
   list-style: none; 
   margin: 0;
   position: absolute;
   right: 0;
   top: 5px; }
   
.pagination li { 
   width: 12px;
   margin: 0 1px;
   display: inline-block; }

.pagination li a {
   background-color: #0099ad;   
   height: 12px;
   -moz-border-radius:    6px;
   -webkit-border-radius: 6px;
   border-radius:         6px;
   display: block;
   font-size: 9px;
   line-height: 13px;
   color: #fff;
   text-align: center; 
   -webkit-transition: all .3s ease-in-out;
   -moz-transition:    all .3s ease-in-out;
   -o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	transition:         all .3s ease-in-out; }

.pagination li:hover a {
   background-color: #adadad;
   -moz-box-shadow:    0 1px 1px rgba(0,0,0,.2);
   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
   box-shadow:         0 1px 1px rgba(0,0,0,.2); }
.pagination li:active a {
   background-color: #fdb825;
   color: #677d86;
   -moz-box-shadow:    inset 0 1px 1px rgba(0,0,0,.2);
   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
   box-shadow:         inset 0 1px 1px rgba(0,0,0,.2); } 
   
.pagination ul li a.active-page-link { 
   background-color: #e2e0e0; 
   -moz-box-shadow:    inset 1px 1px 1px rgba(0,0,0,.3);
   -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);
   box-shadow:         inset 1px 1px 1px rgba(0,0,0,.3);   
   color: #677d86; }
.pagination ul li a.active-page-link:hover,
.pagination ul li a.active-page-link:active { 
   background-color: #e2e0e0;
   cursor: auto; }

/*  ----- Comment/Textarea  ----- */

li.comment label,
#commenter-identity label { position: relative; }

#new-comment label span {
  position: absolute;
  left: -999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

#new-comment .submit { 
   clear: both; 
   padding-top: 0 !important; }
#new-comment button { width: 100%; }

#commenter-comments { padding-top: 20px; }

#commenter-comments .comment {
   content: "";  
   padding: 10px 5px 15px 5px;
   border-bottom: 1px solid #f4f4f4; }
#commenter-comments .comment:last-child { border-bottom: 0 !important; }

.comment .meta { 
   margin: 0 !important;
   padding: 0 !important;
   border-bottom: 0 !important; 
   line-height: 14px; }
.comment time,
.comment .author {
   display: inline;
   font-size: 10px;
   text-transform: uppercase; }
.comment .author:after {
   content: "·";
   padding: 0 7px; }

.comment .text { padding: 5px 0 0; }

.comment.comment-with-photo {
   padding: 10px 10px 10px 40px !important; }
.comment .avatar {
   float: left;
   margin-left: -40px; }
.comment .avatar img { 
   width: 30px;
   height: 30px;
   -moz-border-radius:    4px;
   -webkit-border-radius: 4px;
   border-radius:         4px; }
   
   
 /* Forms
------------------------------------ */

#content form ol { 
   list-style: none; 
   margin: 0; }

#content form li.submit { 
   padding-top: 15px;
   text-align: center;
   display: block; }

#content form li { 
   margin: 0 0 7px;
   display: block; }

#content input,
#content select,
#content textarea { 
   background: #dcdcdc;   
   border: none;
   margin: 0 auto;
   padding: 8px; 
   border-radius:         4px;
   -moz-border-radius:    4px; 
   -webkit-border-radius: 4px;    
   cursor: pointer; 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   line-height: 1;
   color: #747474;
   transition:         all .35s ease-in-out;    
   -webkit-transition: all .35s ease-in-out;  
   -moz-transition:    all .35s ease-in-out;  
   -o-transition:      all .35s ease-in-out;  
   -ms-transition:     all .35s ease-in-out; } 
   
  
#new-comment input, 
#new-comment textarea { width: 624px; }
#new-comment textarea { height: 110px; }
   
#new-comment .comment { margin-bottom: 3px !important; }   
#new-comment .comment textarea { height: 80px; }   

#content input:hover,
#content select:hover,
#content textarea:hover { 
  background: #adadad;
  color: #fff;
  box-shadow:         1px 1px 2.5px rgba(0, 0, 0, 0.1);       
  -moz-box-shadow:    1px 1px 2.5px rgba(0, 0, 0, 0.1);    
  -webkit-box-shadow: 1px 1px 2.5px rgba(0, 0, 0, 0.1); }

#content input:focus,
#content select:focus,
#content textarea:focus { 
  background-color: #e9e9e9;
  color: #606060;
  cursor: text; 
  box-shadow:         inset 1.5px 1.5px 3.5px rgba(0, 0, 0, 0.25);       
  -moz-box-shadow:    inset 1.5px 1.5px 3.5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 1.5px 1.5px 3.5px rgba(0, 0, 0, 0.25); } 
  
#content input:-moz-placeholder                    { opacity: 1; }
#content input::-moz-placeholder                   { opacity: 1; }
#content input:-ms-input-placeholder               { color: #747474; }
#content input::-webkit-input-placeholder          { color: #747474; }
   #content input:hover:-ms-input-placeholder      { color: #fff; }
   #content input:hover::-webkit-input-placeholder { color: #fff; }     


#content textarea:-moz-placeholder                    { opacity: 1; }
#content textarea::-moz-placeholder                   { opacity: 1; }
#content textarea:-ms-input-placeholder               { color: #747474; }
#content textarea::-webkit-input-placeholder          { color: #747474; }
   #content textarea:hover:-ms-input-placeholder      { color: #fff; }
   #content textarea:hover::-webkit-input-placeholder { color: #fff; }      

#content option { 
   border-radius:         4px;
   -moz-border-radius:    4px; 
   -webkit-border-radius: 4px; }    
   
.join-long p { line-height: 1; } 

.join-long input { width: 270px; } 
.join-long input.zip { width: 100px; } 

#content button,
#content .button { 
  background: #7c0000;  
  padding: 5px 7px;
  display: inline-block;
  border: 0;
  cursor: pointer;
  font-family: 'nimbus-sans-condensed','Arial Narrow',arial,sans-serif;
  line-height: 1; 
  font-weight: 600; 
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  -moz-border-radius:       6px;
  -webkit-border-radius: 6px;
  border-radius:         6px;   
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition:   all .3s ease-in-out;
  -ms-transition:  all .3s ease-in-out;
  transition:      all .3s ease-in-out; }
#content button:hover,
#content .button:hover { 
  background: #be0000; 
  -moz-box-shadow:    0 1px 1px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
  box-shadow:         0 1px 1px rgba(0,0,0,.15); }   
#content button:active,
#content .button:active { 
  background: #520000;
  -moz-box-shadow:    inset 0 1px 1px rgba(0,0,0,.35);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.35);
  box-shadow:         inset 0 1px 1px rgba(0,0,0,.35); }     


#content .issuu { margin-top: 15px; }











/* ------- Share ------ */ 

.campaign #connect { text-align: center; }
.campaign #connect div { 
  display: inline-block;
  padding: 3px; }

.campaign #connect div a {
  background: #7f7f7f; 
  display: inline-block;
  padding: 4px;
  font-family: 'nimbus-sans-condensed','Arial Narrow',arial,sans-serif;  
  color: #fff;
  font-size: 23px;
  text-align: center;
  line-height: 1; 
  font-weight: 600;  
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; }  
.campaign #connect .icons { 
  margin-right: 4px; 
  font-size: 18px; }
  
.campaign #connect div:hover a {
  background: #fff; 
  color: #636363; }
.campaign #connect div:active a {
  background: #f0f0f0; 
  -moz-box-shadow:    inset 0 1px 2px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
  box-shadow:         inset 0 1px 2px rgba(0,0,0,.3); }  

