/*  
Theme Name: Baccanasta Theme
Theme URI: http://baccanasta.com
Description: Baccanasta theme is a theme adapted by Baccanasta team to suit their personal needs
Version: 0.8
Author: Haldo
Author URI: http://baccanasta.com
*/

/* General */

body {
	margin: 0 auto;
	background: url("images/bg7.png") repeat-x;
	background-color: #423524;
	/*background-color: #4c3b27;*/
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 960px;
}


/* Header */

#header {
	width: 100%;
	height: 180px;
	position: relative;
}

	#header #logo {
		position: absolute;
		top: 0px;
		left: 20px;
	}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 210px;
		left: 320px;
	}
	
	#header #header-info h1 {
		color: #901911;
		font: bold 30px "Georgia", Georgia;
	}
	
	#header #header-info h1 a {
		color: #901911;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #901911;
		font: bold 15px "Verdana", Verdana;
	}
	
	/* Header- Menu */
	#header #menu  {
		position: absolute;
		top: 35px;
		width: 100%;
		height: 131px;
	}
	
	#header #buttons {
		position: relative;
		float: right;
		height: 94px;
		width: 70%;
	}
	
	#header #labels {
		position: relative;
		float: right;
		height: 30px;
		width: 70%;
	}
	
	#header #buttons .menus {
		position: relative;
		float: left;
		margin-left: 20px;
		margin-right: 10px;
		height: 100%;
		width: 90px;
	}
	
	#header #labels .label {
		position: relative;
		float: left;
		margin-left: 20px;
		margin-right: 10px;
		height: 100%;
		width: 90px;
		text-align: center;
		//color: #901911;
		//font: bold 15px "Verdana", Verdana;
		color: #241602;
		font: bold 32px "Tangerine";
		text-shadow: 0 0px 1px #EEC086, 0 0 10px #F3A333, 0 -1px 0px #EEC086;
		filter:Glow(Color=#EEc086, Strength=1)
		Glow(Color=#EEc086, Strength=3);
	}
