@CHARSET "UTF-8";
/* edited by Su - 7/2017 */
/* edited by Ion - 6/2017 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Quicksand:400,700');

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
/*	line-height: 1.5em;
*/}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
/*	font-size: 1em;*/

	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

*, html {
/*	font-family: arial, sans-serif;
	text-align: justify;*/
	list-style: none;
}

header,
nav,
h1,h2,h3,h4{
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
}

h2 {
	padding: 1vw 2vw;
	text-transform: uppercase;
	font-size: 2.5em;
}

.sidebar a, article a, footer a {
	/*color: #feea3a;*/
	color: #fe3aa3;
}

#wrapper {
	width: 75vw; /* standard 1024px wide */
	margin: 0 auto;
}



/* css for <header> */
header {
	background-color: white;
	padding: 1em 0;
	margin: 0px;
	float: left;
	width: 75vw;
	font-weight: normal;
}

header h1 {
	
	font-size: 3em;

	margin: 0.9vw 0 0.7vw 0.6vw;
	max-width: 70vw;
	float: left;
}

header img {
	width: 6vw;
	float: right;
	margin: 0 1% 1%;
}

header a {
	color: #9acccd;
}

/* css for <nav> */
nav {
	display: block;
	padding: 0px;
	float: left;
	width: 75vw;
	background-color: #9acccd;
}

nav ul ul {
	display: none;
}

nav ul li:hover>ul {
	display: block;
}

nav ul {
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-table;
	z-index: 9999;
	margin: 0;
	float: left;
	width: 100%;
}

nav ul:after {
	content: "";
	clear: both;
	display: block;
}

nav ul li {
	float: left;
	width: 25%;
}

nav ul li:hover a {
	color: #9acccd;
	background-color: white;
}


nav ul li a {
	display: block;
	padding: 20px 6px;
	font-size: 1.2em;

	text-transform: uppercase;
	color: white;
	text-decoration: none;
	margin: 0;
	background-color: #9acccd;
	border-right: 2px solid white;

	text-align: center;
}

nav ul li:last-of-type a {
	border-right: 2px solid transparent !important;
}

/* css for <section class='content'> */
section.content {

	width: 53vw;
	float: right;
}

.content article {
	width: 53vw;
	float: right;
	padding: 0 0 1vw;
	margin: 0;
}

.content h2 {
	/*color: #9acccd;*/
	/*color: #36464a;*/
	color: black;
}

.content p {

	margin: 1vw 0 0 1vw;
	font-size: 2.5em;
}

section.content p.errorText{
	/*color: #9acccd;*/
	color: #36464a;
}

article .entry {
	clear: both;
	padding: 0 0 1em;
}

article img {
	width: 100%;
	height: auto;
	margin-bottom: 0.5vw
}

.entry.post-meta {
	color: #888;
	border-bottom: 2px solid #9acccd;
	border-top: 2px solid #9acccd;
	padding: 0;
}

.entry.post-meta span.date {
	float: right
}

.entry {
	margin: 2vw 0;
	border-radius: 3px;
	color: #2f3337;;
}

.entry.post-content {
		/*background-color: #9acccd;*/
	/*background-color: white;*/
	color: white;
}

.entry.post-content p {
	/*background-color: #9acccd;*/
	/*color: white;*/
}

.entry.post-content h2 {
	color: black;
}

article .mural-div {
	float: left;
	width: 15vw;
	margin: 1vw;
	border: 2px solid white;
}

article .mural-div:hover {
	border-color: #feea3a;
}

article .mural-div img {
	margin: 0;
	display: block;
	width: 100%;
}

article .mural-div p {
	background-color: #9acccd;
	margin: 0;
	padding: 0 0.5vw;
	color: white;
}

article .mural-div strong {
	float: left;
	text-align: left;
}

article .mural-detalle {
	color: #888;
}

article .mural-detalle img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

article p {
	/*color: #9acccd;*/
	color: #36464a;
	font-weight: bold;

}

article h3 {
	width: 100%;
	background-color: #9acccd;
	text-align: center;
	color: white;
	padding: 0.5vw 2vw;
}

article span {
	width: 100%;
	margin: 0 0 0 1vw;
	display: block;
	font-size: 2.5em;
	/*color: #9acccd;*/
}

article span strong {
	font-weight: bold;

}

/* css for <aside class='sidebar'> */
aside.sidebar {
	width: 20vw;
	float: left;
	background-color: #36464a;
	border-radius: 3px;
	color: white;
	padding-bottom: 2vw;
}

aside.sidebar h2 {
	color: rgb(255, 255, 255);
	font-size: 1.5em;
/*	padding: 0.9vw;
*/}

aside.sidebar p {

	margin:0 2vw 0.8vw 2vw;

	color:white;
}

aside.sidebar p.errorText {
	color:#feea3a;
}

aside.sidebar p strong {
	color: #9acccd;
	font-size: .9em;
}

aside.sidebar form {
/**/}

aside.sidebar img.check {
	width: 1.5vw;
	margin-right: 0.3vw ;
}

ul.form {
	padding: 0 2vw;
	
}
.form li{ padding: 0;margin: 0;}
.form label {
	display: block;
	margin-bottom: .2em;
	/*font-size: .85em;*/
	font-size: 2em;
}

.form input {
	margin: 0.6vw 0;
	width: auto;
	padding: 1em;
	/*width: 17.4vw;*/
	margin-top: 0;
	border: 1px solid  #9acccd;
	border-radius: 3px;

}

aside.sidebar .button {
	/*float: right;*/
	display: block;
	/*width: 95%;*/
	/*min-width: 300px;*/
	background-color: #9acccd;
	color: white;
	padding:1em;
	margin:.5em 0;
	border: 0;
	font-size: 1.2em;
	text-transform: uppercase;
	border-radius: 3px;

	/*margin-right:1vw;*/
	text-align: center;
	cursor: pointer;
}

aside.sidebar input.button:hover {
	background-color: black;

}

#aRegistry{
	background-color: #438889;
	width: auto;
}
#cancel{
	background-color: gray;	
		/*width: auto;*/

}
/* css for <footer> */
footer {
	width: 98%;
	float: left;
	padding: 1%;
	background-color: white;
	margin-top: 2em;
}

footer .footer-left {
	width: 45%;
	float: left;
	text-align: left;
}

footer .footer-right {
	width: 45%;
	float: right;
	text-align: right;
}

.hidden {
	visibility: hidden;
	height: 0;
}

/* ipad 1000	and (min-width:20em)px */
@media only screen and (max-width:1024px) {

	/*lets add some background color so we know which dimension we're in */
	#wrapper {
		/*width: 97vw;*/
		width: 100%;
	}
	
	header,
	header h1 {
		width: 100%;
		max-width: 100%;
		text-align: center;
		float: none;
	}
	
	header h1 {
	}
	header h1 a{ 
		text-align: center; 
		margin: 0 auto
	}
	
	header img {
		width: 35%;
		margin: 0 auto;

		float: none;
	}
	
	header nav {
		/*width: 97vw;*/
		width: 100%;
	}
	
	section.content, aside.sidebar, .content article {
		/*width: 97vw;*/
		width: 100%;
		margin: 0;
	}
	
	nav ul{
		right: -2px;
	}
	nav ul li{
		width: 50%;
		height: 100%;
	}

	nav ul li a {
		font-size: 3em;
		padding: 1.5em 0em;
		/*line-height: 9vw;*/
		vertical-align: middle;

		border-bottom: 2px solid #fff;


	}
	
	.content h2 {
		margin: 2vw;
	}
	
	.content p {
		margin: 2vm;
	}
	
	form {
		margin:0 auto;
		/*width: 96vw;*/
		width: 100%;
	}
	
	ul.form {
		margin: 1vw auto;
	}
	
	ul.form input {
		/*width: 93.2vw;*/
		width: 90vw;
		margin: 1.4vw 0;

		font-size: 2em;
		padding: .3em;
	}
	
	ul.form label {
	}
	
	ul.form li {
		width: 00%;
/*		width: 95vw;
*/	}
	
	aside.sidebar {
		background-size:55vw;
	}
	
	aside.sidebar input.button {
	
	}
	
	aside.sidebar h2  {

		/*margin: 3vw 0;*/
	}
	
	aside.sidebar p {

		margin:0 2vw 1vw 2vw;
	}
	aside.sidebar p strong{
		font-size: 1.2em;
	}
	aside.sidebar img.check {
		width: 4.5vw;
		margin-right: 0.3vw ;
	}
	
	article .mural-div {
		width: 45.8vw;
		margin: 1vw;
	}
	
	article .mural-div p {
		padding: 0 0.5vw;

	}
	
	.entry.post-meta {

		padding: 1.5vw 0;
	}
	
	.content .mural-detalle {

	}
	
	article h3 {
		width: 100%;
		background-color: #9acccd;
		text-align: center;
		color: white;

		padding: 2.6vw 0;
	}
	
	article span {
		width: 100%;

		margin: 1vw 0;
		
	}
	
	article span strong {
		font-weight: bold;
	}
	
}