/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
        border-bottom: 0;
        background-image: url(../img/Velas.jpg);
        background-repeat: repeat;
        background-attachment: scroll;
        background-position: top;
        width: 100%;
	}
        
body { 
	font: bold 16px consolas, sans-serif;
	line-height: 1.88889;
	color: #6e0069; 
	margin: 0; 
	padding: 0;
	}
        
p { 
	text-align: justify;
        color: #333333;
        border: solid;
        padding: 10px;
        overflow: auto;
        background-color: #99ccff;
        opacity: 0.65;
        border-radius: 12px;
	}
        
h3 { 
	font: italic bold 20px "franklin gothic medium", sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
        color: #ffffff;
        text-shadow:#000 1px -1px 2px, #000 -1px 1px 2px, #000 1px 1px 2px, #000 -1px -1px 2px;
	}
        
a:link { 
	font-weight: bold; 
	text-decoration: none; 
        color: #0099ff;
	}
        
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
        color: #990099;
	}
        
a:hover, a:focus, a:active { 
	text-decoration: underline; 
        color: #66ccff;
	}
        
abbr {
	border-bottom: none;
	}

/* specific divs */
.page-wrapper { 
	padding: 0 175px 0 110px;   
	position: relative;
        max-width: 1024px;
	min-width: 160px; 
	}

.intro { 
	color: #6e0069;
	}

.header h1 { 
	font: italic 50px constantia;
        color: #000000;
	}
        
.header h2 { 
	font: italic 35px constantia;
        color: #000000;
	}
        
.header {
        position: static;
        text-align: center;
        top: 0;
	padding-top: 0;
	width: auto;
        height: auto;
        background: #3399ff;
        border-radius:12px;
        border: solid;
        border-width: 0.1px;
        opacity: 0.30;
        text-shadow:#000 -1px -1px 2px;
        }

.summary {
	clear: both; 
	margin: 30px 30px 0px 10px; 
	width: 160px; 
	float: left;
        background-image: url(../img/Fosforo.jpg);
        border-radius: 5px;
	}
        
.summary p {
	font: italic 14px constantia;
        color: #6e0069;
        letter-spacing: 1px;
        line-height: 1.88889;
	text-align: center;
	}

.preamble {
	clear: right; 
	padding: 10px 10px 10px 10px;
	}
.support ing {	
	padding-left: 10px; 
	margin-bottom: 40px;
	}

.footer { 
	text-align: center; 
        padding: 10px 10px 10px 10px;
        background-image: url(../img/Rodape.jpg);
        margin-bottom: 10px;
        text-shadow:#000 1px -1px, #000 -1px 1px, #000 1px 1px, #000 -1px -1px;
        border-radius: 12px;
        border: solid;
        color:#000;
	}
        
.footer a:link, footer a:visited { 
	margin-right: 20px; 
	}

.sidebar {
	margin-left: 600px; 
	position: absolute; 
	top: 0; 
	right: 0;
	}
        
.sidebar .wrapper { 
	font: 13px constantia, sans-serif; 
	padding: 10px; 
	margin-top: 0; 
	width: 130px; 
	}
        
.sidebar h3.select { 
	margin: 0; 
	width: 97px; 
	height: 16px;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
        
.sidebar h3.archives { 
	margin: 25px 0 5px 0; 
	width:57px; 
	height: 14px; 

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
        
.sidebar h3.resources { 
	margin: 25px 0 5px 0; 
	width:63px; 
	height: 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	}
        
.sidebar li {
	line-height: 1.3em; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	list-style-type: none;
	}
        
.sidebar li a:link {
	color: #988F5E;
        text-shadow:#000 1px -1px, #000 -1px 1px, #000 1px 1px, #000 -1px -1px;
	}
        
.sidebar li a:visited {
	color: #B3AE94;
	}

#header {
	text-transform: uppercase;
	z-index: 100;
}

#header .hgroup {
	float: left;
	margin: 14px 20px 0 0;
}

.wrapper {
    position: fixed;
    top: 10%;
    right: 5px;
    width: 130px;
    height: auto;
    overflow: hidden;
    background-image: url(../img/Porta.jpg);
    background-repeat: no-repeat;
    border-radius: 12px;
}