﻿*, html{
	margin:0px;
	padding:0px;
}
img{border:none;}
body{
	background-color:#363636;
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
	margin-top:50px;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	min-width:800px;
}
#projects{
	float:left;
	color:#ccc;
}
#projects p{
	font-size:14px;
	margin-left:10px;
}
#projects a{
	font-size:20px;
	text-decoration:none;
	color:#ddd;
	border-left:3px solid #555;
	padding-left:5px;
	margin-top:5px;
	display:block;
}
#projects a:hover{
	border-left:8px solid #5a5a5a;}
	
#projetos{}

#container{
	width:480px;
	margin:0 auto;
}
#card{
	background:white;
	background-image:url('../images/corner_card.gif');
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:15px;
}
#card h1{
	font-weight:normal;
	color:#008BB9;
	font-size:30px;
	margin:0px;
}
#card p{
	font-size:20px;
	color:#333;
	margin-top:5px;
}

ul{
	list-style-type:none;
}
li{
	font-family:Arial;
	font-size:13px;
	color:#ccc;
	padding:7px 0;
	border-top:1px dashed #444;
}
li:hover{
	background:#3a3a3a;
	cursor:default;
}
li a{
	color:#0099CC;
}
.subtitle{
	color:#FDFDFD;
	font-size:18px;
	margin:10px 0;
	text-decoration:none;
	display:block;
	width:480px;
}
.subtitle a{color:#ccc; text-decoration:none;}
.subtitle span span{
	color:#0099CC;
}
.load-twitter{margin-left:69px;}

#socialnetworks{margin-top:10px;}
#socialnetworks a img{margin-right:3px; margin-bottom:3px;}


