@charset "UTF-8";
/*
Author: DUE
Author URI: http://due.pt
Version: 1.0

All rights reserved (c) 2012 - DUE */

/* ---------------------------------------------------------------------------------------------------------
GLOBAL ELEMENTS
--------------------------------------------------------------------------------------------------------- */

#facebook{ list-style: none; padding: 1%; background-color: #FFF; border: 1px solid #AAA}
#facebook li,#facebook a,#facebook li strong,#facebook li span{ font: 11px "lucida grande",tahoma,verdana,arial,sans-serif;}
#facebook li{ color: #000; padding: 0 10px 0 5px; clear: both}
#facebook li + li{ border-top: 1px solid #D8DFEA; margin-top: 14px; padding: 14px 0}
#facebook li span{ color: #999; display: block; min-height: 14px; margin-top: 5px; background: url("../images/data.png") no-repeat 0 0}
#facebook li span img{ width: 16px; height: 14px; margin-right: 5px}
#facebook a{ color: #3B5998; font-weight: bold; text-decoration: none}
#facebook a:hover{ text-decoration: underline}
#facebook img{ max-width: 50px; height: auto; float: left; margin: 0 10px 14px 0}

#twitter{ list-style: none; padding: 1%; background-color: #FFF; border: 1px solid #AAA}
#twitter li,#twitter a,#twitter li strong,#twitter li span{ font: 11px "lucida grande",tahoma,verdana,arial,sans-serif;}
#twitter li{ color: #000; padding: 0 10px 0 5px; clear: both}
#twitter li + li{ border-top: 1px solid #D8DFEA; margin-top: 14px; padding: 14px 0}
#twitter li span{ color: #999; display: block; min-height: 14px; margin-top: 5px; background: url("../images/datatw.png") no-repeat 0 0}
#twitter li span img{ width: 16px; height: 14px; margin-right: 5px}
#twitter a{ color: #0084B4; font-weight: bold; text-decoration: none}
#twitter a:hover{ text-decoration: underline}
#twitter img{ max-width: 50px; height: auto; float: left; margin: 0 10px 14px 0}

#facebook,#twitter{ width: 46%; float: left; margin: 1%;}
#facebook + #twitter{ margin-left: 0}
#facebook.fbtw100,#twitter.fbtw100 { width: 96%; }
