/* 
*
* Easy front-end framework
*
* Copyright (c) 2011 Alen Grakalic
* http://easyframework.com/license.php
*
* supported by Templatica (http://templatica.com)
* and Css Globe (http://cssglobe.com)
*
*/

/*

for more info about the strucure of this file 
please read http://easyframework.com/documentation.php

*/

/* HTML elements  */		

	

/* //  HTML elements */	

/* common */		
	
	

/* // common */			

/* base */
	
	
		
	

	
	
/* base */

/* layout */

	
	
	
	.content{
		clear:both;
		padding:1em 0;
		}
	.main, .secondary, .tertiary, .quaternary{
		float:left;
		display:inline;
		}
	.main{width:600px;}
	.secondary{width:280px;margin-left:40px;}
	.tertiary{}
	.quaternary{}
	
	/* percentage based grid */
		
		/* 
			class name .cols used for column containers
			class name .col used for individual columns
		*/
		
		.cols{margin-bottom:1.5em;overflow:hidden;} /* main column container class */
		.col, .col2, .col3, .col4, .col5{
			float:left;
			display:inline;	
			margin-left:2%;
			}		
		.col{width:49%;} /* 2 equal width columns - default */
		.cols3 .col{width:32%;} /* 3 equal width columns */
		.cols4 .col{width:23.5%;} /* 4 equal width columns */
		.cols5 .col{width:18.4%;} /* 5 equal width columns */
		.cols6 .col{width:15%;} /* 6 equal width columns */
		
		/* double width columns */
		.cols3 .col2{width:66%;} 
		.cols4 .col2{width:49%;} 
		.cols5 .col2{width:38.8%;} 
		.cols6 .col2{width:32%;} 
		
		/* triple width columns */
		.cols4 .col3{width:74.5%;} 
		.cols5 .col3{width:59.2%;} 
		.cols6 .col3{width:49%;} 
		
		/* quadruple width columns */
		.cols5 .col4{width:79.6%;} 
		.cols6 .col4{width:66%;} 
		
		/* quintuple width columns */
		.cols6 .col5{width:83%;} 	
		
	/* percentage based grid */

/* // layout */

/* navigation */
	
		#nav, #nav ul, #nav li{margin:0;}
		#nav ul{}
		#nav li{
			float:left;
			display:inline;
			position:relative;
			line-height:32px;
			height:32px;
			margin-right:2em;
			list-style:none;
			}	
		#nav a{}
		
		/* second level */
		#nav ul{
			position:absolute;
			left:0;
			top:32px;
			padding:5px 10px;
			width:200px;	
			background:#fff;
			display:none;
			z-index:1000;
			}
		#nav ul li{
			float:none;
			display:block;
			}
				
/* //navigation */


/* content */

	.content a, .content a:visited{
		text-decoration:underline;
		}
	
/* // content */


	
	

/* clearfix (use class name "block") */

	.inner:after, .content:after, .cols:after, .block:after{
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
		}
	

/* // clearfix */

/* easy elements */

	#easy_tooltip{
		border:1px solid #e1e1e1;
		padding:2px 10px;
		background:#f5f5f5;
		}
	#easy_tooltip span{} /* extra element */
	
	#easy_popup{ /* popup overlay */
		background:#000;
		}
	#easy_popup_preloader{ /* popup preloader */
		padding:10px;
		background:#fff;
		color:#333;
		}
	#easy_popup_content{ /* popup window */
		
		box-shadow: 6px -10px 43px #000000;
  		-webkit-box-shadow: 6px -10px 43px #000000;
   		-moz-box-shadow:6px -10px 43px #000000;
		color:#333;
		}
	#easy_popup_content .caption{padding-top:10px; display:none !important;}	
	#easy_popup_close{ /* popup close button */
		position: absolute;
        float: left;
        left: 547px;
        top: -13px;
        color: #fff;
        cursor: pointer;
        z-index:50;
		}	
	#easy_popup_gallery{ /* popup gallery navigation */
		position:absolute;
		float:left;
		left:0;
		bottom:-24px;
		color:#fff;
		cursor:pointer;
		}	
	#easy_popup_prev{margin-right:5px;}
	#easy_popup_next{}
	#easy_popup_counter{ /* popup gallery counter */
		position:absolute;
		float:left;
		right:0;
		bottom:-24px;
		color:#fff;
		cursor:pointer;
		}
	#easy_popup_inner { overflow:hidden !important;}
/* // easy elements */

#easy_popup_inner #botoes {width: 367px;float: left;position: absolute;margin: 0 0 -89px 107px;bottom: 0;}
#easy_popup_inner #botoes .doe { float:left; background:url(../images/sprite-botoes-footer.png) no-repeat scroll -13px 6px; width:177px; height:96px; }
#easy_popup_inner #botoes .doe:hover { float:left; background:url(../images/sprite-botoes-footer.png) no-repeat scroll -295px 5px; width:177px; height:96px; }
#easy_popup_inner #botoes .divulgue { float:left; background:url(../images/sprite-botoes-footer.png) no-repeat scroll -20px -86px; width:156px; height:96px;}
#easy_popup_inner #botoes .divulgue:hover { float:left; background:url(../images/sprite-botoes-footer.png) no-repeat scroll -307px -87px; width:156px; height:96px;}