@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: url(../images/header_bg_grey-tile.png) repeat-x top center;
}
#header_wrap {
	background: url(../images/header_bg_grey.png) no-repeat top center;
}

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

.button {
	width: 212px;
	height: 48px;
	margin: 20px 5px 0px 0px;
	background: url(../images/buttons.png) top left;
	display: block;
	float: left;
	color: #cecece;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: -1px -1px 1px #444;
	text-align: center;
	line-height: 48px;
}
.button:hover {
	background: url(../images/buttons.png) -48px 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: #3f3f3f;
}
#menu .current_page_item a, #menu .current_page_parent a, #menu .current_page_ancestor a  {
	color: #fff !important;
}
