/*
Theme Name: trmpl | theme
Theme URI: www.trampolinas.com
Description:  Basic Theme for trampolinas.com, compatible with WordPress 3.0. 
Author: Esteban A. Fernandez
Design: trampolinas.com
Version: 1.0
Tags: 
*/
@CHARSET "UTF-8";
@import url('fonts/UbuntuMono.css') screen;

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table 			{ border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img 	{ border: 0; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =Global
----------------------------------------------- */

body, input, textarea {
	font: normal 10px 'UbuntuMonoRegular', Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h1 { font-size: 32px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; line-height: 20px; }
h4, h5, h6 { font-size: 13px; margin: 0; }
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.2em;
	font-size: 1.4em;
}
ul, ol {
	margin: 0 0 1.625em 1.5em;
	list-style: none;
}
ul { list-style: square; }
ol { list-style-type: decimal; }
ol ol { list-style: upper-alpha; }
ol ol ol { list-style: lower-roman; }
ol ol ol ol { list-style: lower-alpha; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

dl { margin: 0 1.625em; }
dt { font-weight: bold; }
dd { margin-bottom: 1.625em; }
strong { font-weight: bold; }
cite, em, i { font-style: italic; }
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite { font-style: normal; }
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd { font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* Links */
a {
	color: #2983d3;
	text-decoration: none;
}
a:focus,
a:active,
a:hover { text-decoration: none; }


/* =Structure
-------------------------------------------------------------- */
#wrapper 							{ margin:0px auto; }
#top-inner, #main-inner, 
#top-content-wrapper, #header, 
#header-wrapper, #footer-inner 		{ max-width: 940px; margin:0px auto; }
#main 								{ position: relative; }
#secondary, #primary 				{  }
#secondary 							{ width: 280px; float:right; margin: 0 0 10px;  min-height: 540px; }
#primary 							{ width: 600px; margin: 0px auto 10px; float:left; text-align:left; }
.entry								{ display:block; background-color: rgba(182, 182, 182, 0.5); padding:20px;}

#footer-inner         				{
	min-height: 50px;
	margin:60px auto 2px;
	/*border: 1px solid #42494C;*/
	clear:both;
}

#wrapper .extended					{ width: 100%;  }


/* =Forms
-------------------------------------------------------------- */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}

/* ---------------- { SEARCH: } ----------------*/
/* Search Form */
#searchbox {
	position: absolute;
	top: 1em;
	right: 1%;
	text-align: right;
}
#searchform div {
	margin: 0;
}
input#s {
	background-color: #ddd;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	color:#fff;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 2px 8px;
	width: 120px;
}
#searchsubmit{
border: 1px solid #fff;
background: white url(img/backgrounds/bg_search_submit_26x26px.png) no-repeat top center;
color: white;
line-height: 24px;
width: 30px;
height: 30px;
cursor: pointer;
}
/* Assistive text for SEARCH FORM */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}
/* =Layout
-------------------------------------------------------------- */
body { background:#f9f9f9 url(img/backgrounds/bg_main.png) repeat top left; color:#222;  }
#page { }
#top{}
	#top-inner{}
		#site-header{}
		#top-right{}
			#top-right-upper{}
				#top-menu{}
				#newsletter-register{}
			#top-right-lower{}
				#main-menu{}
				#search{}
#navigation{}
#main{}
	#main-inner{}
		#primary{}
		#secondary{}
			#aside{}
				#banner_widget{}

#footer-wrapper{}
	#footer-content{}

/* =Blocks
-------------------------------------------------------------- */
/* ---------------- { TOP: } ----------------*/
#top				{ min-height: 107px; border-bottom: 1px solid #e6e6e6;  }
#top-inner			{ min-height: 106px; }
#top-inner-left, 
#top-inner-right 		{ float:left; }
#top-inner-left			{ width: 330px; } 
#top-inner-right 		{ width: 610px; }

#top-inner-right-top 	{ height: 72px; position:relative; }


/* ---------------- { TOP -> SITE HEADER: } ----------------*/
#site-header             	{  }
#site-header HGROUP      	{  } 


/* ---------------- { TOP -> SITE HEADER: TITLES } ----------------*/
H1#site-title		{ margin:0; padding:0; background:url(img/trmpl_sprite.png) no-repeat -155px 4px ; }
H1#site-title A		{ color:#434a4c; display:block; margin-top: 16px; height: 80px; width: 310px; }
H1#site-title A	SPAN { display: none; text-indent:-9999px; }
H3#site-description { color:#006bd0; margin:0px; padding:0px; font: lighter 17px/14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow: 1px 2px 5px #ffffcc; position:absolute; top:302px; right:26px; width:216px; display: none;}


/* ---------------- { NAVIGATION: } ----------------*/
/* ---------------- { NAVIGATION-TOP: } ----------------*/
#navigation-top     { /*float: right; */ position: absolute; top: 0; right:0;
width: 210px; 
padding: 2px 20px 0px; 
margin: 0px; 
border:1px solid; 
background-color:#2983d3; 
border-bottom-right-radius: 28px;
border-bottom-left-radius: 28px;
-moz-border-radius-bottomright: 28px;
-moz-border-radius-bottomleft: 28px;
-webkit-border-bottom-left-radius: 28px;
-webkit-border-bottom-right-radius: 28px;
}
#navigation-top li a	{text-align: center; display: block;
line-height: 2.2125em;
padding: 0 1em;
text-decoration: none;
text-transform: uppercase;}
#navigation-top a,
#navigation-top a:focus,
#navigation-top a:active,
#navigation-top a:hover		{ color:#fff; }
#navigation-top ul			{ margin: 0;   }

.horizontal-nav {
	display: block;
	margin:0px 0px 10px;
	width: 100%;
}
.horizontal-nav LI, #language-menu .horizontal-nav LI  { 
	display: inline-block;
	position: relative;
	margin: 0px;
	line-height:24px;
	}
/* ---------------- { NAVIGATION -> MENU/ACCESS : } ----------------*/
#navigation{
	position:relative;
	margin: 0;
	width: 612px;
	height: 107px;
}
/* ---------------- { NAVIGATION -> MENU/ACCESS : } ----------------*/
#access {
	position:absolute;
	bottom: 0;
	right: 10px;
	clear: both;
	display: block;
	margin: 0 auto;
	width: 310px;
	min-height: 26px;

}
#access ul {
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 2.2125em;
	padding: 2em 1em 0.3em;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-family:'UbuntuMonoRegular', Arial, sans-serif;
}
#access ul ul {
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.2);
	box-shadow: 0 3px 7px rgba(0,0,0,0.2);
	background: rgba(4, 33, 91, 0.8); /*Before: rgba(78, 47, 145, 0.8)/#04215B */
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2.2125em;
	left: 0;
	/*width: 188px;*/
	z-index: 99999;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul a { text-align: center; }

#access ul ul a {
	font-size: 12px;
	font-weight: normal;
	text-transform:none;
	text-align:left;
	color: #fff;
	height: auto;
	line-height: 1.4em;
	padding: 5px 10px;
	width: 168px;
}


#access ul ul :hover > a{
background: none;
}

#access li:hover > a,
#access a:focus {	}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
	color: #fff;
}


/* ---------------- { CONTAINER:  } ----------------*/
#main 			{ min-height: 380px; padding-top: 10px; padding-bottom: 2px; }

/* ---------------- { CONTAINER: -> CONTAINER-INNER } ----------------*/
#main-inner 	{ 
	width: 890px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 24px;  
}
/* ---------------- { CONTAINER: -> COMMON } ----------------*/
/* ---------------- { CONTAINER:  PRIMARY/SECONDARY } ----------------*/
/* ---------------- { CONTAINER:  PRIMARY } ----------------*/
#primary 			{ /*background-color:#fff;*/ }
/* ---------------- { CONTAINER:  PRIMARY -> COMMON } ----------------*/
/* ---------------- { CONTAINER:  PRIMARY -> EXTERNAL LINKS } ----------------*/
/* ---------------- { CONTAINER:  PRIMARY -> SLIDER	} ----------------*/
/* ---------------- { CONTAINER:  PRIMARY -> SECONDARY NAVIGATION } ----------------*/
/* ---------------- { CONTAINER:  PRIMARY -> SEARCH } ----------------*/
/* ---------------- { CONTAINER:  PRIMARY -> INDEX CONTENT } ----------------*/
/* ---------------- { CONTAINER:  PRIMARY -> TRIPLE VERTICAL } ----------------*/

/* ---------------- { CONTAINER:  PRIMARY -> PAGE } ----------------*/

/* ---------------- { CONTAINER:  PRIMARY -> PAGE CONTENT } ----------------*/

.article						{}
.article HEADER H1				{font-size: 50px; text-transform: uppercase; border-bottom: 1px solid #777; }


/* ---------------- { CONTAINER:  PRIMARY -> PAGE CONTENT -> PAGINATION } ----------------*/
.pagination {
	clear:both;
	padding:20px 0;
	font-size: 20px;
	line-height:13px;
}
.pagination-inner {
	min-width: 60%;
	margin: 10px auto;
	text-align:center;
}
.pagination span, .pagination a {
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#1c7fc0;
}

.pagination a:hover			{ color:#FE3E2C; }
.pagination .current		{ padding:6px 9px 5px 9px;  color:#FE3E2C; }

/* ---------------- { CONTAINER:  PRIMARY -> GRID LAYOUT  } ----------------*/
#grid-layout, .grid-layout					{  }
.grid										{ float:left; width:48%; min-height: 75px;  margin-bottom:20px; position: relative; }
.grid-large									{ float:left; width:100%; min-height: 75px;  margin-bottom:20px; background-color:#e1ecf7; position: relative; }
#grid-layout .second, .grid-layout .second	{ clear:right; margin-right:0px; }


#grid-layout .white, .grid-layout .white	{ background-color: #fff;width:45%; }


/* ---------------- { CONTAINER:  SECTIONS-LAYOUT } ----------------*/
#sections-layout SECTION		{  
min-height: 300px; 

}
.section-header H1 a	{ text-transform: uppercase; color:#222;	}
.section-header H1 		{ margin-bottom: 20px;}

ARTICLE IMG.alignleft	{ display: inline; margin-right: 0.75em; }

ARTICLE IMG.size-thumnail	{ border: 6px solid #ee; }

.grid A IMG 			{ border: 6px solid #fff; }
/* ---------------- { CONTAINER:  PRIMARY -> ENTRY  } ----------------*/
.entry-image,.entry-text			{ float:left; }
.entry-image						{ /*width: 30%; min-height:136px; overflow:hidden;*/ width: 100px; min-height:  75px; line-height: 0; overflow:hidden; }
.entry-text							{ width: 490px; /*66%*/ clear:right; padding:6px 4px 0; }
.text-extended						{ float:none; width:99%; }
.entry-content-title				{  }
.entry-content-link					{ clear: both; text-align:right; position:absolute; bottom: 10px; right:18px; }

.entry-thumb				{ width: 100px; min-height:  75px; line-height: 0; }


.blog-article								{ margin-bottom: 40px; padding-bottom:30px; background: url(img/backgrounds/bg_article_separator.gif) repeat-x bottom center;  }
.entry-title        						{ font-family:"Arial Narrow", Arial, Helvetica, sans-serif; text-transform:uppercase; }

.entry-meta									{ text-transform:uppercase; line-height:1.5em; margin-bottom: 20px; text-transform: uppercase; }
.entry-date, .by-author 					{ font-size: 14px; color:#f9b200; }
.entry-tags									{   }

#single-content UL.return_link			{ list-style: none; margin: 0px; clear:both; font-size: 16px; line-height: 16px  }


/* ---------------- { CONTAINER:  SECONDARY } ----------------*/
#secondary               { /*background-color:#fff; border: 1px solid #fff;*/ }
/* ---------------- { CONTAINER:  SECONDARY -> COMMON } ----------------*/
#secondary UL 			{ margin:0px; padding:0px; list-style-type:none;}


/* ---------------- { CONTAINER:  -> BREADCRUMBS } ----------------*/
#breadcrumbs						{ margin-bottom:30px; font-size:1.1em;}
#breadcrumbs .page-title-inner		{ float: right; }
#breadcrumbs .breadcrumbs-single	{ float:left; }
#breadcrumbs UL						{ list-style: none; margin: 0px; clear:both;  }
#breadcrumbs LI						{ float: left; padding:4px 6px 4px 0px;  }

/* ---------------- { CONTAINER:  SECONDARY -> SIDEBAR WIDGETS } ----------------*/
#sidebar_widgets				{ width:268px; margin: 0px auto 20px; }

/* ---------------- { CONTAINER:  PRIMARY -> PAGE CONTENT -> ARTICLE } ----------------*/

/* ---------------- { CONTAINER:  PRIMARY -> SOCIALMEDIA MENU  } ----------------*/

/* ---------------- { CONTAINER:  PRIMARY -> SEARCH NEWS: } ----------------*/

/* ---------------- { CONTAINER:  PRIMARY -> SINGLE PAGE CONTENT } ----------------*/
#single-content				{  }

/* ---------------- { CONTAINER:  PRIMARY -> SINGLE -> COMMENTS } ----------------*/
#single-content #comments {
	margin: 10px 2px 10px;
	clear:left;
	float:left;
	width:100%;
	}
#single-content #comments H4, #single-content #respond H3 { margin-bottom: 6px; }
ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	background-color:#FCFCEE;
	}

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist .comment-meta {
	font: small-caps bold 1.2em;
	padding-right:12px;
	text-align:right;
	}

.comment-body {
	border-top:1px solid #e3e3b0;
	padding: 0 20px 10px 12px;
	}


/* ---------------- { CONTAINER:  FOOTER } ----------------*/
#footer-wrapper				{ padding: 2px; position: fixed; bottom: 0px; left: 50%; margin: 0% -320px;  }
#footer-inner             	{ color:#fff;  position:relative;}
#footer-inner A             { color:#fff; text-decoration:underline; }
#footer-inner UL          	{ list-style: none; margin:0; }	
#footer-inner P 			{ margin: 0.5em 0;}	
#footer-inner ADDRESS     	{ text-align: right; padding: 2px 16px; font-size: 13px; }

#footer-navigation			{ width: 500px; float:left; }
#footer_widget				{ width: 700px; padding: 12px 4px 8px; float:left; }
#footer_widget				{ height:100%;}

#footer_socialmedia			{ width: 100px; padding: 12px 4px 8px; float:right; }
#footer_socialmedia  LI  { 
	display: block;
	margin: 0px;
	margin-right: 14px;
	float:left;
	}
#footer_socialmedia LI A				{ display:block; width:25px; height:25px; font-size: 8px; text-indent:-99999px;  }
#footer_socialmedia LI.link_facebook A	{ background: transparent url(img/icons/ico_facebook.png) no-repeat 0px -25px;} 
#footer_socialmedia LI.link_twitter	A	{ background: transparent url(img/icons/ico_twitter.png) no-repeat 0px -25px;} 
#footer_socialmedia LI A:hover 			{ background-position: 0px 0px;} 


#bottombar_widget 			{ width: 460px; position:absolute; right:-110px; top: -38px; }
.widgettitle				{ font-size: 1.1em; line-height:1.5em; margin-right:2em; text-transform:uppercase; display:none; }
/*.widgettitle				{ display:none; }*/

#footer_widget	LI			{ float:left; font-size:1.1em; } 
#footer_widget a 			{ text-decoration: none; padding: 0em 2em 0em 2em; }
#footer_widget LI.current-menu-item > A { font-weight: bold; }

UL#menu-footer-menu 		{ margin:0px auto; }
UL#menu-footer-menu LI 		{ display:inline; padding: 0 1.5em .2em 1.5em; border-right: 1px solid #fff; }
UL#menu-footer-menu LI.no-sep { border-right: 0px none; }
UL#menu-footer-menu A 		{ text-decoration:none; }


/* ---------------- { WRAPPER: -> COMMON} ----------------*/
.floatright, .floatrightmap, .right, .alignright { float: right; }
.floatrightmap 	{ padding: 0 0 20px 20px; }
.floatleft, .left, .alignleft { float: left; }

.red 			{ color:red; font-size:11px; font-weight:700; }
.green 			{ color:#060; }
.bermejo		{ color:#900; }
.black 			{ color:#000; }

.textCenter		{ text-align:center; }
.textRight		{ text-align: right; }
.hidden 		{ position:absolute; z-index:-10; height:1%; color:#fff; display:none; }

.small 			{ text-align:center; vertical-align:top; font-size:10px; color:#ce0000; }
.smallest 		{ font-size:9px; }

.block			{ float: left; width: 50%; }

.shortest 		{ width:4%; }
.shorter 		{ width:14%;}
.short 			{ width:30%;}
.medium 		{ width:50%;}
.long 			{ width:58%;}
.longer 		{ width:70%;}
.longest 		{ width:80%;}

.error			{ color: #C00; font-weight: bold; }

.clearfix:after	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix 		{ display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .clearfix 			{ height:1%; }
.clearfix 		{ display:block; }
.spacer, .clear { clear:both; }
.hide			{ display:none;}

.box_border     { border: 1px solid red; }
.explain IMG{ background-color:#fff; border:none; }
.tool-tip {
	color: #fff;
	width: 102px;
	z-index: 100;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color:#fff;
	padding: 4px 8px;
	height:20px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#333;
}