html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,figure
{
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0
}

html {
background:#eef0f3;	
background:linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)) no-repeat scroll 0% 0% rgb(232, 235, 239);
/*	background :#9BA2B0;*/
/*	background:#FBFDFD;*/
	height: 100%;
        overflow-x:hidden;
	overflow-y:auto
}

/* ul { list-style-type:none} */
ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

span{
    display:inline-block;
    margin:0 0px;
}

/*
@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}
@font-face{
	font-family:'twblogiconsRegular';
	src:url('/wp-content/themes/elguapo/fonts/twblogicons-regular-webfont.eot');
	src:url('/wp-content/themes/elguapo/fonts/twblogicons-regular-webfont.eot?#iefix') 
	format('embedded-opentype'), url('/wp-content/themes/elguapo/fonts/twblogicons-regular-webfont.woff') 
	format('woff'), url('/wp-content/themes/elguapo/fonts/twblogicons-regular-webfont.ttf') format('truetype'), url('/wp-content/themes/elguapo/twblogicons-regular-webfont.svg#tw_blog_iconsregular') format('svg');
	font-weight:normal;
	font-style:normal
}
*/

header{
	width:100%;
	display:block;
	border-bottom:0.063em solid rgba(0, 0, 0, 0.2);
	float:left
}

body{
	font:normal 100%/1.6 "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2",Georgia,"Times New Roman",serif
}

p{margin:1em 0 1em;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;}

.address{ margin:0em;}

strong{font-weight:bold}em{font-style:italic}

h1{font-size:1.667em}

h2{font-size:1.375em;margin-bottom:2em;color:#333}

h3,h4{font-size:1em;margin-bottom:-0.35em;color:#333;font-weight:normal}

h5{font-size:1.375em}

h6{font-size:1em;font-weight:700; margin-bottom:-1.5em}

h7{font-size:1em;font-weight:700;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img{margin:0}

::-moz-selection{background:#6db5c0;color:#fff;text-shadow:none}
::selection{background:#6db5c0;color:#fff;text-shadow:none}

a{text-decoration:none;color:#6db5c0}

a:hover{color:#999}

a, nav a{
	-webkit-transition:color 0.2s ease-out;
	-moz-transition:color 0.2s ease-out;
	-o-transition:color 0.2s ease-out;
	-ms-transition:color 0.2s ease-out;
	transition:color 0.2s ease-out
}

nav{display:block;text-align:center}

nav ul{margin:0;width:100%}

nav ul li{
	float:left;
	width:16.6%;
	margin-right:0;
	text-align:center;
	list-style-type:none
}

nav ul li:last-child{margin-right:0}


nav ul li a{padding:1em 0}
nav a{color:#333;text-decoration:none;display:inline-block}
nav a:hover{
	color:#6db5c0;
	}
/*nav .articles{width:30%}
nav .articles a{margin-left:5.5%}
nav .notes{width:24%}
nav .info{width:20.5%}
nav .search{width:24.5%}*/



#page_wrap{
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	width: 88%;
}

#main{
	width:88%;
	margin-left:auto;
	margin-right:auto;
	max-width:1260px;
}

.darkBackground{
	background:#e6eaed;
	background:rgba(49,77,94,0.05);
	border:1px solid #cdd0d3;
	border-top-color:#bfc1c4;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	
	-webkit-box-shadow:inset 0 1px 1px rgba(49,77,94,0.06),0 1px 0 rgba(255,255,255,0.33);
	-moz-box-shadow:inset 0 1px 1px rgba(49,77,94,0.06),0 1px 0 rgba(255,255,255,0.33);
	-ms-box-shadow:inset 0 1px 1px rgba(49,77,94,0.06),0 1px 0 rgba(255,255,255,0.33);
	-o-box-shadow:inset 0 1px 1px rgba(49,77,94,0.06),0 1px 0 rgba(255,255,255,0.33);
	box-shadow:inset 0 1px 1px rgba(49,77,94,0.06),0 1px 0 rgba(255,255,255,0.33);
	z-index:300;
	padding:1em;
}
.lightBackground{
	background:#fff;
	border:1px solid #cdd0d3;
	border-top-color:#bfc1c4;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	margin-bottom:1em;
	-moz-box-shadow: 0 1px 1px  #888;
	-webkit-box-shadow: 0 1px 1px #888;
	box-shadow: 0 1px 1px #888;
	padding:1em;
	z-index:300;
}
.topEntry
{
margin:20em auto 1em;
}

.left{float:left;}

#slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 640px; 
    height: 480px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}



img{width:100%;height:auto;max-height:480px}

.navImage{
	width:100%;
}

.socialBar
{
width:25%;
display:block;
margin-left:70%;
position:absolute;
top:5%;
}

.newsletter{
margin-left:73%;
position:fixed;
top:72%;

}




/*@media screen and (min-width: 20.000em)
{
	a.tw{font-size:1.7em;margin:0.85em 4.5% 0 0;float:left}
	nav{text-align:left}
	nav ul{width:82.5%;float:left;padding:0;margin:0.5em 0}
        .newsletter li{display:inline}
}*/
/*@media screen and (min-width: 25.000em){
	a.tw{font-size:1.85em;margin:0.8em 3% 0 0}
        .newsletter li{display:inline}

}
@media screen and (max-width: 37.438em){
	#next-nav a, #prev-nav a{background:none!important}
        .newsletter li{display:inline}
}
@media screen and (min-width: 37.500em){
	.container{width:85%}
	body{font-size:112.5%}
	h2,h3,h4,h5{font-size:1.375em;line-height:1.3em}
	h5{font-size:1.375em}
	a.tw{font-size:2.2em;margin:0.65em 3% 0 3%}
	nav ul{padding:0;margin:0.7em 0}
	.tag_list ul{-webkit-column-count:3;-moz-column-count:3;-o-column-count:3;column-count:3}
	.postheader{border-bottom:none;margin-bottom:0}
	.sep{display:none}
	.archive #header, .note #header, .page-template #header, .error404 #header, .search #header,.footer-meta{margin-bottom:4.0em}
	.centered-block, .article .centered p, .search_section.centered p, .article .centered pre, .centered h1, .centered h2, .centered h3, .centered h4, .centered h5, .centered h6, .centered .row, .centered .clearfix, .centered .meta, .centered .footer-meta, .centered ul, .centered ol, .centered#commentsection, .centered figure,.pagination-meta,#searchform,#fusion_ad{width:80%;margin-left:auto;margin-right:auto;display:block;float:none}
	.centered li p, .article .centered li p{width:100%;max-width:none}
	#commentsection h3{margin-left:0}
	.pag-two{display:inline}
	.centered#commentsection .commentslist{width:100%}
	.article .centered .pull, .centered .pull{max-width:67rem;width:auto;margin-left:auto;margin-right:auto}
	.article .centered p.pull, .article .centered p.flush, .article .centered ol.pull, .article .centered ol.flush, .article .centered ul.pull, .article .centered ul.flush, .centered p.pull, .centered p.flush{-webkit-column-count:2;-webkit-column-gap:2em;-moz-column-count:2;-moz-column-gap:2em;-o-column-count:2;-o-column-gap:2em;column-count:2;column-gap:2em;width:100%}
	.article .centered ul.pull li, .article .centered ol.pull li, .article .centered ul.flush li, .article .centered ol.flush li{margin-left:1em}
	.centered .pull img{width:auto;display:block;margin-left:auto;margin-right:auto}
	.centered .flush{max-width:none;width:100%}
	.pagination{margin-bottom:0;width:auto;text-align:left}
	#next-nav+#prev-nav:before{content:'';margin:0 }
	#prev-nav a:before{content:'\e009  ';color:rgba(0, 0, 0, 0.3);font:normal 1.85em/.4 'twblogiconsRegular';float:left;margin-right:0.3em}
	#next-nav a:after{content:' \e008';color:rgba(0, 0, 0, 0.3);font:normal 1.85em/.4 'twblogiconsRegular';float:right;margin-left:0.3em}
	#next-nav a{left:0;left:-6.5em;border-top-right-radius:0.4em;border-bottom-right-radius:0.4em;float:left;text-align:right}
	#prev-nav a{right:0;right:-6.5em;border-top-left-radius:0.4em;border-bottom-left-radius:0.4em}
	#prev-nav a:before{right:0}
	#next-nav a, #prev-nav a{position:fixed;background:rgba(0, 0, 0, 0.05);padding:0.55em 0.5em 0.2em;z-index:2000;top:64%;font-size:0.85em;font-style:italic;width:9em}
	.pagination a, .pagination a:hover{color:rgba(0, 0, 0, 0.3)}
	#next-nav a:hover{margin-left:6em}
	#prev-nav a:hover{margin-right:6em}
	#next-nav a, #prev-nav a{-webkit-transition:margin 0.17s ease-in-out;-ms-transition:margin 0.17s ease-in-out;-moz-transition:margin 0.17s ease-in-out;-o-transition:margin 0.17s ease-in-out;transition:margin 0.17s ease-in-out}
	.rss:before,.paravel:before{padding-right:0em}
.newsletter li{display:inline}
}
@media screen and (min-width: 50.000em){
	body{font-size:125%}
	#footer .grid-unit{width:45%!important;float:left}
	#footer .grid-unit:nth-child(2){text-align:right;float:right}
	#footer .paravel{margin-right:1em;display:inline}
	.col-3 .grid-unit{width:30%}
	.col-3 .grid-unit.dos{width:65%}
	.col-3 .grid-unit:last-child, .col-2 .grid-unit:last-child{margin-right:0}
	.col-2 .grid-unit{width:47.5%}
	.grid-unit{margin-right:5%}
	.commentslist{font-size:0.889em}
	.bio li{font-size:0.85em}
	.centered-block, .article .centered p, .search_section.centered p, .article .centered pre, .centered h1, .centered h2, .centered h3, .centered h4, .centered h5, .centered h6, .centered .row, .centered .clearfix, .centered .meta, .centered .footer-meta, .centered ul, .centered ol, .centered#commentsection, .centered figure,.pagination-meta,#searchform,#fusion_ad{width:70%}
	.centered li p, .article .centered li p{width:100%;max-width:none}
	#fusion_ad{font-size:0.75em}
.newsletter li{display:inline}
}

@media screen and (min-width: 64.375em){
	body{font-size:137.5%}
	.tag_list ul{-webkit-column-count:4;-moz-column-count:4;-o-column-count:4;column-count:4}
	.centered-block, .article .centered p, .search_section.centered p, .article .centered pre, .centered h1, .centered h2, .centered h3, .centered h4, .centered h5, .centered h6, .centered .row, .centered .clearfix, .centered .meta, .centered .footer-meta, .centered ul, .centered ol, .centered#commentsection, .centered figure,.pagination-meta,#searchform,#fusion_ad{width:60%;max-width:48rem}
	.centered li p, .article .centered li p{width:100%;max-width:none}
}

@media screen and (min-width: 75.000em) and (min-height:31.250em){
	body{font-size:150%}
	.bio p:nth-child(3){margin-right:0}
	.bio p{width:46.1%;float:left;margin-right:7.8%}
	.tag_list ul{-webkit-column-count:5;-webkit-column-gap: .75em;-moz-column-count:5;-moz-column-gap: .75em;-o-column-count:5;-o-column-gap: .75em;column-count:5;column-gap: .75em}
}

@media screen and (min-width: 103.125em) and (min-height:50.000em){
	body{font-size:162.5%}
	.container{max-width:1360px}
	.centered-block, .article .centered p, .search_section.centered p, .article .centered pre, .centered h1, .centered h2, .centered h3, .centered h4, .centered h5, .centered h6, .centered .row, .centered .clearfix, .centered .meta, .centered .footer-meta, .centered ul, .centered ol, .centered#commentsection, .centered figure,.pagination-meta,#searchform,#fusion_ad{max-width:none}
	.centered li p, .article .centered li p{width:100%;max-width:none}
}

@media screen and (min-height:43.750em){
	#next-nav a, #prev-nav a{top:54%}
}*/




@media screen and (min-width: 20.000em){
	nav{text-align:left}
	#main{width:100%}
	nav ul{width:82.5%;float:left;padding:0;margin:0.5em 0}
}

@media screen and (min-width: 37.500em){
	#page_wrap{width:85%}
	#main{padding-top:1%}
	body{font-size:112.5%}
	h2,h3,h4,h5{font-size:1.375em;line-height:1.3em}
	h5{font-size:1.375em}
	nav ul{padding:0;margin:0.7em 0}


	
}

@media screen and (min-width: 50.000em){
	body{font-size:125%}
	#main{width:85%; padding-top:5%}
	nav ul{margin:0;width:100%}


}

@media screen and (min-width: 64.375em){
	body{font-size:137.5%}

}

@media screen and (min-width: 75.000em){
	body{font-size:150%}
        #main{padding-top:5%}
}



@media screen and (min-width: 103.125em){
	body{font-size:162.5%}
	#main{max-width:1360px;padding-top:5%}

	
}