/*
Theme Name: Professor Ricardo Rodrigues Nunes
Author theme: Ricardo Rodrigues Nunes
Author uri: www.ricardornunes.com.br
Developed by: Ricardo Rodrigues Nunes
Developers uri: www.ricardornunes.com.br
Description: Website do Professor Ricardo Rodrigues Nunes
*/

@import url("reset.css");

html {
	width: 100%;
	height: 100%;
	background-color: #fff;	
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
}
	
body {
	margin: 0 auto 10px auto;
	height: 100%;
	text-align: center;
}

h1 {
	margin-bottom: 30px;
	font-size: 1.2em;
	font-weight: bold;
}

#top {
	width: 100%;
	border-width: 1px;
	border-top: 3px solid silver;
	background-color: #3f3f3f;
	text-align: center;
}

#menu {
	margin: 0 auto;
	width: 955px;
	padding: 0;
	overflow: hidden;
	background-color: #3f3f3f;
}

#menu ul {
	margin: 0 auto; 
	width: auto;
	padding: 0; 
}

#menu li {
	display: inline;
}

#menu li a {
	float: left;
	display: block;
	width: 16%;
	height: 2.3em;
	border-right: 1px solid #d1d1d1;
	padding: 6px 0;
	color: #fff;	
	text-decoration: none;
	line-height: 2.3em;
}

#menu li a:hover {
	background-color: black;
	color: white;
}
#menu .first {
	border-left: 1px solid #d1d1d1;
}

#content {
	margin: 0 auto;
	width: 955px;	
}

#left {
	float:left;
	width: 300px;	
}

#right {
	float:left;
	width: 623px;
	padding-top: 30px;
	text-align: left;
	line-height: 160%; 
	font-size: 1.8em;
} 

#footer {
	clear: both;
	margin: 15px auto;
	width: 850px;
	height: 30px;
	border-top: 0.1em dashed #3f3f3f;
	padding-top: 25px;
	font-size: 0.8em;
}

#footer a {
	color: #3f3f3f;
	text-decoration: none;
}

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

#footer ul {
	margin: 5px auto; 
	width: auto;
	padding: 0; 
}

#footer li {
	display: inline;
}
