@import url(http://fonts.googleapis.com/css?family=Oswald);



/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}

a.if{
	color: white;
}

.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/* content centering styles */
.content-a {
	display:table;
}
.content-b {
	display:table-cell;
    	position:relative;
	vertical-align:middle;
	text-align:center;
}

/* visual styles */
body{
    margin:0;
    font-family:sans-serif;
    font-size:28px;
    line-height:100px;
	color:#ffffff;
    text-align:center;
}
section {
	background:#9ed100;
}
.not-fullscreen {
    height:50%;
}



a{
	color: #890101;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}



.home{
	abackground:url(../images/home_contorno.png) bottom center no-repeat;
	abackground:url(../images/cavalinhos.png) bottom right no-repeat;	
	abackground-position: 100px 100% 100px 0px;
}

#genealogia span{
	font-size: 12px;
	line-height: 1.5em;
}

h1{
	margin-top: 30px;
	_font-family: arial,verdana,helvetica,sans-serif;
	font-family: Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;	
	font-size:22px;
	height: 12px;
	color:black;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:115%;	
	/*text-transform: uppercase;*/
	padding-bottom: 10px;
}

.footer h2{
	font-family: Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;	
	font-size:1.2em;
	height: 12px;
	color:white;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:115%;	
	/*text-transform: uppercase;*/
	padding-bottom: 10px;
}

/*h1:first-letter{
	font-size:1.4em;
}*/

li{
	margin-bottom: 10px;
}

p{
	margin-bottom: 5px;
	margin-top: 8px;
}

.contentBody .col1, .contentBody .col1 td{	
	width: 470px;
	font-size: 12px;
	float: left;
	aborder: 1px red solid;
}

.contentBody .col12{
        width: 980px;
}


#mailbox{
	border-top: solid 3px #F0F0F0;
	background-color: #F5F5F5;
	margin:  15px 0px 5px 0px;
	padding: 5px 0px 5px 15px;
}

input, textarea{
	border: 1px solid white;
}

.contentBody .col2{	
	width: 480px;
	float: right;
	padding-top:34px;
	aborder: 1px red solid;
}

.contentBody .col1b{	
	width: 300px;
	font-size: 12px;
	float: left;	
}

.contentBody .col2b{	
	width: 665px;
	float: right;
	padding-top:85px;
}

.imageLegend{
	font-size: 11px;
	color: #666666;
	font-family: arial,verdana,helvetica,sans-serif;
	line-height: 1.5em;
	padding-left: 280px;
	margin-top: 30px;
}

.imageLegend2{
	font-size: 11px;
	color: #666666;
	font-family: arial,verdana,helvetica,sans-serif;
	line-height: 1.5em;	
	
}


.contentBody{

	
}



.textIntro{
	font-family:Georgia,"Times New Roman",Times,serif;
	color: #666666;
	line-height: 1.5em;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

.date {
	font-family:Georgia,"Times New Roman",Times,serif;
}

.backlink{
	padding-top:15px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
}

.textBody{
	color: #666666;
	line-height: 1.6em;
	font-family: arial,verdana,helvetica,sans-serif;	
	margin-bottom: 10px;
	text-align: justify;
	font-size: 13px;
}

.sideImg {
	float:right;
	width: 270px;
	margin-left: 10px;
	min-height: 280px;	
}

.footer{
	font-size: 10px;
	padding: 4px 0px 2px 0px;
	font-family: verdana,arial,helvetica,sans-serif;
	min-height:100px;
	background-color:#4b5f67;
}

#footer-wrap{
	 background-color:#4b5f67;
}

.footer .col1{
	font-size: 10px;
	font-family: verdana,arial,helvetica,sans-serif;	
	float: left;	
	text-align:left;
}

.footer .col2{
	font-size: 10px;
	font-family: verdana,arial,helvetica,sans-serif;	
	padding-left:40%;
	text-align:left;
}

.footer .col3{
	font-size: 10px;
	font-family: verdana,arial,helvetica,sans-serif;	
	float: right;	
	text-align:right;
}

.homeMosaico{
	apadding-right: 550px;	
}

.headerPadding{
	padding-left: 0px;
}

#gimageCrop{
	height:320px;
	overflow:hidden;
	afloat:left;
	width:480;
	padding-bottom:0px;
	margin-bottom:0px;
}

#gimageCrop2{
        height:160px;
        overflow:hidden;
        afloat:left;
        padding-bottom:0px;
        margin-bottom:0px;      
}


.thumbnail {
	background-color:white;
	border:1px solid white;
	float:left;
	width:215px;
	margin-right:10px;
	margin-bottom:10px;
	height:140px;
	overflow:hidden;		
	position: relative;
	padding-bottom:0px;	
}

.thumbnail img{	
	left: -20px;
	top: -10px;
    position: absolute;
	width: 245px;
}

#photoText{
	float:left;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
}

.photoNum{
	float:right;
	text-align:right;
	font-family: verdana,arial,helvetica,sans-serif;	
	font-size: 10px;
}

.galeria{
	padding-top:33px;
}
