/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css";

/* Layout rules */
@import "layouts/responsive.css";

/* Component (SMACSS module) rules */
@import "components/misc.css";
/* Optionally, add your own components here. */
@import "print.css";
@import "colorbox.css";

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */


body {
	background: #132138 url('/sites/default/files/base_images/bkg01.png') no-repeat center top;
	color: #507096;
}

#main {
	margin: 0;
	padding: 0px 25px 25px 25px;
	background: #000C21 url('/sites/default/files/base_images/bkg02.png') no-repeat left top;
}

#content, #content_front {
	margin-top: 41px;
	padding: 0;
}

/* Navigation */

#main-menu { font-family: 'Trebuchet MS',Helvetica,sans-serif; margin: 10px 0px 10px 0px;}

#main-menu a {	padding-left: 25px; background: url('/sites/default/files/base_images/nav_button_02.gif') no-repeat left bottom;}

#main-menu a:link {color: #507096; text-decoration: none;}
#main-menu a:visited {color: #507096; text-decoration: none;}
#main-menu a:hover {color: #BDCCD4;text-decoration:none; background: url('/sites/default/files/base_images/nav_button_01.gif') no-repeat left bottom; }
#main-menu a:active {color: #BDCCD4; text-decoration: none; background: url('/sites/default/files/base_images/nav_button_01.gif') no-repeat left bottom;}

/* Frontpage Slideshow */

.view-frontpage-slideshow img { margin: 0; padding: 0; border: 5px solid #507096;}

/* Content */

#content_section {
	padding: 20px;
	background-color: #091429;
	min-height: 400px;
	margin-left: 225px;
}

/* Galerias */

.view-node-gallery-gallery-summaries .views-field-title a:link {
	border-bottom-color: #507096;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	line-height: 2em;
}

.view-node-gallery-gallery-summaries .views-field-field-data-evento,
.view-node-gallery-gallery-summaries .views-field-pub-item-count {
	font-size: 0.8em;
	line-height: 1.3em;
}

.views-field-node-gallery-media img,
.field-name-node-gallery-media img {
	border: 3px solid #507096;
	margin-top: 4px
}

.views-field-node-gallery-media a:hover img,
.field-name-node-gallery-media a:hover img {
	border: 3px solid #BDCCD4;
}

table.views-view-grid {
  text-align: center;
  margin: 30px auto 0 auto;
}

table.views-view-grid td {
  padding-bottom: 20px;
}

div.view-node-gallery-gallery-item-views table.views-view-grid td:hover,
div.view-node-gallery-gallery-summaries table.views-view-grid td:hover {
    background-color: transparent;
}

.views-field-node-gallery-media {
  text-align:center;
  margin: 0 25px;
}

.field-name-field-data-evento { padding-left: 30px;}

.view-node-gallery-gallery-item-views .views-field-title { font-size: 0.75em; line-height: 1em;}


/* Portfolio */

.field-name-field-page-photo { margin-top: 25px; }
.field-name-field-page-photo .field-items { margin-left: 11px; }
.field-name-field-page-photo .field-item { float: left; margin: 10px 15px; }
.field-name-field-page-photo .field-item img { border: 3px solid #507096; }
.field-name-field-page-photo .field-item a:hover img { border: 3px solid #BDCCD4; }

#block-menu-menu-ligacoes-de-servicos h2.block-title {
	color: #BDCCD4;
  	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	padding-left: 30px;
	background: url('/sites/default/files/base_images/nav_button_01.gif') no-repeat left center;
	margin-top: 0;
	margin-bottom: 1.0em;
}

#block-menu-menu-ligacoes-de-servicos ul.menu {
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	font-size: 1.1em;
	text-align: center;
	margin: 0 0 25px 0;
	padding: 0 0 4px 0;
	border-bottom: 3px dotted #507096; }

#block-menu-menu-ligacoes-de-servicos ul.menu li {
	display: inline;
	margin: 0px 8px; }

#block-menu-menu-ligacoes-de-servicos ul.menu li a.active {
	color: #bdccd4; }

/* Footer */

#block-block-9 {
    color: #507096;
    font-size: 0.8em;
    line-height: 0.8em;
}















