/**
 * @version		
 * @author		NooTheme
 * @package		Joomla.Site
 * @subpackage	plg_content_noo_disqus_comment
 * @copyright	Copyright (C) 2013 by NooTheme. All rights reserved.
 * @license		http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL, See LICENSE.txt
*/

/* Common */
a:active,
a:focus { outline:0; }
span#topComment {height: 0; width: 0; margin: 0; padding: 0;}

/* ----- LISTING VIEW STYLING ----- */
/* Disqus comments counter and anchor link */
a.NooDisqusListingCounterLink,
a.NooDisqusListingCounterLink:hover { background:url(../images/comment_grey.png) no-repeat 0 50%; padding:0 0 0 20px; margin:0; }

/* ----- ARTICLE VIEW STYLING ----- */
/* Disqus comments counter and anchor link */
div.NooDisqusArticleCounter { padding:2px 0; margin:4px 0 12px; border-top:1px solid #e5e5e5; }
div.NooDisqusArticleCounter span { display:block; border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; background:#f9f9f9; text-align:right; padding:4px 8px 4px 20px; margin:0; }
a.NooDisqusArticleCounterLink,
a.NooDisqusArticleCounterLink:hover { font-size:11px; background:transparent url(../images/comment_grey.png) no-repeat 0 50%; padding:2px 0 2px 20px; margin:0; line-height:16px; }

/* Disqus comments form */
div.NooDisqusForm { clear:both; }
#disqus_thread { padding:8px; margin-top:12px; background:#f9f9f9; border-radius:4px; border:1px solid #dfdfdf; }
div#NooDisqusFormFooter { padding:0 8px 8px; text-align:right; }
a.dsq-brlink { display:block; float:left; margin:0; padding:0; }
a#NooDisqusBackToTop { display:block; float:right; margin:0; padding:0; text-decoration:underline; }

/* END */
