/**
 * desert.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Desert theme.
 *
 * $Id: desert.css,v 1.3 2008/06/11 18:55:16 asmecher Exp $
 */

body {
	background:url("http://www.ufrgs.br/ppghist/anos90/imagens/img.jpg");
	background-repeat:repeat-y;	
	background-color: #FFFFFF;
}

a:link {
	color: #006666;
}

a:active {
	color: #996633;
}

a:visited {
	color: #898e79;
}

a:hover {
	color: #996633;
	background: #e5e5c7;
}

#header {
	background:url("http://www.ufrgs.br/ppghist/anos90/imagens/head.jpg");
	background-repeat:repeat-x;	
}
#headerTitle {
	height:130px;
}

#header h1 {
	font-family: Georgia,'Times New Roman',Times,serif;
	padding-top:0px;
	padding-bottom:0px;

}

#rightSidebar{
}
#container {
background-color:#CCCCCC;
	
}
#main h2 {
	font-family: Georgia,'Times New Roman',Times,serif;
}

#main h3 {
	font-family: Georgia,'Times New Roman',Times,serif;
}

/**
 * Other organizational elements
 */ 
 /**
 * Navigation bar
 */
#navbar {
	padding: 0;
	border:none;
}
#navbar a {
	font-size: 0.65em;
	letter-spacing: 0.05em;
	text-decoration: none;
}

#navbar a:link {
	color: #1f1f1f;
}

#navbar a:active {
	color: #1f1f1f;
}

#navbar a:visited {
	color: #1f1f1f;
}

#navbar a:hover {
	color: #624B00;
}
#breadcrumb {
	clear: left;
	padding: 4px 0px 8px 0px;
	margin-left: 1px;
	font-size: 0.75em;
}

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
}
#navbar ul.menu {
	list-style: none;
}

#navbar ul.menu li {
	float: left;
	margin: 0 0 7px 2px;  
	padding: 0 0 0 0;
	background:url("http://www.ufrgs.br/ppghist/anos90/imagens/tab_right.gif") no-repeat right top;
	height: 20px;
	border-bottom: 1px solid #bebfbf; 
	width:auto !important;
}

#navbar ul.menu a {
	float: left;
	display: block;
	background:url("http://www.ufrgs.br/ppghist/anos90/imagens/tab_left.gif") no-repeat left top;
	padding: 0px 15px;
	height: 20px;
	width:auto !important;
}
#content {
	border-top: 0px dotted #000;
}
#announcementsHome{
	margin:0px;
	padding:0px;
}
#content h3 {
	font-family: Georgia,'Times New Roman',Times,serif;
	margin:0px;
	text-align:left;	
}
#content h4 {
	font-family: Georgia,'Times New Roman',Times,serif;
	
}


