/*
CSS DESIGN FOR INESOLIVEIRA.NET
Author: Telmo Sá
*/


.nav {
	padding: 0px;
	left: 8px;
	top: 20px;
}

#menu {
	left: 0px;
	top: 0px;
	padding: 0px;
	width: auto;
	float: left;
}

.nav a { 
	text-decoration:none; 
	color:#fff;
	padding-left:7px;
	padding-right:0px;
	padding-top:3px;
	padding-bottom:3px;
	width:93px;
	position: inline;
	float: left;
	background-color: #000;
}

a {text-decoration: none;}

a[href="http://www.inesoliveira.net/pt/"] { background-color: #FF0066;}
a[href="http://inesoliveira.net/pt/"] { background-color: #FF0066;}
li.active a[href="http://www.inesoliveira.net/pt/"] { background-color: #FF0066;}
li.active a[href="http://inesoliveira.net/pt/"] { background-color: #FF0066;}

.nav a:hover { background-color: #FF0066;}
li.active a { background-color: gray;}


ul.nav {
	margin: 0;
 	padding: 0;
	width: auto;
	display: block;
	position: absolute;
	z-index: 1000;
}


ul.nav li {
	font-family: Georgia, times, serif;
	font-size: 9pt;
	list-style: none;
	margin: 0px;
	padding-right: 2px;
	float: left;
	cursor: default;
}


ul.nav li:hover ul {
	display: block;
}


#content {
	font-family: Georgia, times, serif;
	font-size: 9pt;
	position: absolute;
	top: 120px;
	width: auto;
	line-height: 1.4em;
}

#content .nav a{ 
	width:43px; 
	margin-right:2px; 
	color: #666; 
	background-color: #CCC;	
	padding-left:7px;
	padding-right:0px;
	padding-top:0px;
}

.etiquetas { 
	color: #fff; 
	width: 100px;
	height: 100px;
	display: inline;
	background-color: #000;
	float: left;
	z-index: 1000;
}


.container {
	padding-left:40px;
	margin-bottom: 35px; 
}

#content img {
	border: none, 0px;
	padding-right: 2px;
	padding-bottom: 2px;
}

#content p {
	color: #000;
	margin-bottom: 9px;
}

a img { border: none; }

h2 { 
	font-family: arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FF0066;
	margin-bottom: -8px;
	margin-top: 8px;
	line-height: 1.4em;
}    

h3 { 
	font-family: arial, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	margin-bottom: 6px;
	margin-top: 0px;
	line-height: 1.4em;
}

p.nav {margin-top: 28px;}

a#prev:link { 
	width:43px; 
	color: #666; 
	background-color: #CCC;	
	padding-left:7px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:3px;
}

a#prev:hover { background-color: #FF0066; color:#fff}

a#next {
	width:43px; 
	color: #666;
	background-color: #CCC;	
	padding-left: 7px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 3px;}
	
a#next:hover { background-color: #FF0066; color:#fff}

#s1 {
	width: 508px;
	height: auto;
	position: absolute;
	margin-left: 204px;
	top: 0px;
}

