/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Section Boxes 982px 2-Column Layout
  -------------------------------------
*/

/* barra principal, aparência normal */
.c2_982 #c1 .section_boxtop {
	background-image: url(img/p7CRV2col_Leftbox_top.jpg);
	background-repeat: no-repeat;
}
.c2_982 #c1 .section_boxbottom {
	background-image: url(img/p7CRV2col_Leftbox_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* barra principal, cor alternativa */
.c2_982 #c1 .section_box2 {
	background-image: url(img/p7CRV2col_box2_mid.jpg);
	background-repeat: repeat-y;
	color: #000000 !important;
}
.c2_982 #c1 .section_boxtop2 {
	background-image: url(img/p7CRV2col_box2_top.jpg);
	background-repeat: no-repeat;
}
.c2_982 #c1 .section_boxbottom2 {
	background-image: url(img/p7CRV2col_box2_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.c2_982 #c1 .section_box2 h2 {
  margin-top: 0px;
}

/* barra lateral */
.c2_982 #c2 .section_boxtop {
	background-image: url(img/p7CRV2col_box_top.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.c2_982 #c2 .section_boxbottom {
	background-image: url(img/p7CRV2col_box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
}

.c2_982 #c2 .section_boxtop h1 {
  margin-top: 8px;
}
.c2_982 #c2 .section_boxtop h2 {
  margin-top: 8px;
}

/* margens da imagem da página de entrada */
.entrypage {
	margin-right: 8px;
	margin-bottom: 2px;
}

.small-font {
	font-size: 10px;
	letter-spacing: normal;
	font-weight: normal;
}

.erro {
	color: red;
	font-weight: bold;
	font-size: medium;
}

.bege {
	background-color: #1c1c1c;
	color: orange;
	font-weight: normal;
	padding-left:5px;
}
.vermelho {
	color: red;
	font-weight: bolder;
	background-color: #1c1c1c;
	padding-left:5px;
}
.escuro {
	background-color: #0F0F0F;
	padding-left:5px;
}
.font_bold {
	font-weight: bolder;
	color: orange;
}