/* BEGIN gpp_css */
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	font-weight:normal;
	line-height:normal;
	color:black;
	font-smoothing: antialiased;
}

#page {
	margin-top: 36px;
}

div#main.row {
	margin-top: 144px;
}

/*-------------------------------------------
:: HEADER
-------------------------------------------*/

/*logo*/

#branding h1 a:hover, #branding .brand a:hover, #branding ul .active > a {
	background-color:#000;
	background-color:rgba(0,0,0,0);
	color:black;
}

#branding h1 a, #branding .brand {
	color:black;
	font-size:30px;
	font-weight:900;
}

#branding-inner, #branding .fill {
	background-color:rgba(255,255,255,0);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

/*new menu*/

#branding {
	height: 96px;
	position: relative;
}

#branding a {
	color:black;
	text-shadow:none;
}

#jbmenu {
	margin-top: 18px;
}

.newmenu {
	float: left;
	border:4px solid black;
	padding: 6px 36px 24px 12px;
	margin-left: 24px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 24px;
	border-bottom: none;
}
#jbmenu a{
	padding-bottom: 0;
	border-bottom: none;
}

#jbmenu a:hover{
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted black;
}

div#about {
	margin-left: 30px;
}

/*search form*/

#branding form {
	margin-top: 0px;
	margin-right: auto;
}

#branding input {
	background-color:#FFF;
	background-color:rgba(255,255,255,1);
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:1;
	padding:6px 9px;
	color:#000;
	color:rgba(0,0,0,1);
	border:2px solid black;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

#branding input:-moz-placeholder {
	color:#FFF;
}

#branding input::-webkit-input-placeholder {
	color:#FFF;
}

#branding input:hover {
	background-color:#FFF;
	background-color:rgba(255,255,255,1);
	color:black;
}

#branding input:focus,#branding input.focused {
	outline:0;
	background-color:#ffffff;
	color:black;
	text-shadow:none;
	border:2px solid black;
	padding:6px 9px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

input[type="text"], input#s {
	margin: 0 0 0 0;
}

input, input[type="password"], input[type="search"], isindex, textarea{
	background: none;
}

/*-------------------------------------------
:: GRID
-------------------------------------------*/

.column, .columns {
	margin-left: 2%;
}

.grid .columns:nth-child(2n+1) {
	margin-left: 0px;
}

.grid .columns:nth-child(2n+2) {
	margin-left: 2%;
}

.row .four.columns {
	width: 49%;
}

.grid .wrap {
	margin-bottom: 18px;
}

.showmethecat {
	margin-left:5%;
	color: white;
	font-weight: normal;
}

/*THUMBS*/

.hide {
	background-color:black;
	background-color:rgba(0,0,0,1);
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
}

.grid .entry-title {
	border: none;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	text-transform:none;
	margin: auto;
	margin-top:5%;
	margin-left:5%;
	margin-right:25%;
}

.postdate {
	visibility:hidden;
}

.format {
	visibility:hidden;
}

.breadcrumb {
	font-size:24px;
	font-weight:bold;
	line-height: 30px;
	background-color:#FFF;
	text-transform: none;
	border:none;
	padding-left:42px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	margin: 0 0 60px;
}

.breadcrumb a {
	color: black;
	border-bottom: none;
	text-decoration: none;
}

.breadcrumb .active a {
	color: black;
	border-bottom: 3px solid black;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: black;
	border-bottom: 3px solid black;
	text-decoration: none;
}

.breadcrumb a:visited {
	color: black;
	border-bottom: none;
	text-decoration: none;
}

.breadcrumb li {
	text-shadow:none;
}

/*-------------------------------------------
:: POST
-------------------------------------------*/

h1 {
	font-size:24px;
	text-transform: none;
}

h1 a {
	color:black;
	font-weight:normal;

}

img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
	border: none;
	padding: 0px;
}

p {
	line-height: 20px;
}

.widget {
	color:#999;
}

.subheader, .widget-title, #site-description {
	color: black;
	font-weight: normal;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: undeline;
}

#aviso {
	width:980px;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left:auto;
	margin-right:auto;
	padding-top:24px;
	padding-bottom:24px;
	background-color:lightGrey;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color: #FFF;
}

.entry-header .entry-title {
font-size: 24px;
font-weight: normal;
color:black;
}
/* END gpp_css */
