
/*  -------------- 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; }  
   
#ce-new-comment { position: relative; }

#ce-new-comment h2 { margin-bottom: 14px; }

#ce-commenter-identity { 
   display: block;
   font-size: 10px; 
   margin: 10px 0 20px !important;
   line-height: 1;   
   text-transform: uppercase;
   text-align: left; }

#ce-commenter-identity nav { display: block; }

#ce-commenter-identity ul { 
   margin: 0;
   list-style-type: none;
   display: block; }
#ce-commenter-identity li { 
  display: inline-block !important;
  padding: 0 0 0 5px;
  margin-bottom: 4px !important; }
#ce-login-links-pheme li { width: auto !important; }


#ce-login-links-providers li {
   width: 16px;
   height: 16px;
   padding: 0; 
   margin: 0 2px 0 !important;
   float: left; }
#ce-login-links-providers li:first-child {
  width: auto !important; 
  padding-right: 5px;
  line-height: 16px; }
#ce-login-links-providers li:last-child { margin-right: 0; }

#ce-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; }
   
#ce-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); }
#ce-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); }

#ce-login-links-providers a span {  
   position: absolute;
   left: -999em;
   top: auto;
   width: 1px;
   height: 1px;
   overflow: hidden; }

#ce-login-facebook {
   background-image: url(/theme/img/facebook-16.png);   
   background-color: #495ea4; }
#ce-login-facebook:hover { background-color: #243E6F }
   
#ce-login-twitter {
   background-image: url(/theme/img/twitter-16.png);      
   background-color: #00acee; }
#ce-login-twitter:hover { background-color: #037FAE; }
   
#ce-login-google { 
   background-image: url(/theme/img/google-16.png);      
   background-color: #d2442a; }
#ce-login-google:hover { background-color: #ee2d09; }
   
#ce-login-linkedin {
   background-image: url(/theme/img/linkedin-16.png);      
   background-color: #0073b2; }
#ce-login-linkedin:hover { background-color: #045c8c; }
   
#ce-login-links-logged-in {
   padding-top: 12px; }

#ce-login-links-logged-in li { padding-left: 0 !important; }
#ce-login-links-logged-in li:first-child:after {
   content: "·";
   padding: 0 7px; }

/*  ----- Comment Meta  ----- */

#ce-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;
  color: #be0000; 
  -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 { color: #710000; }

.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,
#ce-commenter-identity label { position: relative; }

#ce-new-comment label span {
  position: absolute;
  left: -999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

  #ce-new-comment input, 
  #ce-new-comment textarea {
  width: 625px;
  color: #fff;
  font-size: 16px; }

#ce-new-comment .submit { 
   clear: both; 
   padding-top: 0 !important; }
#ce-new-comment button { width: 100%; }

#ce-commenter-comments { padding-top: 20px; }

#ce-commenter-comments .comment {
   content: "";  
   padding: 10px 5px 15px 5px;
   border-bottom: 1px solid #f4f4f4; }
#ce-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; }
   
.comment .comment-actions ul {
  list-style-type: none; }
  
.comment .comment-actions ul li {
  display: inline-block; }
  
.comment .comment-actions ul li a {}
   
 /* Forms
------------------------------------ */

#content form ol { 
   list-style: none; 
   margin: 0; }

#content form li.submit { 
   padding-top: 15px;
   text-align: center;
   display: block; }

#content input,
#content select,
#content textarea { 
   background: #dcdcdc;   
   width: 98%;
   border: none;
   margin: 0 auto 5px;
   clear: both;
   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: 95% !important; }
#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); }     
