

/* ========== Universal Elements ========== */

body {
	background-color:black;
	font: 12px/23px verdana, helvetica, arial, sans-serif;
	color:#acacac;
	margin:0px;
	padding:0px;
	background-repeat: repeat-x;
	background-position: center top;
}

a:link {
	color: #eee;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #eee;
}

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

a:active {
	text-decoration: none;
	color: #eee;
}

p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

h2 h3 h4 {
	color:#fff;
}

h5 {
	font-size:12px;
	color:#3F7795;
	color:#9dd5ed;
	padding-top: 0;
	margin:0px 0 10px 0;
}


#header {
	top:0px;
	position:relative;
	width:100%;
	height:60px;
}
#logo {
	height:60px;
	position:absolute;
	left:0px;
	z-index:800;
}

#logo_sub {
	width:100%;
	position:absolute;
	bottom:0;
	padding-bottom:7px;	
	border: 0px;

}

#nav {
	height:60px;
	position:absolute;
	right:0px;
	z-index:1000;
}

#nav_sub {
   font: 11px/21px verdana, helvetica, arial, sans-serif;
	position:absolute;
	bottom:0;
	right:0;
	padding:0px;
	margin:0px;
	color:white;
}

#nav2 {
	left:0px;
	z-index:900;
	text-align: center;
	position: relative;
	
}

#nav_sub2 {
	bottom:0;
	left:0;
	padding:0px;
	margin:0px;
	color:white;
}

#nav_sub a {
   padding:2px;
	color:white;
}

#nav_sub a:hover {
	background-color:#333;
}

.current {
	color:white;
	font-weight:bold;
}


/* ========== IMAGE Page Specific ========== */

#image_wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border: 0px;
}

#photobox {
	text-align:center;
	background:#151515 url(../images/loading_d_dark.gif) no-repeat center;
	position:relative;
	margin-bottom:20px;
	margin-top:30px;
}

#photo {
	text-align:center;
}

#image_footer {
	text-align:center;
	float:none;
	margin-top:4px;
}

#image_footer a {
	color:#555555;
}

#image_footer a:hover {
	color:#777777;
}

#info {
	background-color: black;
	text-align: left;
	position: absolute;
	top:80px; 	/*sem anuncio = 80; com anuncio = 125 */ 
	z-index: 1000;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	font: 10px/12px verdana, helvetica, arial, sans-serif;
}

#info-in {
	position:relative;
	padding:15px;
	overflow:visible;
}

#title-heading{
	font-size: 20px;
	font-weight: normal;
	color: #9dd5ed;
	text-align: left;
	letter-spacing: -1px;
	padding-bottom:15px;
}

#title-heading .date {
	font-size: 14px;
	font-weight: normal;
	color: #999;
}

#description {
	margin-bottom:15px;
	background:#151515;
	padding:15px;
}
#notes {
	text-align: left;
	font-size: 12px;
}

#image-border {
    position:relative;
    text-align: center;
	 margin:0;
}

#menu_browse{
	position: absolute;
	margin-right:-10px;
	padding: 0px;
	top: 0px;
	left: 0px;
	z-index:10;
}
#menu_browse a{
	outline: none;
}

#menu_browse_prev, #menu_browse_next{
	width: 80%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat center center; /* Trick IE into showing hover */
	display: block;
}

#menu_browse_prev {
	position: absolute;
	background: url('../images/prev.png') no-repeat center center;
	top: 0px;
	left:-320px;
	float: left;	
}
#menu_browse_next {
	position: absolute;
	background: url('../images/next.png') no-repeat center center;
	top: 0px;
	right:-320px;
	float: right;	
}

#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background: url('../images/prevImage.png') no-repeat center center;
	cursor: pointer;
}
#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: url('../images/nextImage.png') no-repeat center center;
	cursor: pointer;
}

#thumbnails{
	text-align: center;
	margin:12px 0px 10px 4px;
	width:56px;
	float:left;
	position:absolute;
	top:67px;
	margin-left:-17px;
}

.thumbnails {
	border:1px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

.current-thumbnail{
	border:1px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.thumbnails:hover {
	border:1px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.exif {
	color: #9dd5ed;
}

.empha {
	color:white;
	font-weight:bold;
}
.emphaclose {
	color:white;
	font-weight:bold;
	float:right
}

.bigger {
	color:white;
	font-size:14px;
	text-align: left;
}


/* ========== COMMENTS Specific ========== */

#recentcomments {
	margin-bottom:15px;
	padding:15px;
	background:#151515;
	font-size: 12px;
}

#recentcomments ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#recentcomments li {
	color:#666;
	margin:0px 0px 15px 0px;
	padding-left:16px;
/*	padding-right:45px;*/
	background: url(../images/comment.gif) no-repeat;
}

#addcomment {
	margin-bottom:15px;
	padding:15px;
	background:#151515;
}
/* ========== COMMENTS FORM Specific ========== */

.comment-button {
	border:1px solid #CCC;
}

.input {
	border:1px solid #CCC;
	width:90%;
}

.textarea {
	border:1px solid #CCC;
	width:100%;
}

.formfield{
	width:250px;
	padding:2px;
	margin:0px auto;
	font:10px verdana, arial, helvetica, sans-serif;
	color:#444;
	border:1px solid #464646;
	background:#white;
}
.formfield:hover, .formfield:focus{
	border-top:1px solid #3F7795;
	border-bottom:1px solid #3F7795;
	border-left:1px solid #3F7795;
	border-right:1px solid #3F7795;
	background:#464646;
	color:yellow;
}
.formbutton{
	font:10px verdana, arial, helvetica, sans-serif;
	padding:5px;
	margin:0px auto;
	color:#7D7D7D;
	background:#272727;
	border:1px solid #464646;
}
.formbutton:hover{
	color:#2CCBE9;
	background:#272727;
	border-top:1px solid #3F7795;
	border-bottom:1px solid #3F7795;
	border-left:1px solid #3F7795;
	border-right:1px solid #3F7795;
}


/* ========== BROWSE Page Specific ========== */

#browse_wrapper {
	position:relative;
	width:712px;
	margin-right:auto;
	margin-left:auto;
}

#browse_box {
	text-align:center;
	position:absolute;
	top:80px;
}
#browse_thumbs {
	width:505px;
	float:left;
	text-align:left;
	margin-right:2px;
}

#browse_thumbs .thumbnails {
	border:none;
	margin:0 8px 16px 8px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#browse_thumbs .thumbnails:hover {
	border:none;
	margin:0 8px 16px 8px;
	filter:alpha(opacity=50);

	-moz-opacity:.5;
	opacity:.5;
}

#browse_categories {
	width:172px;
	float:right;
	text-align:left;
	background:#222;
	padding:10px;
	height:100%;
}


.viewing {
	font-size:14px;
	font-weight:bold;
	color:white;
}
/* ========== ABOUT Page Specific ========== */

#about_wrapper {
	position:relative;
	width:712px;
	margin-right:auto;
	margin-left:auto;
}

.announce {
	background-color: #333;
	padding: 8px;
	border-top: 1px solid #8dcee4;
	border-bottom: 1px solid #8dcee4;
	color:#999;
	text-align: justify;
	margin-bottom:10px;
}

#about_box {
	text-align: justify;
	padding:0px;
	position:absolute;
	top:80px;
}

#about_box h3 {
	color:white;
}
#about_box img {
	margin:0 10px 5px 0;
	border:3px solid #444;
}

#footer {
	width:100%;
	margin-top:12px;
	text-align:center;
	position:relative;
	top: 40px;
	height: 40px;
}

.intro {
	font-size: 16px;
	font-weight: normal;
}



#slideshow {
	text-align:center;
	position:absolute;
	top:60px;
	margin-left:-5px;
	margin-bottom:20px;
	margin-top:20px;
}

/* ========== Album View ========== */

#album_box {
	text-align:center;
	position:absolute;
	top:80px;
}
#album_thumbs {
	width:700px;
	float:left;
	text-align:center;
	margin-right:2px;
}

.albumWrapper {
	width:200px;			
	height:150px;
	text-align:center;
	float:left;
	/*background:#333;
	border:1px solid #666;*/
	margin:5px;
}
.albumWrapper2 {	
	margin:3px;
	width:200px;
}
.albumWrapper a:link, .albumWrapper a:visited {
	border:none;
	display:block;
}
.albumWrapper img {
	border:none;
	}
.albumTitle {
	font-size:80%;
	padding:1px 0;
}
.albumTitle a:link, .albumTitle a:visited {
	border:none;
}

/* ========== MOSAIC ========== */

a.mosaic { 
	border:0px;
	display:block;
	float:left;
	width:100px;
	height:100px;
	background-position:center;
	text-decoration:none; 
} 
	
#mosaic { 
	width:720px; 
} 

/* ========== Contact ========== */


	
#page { 
	position:relative;
	margin-bottom:20px;
	margin-top:20px;
} 

/* ========== Header ========== */

#flag {
	border: 0px;
}

/* ========== mail ========== */

#mail {
position:relative;
top:4px;
	
}
/* ========== social links ========== */

#social {
   font: 11px/21px verdana, helvetica, arial, sans-serif;
   text-align: center;
   position:relative;
   top:10px;

}

/* ========== page (curriculum ========== */

#page_box {
	text-align:center;
	position:absolute;
	top:90px;
}
#page_second {
	width:700px;
	float:left;
	text-align:left;
	margin-right:2px;
}

.introcurriculum {
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
}

.foto {
	padding-right: 20px;
}

.curri {
	font: 10px/23px verdana, helvetica, arial, sans-serif;
	color:#acacac;

}

/* ==========news ========== */



.newsmonth {
	color: black;
	background-color: #eeeeee;
	text-align: center;
	width: 50%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 40px;
	padding-right: 40px;
	font: 10px/23px verdana, helvetica, arial, sans-serif;
}

.logo {
	border: 0px;
	position: absolute;
	bottom: 1px;
}

/* ==========shoutbox ========== */

.shoutbox {
	padding: 1px;
   text-align: center;
	margin-bottom:10px;
	margin-top:15px;
}

.shoutboxicon {
	vertical-align: middle;	
	}


/* ========== END OF FILE ========== */
