body {
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #333;
    margin: 0;
}

a {
	color: #003f84;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 1px 2px #ccc;
}

a:hover {
    text-shadow: 1px 1px 2px #999;
}

a:active {
	border: none;
}

a:focus
{
	border: none;
}

b {
    color: #006bd4;
}

h1 {
    color: #333333;
    font-size: 15px;
    line-height: 12px;
    font-weight: 700;
    font-family: verdana, arial, helvetica, sans-serif;
    margin: 5px 0 5px 0;
    padding: 0;
}

h2 {
    color: #999999;
    font-size: 2.18em; /* ~24px */
    font-weight: 800;
    margin: 0 0 .23em; /* margin-bottom: ~20px */
}

h3 {
    color: #333;
    font-size: 1em;
    font-weight: 700;
    margin: 1.63em 0 .27em; /* ~18px 0 ~3px */
}

h4 {
    color: #999;
    font-size: 1.27em; /* ~14px */
    font-weight: 800;
    margin: .43em 0 .214em; /* ~6px 0 ~3px */
}

li {
	list-style: none;
	line-height: 15px;
}

.top {
	margin-top: 25px;
}

.noborder{
	margin: -20px 0 -20px 0;
}

.altframe {
	box-shadow: 0px 0px 3px #666;
    -moz-box-shadow: 0px 0px 3px #666;
    -webkit-box-shadow: 0px 0px 3px #666;
    margin: 10px;
    background-color: #F9F9F9;
    padding: 7px 9px 5px 0px;
}

.outframe {
    box-shadow: 0px 0px 3px #666;
    -moz-box-shadow: 0px 0px 3px #666;
    -webkit-box-shadow: 0px 0px 3px #666;
    margin: 10px;
    background-color: #F9F9F9;
    padding: 7px 9px 5px 0px;
	float: left;
}
	.outframediv {
		padding: 7px 5px;
		box-shadow: 0px 0px 3px #666;
	    -moz-box-shadow: 0px 0px 3px #666;
	    -webkit-box-shadow: 0px 0px 3px #666;
	    margin: 10px;
	    background-color: #F9F9F9;
	}

.inframe {
	box-shadow: 0px 0px 2px #666;
    -moz-box-shadow: 0px 0px 2px #666;
    -webkit-box-shadow: 0px 0px 2px #666;
	background-color: #333;
    padding: 1px;
	text-align: left;
}

.blockquote {
	text-shadow: 1px 1px 1px #ccc;
	color: #006bd4;
	font-style: italic;
	font-weight: bold;
}

.shadow {
	text-shadow: 1px 1px 1px #ccc;
}


.hide {
	display: none;
}

.center {
	text-align: center;
	padding: 0;
	margin: auto;
	float: none;
}

.right {
	text-align: right;
	margin: 5px;
}

.novo {
	color: red;
	margin: 0 auto;
}

/* -- Header -- */

#search{
	float: right;
	margin: 0px 65px 0 0;
	z-index: -999;
	border: solid 1px #353535;
	padding: -1px;
}

#header{
	background-image: url(../images/linesbg.png);
	background-repeat: repeat-x;
	height: 80px;
	padding-top: 60px;
}

#topright{
    height: 32px;
    border-color: #353535;
    border-style: solid;
    border-width: 1px 0;
    background-image: url(../images/squaresr.png);
    background-repeat: no-repeat;
    background-position: center right;
	font-size: 24px;
}

#link {
    position: absolute;
    top: 5px;
    left: 66%;
    width: 140px;
    height: 161px;
    background-image: url(../images/link.png);
    background-position: center left;
    background-repeat: no-repeat;
    z-index: 1;
}

#cronicas {
    position: absolute;
    top: 15px;
    left: 64%;
    width: 180px;
    height: 135px;
    background-image: url(../images/cronicas.png);
    background-position: center left;
    background-repeat: no-repeat;
    z-index: 1;
}

#viagens {
    position: absolute;
    top: 5px;
    left: 66%;
    width: 151px;
    height: 146px;
    background-image: url(../images/viagens.png);
    background-position: center left;
    background-repeat: no-repeat;
    z-index: 1;
}

#drops {
    position: absolute;
    top: 5px;
    left: 66%;
    width: 140px;
    height: 161px;
    background-image: url(../images/drops.png);
    background-position: center left;
    background-repeat: no-repeat;
    z-index: 1;
}

#pen {
    position: absolute;
    top: 15px;
    left: 64%;
    width: 200px;
    height: 161px;
    background-image: url(../images/pen.png);
    background-position: center left;
    background-repeat: no-repeat;
    z-index: 1;
}

#cinema {
    position: absolute;
    top: -5px;
    left: 68%;
    width: 158px;
    height: 170px;
    background-image: url(../images/cinema.png);
    background-position: center left;
    background-repeat: no-repeat;
    z-index: 1;
}

#culinaria {
    position: absolute;
    top: 15px;
    left: 66%;
    width: 200px;
    height: 108px;
    background-image: url(../images/culinaria.png);
    background-position: center left;
    background-repeat: no-repeat;
    z-index: 1;
}

#music {
    position: absolute;
    top: 1px;
    left: 67%;
    width: 164px;
    height: 170px;
    background-image: url(../images/music.png);
    background-position: center left;
    background-repeat: no-repeat;
    z-index: 1;
}

	#topright img {
		margin: 2px 6px 0 3px;
		border: none;
	}

		#topright a{
			color: #333;
		}

/* -- Content -- */

#content {
	text-align: justify;
	padding: 0px 20px;
	clear: left;
    float: left;
	margin: 0 auto;
	width: 65%;
}

	#content object {
		min-height: 800px;
		height: 150%;
		padding: 0;
		margin: 0;
		width: 150%;
		overflow: none;

	}

	#content p {
		text-indent: 10px;
	}
	
	#content span {
		margin: -50px 0 0 0;
		padding: 0 5px 0 5px;
	}

#links ul {
	text-align: center;
}
	
		#links ul li {
			margin: 5px;
			padding: 5px;
			border-bottom: dashed 1px #E2E2E2;
		}
	
.box {
    box-shadow: 0px 2px 4px #888;
    -moz-box-shadow: 0px 2px 5px #888;
    -webkit-box-shadow: 0px 2px 5px #888;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #EEEEEE;
    border: dashed;
    border-width: 1px;
    padding: 6px;
	text-align: justify;
}

.link {
	text-align: center;
	margin: auto;
}

.toggler  { 
	cursor: pointer;
	color:#000; 
	margin: 0;
	padding: 5px;
	background: #EEEEEE;
	border: solid;
    border-width: 1px;
	box-shadow: 1px 1px 2px #999;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
}

.toggler:hover	 { 
	background: #E1E1E1; 
}

.element	 { 
	padding: 5px 5px;
	margin: 5px 0;
}

.nav {
	padding: 5px;
	margin: 5px;
}

.end {
	border-bottom: dashed 1px #ccc;
}

.artigo {
    border-bottom-style: dashed;
    border-width: 1px;
    border-color: 000000;
    padding-bottom: 10px;
	margin-bottom: 10px;
}

.fix {
	margin: -20px 0 10px 0;
}

#slider {
	text-align: center;
	margin: -20px auto;
	z-index: -10;
}

/* -- Menu -- */

#menuframe {
	float: left;
	margin-top: 15px;
}

	#menuframe object {
		width: 190px; 
		height: 526px;
		background-image: none;
	}

#menu {
	width: 180px;
	height: 516px;
	padding: 10px 0 0px 8px;
    background-image: url(../images/dotted_menu.gif);
    background-repeat: repeat-y;
}

	
	#menu h2 {
		color: #ccc;
	    font-size: 14px;
	    font-weight: 800;
	    margin: 15px 0 3px;
	}
	
	#menu ul {
		margin: 0 0 0 1em;
	    padding: 0;
	}
	
	#menu ul li {
		list-style-type: none;
	    margin: 0;
	    padding: 0 2px;
	    text-indent: 2px;
	}
	
/* -- Footer -- */


#footer {
	margin: 20px 0 0 0;
	border-top: solid 1px #D8D8D8;
	clear: both;
	background-image: url(../images/linesbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 60px;
	width: 100%;
	text-align: center;
	z-index: 999;
}

	#footer img {
		border: none;
	}

	#footer ul {
		padding: 0;
		margin: -10px 0 0 0;
		text-align: center;
	}

		#footer ul li {
			display: inline;
			padding: 0 5px ;
		}

#cont {
	text-align: right;
	border: none;
	margin: 2px 4px 0 0;
}


/* -- Tabs --*/


#container {
	position: relative;
	margin-bottom: 10px;
}

.feature { 
	position: absolute;
}

.feature img { 
	border:none; 
}

#tabs { 
	margin-bottom: 15px;
	line-height: 35px;
	text-align: center;
	padding: 0 5px;
}

	#tabs li {
		background-color: transparent;
		display: inline;
		float: none;
		list-style: none;
		 
	}
		#tabs li a {
			color: #666; 
			display: inline; 
			height: auto;
			width: auto;
			padding: 5px 10px;
			text-decoration: none;
			text-shadow: 1px 1px 1px #ccc;
			background-color: #EEEEEE;
		    border: dashed;
		    border-width: 1px;
			box-shadow: 1px 1px 3px #888;
		    -moz-box-shadow: 1px 1px 3px #888;
		    -webkit-box-shadow: 1px 1px 3px #888;
		}
		
			#tabs li a:hover {
				background-color: #ddd;
			}
				
				#tabs li a.active { 
					background-color: #c7c7c7;
					color: #000;
					border-color: #000;
				 }