/* Regras gerais */
body {
      background-color: #FFFFFF;
      font-family: "Trebuchet MS", Calibri, "Georgia", serif;
	  font-size: small;
}
img { border: none; }
a:link, a:visited { text-decoration: none; color: red; }
a:hover { text-decoration: underline; }

/* Elementos do site */
#todoconteudo {
                   width: 1000px;
                   margin-top: 35px;
                   margin-left: auto;
                   margin-right: auto;
}
#content {
width: 960px;
padding: 20px;
background-color: #CCFFFF;
}
.online {
         position: relative;
         top: 3px;
		 left: 3px;
}
#gotomobile {
text-align: right;
font-size: 0.4em;
}
#video {
background-image: url(http://www.planetamigux.com.br/media/images/fundo_video.png);
background-repeat: no-repeat;
width: 384px;
height: 440px;
padding: 30px 10px 20px 40px;
position: absolute;
z-index: 80;
top: 300px;
left: 200px;
display: none;
}
.fecharvideo {
position: relative;
bottom: 10px;
left: 280px;
}
#btconnect {
position: relative;
left: 350px;
}
#btconnect img {
	margin: 2px;
}
.aviso {
padding: 10px;
margin: 20px;
border: 1px dotted #FF0000;
background-color: #FF9900;
}
#copyright {
font-size: x-small;
background-image: url(http://www.planetamigux.com.br/media/images/bottom.png);
background-repeat: no-repeat;
padding: 20px;
}
#copyright a { color: white; }
#clear { clear: both; }

/* Barra superior */
#barracima {
                   background-color: #555555;
				   font-family: Calibri, "Trebuchet MS", Georgia, serif;
                   height: 23px;
                   position: absolute;
                   top: 0%;
				   left: 0%;
				   right: 0%;
				   padding: 2px 20px 5px 20px;
				   margin-left: auto;
				   margin-right: auto;
                   text-align: right;
                   color: white;
				   z-index: 99;
}
.noticiastitulo { 
font-weight: bold;
font-size:small; 
margin-right:3px;
}
#noticiasarea {
position: absolute;
top:7px;
left:20px;
}
#datanoticia {
margin-left: 5px;
color: yellow;
font-size:x-small;
}
#noticiastxt {
margin-left:5px;
}

/* Formulário de compartilhamento */
#share{
	margin:0;
	position:fixed;
	left:-301px;
	top:200px;
	width:300px;
	z-index:1000;
	background:transparent url(http://www.planetamigux.com.br/media/images/share_form.png) repeat-x;
	border:1px solid #d5d5d5;
	border-left:none;
	text-align:left;
	}
#share h2{
	margin: 30px 20px 0px 20px;
	padding-bottom:.75em;
	background:url(http://www.planetamigux.com.br/media/images/share_border.gif) no-repeat 0 100%;
	}
#share p {padding: 0px 20px 0px 20px;}
#share li {
display: inline;
list-style-type: none;
margin: 3px;
}
#share ul {
margin-bottom: 30px;
text-align: center;
}
#share .open, #share .close{
		float:left;
		position:absolute;
		top:-1px;
		left:301px;
		text-indent:-8000px;
		width:32px;
		cursor:pointer;
		}
#share .open{
		background:url(http://www.planetamigux.com.br/media/images/share_open.png) no-repeat;	
		height:600px;
		width: 35px;
		}
#share .close{
		background:url(http://www.planetamigux.com.br/media/images/share_close.png) no-repeat;	
		height:35px;
		}	
