/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

/*
Google Web Fonts
font-family: 'Ubuntu', sans-serif;
font-weight: 300;
font-weight: 700;

font-family: 'Ubuntu Condensed', sans-serif;
*/

body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size:12px;
	line-height:18px;
	color:#333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight:300;
	margin-bottom:10px;
	text-shadow: 0px 0px 3px #CCCCCC;
	/* For IE */
	filter: glow(color=black,strength=5), alpha(opacity=70);
	
	clear:both;
}

a:link { color:#333;}
a:visited { color:#999;}
a:hover { color:#C00;}
a:active { color:#C00;}

h2 a:link { color:#333; text-decoration:none;}
h2 a:visited { color:#666; text-decoration:none;}
h2 a:hover { color:#C00; text-decoration:none;}
h2 a:active { color:#C00; text-decoration:none;}

h5 a:link { color:#333; text-decoration:none;}
h5 a:visited { color:#333; text-decoration:none;}
h5 a:hover { color:#C00; text-decoration:none;}
h5 a:active { color:#C00; text-decoration:none;}

.adicionais a:link { color:#333; text-decoration:none;}
.adicionais a:visited { color:#666; text-decoration:none;}
.adicionais a:hover { color:#C00; text-decoration:none;}
.adicionais a:active { color:#C00; text-decoration:none;}

/* Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 28px;
  line-height:40px;
}

h2 {
  font-size: 24px;
  line-height:26px;
  font-weight:300;
}

h3 {
  font-size: 20px;
  line-height:30px;
}

h4 {
  font-size: 18px;
  line-height:24px;
}

h5 {
  font-size: 14px;
  line-height:20px;
  font-weight:300;
  text-transform:uppercase;
}

h6 {
  font-size: 12px;
  line-height:18px;
  font-weight:300;
  text-transform:uppercase;
}

ol {
  list-style: decimal;
}

ul {
  list-style: none;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 0px;
}

p { text-align:justify; margin-bottom:10px;}

.topbar_content {
	color:#FFF;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: 300;
	font-size:12px;
	}
.topbar_content_paginas {
	color:#FFF;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: 300;
	font-size:12px;
	}
		.about { color: #CCC;}
		.about_links li a:link {
			text-decoration:none;
			color:#FFF;
		}
		.about_links li a:visited { color: #F1F2F2;}
		.about_links li a:hover { color: #C00;}
		.about_links li a:active { color:#C00}
		
		.adere {
		}

		#searchform input, label {
			color: #999;
			font-family: 'Ubuntu Condensed', sans-serif;
			font-weight: 300;
			font-size:12px;
			}
		#searchform input:hover {
			color: #FFF;
			}
		#searchform input:focus {
			outline:none;
			}

	.mainmenu a:link {
			color: #999;
			font-family: 'Ubuntu Condensed', sans-serif;
			font-weight: 300;
			font-size:16px;
			text-decoration:none;
			text-transform:uppercase;
			
			text-shadow: 0px 0px 2px #CCCCCC;
			/* For IE */
			filter: glow(color=black,strength=5), alpha(opacity=70);
		}
		.mainmenu a:visited { color:#666;}
		.mainmenu a:hover { color:#C00;}
		.mainmenu a:active { color:#C00;}

	.mainmenu_paginas a:link {
			color: #CCC;
			font-family: 'Ubuntu Condensed', sans-serif;
			font-weight: 300;
			font-size:16px;
			text-decoration:none;
			text-transform:uppercase;
			
			text-shadow: 0px 0px 2px #CCCCCC;
			/* For IE */
			filter: glow(color=black,strength=5), alpha(opacity=70);
		}
		.mainmenu_paginas a:visited { color:#CCC;}
		.mainmenu_paginas a:hover { color:#C00;}
		.mainmenu_paginas a:active { color:#C00;}
		
	.mainmenu_single a:link {
			color: #666;
			font-family: 'Ubuntu Condensed', sans-serif;
			font-weight: 300;
			font-size:16px;
			text-decoration:none;
			text-transform:uppercase;
			
			text-shadow: 0px 0px 2px #CCCCCC;
			/* For IE */
			filter: glow(color=black,strength=5), alpha(opacity=70);
		}
		.mainmenu_single a:visited { color:#666;}
		.mainmenu_single a:hover { color:#C00;}
		.mainmenu_single a:active { color:#C00;}
	
	.projectos_pagina a:link { color:#333; }
		.projectos_pagina a:visited { color:#333; }
	.artigos_pagina a:link { color:#333; }
		.artigos_pagina a:visited { color:#333; }
	.arquivo_pagina a:link { color:#333; }
		.arquivo_pagina a:visited { color:#333; }

	.proj_decorrer li a:link { text-decoration:none; color: #666; font-size:14px; line-height:20px; 
	text-shadow: 1px 1px 1px #ffffff; 
	/* For IE */
	filter: glow(color=white,strength=5), alpha(opacity=70);
	}
	.proj_encerrados li a:link { text-decoration:none; color:#666; font-size:14px; line-height:20px; 
	text-shadow: 1px 1px 1px #ffffff; 
	/* For IE */
	filter: glow(color=white,strength=5), alpha(opacity=70);
	}
		.total { float:right; color:#999; font-size:12px;}
		
		.relacionados li a:link {text-decoration:none; color: #666; font-size:12px; line-height:18px; 
		text-shadow: 1px 1px 1px #ffffff; 
		/* For IE */
		filter: glow(color=white,strength=5), alpha(opacity=70);
		}


.footer a:link { color:#ccc; text-decoration:none;}
.footer a:visited { color:#ccc; text-decoration:none;}
.footer a:hover { color:#FFF; text-decoration: underline;}
.footer a:active { color:#FFF; text-decoration:underline;}
