/* Theme-independent CSS classes, uncomment to use them if you wish :) */


#page {
	background: url(../../images/bkgnd-fern2.jpg) no-repeat top left;
	margin: 0 auto 20px
}

#header {
	background: transparent;
}

#headerimg .description {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.6em
}

h1, h2, h3, h1 a, h2 a, h2 a:visited, h2.pagetitle, h3 a, h3 a:visited, #headerimg h1 a, #wp-calendar caption, cite, .entry p a:visited, a:link, a:visited, .portuguese {
	color: #930
}

.post {
	text-align: left;
}

.entry p {
	line-height: 160%
}

.entry .label {
	font-size: 90%;
	line-height: 110%;
	margin-top: 0;
	padding-top: 0
}

/*navigation properties*/
#menu {
	background: #fff;
	width: 190px;
	height: 415px
}
#nav {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none
}			
#nav li {margin: 0; padding: 0;}
#nav a {background-position: 0px 0px; display: block}

#nav #blog {
	position: absolute;
	top: 0px;
	left: 22px
}
	#nav #blog a {width: 160px; height: 78px}
	#nav #blog a:link, #nav #blog a:visited {background-image: url(../../../../images/menu/sycamoreOut.jpg)}
	#nav #blog a:hover, #nav #blog a:active, #nav #blog a:focus {background-image: url(../../../../images/menu/sycamoreOver.jpg)}

#nav #quinta {
	position: absolute;
	top: 78px;
	left: 22px
}
	#nav #quinta a {width: 160px; height: 67px}
	#nav #quinta a:link, #nav #quinta a:visited {background-image: url(../../../../images/menu/beechOut.jpg)}
	#nav #quinta a:hover, #nav #quinta a:active, #nav #quinta a:focus {background-image: url(../../../../images/menu/beechOver.jpg)}

#nav #about {
	position: absolute;
	top: 145px;
	left: 22px
}
	#nav #about a {width: 160px; height: 92px}
	#nav #about a:link, #nav #about a:visited {background-image: url(../../../../images/menu/oakOut.jpg)}
	#nav #about a:hover, #nav #about a:active, #nav #about a:focus {background-image: url(../../../../images/menu/oakOver.jpg)}

#nav #projects {
	position: absolute;
	top: 237px;
	left: 22px
}
	#nav #projects a {width: 160px; height: 51px}
	#nav #projects a:link, #nav #projects a:visited {background-image: url(../../../../images/menu/oliveOut.jpg)}
	#nav #projects a:hover, #nav #projects a:active, #nav #projects a:focus {background-image: url(../../../../images/menu/oliveOver.jpg)}

#nav #work {
	position: absolute;
	top: 288px;
	left: 22px
}
	#nav #work a {width: 160px; height: 72px}
	#nav #work a:link, #nav #work a:visited {background-image: url(../../../../images/menu/cherryOut.jpg)}
	#nav #work a:hover, #nav #work a:active, #nav #work a:focus {background-image: url(../../../../images/menu/cherryOver.jpg)}

#nav #contact {
	position: absolute;
	top: 360px;
	left: 22px
}
	#nav #contact a {width: 160px; height: 50px}
	#nav #contact a:link, #nav #contact a:visited {background-image: url(../../../../images/menu/oak2Out.jpg)}
	#nav #contact a:hover, #nav #contact a:active, #nav #contact a:focus {background-image: url(../../../../images/menu/oak2Over.jpg)}

