@import "modulos.css";
@import "icons.css";

/*'Globals
----------------------------------------------------------------------------*/
body {
	background: #000;
}

/*'Barra Abril
----------------------------------------------------------------------------*/
#barra {
	height: 32px;
}

/*'Container
----------------------------------------------------------------------------*/
.container {
	width: 960px;
	margin: 0 auto;
}

/*'Header
----------------------------------------------------------------------------*/
#header {
	height: 90px;
	padding: 10px 0;
}

/*'Logo
----------------------------------------------------------------------------*/
#logo {
	float: left;
	margin-right: 10px;
}

/*'Super Banner
----------------------------------------------------------------------------*/
#sb {
	float: left;
	width: 728px;
	height: 90px;
}

/*'Square
----------------------------------------------------------------------------*/
#sqr {
	width: 300px;
	text-align: center;
	color:#fff;
	font-size:10px;
}

/*'Main Navigation
----------------------------------------------------------------------------*/
#nav {
	list-style: none;
	height: 50px;
	/* background: transparent url(/salao/_img/ford.gif) no-repeat right top; */
	margin: 0;
	position: relative;
	width: 960px;
}

#nav li {
	list-style: none;
	display: inline;
}

#nav li a {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #eee;
	background: transparent url(/salao/_img/nav_bg2.jpg) repeat-x 0 0;
	width: 176px;
	text-decoration: none;
}

#nav #ford {
	width: 70px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
}

#nav li a:hover {
	background-position: 0 -50px;
}

#nav li a.active {
	background-position: 0 -100px;
}

/*'Sidebar
----------------------------------------------------------------------------*/
.sidebar {
	background: #171717;
	padding-top: 10px;
}

/*'Footer
----------------------------------------------------------------------------*/
#footer {
	width: 960px;
	margin: 0 auto;
	border-top: 10px solid #171717;
	padding: 10px 0;
}

#footer ul {
	list-style: none;
	width: 960px;
}

#footer ul li {
	list-style: none;
	display: inline;
	color: #fff;
	font-size: 14px;
	line-height: 60px;
	height: 60px;
	float: left;
}

#footer ul li a {
	display: block;
	float: left;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	width: 100px;
	line-height: 60px;
	height: 60px;
}

/*'Modules
----------------------------------------------------------------------------*/
.mod {
	margin-bottom: 20px;
}

/*'Retranca
----------------------------------------------------------------------------*/
.retranca {
	margin-bottom: 5px;
	position: relative;
	height: 16px;
}

.retranca span {
	font-family: Helvetica, Arial;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #00a0c6;
	padding: 0 5px;
}

.retranca .rss {
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(/salao/_img/icons/rss.gif);
}

.sidebar .retranca .rss {
	background-image: url(/salao/_img/icons/rss_b.gif);
}

/*'Link Mais
----------------------------------------------------------------------------*/
.a_mais {
	text-align: right;
	margin-top: 10px;
}

.a_mais a {
	background: #a00;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Helvetica, Arial;
	font-weight: bold;
}

.a_mais a:hover {
	text-decoration: none;
	background: #f00;
}

/*'Lists
----------------------------------------------------------------------------*/
ul.normal li {
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 0;
}

ul.normal li span,
ul.normal li span a {
	color: #00a0c6;
	font-size: 11px;
}

.sidebar ul.normal li {
	border-bottom: 1px solid #333;
	padding: 5px 0;
	color: #fff;
}

.sidebar h2 a,
.sidebar h5 a {
	color: #eee;
}

/*'Breadcrumb
----------------------------------------------------------------------------*/
.breadc {
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 14px;
	background: #e0e0e0;
	/* border-bottom: 1px solid #e0e0e0; */
	margin-bottom: 10px;
	color: #888;
	padding-left: 10px;
}

.breadc a {
	color: #666;
}

/*'Modulo Nav
----------------------------------------------------------------------------*/
.mod_nav {
	height: 40px;
	background: #171717;
	border: 1px solid #333;
}

.mod_nav li {
	display: inline;
}

.mod_nav li a {
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
	border-right: 1px solid #333;
	color: #fff;
	background: transparent url(/salao/_img/nav_bg2.jpg) repeat-x 0 -5px;
}

/*'Modulo Tool Bar
----------------------------------------------------------------------------*/
.mod_toolbar {
	padding:10px;
	margin-bottom:10px;
	background:#171717;
	color:#fff;
	font-size:14px;
}

/*'Modulo Album
----------------------------------------------------------------------------*/
.mod_album img {
	width:140px;
	height:100px;
}

.mod_album h5 {
	margin-top: 5px;
}
