/* commented backslash hides from ie5mac \*/ 
html {
	margin:0;
	padding:0
} 
/* end hack */ 

html,body {
	height:100%;
	padding:0;
	margin: 0;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

a {
	color: #660;
	text-decoration: underline;
}

a:visited {
	color: #330;
}

a:hover {
	color: #990;
}

img {
	border: none;
}

h1 {
	font-size: 22pt;
	text-transform: uppercase;
	margin-top: 0;
}

h2 {
	font-size: 16pt;
}

div, p {
	margin-top:0px;
}/*clear top margin for mozilla*/

/* ### Grid structure ### */

#wrapper {
	min-height: 100%;
	width: 960px;
	margin: auto;
	position: relative;
}

* html #wrapper {
	height:100%;
}/* ie6 and under*/

#header{
	height: 400px;
	position: relative;
}

#playsongs {
	position: absolute;
	right: 0;
	top: 0;
}

#playsongs a {
	display: block;
	width: 150px;
	height: 30px;
}

#body {
}

#content {
	width: 600px;
	float: left;
	margin: 20px 20px 0 0;
}

#tools {
	width: 320px;
	float: right;
	margin: 20px 0 0 20px;
}

#tools h2 {
	color: #FFF;
	background-color: #000;
	text-transform: uppercase;
	padding: 0 0 0 5px;
	font-size: 14pt;
}

.share {
	text-align: right;
	margin: 0 0 20px 0;
}

.share p {
	display: inline-block;
	margin: 8px 10px 0 0;
}

.share img {
	float: right;
	margin-left: 10px;
}

#footer {
	color: #FFF;
	background-color: #000;
	margin: 20px 0 0 0;
	padding: 20px 20px 20px 20px;
	border-top: #000000 1px solid;
}

#social_links img {
	margin: 0 13px 20px 0;
	border: #FFF 1px solid;
}

#copyright {
	text-align: right;
}

/* ### Layout blocks ### */

#logo {
	position: absolute;
	width: 322px;
	height: 64px;
	background: url(images/tanlan.png) no-repeat right top;
}

#playerlink {
	position: absolute;
	top: 0;
	right: 0;
	width: 374px;
	height: 80px;
	padding: 14px 0 0 25px;
	background-color: #666666;
}

/* Menu */

#mainmenu {
	height: 30px;
	background-color: #FFFFFF;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	height: 30px;
	position: relative;
	white-space: nowrap;
}

#mainmenu ul li {
	list-style-image: none;
	list-style-type: none;
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#mainmenu ul li a {
	text-decoration: none;
	color: #000000;
	display: block;
	height: 21px;
	padding: 6px 15px 3px 15px;
	_float: left;
	text-transform: uppercase;
	font-weight: bold;
	
}

#mainmenu ul li a:hover {
	background-color: #666666;
	color: #FFFFFF;
}

#mainmenu ul li.current a {
	background-color: #000000;
	color: #FFFFFF;
}

#mainmenu ul li.current a:hover {
	background-color: #666666;
}

/* tools */

#subscribe {
	margin: 20px 0 20px 0;
}

#newsletter_nome, #newsletter_email {
	width: 150px;
}

#parceiros {
	margin: 20px 0 20px 0;
	border-top: #000 1px solid;
	padding-top: 10px;
	text-align: center;
}

/* home page */

#vitrine {
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
	height: 400px;
}

#vitrine_spacer {
	width: 575px;
	height: 442px;
}

#sale {
	background:#000000 url(images/right_bg.png);
	width: 210px;
	height: 412px;
	padding: 30px 0 0 20px;
}

#dark_void_nullity {
	background: #000000 url(images/tarja_right_bg.png) repeat-x;
	height: 442px;
}

/* Content */

.post {
	margin: 0 0 20px 0;
	border-bottom: #000 1px solid;
}


.ditto_summaryPost {
	margin-bottom: 25px;
}

.ditto_summaryPost img {
	float: left;
	border: #660 1px solid;
	padding: 3px;
	margin: 0 5px 5px 0;
}

.ditto_summaryPost h2 {
	margin: 0;
}

.ditto_summaryPost h2 a {
	text-decoration: none;
	color: #000;
}
	
.ditto_info {
	display: none;
}

ditto_link {
	text-align: right;
}

.news_icon {
	float: left;
	width: 70px;
}

.news_summary {
	float: left;
	width: 520px;
}

#facebook {
	margin: 0 0 20px 0;
}

#tweets ul {
	margin: 5px 0 15px 0;
	padding: 0;
}

#tweets ul li {
	list-style: none;
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: block;
	word-wrap:break-word;
}

#follow_twitter {
	display: block;
	text-align: right;
	border-top: #000 1px solid;
}

.clearfloat {
	clear:both;
}


