/*
Theme Name: Seminário de Iniciação à Docência (NOVO)
Theme URI: http://www.ufjf.br/sid
Description: Thema do Seminário de Iniciação à Docência (NOVO)
Author: UFJF
Author URI: http://www.ufjf.br
Version: 2015
*/

@import url("http://www.ufjf.br/wp-content/themes/include/css-geral/desktop.css");
@import url("http://www.ufjf.br/wp-content/themes/include/css-geral/mobile.css") screen and (max-device-width: 319px);
/*@import url("http://www.ufjf.br/wp-content/themes/include/css-geral/smart.css") screen and (max-width: 980px);*/
@import url("http://www.ufjf.br/wp-content/themes/include/css-geral/smart.css") screen and (min-device-width: 320px) and (max-device-width: 767px);
@import url("http://www.ufjf.br/wp-content/themes/include/css-geral/tablet.css") screen and (min-device-width: 768px) and (max-device-width: 1023px);

/* INICIO - COR */

#superior, #menu-superior li ul {
	background-color: #012090;
}

#superior li a:hover, .menu-active .menu-anchor, #menu-superior ul li a:hover {
	background-color: #0A74BC;
}

@media screen and (max-device-width: 1023px){
	#topo{
		background-color: #012090;
	}
}
/* FIM - COR */