/* Reset */
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;
}

body {
	background-image: url('img/bg.png');
	background-attachment: fixed;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	color:#333;
	overflow:scroll;
}

a:visited {
  color: #333;
}

nav ul {
	list-style: none;
}

nav ul li {
	padding-bottom: 1%;

}

nav {
	margin-top:5%;
}


nav a {
	border-bottom:0px dotted;
	text-decoration: none;
	font-size: 1.1rem;
	font-family: 'Oswald', sans-serif;
	color:#333;

}

nav a:hover {
	border-bottom:1px dotted;

}

footer {
	border-top: 1px solid #CCC;
	margin-top:5%;
	padding-top: 5%;
	font-size:0.6rem;
	font-family: 'Open Sans', sans-serif;

}

footer a {
	font-family: 'Open Sans', sans-serif;
	font-size:100%;
	border-bottom:1px dotted;
	text-decoration:none;
	color:#333;
}

footer a:hover {
	border-bottom:0px dotted;
	color:#333;

}

footer a:visited {
  color: #333;
}


h1 {
	color:#333;
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	text-transform: uppercase;
	line-height: 110%;
}

.legenda{
	font-size: 0.8rem;
	color:#333;
	font-style: italic;
}

.break{
	display: block;
}

#logo {
		background: url(img/border.png) bottom repeat-x;
		padding-bottom: 8%;
}

/*.sublogo {
	background: url(img/border.png) bottom repeat-x;
	color:#333;
	font-family: 'Oswald', sans-serif;
	font-size: 96%;
	margin-top:-6px;
	padding-bottom: 7%;
	text-transform: uppercase;
}*/

#sidebar {
	height: 100%;
	width: 170px;
	float:left;
	position: fixed;
	background-image: url('img/bg.png');
	padding-left:30px;
	padding-right:30px;
	padding-top: 30px;


}

#maincontent{
	width:40000px;
	padding: 30px;
	margin-left:20%;

}

#mainabout {

	width:900px;
	padding:30px;
	margin-left:20%;
	font-size: 0.8em;
}


#mainabout a {
	border-bottom:1px dotted;
	text-decoration: none;
	color:#333;
}

#mainabout a:hover {
	border-bottom:0px dotted;
}

.about {
	width:500px;
	float:left;
	display: inline-block;
	
}

.author {
	width:330px;
	display: inline-block;	
	margin-left:50px;

}


.foto {
	float:left;
}

.lazy {
	max-width:93%;
	
}

.thumb {
	width:100%;
}

#mainabout p {

	margin-bottom:15px;
	line-height: 1.8em;

}

h2 {
	font-size:1.8em;
	font-family: 'Oswald', sans-serif;
	margin-bottom:10px;

}

.hidden {
	clear:both;
	margin:0 auto;
	left:10%;
	width:90%;
	border-top: 1px solid #CCC;
	font-size:0.6em;
	font-family: 'Open Sans', sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	display: none;

}

.hidden a {
	border-bottom:1px dotted;
	text-decoration: none;
	color:#333;
}

.hidden a:hover {
	border-bottom:0px dotted;
}

.scroll {
	margin-top:2%;
	border-top: 1px solid #CCC;
	padding-top: 5%;
	font-size:15px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.coord {
	float: right;
	margin-right:7%;
	text-align: right;
}

.coord a {
	border-bottom:1px dotted;
	text-decoration: none;
	color:#333;
	font-style: italic;
	font-size: 0.9em;
}

.coord a:hover {
	border-bottom:0px dotted;
}


.bounce {
	margin-left:5%;
	width:12%;
	-webkit-animation: bounce-right 0.8s ease 25;
    -moz-animation: bounce-right 0.8s ease 25;
    animation: bounce-right 0.8s ease 25;
}

 @-webkit-keyframes bounce-right { 50% { -webkit-transform: translateX(10px); } }
 @-moz-keyframes bounce-right { 50% { -moz-transform: translateX(10px); } }
 @keyframes bounce-right { 50% { transform: translateX(10px); } }

.fixed {
    -webkit-animation: bounce-right 0.8s ease 1;
}


.scroll_right{
	float:left;
}

@-webkit-keyframes bounce-right { 50% { -webkit-transform: translateX(10px); } }


@media only screen and (min-width: 150px) and (max-width: 780px) {

body {
		font-size: 100%;
	}	


.about {
	
	margin:0;
	margin-left:0%;
	width:98%;

}

.author {
	
	margin:0;
	margin-left:0%;
	float:left;
	width:98%;
	
}

#mainabout {

	width:90%;
	margin:0%;
	margin-left:0%;
	padding:0;
	margin-left:6%;

}

h1 {
	color:#333;
	font-family: 'Oswald', sans-serif;
	font-size: 200%;
	margin-top:0%;
	text-align: center;
	text-transform: uppercase;
	line-height: 100%;


}

nav {
	margin-top:0%;
	margin-bottom:5%;
	text-align: center;
	background: url(img/border.png) bottom repeat-x;
	padding-bottom: 5%;

}

nav li {
	display: inline;
	margin-right:2%;
}

#logo {
		width:100%;
		background: transparent;
		padding-bottom:0%;
		margin-top:8%;
		margin-bottom:3%;

}

.scroll {
	display: none;
}

.break {
	display: inline;

}


#sidebar {
	height: 100%;
	left: 5%;
	width:90%;
	position:relative;
	padding:0;
}

#maincontent{
	width:100%;
	margin-left:0%;
	padding-left:0px;
	margin-right:0;
	padding-right:0;
	
}

.lazy {
	width:90%;
	margin-left:5%;

}

footer {

	display: none;
	border-top: 0px solid #CCC;
	margin-top:5%;
	padding-top: 5%;
	font-size:0.6em;
	font-family: 'Open Sans', sans-serif;
}

.hidden {
	clear:both;
	text-align: center;
	left:10%;
	width:90%;
	border-top: 1px solid #CCC;
	font-size:0.6em;
	font-family: 'Open Sans', sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;

}

.coord {
	margin-right:5.5%;

}

.legenda{
	margin-left:5%;
	margin-bottom:2%;
	font-size:75%;
}


}

@media only screen and (min-width: 781px) and (max-width: 1180px){

#maincontent {

	width:43000px;
	padding: 30px;
	margin-left:20%;

}

.lazy {
	width:100%;
	margin-left:5%;

}

#mainabout {

	width:400px;
	padding:30px;
	margin-left:30%;
	font-size: 0.8em;
}


.author {
	width:500px;
	display: inline-block;	
	margin-left:0px;

}

.thumb {
	width:100%;
}

.legenda{
	margin-left:5%;
	margin-bottom:2%;
	font-size:75%;
}

}

@media only screen and (min-width :0px) and (max-width :450px){

	
#logo {
	font-size:70%;
}

nav {

	font-size:90%;
}

.coord {	
	width:100%;
	float:left;
	text-align: center;


}

.legenda{
	width:90%;
	margin-left:5%;
	float:left;
	text-align: center;
	margin-bottom:5%;
	font-size:75%;
}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) { 

nav {

	font-size:95%;
}

.coord {	
	width:100%;
	float:left;
	text-align: center;


}

.legenda{
	width:90%;
	margin-left:5%;
	float:left;
	text-align: center;
	margin-bottom:5%;
	font-size:75%;
}

}

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

.lazy{
	width:980px;
}

.coord{
	margin-right:2.5%;
}

#maincontent {

	width:39230px;

}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

.foto {
	width:100%;
}

}



