@charset "UTF-8";
/* CSS Document */

/*   
Theme Name: Muda Cultural I
Theme URI: 
Description: Exclusive theme for Muda Cultural.
Author: Alexandre Cobra
Author URI:
Version: 1.0
.
General comments/License Statement if any.
.
*/


@import url(header.css);
@import url(mailmarketing.css);
@import url(destaques.css);
@import url(agenda-dicas.css);
@import url(twitter.css);
@import url(musica.css);
@import url(video.css);
@import url(catraca.css);
@import url(links.css);
@import url(sidebar.css);
@import url(footer.css);
@import url(amuda.css);
@import url(festas.css);
@import url(servicos.css);
@import url(comments.css);
@import url(hotsite.css);


* { 

  margin: 0; 
  padding: 0;
  border: none;
}


body {

	background-color: #64838c;	
	height: 100%;
}

#content {

	position: relative;
	width: 100%;
	height: 1700px;
}


#coluna-central {

	position: relative;
	margin-top:7px;
	margin-left: auto;
	margin-right: auto;
	width:980px;
	display:block;
	
	z-index: 2;
}


#highlights {

	position: absolute;
	margin-left:130px;
	margin-top:125px;
	width:740px;
	height:310px;
	padding-right:126px;
}


#coluna-direita {

	position:absolute;
	margin-left: 347px;
	margin-top:485px;
	width:631px;
}


#category-content, #tag-content, #single-content {

	position: absolute;
	margin-left:130px;
	margin-top:125px;
	width:740px;
}


#load {

	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(imgs/ajax-loader.gif);
	width: 16px;
	height: 16px;
	text-indent: -9999em;
}


	.corner-tl {
	
		position: absolute;
		top:0px;
		left:0px;
		width: 2px;
		height: 2px;
		
		background: url(imgs/ie/corner-tl.png) transparent no-repeat center;
		
		z-index:3;
	}
	
	.corner-tr {
	
		position: absolute;
		top:0px;
		right:0px;
		width: 2px;
		height: 2px;
		
		background: url(imgs/ie/corner-tr.png) transparent no-repeat center;
		
		z-index:3;
	}
	
	.corner-bl {
	
		position: absolute;
		bottom: 0px;
		left:0px;
		width: 2px;
		height: 2px;
		
		background: url(imgs/ie/corner-bl.png) transparent no-repeat center;
		
		z-index:3;
	}

	.corner-br {
	
		position: absolute;
		bottom:0px;
		right:0px;
		width: 2px;
		height: 2px;
		
		background: url(imgs/ie/corner-br.png) transparent no-repeat center;
		
		z-index:3;
	}


/* TIPOGRAFIA BASICA -------------------------------------------------- */


body {

	font-family: Helvetica, Arial, sans-serif;
	font-size:100%;
}


.txt {

	font-size:0.687em;
	font-weight:normal;
}


.center {

	text-align: center;
}


.big {

	font-size:0.8em;
}

	.big a:link {
		
		color: inherit;
		text-decoration: none;
		font-weight: bold;
	}
	
	.big a:visited {
		
		color: inherit;
		text-decoration: none;
		font-weight: bold;
	}
	
	.big a:hover {
		
		color: inherit;
		text-decoration: underline;
		font-weight: bold;
	}


.bigger {

	font-size:1.05em;
}


.normal-big {

	font-size: 0.75em;
}

.normal {

	font-size:0.687em;
}

	.normal a:link {
		
		color: inherit;
		text-decoration: none;
		font-weight: bold;
	}
	
	.normal a:visited {
		
		color: inherit;
		text-decoration: none;
		font-weight: bold;
	}
	
	.normal a:hover {
		
		color: inherit;
		text-decoration: none;
		font-weight: bold;
	}	

.small {

	font-size:0.625em;
}


.bold {

	font-weight:bold;
}


.grey {

	color: #909090;
}


.white {

	color:#fff;
}


.dark-green {

	color: #405234;
}


.light-purple1, .light-purple1 a:link, .light-purple1 a:visited {

	color: #8a7697;
	text-decoration: none;
}

.light-purple1 a:hover {

	color: #776284;
}


.light-purple2, .light-purple2 a:link, .light-purple2 a:visited {

	color: #c9b3d6;
	text-decoration: none;
}

.light-purple2 a:hover {

	color: #a68fb4;
}


.light-green {

	color:#c6e7b0;
}


.light-green a:link {

	color:#c6e7b0;
	text-decoration: none;
}


.light-green a:visited, .light-green a:hover {

	color:#c6e7b0;
	text-decoration: none;
}


.light-blue {

	color:#d2dfe3;
}


.light-blue a:link {

	color:#d2dfe3;
	text-decoration: none;
}


.light-blue a:visited, .light-blue a:hover {

	color:#aec6cd;
	text-decoration: none;
}


.uppercase {

	text-transform: uppercase;
}


.title-wrap {

	position: relative;
	padding-bottom: 15px;
	clear: both;
	float: left;
}


.tag-header {

	position: relative;
	height:20px;
	font-size: 0.75em;
	color:#d2dfe3;
}


.txt-bg-box {
	
	position: relative;
	height:22px;
	color:#fff;
	float:left;
	clear: both;
	margin-bottom: -2px;
	
	background-color: #3eb062;
	
	-webkit-border-radius: 2px;    /* for Safari */
    -moz-border-radius: 2px;       /* for Firefox */
}

	.txt-bg {
	
		position: relative;
		height: 8px;
		padding:4px 4px 0px;
		
		font-weight: bold;
		font-size:0.9em;
	}

	.txt-bg a:link {
	
		text-decoration: none;
		color:#fff;
	}	
	
	.txt-bg a:visited {
	
		text-decoration: none;
		color:#dff3e5;
	}
	
	.txt-bg a:hover {
	
		text-decoration: none;
		color:#dbe8df;
	}



