/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {
	margin:0;
	padding:0;
	list-style:none;
	border:none;
	}
/* End Reset */

a {
	text-decoration:none;
	color:white;
}

a:hover { 
	text-decoration: underline;
	color: #ffcc00;	
}

a:visited { color:#666666; }

body {
	font-size:0.8em;
	font-family: helvetica, arial, san-serif;
	background: #000;
}

/* Colors */
.color-codeorama		{background:#dd0000;}

.color-simviral			{background:#009999;} 
.color-gizmodo			{background:#7392A7;} 
.color-bannerblog 	 	{background:#66CC33;}
.color-lafora		  	{background:#CCCCCC;}

.color-viuisso			{background:#ff6600;}
.color-usabilidoido	 	{background:#ff6600;}
.color-webinsider	  	{background:#CCCC99;}

.color-bluebus			{background:#3366FF;}
.color-ccsp		 	 	{background:#ffcc00;}
.color-brainstorm	  	{background:#FF9933;}

.color-ivogomes		  	{background:#999933;}
.color-ai			  	{background:#336600;}
.color-revolucao	  	{background:#660000;}

.color-mmonline			{background:#005C87;}
.color-imasters			{background:#51BDD1;}
.color-mobilepedia		{background:#727FBD;}
.color-idgnow			{background:#730000;}
.color-himidia			{background:#E3422E;}
.color-hiro				{background:#D3DA01;}
.color-icecream			{background:#00aeef;}
.color-mkt360			{background:#ee0000;}
.color-chmkt			{background:#007ac0;}
.color-up				{background:#005C87;}
.color-r7				{background:#333333;}
.color-6bit				{background:#3B5B74;}
.color-gattune			{background:#CAF99B;}
.color-garimpo			{background:#E7E7E7;}

.color-info				{background:#84C50F;}



.color-folhasp			{background:#6699CC;}
.color-estadao			{background:#B11116;}
.color-odia				{background:#ff9900;}



.color-gesporte			{background:#688C1E;}
.color-gesportiva		{background:#2E6094;}


.color-uolcinema		{background:#003441;}
.color-trailesrfilmes	{background:#2e3192;}
.color-cineclick		{background:#154d7e;}
.color-applemovie		{background:#dddddd;}
.color-seucinema		{background:#4396ca;}



.color-links			{background:#ffdd00;}
.color-google			{background:#ffffff;}
.color-twitter			{background:#33CCFF;} 



h3 {color:#000;}
/* End Colors */

/* Head section */
#head {
    height: 100px;
	background-image:url(img/noticious.png);
	background-position: left;
	background-repeat: no-repeat;
	text-align:left;
}

#banner {
	position: absolute;
	left: 350px;
	top: 28px;
	width: 468px;
	height: 60px;
	background-color: #FFFFFF;
}

#menu {
    height: 32px;
	padding-left: 30px;
}

.bullet {
	background-image:url(img/bullet.gif);
	width: 8px;
	height: 8px;
	float: left;
	margin-top: 3px;
}

.link {
	float: left;
	margin-left: 5px;
}

.loading {
	color:#444444;
}

h3 {
	letter-spacing: 	-1px;
}

/* End Head Section */

/* Columns section */
#columns .column {
    float: left;
    width: 33.3%;
		/* Min-height: */
		min-height: 400px;
		height: auto !important; 
		
		margin-bottom: 30px;
}

/* Column dividers (background-images) : */
	#columns #column1 { background: url(img/column-bg-left.png) no-repeat right top; }
	#columns #column3 { background: url(img/column-bg-right.png) no-repeat left top; }
	
#columns #column1 .widget { margin: 30px 35px 0 25px; }
#columns #column3 .widget { margin: 30px 25px 0 35px; }
#columns .widget {
    margin: 30px 20px 0 20px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
#columns .widget .widget-head h3 {
    padding: 0 5px;
    float: left;
}
#columns .widget .widget-content {
    background: #333 url(img/widget-content-bg.png) repeat-x;
    padding: 5px;
    color: #DDD;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
}
#columns .widget .widget-content p {
    padding: 0.8em 0;
    border-bottom: 1px solid #666;
}
#columns .widget .widget-content img {
    float: right;
    margin: 10px;
    border: 1px solid #FFF;
}
#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
}
#columns .widget .widget-content ul {
    padding: 5px 0 5px 20px;
    list-style: disc;
}
#columns .widget .widget-content ul li {padding: 3px 0;}
#columns .widget .widget-content ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
}
#columns .widget .widget-content ul.images li {
    display: inline;
    float: left;
}
#columns .widget .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}
/* End Columns section */

