@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: #629c0b url(../images/header_bg_green.png) no-repeat top center;
}
#header_wrap {
	background: url(../images/texture_bg_lighter.png) repeat;
	padding-bottom: 40px;
}

/* ---------- Button ---------- */

.button {
	width: 183px;
	height: 43px;
	margin: 20px 20px 0px 0px;
	background: url(../images/big_button_black.png) top left;
	display: block;
	float: left;
	color: #cecece;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: 45px;
}
.button:hover {
	background: url(../images/big_button_black.png) bottom left;
}

/* ---------- Subpage bubble ---------- */

#bubble {
	background: url(../images/about_bubble_black.png) top left no-repeat;
	width: 392px;
	height: 111px;
	padding: 0px 20px;
	margin-bottom: 20px;
}
.bubble {
	color: #ffffff;
}
.bubblep {
	color: #ffffff; 
}

/* ---------- Menu Links ---------- */

#menu li a:hover {
	text-decoration: none;
	color: #55880a;
}
#menu .current_page_item a, #menu .current_page_parent a, #menu .current_page_ancestor a  {
	color: #55880a !important;
}