/*
CSS developed by Paulino Michelazzo: http://www.michelazzo.com.br/
Adapted for Elgg by Luiz Fernando da Silva Armesto: http://stoa.usp.br/luizarmesto
1st April 2008
*/

body {
	margin: 0;
	padding: 0;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
  background: #fff;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
	padding: 0;
}

h1 { font-size: 21px; }
h2 { font-size: 18px; }
h3 { font-size: 17px; }

p, ul, ol, blockquote {
	margin-top: 0;
	padding-top: 0;
	line-height: 18px;
}

a:link {
	color: #0E94AB;
}

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

a:hover {
	color: #EF9F23;
	text-decoration: underline;
}


img {
        border:none;
}

/* 
   CONTAINER: WRAPS THE HEADER AND MAIN CONTENT AREA BELOW THE USER TOOLBAR
*/

div#container {
	width:1000px;
	margin:0 auto;
	padding:0;
	background: url(http://softwarelibre.org.bo//mod/template/templates/USP/images/fundo.png) repeat-y 3px top;
	/*border-left:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
	 border-top:1px solid #fff; */
}


/* Header */

#header {
   margin:0;
   padding:0;
   text-align:left;
   background:url(http://softwarelibre.org.bo//mod/template/templates/USP/images/bg02.gif);
   position:relative;
   width:974px;
   height:118px;
}

/* Logo */

div#header #logo-text{                     
  margin: 0;
  padding:0;
  position: absolute;
  bottom: 0px;
  left: 90px;
  text-align: left;                
	z-index: 1;
}

div#header #logo-text h2 {
   color:#001a46;
   padding:0;
   margin:0;
   font-size: 9px;
}

div#header #logo img { 
   float:left; 
   margin: 0; 
   border: 0;
   position: relative;
}

/* Search */

div#header #search-header {
  position: absolute;
  top: 32px;
  right: 0;
   background:url(http://stoa.usp.br/mod/template/templates/Default_Template/images/search_icon.gif) no-repeat left 5px;
   margin:1.8em 0.5em 0 0;
   padding:0;
}

div#header #search-header img {
   margin:0 0 0 10px;
}

div#header #search-header p {
   padding:0 0 0 15px;
   margin:0;
}

div#header #search-header span a {
   color:#000;
   font-size:11px;
   position: absolute;
   right: 0;
   padding: 3px 0 0 0;
   font-weight:bold;
}
div#header #search-header span a:hover {
   color:#f06d00;
}


/* Content */

#content-holder {
	width: 99%;
	margin: 0 auto;
    background: transparent;
    position: relative;
}

#splitpane-sidebar {
	float: left;
	width: 170px;
  /*margin: 0 33px;*/
  background: transparent;
  position: relative;
  left: 29px;
}

#splitpane-content {
	float: right;
	width: 685px;
  /*margin: 0 35px;*/
  position: relative;
 	left: -40px;
	margin-bottom: 10px;
}

/* Sidebar */

div.sidebar-block {
 background: #F5F2E3;
 border-bottom: 4px solid #E7E0BC;
}

#splitpane-sidebar a {
    color: #000;
    text-decoration: none;
}

#splitpane-sidebar a:hover {
    color: #FF9900;
    text-decoration: underline;
}

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

#splitpane-sidebar ul li{
/*    background: #F5F2E3;
    border-bottom: 4px solid #E7E0BC; */
    margin: 5px 0px;
    padding: 0px
 border: 1px solid;
}

#splitpane-sidebar ul li ul li{
	padding: 0px 2px;
        margin: 3px;
        font-size: 11px;
        border: 0px;                
}

#splitpane-sidebar h2 {
	font-size: 13px;
  background: url(http://softwarelibre.org.bo/mod/template/templates/USP/images/bg-titulo.gif) no-repeat;
  width: 142px;
/* height: 21px;*/
  padding: 4px 15px 3px;
  marging: 0px;
  color: #fff;
}

.userinfodiv {
clear:both;
font-size:1px;
height:1px;
line-height:2px;
margin:6px 0pt;
overflow:hidden;
background-color:#E7E0BC;
}


/* Footer */

#footer {
	clear: both;
	width: 944px;
	margin: 0 auto;
  padding: 8px 0;
  text-align: center;
	background: #FFF url(http://softwarelibre.org.bo//mod/template/templates/USP/images/footer7.gif) repeat-x;
  border-top: 1px solid #ccc;
}

#footer a {
  font-weight: bold;
  text-decoration: none;
}

#footer p {
	margin: 0;
	padding: 3px 0 3px 0;
	text-align: center;
}

/* 
   ELGG SPECIFIC CLASSES 
*/

/*
   TABLES IN ELGG
*/

td {
  border:1px solid #eee;
  padding:3px;
  margin:0;
}

td h4, td h3, td h5 {
  padding:0;
  margin:0;
}

/* 
  SIDEBAR ITEMS
*/

#me #icon {
   float:left;
   margin:5px 5px 5px 0;
}

#splitpane-sidebar td {
    border:none;
    padding:4px;
}

.fpbox {
    border: 1px solid #ddd;
}

.fpbox, .fpbox h3 {
    background: #F7F7F7;
}

.fpbox ul {
   margin: 15px 10px;
   padding: 0px;
}

.fpbox .siteusers{
    background: #fff;
}

/* 
   BLOGGING ENGINE
*/

.weblog-post {
  margin: 20px 0 0 -30px;
	padding: 0 90px 0 0;
 /*  background: #FFF;*/
}

.user {
/*  float:left;
  margin:5px 10px 10px 0;
  height:120px;
  width:110px;*/
	position: absolute;
  visibility: hidden;
}

/*.user img {
   border:1px solid #3B495A;
   padding:2px;
}*/

.weblog_keywords p a {
   margin:20px 0 0 0;
   padding:0;
   clear:both;
}

.weblog-title {
   margin:10px 0 10px 105px;
}

.weblog-title h3 {
   border:none;
   font-size:15px;
}

.weblog-title a {
   text-decoration:none;

   font-size: 1.2em;
}

.post {
   margin:10px 0 10px 105px;
 }

.info {
  border-top:1px solid #3B495A;
  margin:10px 0 10px 105px;
  clear:both;
}



.info p { 
   padding:0 0 0 10px;
   margin:0;
   color:#990000;
}

.info p a { 
   padding:0;
   margin:0;
}

.weblog_dateheader, .weblogdateheader {
padding:0 0 0 35px;
text-align:right;
}

/* this is the thin line between the actual post and comments */

#comments {
  margin:0 30px 0 30px;
}

#comments h4 {
  font-size:1.5em;
  padding:0 0 0 15px;
  margin:0 0 10px 0;
}


#comments ol li {
  margin: 0 30px 0 30px;
}

#comments-divide {
   height: 1px;
   background: #eee;
}

.comment-owner {
    border: 1px solid #555;
    background: #F2F2F1;
    padding: 5px;
    margin: 20px 0 5px 0;
    height: 50px;
    width: 450px;
}

.comment-owner img {
   margin:0px 5px 0px 0px;
   text-align:left;
}

.comment-owner a {
}

.comment-owner p {
  padding: 0;
  margin: 0;
  color: #777;
}

/* END OF BLOGGING ENGINE */


/*
   SYSTEM MESSAGES 
*/


div#system-message{ 
    border:1px solid #D3322A;
    background:#F7DAD8;
    color:#000;
    padding:3px 50px;
    margin:20px 20px 0 20px;
}

div#system-message p{
   padding:0px;
   margin:2px;
 }

.current-blogs {
   background:transparent;
}


/* FANCY SUB-MENU */

#sub-menu table tr td {
        border-width: 10px;
        border-color: #B3BCD0;
        border-style: none;
        padding: 0px;
        padding-left: 0px;
        padding-top: 0px;
        background: #F2F2F1;
        margin-left: 10px;
}

#sub-menu table {
}

#sub-menu td {
}

/* END OF FANCY SUB-MENU */

/* Syntax Highlighter */


pre.normal {
}
/* P H P */
.php-keyword1 {}
.php-keyword2 {}
.php-var {}
.php-num {}
.php-quote {}
.php-vquote {}
.php-comment {}

/* H T M L */
.html-tag {}
.html-tagin {}
.html-quote {}
.html-comment {}
.html-entity {}

/* C S S */
.css-class {}
.css-id {}
.css-def {}
.css-property {}
.css-value {}
.css-color {}
.css-comment {}

/* C P P */
.cpp-keywords1 {}
.cpp-num {}
.cpp-quote {}
.cpp-comment {}
.cpp-preproc {}

/* J A V A */
.java-keywords1 {}
.java-num {}
.java-quote {}
.java-comment {}
.java-preproc {}

/* J a v a S c r i p t */
.js-out {}
.js-keywords1 {}
.js-num {}
.js-quote {}
.js-comment {}

/* S Q L */
.sql-keyword1 {}
.sql-keyword2 {}
.sql-keyword3 {}
.sql-value {}
.sql-comment {}
.sql-num {}
.sql-option {}

/* P y t h o n */
.py-keyword1 {}
.py-keyword2 {}
.py-keyword3 {}
.py-number {}
.py-docstring {}
.py-quote {}
.py-comment {}

/* T E X Y */
.texy-hlead {}         /* header leadIN == and leadOUT == */
.texy-hbody {}    /* header body */
.texy-hr {}                             /* horizontal line */

.texy-code {}                            /* /---code */
.texy-html {}                            /* /---html */
.texy-text {}                            /* /---html */

.texy-err {}      /* error (TODO) */



/* C O M M O N */
.normal {}
.xlang {}
.count {}


/*
 PROFILE WIDGETS STUFF
*/

img.profile-photo {
}

.profile_main p {
color: inherit;
}

.profile_main p a {
}

.profile_main_bottom {
}

.profile_primary {
}

.profile_secondary {
color: inherit;
}

.profile_bio {
}

.profile_widgets {
}

.profile_icon img {
}

.profile_widgets_left {
}

.profile_widgets_right {
}

/* profile - widgets */

#profile_widgets {
}

.profile_bio {
}

.widgets_even {
}

.widgets_odd {
}

.widget {
}

.widget .widget_content {
	padding: 5px 4px;
}

.widget .widget_content h3 {
}

.widget .widget_bottom {
}

.widget .widget_menu ul {
}

.widget .widget_menu ul li {
}

.widget .widget_menu ul li a {
}

.widget .widget_admin_menu {
background: transparent;
}

#hidden3, #hidden2, #hidden4, #hidden5 {
}

.widget .widget_title {
}

.widget  .widget_content h2 a {
}

/*
    CALENDAR
*/
.year {
}

.month {
}
.yearname {
}
.monthname {
}
.dayname {
}

.weeknumtitle {
}
.weeknum {
}
.week {
}

.monthweek {
}
.yearnavigation {
}
.datepicker {
}
.datepickerform {

}
.monthnavigation {
}
.monthpicker {
}
.yearpicker {
}
.pickerbutton {



}
.nomonthday {
}
.monthday {
}
.today {
}
.selectedday {
}
.sunday {
}
.sunday a {
}
.saturday {
}
.saturday a {
}
.event {
}
.event a {
}
.selectedevent {
}
.selectedevent a {
}
.todayevent {
}
.todayevent a {
}

.eventcontent {

}

/* From old calendar */
.defaultevent a {
}


.defaultevent a:hover {





}

.publicevent a {
}

.publicevent a:hover {
}

.privateevent a {
}

.privateevent a:hover {
}

.loggedinevent a {
}

.loggedinevent a:hover {
}

.publiceventlegend {
}
.defaulteventlegend {
}

.privateeventlegend {
}

.loggedineventlegend {
}


/*	presentation main css
*/

.presentation-widget {
}

.presentation-widget .presentation-widget-content {
}

.presentation-widget .presentation-widget-menu {
background: transparent;
}

.presentation-widget  .presentation-widget-content h2 {
background: transparent;
color: inherit;
}

.presentation-widget  .presentation-widget-content h2 a {
}

.presentation-imported-guff {
background: transparent;

}

.presentation-sectioncomments {
background: transparent;

}

/* narrative box */
.presentation-narrative {
background: #252D37;


}

.presentation-file {
}

/* stop wandering comments */
.presentation-commentaddform, .presentation-comments li, .presentation-sectioncomments li, .presentation-importedcomments li {
}

/* hide blogpost usericon */
.presentation-widget .user {
}
.presentation-widget .post, .presentation-widget .weblog-title, .presentation-widget .info {
background: transparent;
}

.presentation-contentslist {
	
}

/* 
   USER TOOLBAR: IN DEFAULT ELGG, THIS SITS
   AT THE VERY TOP OF THE PAGE.
*/

div#toolbar {
    position: relative;
    float: left;
    top: 0;
    width: 0;
 }


div#toolbar span a {
}

div#toolbar span a:hover {
}

/* 
   GLOBAL USER OPTIONS: LOGOUT AND ACCOUNT SETTINGS, TOP RIGHT
*/

div#toolbar #global-menuoptions{
}

div#toolbar #global-menuoptions ul {
}

div#toolbar #global-menuoptions li {
}

div#toolbar #global-menuoptions li a{
}
div#toolbar #global-menuoptions li a:hover{
}

/* 
   USER NAVIGATION: THIS STYLES THE USERS MAIN NAV IN THE TOOLBAR,
   IN DEFAULT ELGG IT SITS OVER ON THE LEFT HAND SIDE
*/

div#toolbar #navigation {
}

div#toolbar #navigation li {
 }

div#toolbar #navigation a:link, div#toolbar #navigation a:visited {
}

div#toolbar #navigation a:link.selected, div#toolbar #navigation a:visited.selected {
}

div#toolbar #navigation li a:hover{
}

/* Forum view of community weblogs */

#forum_table {
}



#forum_table th {
}

#forum_table th.nobg {
}

#forum_table th.cent {
}

#forum_table td {

}

#forum_table td.cent {
}


#forum_table td.usercol {
}

#forum_table .edit_delete {
}

/* license plugin */

.post .weblog_license p {
}

.post .weblog_license a {
}

.post .weblog_license a:hover {
}

/* Media player plugin */

#player {

}
   
.mediagallery-media-container {
}

/* Plugin Mensagens Privadas */

#messages {
}

#messages_table th{
}
#messages_table td{
}
#messages_table td.message_read{
}
#detailed_message h3{
}


/* Galleria de Fotos */

   .photogallery-photo-container,
    .photogallery-file-container {
    }
    
    .photogallery-photo-image img,
    .photogallery-file-image img {
    }

    .photogallery-photo-infobar,
    .photogallery-file-infobar {
    }
    
    .photogallery-photo-keywords,
    .photogallery-file-keywords {
    }
    
    .photogallery-photo-container {
    }
        
    .photogallery-photo-image {
    }
    
    .photogallery-photo-info {
    }
     
    .photogallery-file-container {
    }
       
    .photogallery-file-image {
    }
    
    .photogallery-file-info {
    }
