/* Corte & Cia */

@import url("reset.css");

@import url("960.css");

@import url("styles.css");

@import url("menu.css");

/* texto */

h1,h2,h3,h4,h5,h6,p {
	font-weight: normal;
}

div{
	background-image: none !important;
	background: none;
}

/* --- Inicio Formatacao --- */

body {
	font: 12px "Lucida Grande", Lucida, Tahoma, sans-serif;
	color: #666;
}

select, input, textarea {
	font-size: 98%;
}

/* @group Texto */

h1,h2,h3,h4,h5,h6, blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h1 {
	font-size: 2.2em;
	padding: 0 0 .5em;
}

h2 {
	font-size: 2em;
	line-height: 1.5;
	padding-bottom: .5em;
	padding-top: .3em;
}

h3 {
	font-size: 1.7em;
}

h4 {
	font-size: 1.3em;
	margin-top: 1em;
	margin-bottom: .5em;
}

h5 {
	font-size: 1.1em;
	margin-top: .5em;
	margin-bottom: -.25em;
}

p {
	padding-bottom: .25em;
}

blockquote {
	padding-left: 10px;
	font-style: italic;
	font-size: 1.3em;
	color: #999;
}

input, select, textarea {
	margin: 5px 0;
}

input, textarea {
	border: solid 1px #999;
}

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

a:hover {
	color: #a99;
	text-decoration: none;
}

/* @end */

/* @group Estrutura */

#header {
	padding-top: 20px;
	height: 120px;
}

#footer {
	text-align: center;
	border-top: 1px solid #aaa;
	background-color: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
}

#col_1, #col_2 {
	padding-top: 30px;
	padding-bottom: 20px;
}

#col_1 {
	margin-left: 0;
	padding-left: 20px;
}

#col_2 {
	margin-right: 0;
}

.duascol2 img {
	border: 1px solid #777;
	padding: 5px;
	margin-top: 5px;
}

.duascol2 h3 {
	font-style: italic;
	letter-spacing: -1px;
}

.duascol2 h4 {
	font-style: italic;
	margin-bottom: -.5em;
}

/* @end */

/* @group Header */

#header h1 {
	float: left;
	width: 245px;
	height: 140px;
	background: url(../img/cortecia.jpg) no-repeat 50px 30px;
}

#header h1 a {
	display: block;
	width: 245px;
	height: 140px;
}

#header h1 span {
	display: none;
}

/* @end */

/* @group Galeria */

#galeria h3 {
	text-align: left;
	font-size: 1.1em;
	padding: 15px;
}

#galeria img {
	padding: 2px;
	border: 1px solid #ccc;
	margin: 4px;
}

/* @end */

#menu a {
	color: #ddd;
	text-decoration: none;
}

/* @group Dicas */

#dicas {
	font-size: .9em;
	line-height: 1.2em;
	color: #777;
}

#dicas p {
	padding-bottom: 12px;
}

#dicas h3 {
	padding-bottom: 12px;
}

/* @end */

#middle {
	padding-top: 30px;
}

#conteudo .txt {
	border-top-width: 2px;
	border-top-style: solid;
	padding: 30px 5px;
}

/* Colunas Laterais */

#col_1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#col_1, #col_2 {
	color: #999;
	min-height: 400px;
	background-color: #f5f5f5;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: auto -2px 0 0;
}


/* @group Formatacao geral */

.tc {
	text-align: center;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.uppercase {
	text-transform: uppercase;
}

.negrito {
	font-weight: bold;
}

.small {
	margin: 3px;
	font-size: 10px;
	color: #555;
}

.volta {
	text-decoration: underline;
}

.popup {
	text-decoration: none;
}

.legenda {
	color: #888;
	font-size: .85em;
	text-align: right;
}

.link_top {
	padding: 40px 0 20px 10px;
	margin-left: -30px;
}

.link_top a {
	padding-left: 10px;
	color: #777;
}

/* @end */