@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;*/
	background: #522C1B url(../images/header_bg_brown.png) no-repeat top center;
	/*background: #e06800 url(../images/header_bg_orange.png) no-repeat top center;
	background: #024057 url(../images/header_bg_jeans.png) no-repeat top center;
	background: #737473 url(../images/header_bg_grey.png) no-repeat top center;*/
	
}

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

.button {
    margin-top:10px;
	border: 0px;
	padding: 4px;
	background: #392302;
	width: auto;
	color: #fff;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: arial, verdana, tahoma;
}
.button:hover {
	background: #00A4C4;
	cursor: pointer;
}


.textfield, .inputNormal {
    background: url("../images/bg_textarea.gif") repeat-x scroll left bottom transparent;
    border: 1px solid #BDBCBD;
    color: #000000;
    font-size: 12px;
    padding: 4px;
	}
	
/* ---------- 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: #6f3401; 
}

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


#header p a:link {
	font-size: 13px;
	color: #FFFFFF;
}


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

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


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

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

.evidenza {
	color: #666;
	font-size: 14px;
	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) top left no-repeat;
}

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: #00A4C4;
	text-decoration:none;
}

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

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

h2 {
	font-size: 22px;
	color: #301A10;
	padding-top: 20px;
	padding-bottom:10px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #00A4C4;
	margin-bottom: 5px;
}


h4 {
	font-size: 14px;
	color: #00A4C4;
	text-transform: uppercase;
	padding-top: 20px;
}
