@charset "UTF-8";

/* @override 
	http://localhost:8880/denniscalazans.com/css/style.css
	http://www.denniscalazans.com/css/style.css
*/

/* @group Elementos */

body {
	color: #333333;
	font: 10px Geneva, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #00F;
}
a:hover {
	border-bottom-color: #CCC;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 2.5em;
}
h1, h2, h3 {
	position: relative;
	margin-bottom: 0.2em;
}
h3 {
	font-size: 2em;
	margin-top: 0.5em;
}
p {
	font-size: 14px;
}

.twtr-tweet-wrap {
	padding: 0;	
}
/* @end */

/* @group Seções */
#wrapper {
	margin: 0 auto;
	border-top: 3em solid #333;
	width: 35em;
}

.section {
	margin: 0 auto 3em;
	width: 35em;
}

.section.profissional p {
	margin-bottom: 1em;	
}
#hd h1 {
	margin-bottom: 0;
}

/* @group Contato */
#contatoForm {
	position: relative;
	z-index: 0;
}
.loading#contact h2 {
	background: url(../img/ajax-loader.gif) no-repeat right top;
}
#contatoForm legend {
	display: none;
}
#contatoForm label {
	display: block;
	text-align: left;
	font-size: 1.4em;
}
#contatoForm textarea {
	height: 10em;
}
#contatoForm textarea, #contatoForm input {
	width: 100%;
	border: 1px solid #999;
	background-color: #fff;
}

#contatoForm textarea.hover, #contatoForm input.hover {
	border-color: #bbb;
}
#contatoForm textarea.active, #contatoForm input.active {
	border-color: #000;
}
#contatoForm li {
	text-align: right;
	margin-bottom: 5px;
}
#contatoForm li.submit input {
	width: auto;
	padding: 3px 10px;
}
.hover#iptSubmit, .active#iptSubmit {
	border-color: #999;
}
#messageSent {
	font-size: 2em;
	text-align: center;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}
/* @end */

/* @group O que estou fazendo */

#twitter, #lastfm {
	margin-top: 3em;
}

/* @group Last Fm */

#lastfm .track {
	margin-bottom: 10px;
	position: relative;
}
#lastfm .nowplaying {
	font-weight: bold;
	margin-bottom: 15px;
}
#lastfm .track.large {
	height: 126px;
	margin-bottom: 10px;
}
#lastfm .track.noImg {
	height: 34px;
	left: 39px;
}
#lastfm .track hr {
	clear: both;
	visibility: hidden;
}
#lastfm .track a {
	text-decoration: none;
	color: #333;
}
#lastfm .track img {
	margin-right: 5px;
	vertical-align: top;
	float: left;
}
#lastfm .track.small img {
	position: relative;
	/*top: -15px;*/
	width: 34px;
	height: 34px;
}
#lastfm .track.large img {
	float: left;
	width: 126px;
	height: 126px;
}

/* @end */

/* @group Twitter */

#twitterPosts {
	margin-top: 10px;
}
#recentTracks {
	margin-top: 20px;	
}
#twitterLogo,
#lastfmLogo {
	border: none;
	text-decoration: none;
}
.twit {
	margin-bottom: 5px;
}

/* @end */

/* @end */

/* @end */
.createdAt {
	font-size:  0.9em;
	color: #999999;
	text-align: right;
}
