/*
		Theme Name: Coffea theme
		Description: Coffee theme for Wordpress
		Version: 1.1
		Author: Laurent Destrooper
		Author URI: http://www.fullofcoffee.com
*/

/***************************************************** Main nav *****************************************************/

#nav {
	clear: both;
	height: 40px;
	width: 775px;

	margin: 0px;
	padding: 0px;

	border: solid 3px #896633;
}

#nav ul {
	clear: both;
}

#nav a, #nav a:hover {
	display: block;
	border: none;
	font-family: "Lucida Calligraphy";
	font-size: 20px;
	text-decoration: none;
}

#nav a:hover {
	color: #896633;
}

#nav a {
	color: #ffffff;
}

#nav li {
	float: left;
	display: inline;

	margin-right: 20px;
	padding: 0px;

	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}