@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: #d5e5e5 url(../images/background-repeater) repeat;
}

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

.button {
	width: 183px;
	height: 43px;
	margin: 20px 20px 0px 0px;
	background: url(../images/big_button.png) top left;
	display: block;
	float: left;
	color: #000000;
	font-size: 18px;
	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: 10px;
}
.bubble {
	color: #000000;
}
.bubblep {
	color: #000000; 
}

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

#menu li a:hover {
	text-decoration: none;
	color: #b0cb00;
}
#menu .current_page_item a, #menu .current_page_parent a, #menu .current_page_ancestor a {
	color: #b0cb00 !important;
}