﻿@charset "utf-8";
/* CSS Document para o portal do livro IAFA */
body{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	background-color:black;
	line-height:125%;
	padding:0;
	margin:0;
}

h1, h2, h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

h1{
	font-size:x-large;
	color: white;
	padding-top:2em;
	padding-bottom:.2em;
	padding-left:.4em;
	margin:0;
	background: black url(imagens/bkg_header.jpg) repeat-y right;
}

h2{
	color:white;
	font-size:130%;
	font-weight:normal;
	padding-top:15px;
}

h2, ul{
	margin-top:15px;
}

li{
	font-size:small;
	list-style-type:circle;
}

p{
	font-size:small;
	color:black;
}

table th{
	
	color: white;
	font-size:130%;	
	font-weight:bold;
}


table{
	
	color: white;
	
	
}

ul{
	
	color: white
}

#tagline p{
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#FFCC00;
	border-top:3px solid   #D62D1F;
	border-bottom:3px solid #D62D1F;/*7da5d8;*/
	padding-top:.2em;
	padding-bottom:.2em;
	padding-left:.8em;
	margin:0;
	background:#7da5d8 url(imagens/rep2.jpg);
	/*background: #bed8f3 url(imagens/bkg_tagline.jpg) repeat-y right bottom;*/
}

strong{
	font-size:larger;
}

a{
	font-weight:bold;
}

a:link{
	color:white;
}

a:visited{
	color:white;
}

a:hover{
	text-decoration:none;
	color: white;
}

a:active{
	color: aqua;
	background-color:navy;
}

#navigation{
	/*width:340px;*/
	background-color:#1C6F71;
	padding-top:20px;
}

#header, #sitebranding, #tagline, #navigation,#bodycontent{
	/*border:1px solid  red;*/
	padding: 2px;
	margin-bottom:2px;
}

#navigation, #bodycontent, #header{
	position:absolute;
}

#navigation, #bodycontent{
	top:150px;
}

#bodycontent{
	left:270px;
	padding-left:50px;
	padding-right:150px;
}

#header{
	width:100%;
	border-top:3px solid #7da5d8;
}

#navigation{
	width:250px;
	height:500px;
	background:#7da5d8 url(imagens/rep.jpg) repeat-x;
	/*background:#7da5d8 url(imagens/bkg_nav2.jpg) no-repeat;*/
}

.content{
	font-size:small;
	color:white;
	text-align:justify
	
	
}



a.autlink{
	
	color:white;
}

a.content2{
	font-size:large;
	color:yellow;
	padding-left:100px
	
}	

#autname{
   color:orange;
   font-size: 16px;
   font-weight:bold;
}

.capa{
	width:300;
	padding:5px;
	background-color:white
}
