@charset "utf-8";

/*  
Theme Name: Ambition
Description: A Business & Portfolio Theme
Version: 1
Author: Dany Duchaine
Author URI: http://themeforest.net/user/ddstudios
*/

/* ---------- Background ---------- */

#wrapper {
	background: #004f77 url(../images/header_bg_wood.png) repeat-x;
}

/* ---------- Button ---------- */

.button {
	width: 183px;
	height: 43px;
	margin: 20px 20px 0px 0px;
	background: url(../images/big_button.png) top left;
	display: block;
	float: left;
	color: #ad5000;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: 45px;
}
.button:hover {
	background: url(../images/big_button.png) bottom left;
}

/* ---------- Subpage bubble ---------- */

#bubble {
	background: url(../images/about_bubble.png) top left no-repeat;
	width: 392px;
	height: 111px;
	padding: 0px 20px;
	margin-bottom: 20px;
}
.bubble {
	color: #ad5000;
}
.bubblep {
	color: #000;
}

#header p a:link, #header p a:active, #header p a:focus, #header p a:visited {
	color: #E16800;
	text-decoration:none;
}

.bubblep a:link, .bubblep a:active, .bubblep a:focus,  .bubblep a:visited {
	color: #663300;
	text-decoration:none;
}

#intro_text_subpage a:link, #intro_text_subpage a:active, #intro_text_subpage a:focus, #intro_text_subpage a:visited {
	color: #e16800;
	text-decoration:none;
}

#intro_text_subpage a:hover {
	color: #FFF;
	text-decoration:none;
}


/* ---------- Menu links ---------- */

#menu li a:hover {
	text-decoration: none;
	color: #e16800 ;
}
.on {
	color: #e16800 !important;
}

.evidenza {
	color: #666;
	font-size: 13px;
	font-weight: normal;
	font-family: georgia, arial, san-serif;
	font-style:italic;
	padding-left: 40px;
	padding-right: 20px;
	line-height: 25px;
	background:url("../images/quote.png") no-repeat scroll left 10px transparent;
}

div.text_block a:link, div.text_block a:active, div.text_block a:focus, div.text_block_nosep a:link, div.text_block_nosep a:active, div.text_block_nosep a:focus  {
	color: #e16800;
	text-decoration:none;
}

div.text_block a:visited, div.text_block_nosep a:visited {
	color: #e16800;
	text-decoration:none;
}

div.text_block a:hover, div.text_block_nosep a:hover  {
	color: #392302;
	text-decoration:none;
}

h2 {
	font-size: 20px;
	color: #000;
	padding-top: 20px;
	padding-bottom:10px;
}
h4 {
	font-size: 14px;
	color: #663300;
	text-transform: uppercase;
	padding-top: 20px;
}
