/****************************/
/* CUSTOM STYLE CSS         */
/****************************/
/* 
Put your custom css and css overrides in this file.  By restricting 
your css changes to custom-style.css, your changes will not be overwritten 
when upgrading to a new version of this theme.

Steps to customize your 0Point theme:                       
1. Add your custom css to this file                
2. Uncomment different examples and modify data as you wish 
3. Clear cached data at admin/settings/performance 
*/
/****************************/

/* Erase or comment the lines below to get rid of the image in the right sidebar 
 * and the brand image or choose another image and change the path instead. */

#wrapper {
	background: transparent url(../images/all/_sidebarimg.png) 99% 99% no-repeat;
	background-color: #ffffea;
}

#brand {
	display: none;
	/*background: url(../images/all/_brand.png) 50% 30% no-repeat;
	position: relative;
	margin: 5px auto 0;
	width: 250px;
	height: 50px;*/
}


/* HEADER IMAGE ROTATOR */
.himg #headimg {
	background: #fff url(headerimg/rotate.php) no-repeat 100% 100%; /* rotates images in the headerimg folder */
	border-bottom: 1px solid #eee;
}


/* Uncomment the first declaration below to hide the titles on the front page 
 * Addapt the second declaration to hide a certain title. 
 * Third one is for no "Read more" on the first page. */ 
/*
.front h2 a {
	display: none;
}
.front #node-XXX h2 a {
	display: none;
}
.front .node_read_more {
	display: none;
}
*/


/*******************************/
/* CUSTOM FIXED or FLUID WIDTH */
/*******************************/ 
/* First choose "Custom Layout width" in 0 Point settings page.
 * Uncomment the lines below and modify the value as you wish. 
 * E.g. 1000px for fixed width or 85% for fluid width */
/*
body.layout-fluid .sizer {
	width: 90%;
}
body.layout-fixed .sizer {
	width: 980px;
}
*/


/*******************************/
/* CUSTOM Equal width sidebars */
/*******************************/ 
/* First choose "Equal width sidebars" in 0 Point settings page.
 * Uncomment the lines below and modify the values keeping pair values. */

body.l-m-r-eq .colleft, body.m-r-eq .colleft, body.l-m-eq .colleft {
	width: 230px;
	margin-left: -230px;
}
body.l-m-r-eq .colright, body.m-r-eq .colright, body.l-m-eq .colright {
	width: 230px;
	margin-right: -230px;
}
body.l-m-r-eq .outer, body.l-m-eq .outer, body.l-m-eq .outer {
	margin-left: 230px;
}
body.l-m-r-eq .outer, body.m-r-eq .outer, body.m-r-eq .outer {
	margin-right: 230px;
}
body.l-m-eq .colleft {
	width: 230px;
	margin-left: -230px;
}
body.m-r-eq .colright {
	width: 230px;
	margin-right: -230px;
}



/******************************/
/* SPECIAL STATIC-MENU COLORS */
/******************************/

/* Uncomment this to have different colors (and chooose them) for first and last menu items. */
/*
#navlist li.first a {
	background: #D0932C;
}
#navlist li.last a {
	background: #BF5D8C;
}
*/


/* Change the values below accordingly: XXX=menu numer; YYY=background color. */
/*
#navlist li.menu-XXX a {
	background: #YYY;
}
*/


/*******************************/
/* UPDATE ICONS FOR NEW BLOCKS */
/*******************************/
/* where XXX is the block number */

/*
#block-block-XXX .block-icon {
background: transparent url(../images/contact_48.png) no-repeat;
}
*/


.sitemap-box h2 {
	display: none;
}
.views-exposed-widget #edit-submit {
	border: 1px solid #555;
	margin-top: 15px !important;
}
.pane-content h2.title a {
	font-size: 140%;
}


/* Inicio das customizacoes feitas por Samuel */

/* Oculta o item above */
#above {
	display: none;
}

/* Ocuta o mone e slogan */
#name-and-slogan {
	display: none;
}

/* Oculta o item top-elements */
#top-elements {
	display :none;
}

/* Muda as cores laterais do header */
#top_bg {
	background-image: none;
}

#top_left {
	background-image: url("../images/all/fill_left.png");
	background-repeat: repeat-y;
}

#top_right {
	background-image: url("../images/all/fill_right.png");
	background-repeat: repeat-y;
}

/* Reposiciona a logo */
#logo {	
	background-color: #ffffea;
	float: none;
	text-align: center;
}

#logo img {
	margin-top: 0pt;
	margin-right: 5px;
	margin-bottom: -2px;
	margin-left: 5px;
}

#breadcrumb {
	background-color: #ffffea;
}

#header {
	background-color: #ffffea;
}

/*#header .block {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}*/

/* Modifica o titulo dos menus */
.block .title {
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 5px;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
	background-color: #ff6600;
	color: #ffffff;
	font-size: 14px;
}

a, a:link, .title, .title a, .node .terms, #aggregator .news-item .categories, #aggregator .source, #aggregator .age, #forum td .name, div.admin-panel .description {
	font-weight: bold;
	font-size: 100%;
}
.front h2.title a, .not-front h2.title a {
	font-size: 130%;
	font-weight: bold;
}

#main .content a {
	text-decoration: none;
}

#main .content a:hover{
	text-decoration: underline;
}
