/*
	Theme Name: Acquisio Child Theme
	Theme URL: http://thinkmojo.net/
	Description: Custom child theme for the Genesis Framework.
	Author: ThinkMojo
	Author URI: http://thinkmojo.net
	Version: 2.0.0
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* ############################################################################# */
							/* Layouts & General Style */
/* ############################################################################# */

body {
	background: url(images/body-bg.jpg) 0 0 repeat-x;
	font-size: 12px;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
	color: #666;
	font-family: Arial, Tahoma, Verdana;
	line-height: 20px; }

	body.home { background: url(images/body-bg-home.jpg) #f3f3f3 0 0 repeat-x; }


a,a:visited {
	color: #25A;
	text-decoration: underline; }

a:hover {
	color: #25A;
	text-decoration: underline; }

a img { border: none; }

a:focus, a:hover, a:active { outline: none; }



/*Button Style*/
/***** btt- ********************/
a.btt-1, #orderform .gform_wrapper input.button {
	padding: 4px 15px;
	color: #fff;
	float: left;
	margin: 0px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, .8);
	
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	
	background: #45C7E9;
		background: -moz-linear-gradient(top, #45C7E9 0%, #45C7E9 50%, #00AEDB 50%, #00AEDB 100%);
		background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #45C7E9), color-stop(0.5, #45C7E9), color-stop(0.5, #00AEDB), color-stop(1, #00AEDB));
	
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2), 0 1px 3px #333;
		-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2), 0 1px 3px #333;
		-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2), 0 1px 3px #333; }

a.btt-1:hover, a.btn-1:active, #orderform .gform_wrapper input.button:hover {
	background: #E86A20;
		background: -moz-linear-gradient(top, #ffa36d 0%, #ffa36d 50%, #E86A20 50%, #E86A20 100%);
		background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #ffa36d), color-stop(0.5, #ffa36d), color-stop(0.5, #E86A20), color-stop(1, #E86A20)); }

/* Demo BTN in Header BLUE to ORANGE*/
#btn-demo {
	width: 140px;
	height: 37px;
	display: block;
	background: url("images/btn-demo.png") no-repeat 0 0;
	float: left;
	padding: 0;
	margin:-2px 0 -4px 0;
	text-indent:-9999px;
	 }

	#btn-demo:hover { background-position: 0 -37px; }
	#btn-demo span { display: none; }

/* Demo BTN in Header ORANGE to BLUE*/	
#btn-demo-2 {
	width: 140px;
	height: 37px;
	display: block;
	background: url("images/btn-demo.png") no-repeat 0 0;
	background-position: 0 -37px;
	float: left;
	padding: 0;
	margin:-2px 0 -4px 0;
	text-indent:-9999px;
	 }

	#btn-demo-2:hover { background-position: 0 0px; }
	#btn-demo-2 span { display: none; }

#btn-job {
	width: 220px;
	height: 42px;
	display: block;
	background: url("images/btn-job.png") no-repeat 0 0;
	float: left;
	padding: 0;
	margin:-4px 0 10px -4px;
	text-indent:-9999px;
	 }
	 
	#btn-job:hover { background-position: 0 -42px; }
	#btn-job span { display: none; }






/***** Widget Page Bottom- ********************/
.widget-page-bot,.widget-page-bot-line {
	width: 460px;
	height: 73px; }

.widget-page-bot { background: url('images/widget-page-bot.png'); }
.widget-page-bot-line { background: url('images/widget-page-bot-line.png'); }

.widget-page-bot span.title {
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	float: left;
	margin: 6px 0 0 18px; }

.widget-page-bot ul {
	float: left;
	list-style: none;
	line-height: 1.3em;
	margin: 15px 0 0 100px; }

.widget-page-bot li a {
	color: #232323;
	font-weight: 700; }

#widget-page-btt {
	width: 183px;
	height: 32px;
	display: block;
	background: url("images/widget-page-bot-btt.png") no-repeat 0 0;
	float: left;
	margin: 32px 0 0 -84px;
	padding: 0; }

	#widget-page-btt:hover { background-position: 0 -32px; }

	#widget-page-btt span { display: none; }

hr {
	border: 0;
	color: #9E9E9E;
	background-color: #ccc;
	height: 1px;
	width: 100%;
	clear: both;
	margin: 10px 0 20px 0px; }

	hr.clearfix {
		background: transparent;
		height: 10px;
		width: 100%;
		clear: both; }

hr.casestudy {
	border: 0;
	color: #9E9E9E;
	background-color: #ccc;
	height: 1px;
	width: 100%;
	clear: both;
	margin: 2px 0 10px 0px; }



/***** Wrap ********************/
#wrap-all {
	width: 1080px;
	margin: 0 auto 0;
	padding: 0;}

#wrap {
	margin: 0 auto 0;
	padding: 0; }

.wrap {
	width: 960px;
	display: block;
	margin: auto auto; }


/***** Inner ********************/
#inner {
	width: 960px;
	margin: 0px auto 0;
	padding: 9px 0px 20px 0px;
	overflow: hidden; }


.home #inner, .home-page #inner, .blog #inner {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none; }


/***** Content-Sidebar Wrapper ********************/
#content-sidebar-wrap {
	width: 960px !important;
	margin: 0;
	padding: 0;
	float: left; }

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap { width: 920px; }
.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap { float: right; }

/***** Content ********************/
#content {
	width: 450px;
	padding: 0;
	float: left;
	color:#4B4B4B;	
}

.sidebar-content #content, .sidebar-sidebar-content #content { float: right; }
.sidebar-content #content, .content-sidebar #content { width: 710px; }
.full-width-content #content { width: 960px; }
#content img, #content p img { max-width: 100%; }

#content blockquote {
	background: url('images/blockquote.png') #F4F4F4 no-repeat 10px 15px;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 80px;
	border: 1px solid #E6E6E6;}

#content .post {
	margin: 0 0 40px 0;
	padding: 0; }

#content .page {
	margin: 0;
	padding: 0; 
}

#content .post p, #content .page p {
	margin: 0;
	padding: 0 0 15px 0;
	font-size:1.2em;
	line-height:1.5em;	
}

#content .post ul, #content .page ul {
	list-style-type: disc;
	font-size:1.2em;
	margin: 0;
	padding: 0 0 15px 20px; }

#content .post ul li, #content .page ul li {
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 0; }

#content .post ul.bold, #content .page ul.bold {
	color:#8d8d8d;
	font-size:1.5em;}

#content .post ul.bold li, #content .page ul.bold li {
	line-height:1.2em;
	padding:0 0 10px 0;}

#content .post ul ul, #content .page ul ul {
	list-style-type: disc;
	margin: 0;
	padding: 0; }

#content .post ol, #content .page ol {
	font-size:1.2em;
	margin: 0;
	padding: 0 0 15px 0; }

#content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0; }

#content .post ol ol, #content .page ol ol {
	margin: 0;
	padding: 0; }

#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #E6E6E6; }

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6; }

#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0 0 0; }

.clear { clear: both; }


#content h1 {
	font-size: 20px;
	margin: 0;
	padding: 0 0 20px 0;
	color: #000;
	font-size: 1.8em; 
	line-height:1.3em;
}



#content h2 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-weight:normal; 
	color:#4b4b4b;
line-height:26px;
}

	#content h2 a, #content h2 a:visited {
		color: #333333;
		text-decoration: none; }

	#content h2 a:hover {
		color: #008DCF;
		text-decoration: none; }

#content h3 { font-size: 14px; }
#content h4 { font-size: 14px; }
#content h5 { font-size: 12px; }
#content h6 { font-size: 10px; }
#content h7 { font-size: 17px; font-weight:bold; }
#content h8 { font-size: 18px; font-weight:bold; }
#content h9 { font-size: 18px; font-weight:bold; color: #000; }

#content h1.casestudy {
	font-size: 15px;
	margin: 0;
	padding: 0 0 2px 0;
	color: #4b4b4b;
	line-height:1.3em;
text-transform: uppercase;
}


#content h2.casestudy {
	font-size: 1.8em;
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	font-weight:bold; 
	color:#000;
line-height:26px;
}


/***** Case Studies ********************/
#about {
	width:214px;
	padding: 15px;
	/*border: thin solid #e2e4e6;*/
	background-color: #f0f0f0;
}

#downloadpdf {
	width:244px;
	padding-top: 2px;
}


/***** Breadcrumb ********************/
.breadcrumb {
	margin: 0 0 25px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #ddd; }

	.breadcrumb a, .breadcrumb a:visited {
		color: #555;
		text-decoration: none; }

	.breadcrumb a:hover { text-decoration: underline; }


/* ############################################################################# */
							/* Header */
/* ############################################################################# */

#header {
	height: 100px;
	margin: 0 auto 0;
	padding: 0;
	margin-bottom: 20px; }

	#header .wrap {
		width: 960px;
		margin: 0 auto 0; }

#title-area {
	width: 160px !important;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden; }

	#title-area #title {
		font-size: 30px;
		font-weight: normal;
		line-height: 36px;
		margin: 0;
		padding: 0; }

		#title-area #title a {
			color: #333333;
			margin: 0;
			padding: 0;
			text-decoration: none; }

			#title-area #title a:hover {
				color: #333333;
				text-decoration: none; }

	#title-area #description {
		color: #666666;
		font-size: 14px;
		font-style: italic;
		font-weight: normal;
		margin: 0;
		padding: 0; }

#header .widget-area {
	width: 550px;
	color: #333333;
	float: right;
	margin: 0;
	padding: 0; }

	#header .widget-area a, #header .widget-area a:visited {
		color: #008DCF;
		text-decoration: underline; }

	#header .widget-area a:hover {
		color: #008DCF;
		text-decoration: none; }

	#header .widget-area p {
		margin: 0;
		padding: 0 0 5px 0; }

	#header .widget-area h4 {
		color: #333333;
		font-size: 14px;
		font-weight: normal;
		margin: 10px 0 0 0;
		padding: 0;
		text-decoration: none; }

	#header .widget-area ul {
		margin: 0;
		padding: 0; }

		#header .widget-area ul li {
			list-style-type: disc;
			margin: 0 0 0 20px;
			padding: 0; }


.header-image #header #title-area { background: url('images/logo.png') left 17px no-repeat; }

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block;
	float: left;
	height: 70px;
	margin: 0px 0 0 0px;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	background-position: 0px 20px !important; }

#sub_header {
	height: 30px;
	line-height: 30px;
	width: 100%;
	clear: both;
	float: left;
	margin: 8px 0 0 0; }

	#sub_header span.l, #sub_header span.r {
		color: #444;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		margin-top: -6px; }

	#sub_header span.l a, #sub_header span.r a {
		font-weight: 600;
		color: #444;
		text-decoration: none; }

	#sub_header span.l { float: left; }
	#sub_header span.r { float: right; font-size:18px !important;}

.header-right {
	float: right;
	width: 800px;
	margin: 0; }

.header-top-right {
	float: right !important;
	padding: 10px 0 5px 0;
	color: #f4f4f4; }

	.header-top-right a {
		color: #f4f4f4;
		padding: 0 4px;
		text-decoration:none;}

		.header-top-right a.loginlink {
			/*background: #3a3839;*/
			font-weight:bold;
			padding: 20px 6px 4px 6px; }

			.header-top-right a.loginlink:hover {
				/*background: #000;*/
				color: #f4f4f4; }

	.header-top-right a:hover {
		text-decoration:underline;}

.number {
	font-size: 15px;
	color: #f4f4f4;
	padding: 0 10px 0 0; }

ul#menu-secondary-menu { float: right !important; }

ul#menu-primary-menu {
	float: right !important;
	display: inline;
	margin: 0 10px 0 0 !important;
	margin:35px -170px 0 0 !important !ie7;	
}

.nav-right {
	clear: both;
	display: inline;
	margin: 0 !important;
	float: right !important; }

.header-right ul li {
	padding: 0 0 0 15px;
	margin: 0;
	list-style: none;
	display: inline; }

	.header-right ul li a { color: #fff; }
	.header-right ul li a:hover { color: #44c7e9 !important; }

	#header ul.menu li ul a:hover {color:#fff !important;}

.header-right p {
	color: #74a201;
	font-size: 2.5em;
	text-shadow: #fff 1px 1px;
	padding: 0;
	margin: 30px 20px 0 0;
	font-weight: normal; }


#header-social li { padding: 0 5px 0 0; }

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 200px;
	float: left; }


/* ############################################################################# */
							/* Header Navigation */
/* ############################################################################# */

#header ul.nav, #header ul.menu {
	width: auto;
	float: right;
	list-style: none;
	color: #f4f4f4;
	text-transform: uppercase;
	margin: 0;
	padding: 0; }

#header ul.nav li, #header ul.menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0; }

#header ul.nav li a, #header ul.nav li a:visited, #header ul.menu li a, #header ul.menu li a:visited {
	color: #f4f4f4;
	display: block;
	font-family: arial, helvetica;
	font-size: 12px;
	margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	position: relative; }

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a { color: #BBBBBB; }

#header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul { }

#header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	/*background: url(images/arrow-down.png);*/
	display: none;
	width: 0px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px; 
	border:solid 1px red !important;
}

ul.sub-menu {
	margin:5px 0 0 0;
	border:solid 1px #42c8ed; 
	background-color: #0097be;
	background-color: rgba(20,170,200,0.85);
	filter:alpha(opacity=85) !important;
	border: 1px solid #42c8ed;

	
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;

	box-shadow: 1px 3px 3px 1px rgba(0,0,0,0.1);
	padding:0 0 5px 0 !important;
	width:180px !important;
}

ul.sub-menu ul {
	border-radius:0;
	margin:-27px 0 0 180px !important;
	padding:0 !important;
}

ul.sub-menu ul li a {
	padding: 3px 10px 3px 10px;
}

#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	width: 160px;
	font-family: Arial, Tahoma, Verdana;
	font-size:0.8em;
	margin: 0;
	color:#fff;
	padding: 3px 10px 3px 10px;
	text-transform: uppercase;
	position: relative; 
}

#header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
	background: #28c2eb;
	color: #FFFFFF;
}

#header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px; }

#header ul.nav li ul, #header ul.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 158px;
	padding: 0;	 }

#header ul.nav li ul a, #header ul.menu li ul a { width: 140px; }

#header ul.nav li ul ul, #header ul.menu li ul ul { margin: -33px 0 0 159px; }

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul { left: -999em; }

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul { left: auto; }

#header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { position: static; }



/* ############################################################################# */
							/* Home Page */
/* ############################################################################# */

/***** Home Slider Top ********************/
#home-top {
	width: 960px;
	height: 325px;
	border-left: 0;
	padding: 0;
	margin: auto auto; }

	#home-top .slider-wraper {
		float: left;
		height: 100%;
		width: 580px; }

.slider-wraper img, .slider-wraper a img {
	padding: 0;
	margin: 0; }

 .home-top-right {
	float: left;	
	width: 380px;
	height: 100%;
	margin: 0;
	padding: 0; }

	.home-top-right p { font-size: 1em; }

	.home-top-right h2 {
		text-transform: uppercase;
		color: #909090;
		font-size: 1.2em;
		font-weight: bold;
		margin: 30px 0 0 30px; }

	.home-top-right ul {
		margin: 0;
		padding: 10px 5px 20px 35px;
		list-style: none; }

		.home-top-right ul li {
			margin: 0;
			padding: 0 0 0 20px;
			background: url(images/bullet-arrow.png) no-repeat 0px 2px; }


.bigbox {
	background: url(images/bigbox-bg.png) 7px 0px no-repeat;
	min-height: 380px;
	width: 980px;
	margin-top: 2px; }

	.bigbox h2 {
		color: #fff;
		font-size: 1.3em;
		font-weight: bold;
		padding: 0 0px;
		float: left;
		margin: 0 0 0 20px;
		height: 43px;
		line-height: 43px; }

	.bigbox p {
		color:;
		margin: 15px 0;
		padding: 0 20px; }

/* Visitor Type  */
#visitorType {
	height: 43px;
	float: right;
	display: inline;
	margin: 0;
	width: 960px;
	margin: 0 10px 0 0; }

#btt-nav-search, #btt-nav-social, #btt-nav-display {
	float: right;
	height: 40px;
	width: 215px;
	text-indent: -9999px;
	margin: 4px 6px 0 0; }

#btt-nav-search { background: url("images/btn-nav-search.png") no-repeat 0 0; }
#btt-nav-social { background: url("images/btn-nav-social.png") no-repeat 0 0; }
#btt-nav-display { background: url("images/btn-nav-display.png") no-repeat 0 0; }

#btt-nav-search:hover,#btt-nav-social:hover,#btt-nav-display:hover { background-position: 0 -43px; }


/* Home Feeds */
#home-feed-wrap {
	min-height: 340px;
	background: #fdfdfd;
	border: solid 1px #e0e0e0;
	width: 958px;
	padding: 15px 0 0 0;
	z-index: 0; }

.box-shadow {
	width: 1080px;
	height: 36px;
	display: block;
	background: url('images/bigbox-shadow.png') no-repeat 0px 0px;
	margin: -15px 0 0 0;
	position: relative;
	z-index: -50 !important; }

.home-feed {
	float: left;
	width: 260px;
	margin: 20px 0 0 42px;
	color: #888;
	line-height: 1.6em; }

	.home-feed img { float: left; }

	.home-feed h3 {
		font-size: 1.3em;
		text-transform: uppercase;
		margin: 4px 0 8px 35px;
		padding: 0; }

.feed-box {
	border-top: solid 1px #c6c6c6;
	padding: 10px 0 0 0; }

.home-feed a {
	color: #333;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-decoration: none; }

	.home-feed a:hover { text-decoration: none; }

	.home-feed a.more, .home-feed a.more-alt {
		color: #25A;
		font-weight: 400;
		display: block;
		padding: 10px 0 0 0; }

	.home-feed a.more-alt { color: #e86a20; }

		.home-feed a.more-alt:hover, .home-feed a.more:hover { text-decoration: underline; }

.home-feed span {
	display: block;
	margin: 0;
	padding: 0; }

.testimonial-widget {
	width: 290px !important;
	height: 177px;
	display: block;
	background: url("images/quote-bg.png") no-repeat 0 0;
	margin: -12px 0 0 0; }

.testimonial-widget .widget-wrap{
	width:290px;
}
	.testimonial-widget p {
		font-style: italic;
		color: #666;
		font-weight: bold;
		padding: 15px 30px 10px 20px;
		margin: 0;
		line-height: 1.5em; }

		.testimonial-widget p.source {
			font-style: normal;
			padding: 0 30px 0 20px; }

a.more-stories {
	float: left;
	margin: -23px 0 10px 10px;
	color: #25A;
	font-weight: 400; }

	a.more-stories:hover { text-decoration: underline; }

/* Carousel Client Logos */
.carousel {
	padding: 7px 0px 10px 63px;
	margin: 0 0 20px 57px;
	position: relative;
	float: left;
	z-index: 0;
	background: url(images/carousel-bg.png) 0px 0px no-repeat;
	width: 917px; }

#carousel-wrap {}

.carousel-slide {
	float: left;
	width: 160px;
	margin: 0 10px 0 0px;
	height: 70px; }

.carousel img {
	background-color: white;
	display: block;
	float: left; }

a.prev, a.next {
	width: 21px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0px; }

a.prev {
	left: 20px;
	top: 20px;
	background: url(images/carousel-prev.png) no-repeat 0px 0; }

	a.prev:hover { background-position: 0px -40px; }

a.next {
	right: 35px;
	top: 20px;
	background: url(images/carousel-next.png) no-repeat 0px 0px; }

	a.next:hover { background-position: 0px -40px; }

a.prev span, a.next span { display: none; }

.clearfix {
	float: none;
	clear: both; }

h3.carousel-title {
	float: left;
	margin: 8px 0 5px 60px;
	text-transform: uppercase;
	color: #222;
	font-size: 1em; }


/* ############################################################################# */
							/* Blog & News */
/* ############################################################################# */

/***** Post Info ********************/
.post-info {
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase; }

	.post-info p {
		margin: 0;
		padding: 0; }

/***** Post Meta ********************/
.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px dotted #CCCCCC;
	clear: both; }

/***** Author Box ********************/
.author-box {
	background: #F4F4F4;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden; }

	.author-box p {
		margin: 0;
		padding: 0; }

	.author-box img {
		background: #FFFFFF;
		float: left;
		margin: 0 10px 0 0;
		padding: 4px;
		border: 1px solid #E6E6E6; }


/***** Post Icons ********************/
.time {
	background: url(images/icon-time.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px; }

.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px; }

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px; }

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px; }

/***** Images ********************/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0; }

img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline; }

img.alignleft {
	padding-top: 10px;
	margin: 0 35px 10px 0;
	display: inline; }

img.alignright {
	padding-top: 10px;
	margin: 0 0 10px 35px;
	display: inline; }

.aligncenter {
	display: block;
	margin: 0 auto 10px; }

.alignleft {
	float: left;
	margin: 0 10px 0 0; }

.alignright {
	float: right;
	margin: 0 0 0 10px; }

.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #E6E6E6; }

	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0; }

	.wp-caption p.wp-caption-text {
		margin: 0;
		padding: 0;
		font-size: 11px;
		font-weight: normal;
		line-height: 12px; }

img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0; }

/***** Post Navigation ********************/
.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden; }

	.navigation ul {
		list-style-type: none;
		margin: 0;
		padding: 0; }

	.navigation li { display: inline; }

		.navigation li a {
			color: #008DCF;
			padding: 5px 8px 5px 8px;
			border: 1px solid #E6E6E6; }

			.navigation li a:hover {
				background: #008DCF;
				color: #FFFFFF;
				border: 1px solid #E6E6E6;
				text-decoration: none; }

		.navigation li.disabled {
			margin: 0;
			padding: 5px 8px 5px 8px;
			border: 1px solid #E6E6E6; }

		.navigation li.active a {
			background: #008DCF;
			color: #FFFFFF;
			font-weight: bold;
			border: 1px solid #E6E6E6; }

/***** Comments ********************/
.comments {
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0; }

#respond {
	margin: 0 0 15px 0;
	padding: 0; }

#author, #email, #url {
	background: #F4F4F4 !important;
	width: 250px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px; }

#comment {
	background: #F4F4F4 !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px; }

#submit {
	background: #666666;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #666666;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px; }

	#submit:hover {
		background: #333333;
		border: 1px solid #333333; }

.comment-list {
	margin: 0;
	padding: 0; }

.ping-list {
	margin: 0 0 40px 0;
	padding: 0; }

.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px; }

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none; }

.comment-list li ul li {
	margin-right: -6px;
	margin-left: 10px; }

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0; }

.comment-list li .avatar {
	background: #FFFFFF;
	float: right;
	border: 1px solid #E6E6E6;
	margin: 0 5px 0 10px;
	padding: 4px; }

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal; }

.commentmetadata {
	font-size: 11px;
	font-weight: normal; }

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }

.alt {
	margin: 0;
	padding: 10px; }

.children {  }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0; }

.reply a, .reply a:visited {
	background: #666666;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #666666;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px; }

.reply a:hover {
	background: #333333;
	text-decoration: none;
	border: 1px solid #333333; }

#comments .navigation {
	display: block;
	margin: 10px 0 0 0; }

.thread-alt, .thread-even {
	background: #F4F4F4;
	margin: 0;
	padding: 0; }

.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0; }

.even, .alt {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0; }


/* ############################################################################# */
							/* Sidebar */
/* ############################################################################# */

/* General Sidebars style */
#sidebar, {
	width: 225px;
	float: right;
	display: inline;
	margin: 0;
	padding: 0; }

#sidebar-alt {
	width: 225px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0; }

.sidebar-content #sidebar,.sidebar-sidebar-content #sidebar { float: left; }
/*test maxFugere 15 dec 2011 */ 
.content-sidebar #sidebar { float: right; }
/*fin test*/
.content-sidebar-sidebar #sidebar-alt { float: right; }
#sidebar .widget,#sidebar-alt .widget {
	background: #FFF;
	margin: 0 0 15px;
	padding: 0 0 10px; }

#sidebar h2,#sidebar h2 a,#sidebar-alt h2,#sidebar-alt h2 a {
	color: #333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: 700;
	margin: 0;
	padding: 0; }

#sidebar h2 a:hover,#sidebar-alt h2 a:hover {
	color: #25A;
	text-decoration: none; }

#sidebar h4 {
	color: #666;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px 5px 0px 0px;
	margin: 0 10px 5px 8px;
}

#sidebar h4:empty {
display:none;
}

#sidebar h3,#sidebar-alt h3 {
	font-size: 16px;
	color: #1e6199;
	line-height: 107.143%;
	text-transform: uppercase;
	font-weight: 700;
	margin: 4px 0 0;
	padding: 0; }

#sidebar-alt h3 a { text-decoration: none; }

#sidebar .widget p,#sidebar-alt .widget p {
	margin: 0;
	padding: 0; }

#sidebar .textwidget p,#sidebar-alt .textwidget p {
	margin: 0;
	padding: 10px 10px 0; }

#sidebar img,#sidebar a img,#sidebar-alt img,#sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0; }

.widget-wrap { clear: both; width:220px}



/***** Sidebar(s) Tag Cloud ********************/
#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div { padding: 0 0 0 5px; }


#nav .searchform {
	float: right;
	padding: 2px 0 0 0; }

.s {
	background: url(images/search.png);
	width: 120px;
	color: #999999;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-style: italic;
	margin: 4px 5px 0 0;
	padding: 2px 0 2px 7px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px; }

#header .s { width: 250px; }

.searchsubmit {
	background: #FFFFFF url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #0B87D9 1px 1px;
	text-transform: uppercase;
	margin: 0 28px 0 0;
	padding: 3px;
	border: 1px solid #555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 20px !ie;
	border: 0 !ie; }

	.searchsubmit:hover {
		background: #FFFFFF url(images/button-hover-g.png);
		border: 1px solid #a4bf18;
		height: 20px !ie;
		border: 0 !ie; }


/***** Latest Tweets Widget ********************/
#header .latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 20px 0 0 0;
	padding: 0 10px 0 0; }

#sidebar .latest-tweets {
	background: url(images/twitter-sidebar.png) top right no-repeat;
	margin: 10px 0 30px 0;
	padding: 0; }

/***** Calendar ********************/
#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%; }

	#wp-calendar caption {
		color: #333333;
		font-size: 12px;
		font-family: Arial, Tahoma, Verdana;
		font-style: italic;
		font-weight: normal;
		margin: 0;
		padding: 2px 5px 0 0;
		text-align: right; }

	#wp-calendar th { color: #333333; }

	#wp-calendar thead {
		margin: 10px 0 0 0;
		font-weight: bold;
		background: #F4F4F4 !important;
		color: #F4F4F4 !important; }

	#wp-calendar td {
		background: #F4F4F4;
		font-weight: normal;
		text-align: center;
		margin: 0;
		padding: 2px; }

	#wp-calendar tfoot td {
		background: none;
		margin: 0;
		padding: 0; }

/***** Contact Form ********************/
.gform_footer .button {
	background: #666666;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #666666;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px; }

	.gform_footer .button:hover {
		background: #333333;
		border: 1px solid #333333; }

.gform_footer input.button { color: #FFFFFF !important; }

.gform_wrapper .gform_footer { border: none!important; }



/* Sidebar Right Widget White Paper New */
.whitepaper {
	font-family: arial;
	width: 211px;
	height: 171px;
	float: left;
	margin: 0 0 15px 0; }

	.whitepaper h1 {
		font-size: 14px;
		font-weight: bold;
		color: #114262;
		margin: 15px 15px 0 10px;
		text-transform: uppercase;
		line-height: 14px; }

	.whitepaper h2 {
		font-size: 12px;
		font-weight: normal;
		margin: 10px 80px 25px 10px !important;
		color: #000;
		line-height: 14px; }

	.whitepaper span a {
		font-size: 11px;
		font-weight: bold;
		color: #114262;
		margin: 55px 0 0 10px; }

#maximizeEfficiency { background-image: url(images/maximizeEfficiencyBkgd.png); }
#sins { background-image: url(images/sinsBkgd.png); }
#improveResults { background-image: url(images/improveResultsBkgd.png); }
#needTool { background-image: url(images/needToolBkgd.png); }
#selectAcq { background-image: url(images/selectAcqBkgd.png); }
#ppcQuest { background-image: url(images/ppcQuestBkgd.png); }
#ruleBased { background-image: url(images/ruleBasedBkgd.png); }
#gaacqwebinar { background-image: url(/wp-content/uploads/2010/06/GAACQBkgd.png); }
#bestPractices { background-image: url(images/reporting-widgetBkgd.png); }
#pricingModel { background-image: url(images/pricing-widgetBkgd.png); }
#displayMatters { background-image: url(images/display-widgetBkgd.png); }
#webcast1 { background-image: url(images/optimization-widgetBkgd.png); }
#webcast2 { background-image: url(images/automation-widgetBkgd.png); }
#webcast3 { background-image: url(images/managedServices-widgetBkgd.png); }
#webcast4 { background-image: url(images/social-widgetBkgd.png); }






/* Sidebar-alt Nav */
.widget_hier_page {
	float: left;
	margin: 0 !important; }

#side-nav-top {
	background: url("images/side-nav-top.png") no-repeat 0 0;
	height: 8px;
	width: 210px;
	margin: 0; }

#side-nav-bg {
	background: url("images/side-nav-bg.png") repeat-y 0 0;
	width: 210px; }

#side-nav-bot {
	background: url("images/side-nav-bot.png") no-repeat;
	height: 9px;
	width: 210px; }

#sidebar ul ,#sidebar ol,#sidebar-alt ul,#sidebar-alt ol {
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 0 10px 0 0;
}

#sidebar-alt ul ul, #sidebar ul ul,#sidebar-alt ol, #sidebar ol {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em; }

#sidebar ul ul,#sidebar ol ol,#sidebar-alt ul ul,#sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px; }

#sidebar li,#sidebar-alt li {
	word-wrap: break-word;
	margin: 0;
	padding: 0; }

#sidebar-alt .current_page_item a, #sidebar .current_page_item a { color: #2F6588; }


#sidebar-alt ul ul li ul li.current_page_item a, #sidebar ul ul li ul li.current_page_item a {
	color: #2F6588;
	text-decoration: underline; 

}
#sidebar-alt .current_page_item a, #sidebar .current_page_item > a { color:#1e95da !important; }

#sidebar-alt ul li:before, #sidebar ul li:before {
	content:"\00BB \0020";
	float: left;
	margin: -2px 0 0 5px;
	padding: 0 5px 0 0; }

#sidebar-alt ul ul li ul li:before, #sidebar ul ul li ul li:before {
	content:"\00BB \0020";
	float: left;
	margin: 0;
	padding: 0 5px 0 0; }


#sidebar-alt ul li,#sidebar-alt ul ul li a, #sidebar ul li,#sidebar ul ul li a {
	text-decoration: none;
	color: #232323;
	background: #f0f0f0;
	border-bottom: 1px solid #f9f9f9;
	padding: 1px 0 0; }

/* Hack to have items displayed as block when on 2-lines  
	#sidebar-alt  ul li span {display:inline-block; width:170px; }
	#sidebar-alt  li ul li span {display:block; width:160px; height:20px; }
Hack end  */

#sidebar-alt li a, #sidebar li a {
	width: 100%;
	display: block;
	border-bottom: 1px solid #d4d4d4 !important;
	margin: 0;
	padding: 1px 0 4px !important; 
	color:#666 !important;
}

#sidebar-alt ul ul li:last-child a, #sidebar ul ul li:last-child a {
	border: 0 !important;
	margin: 1px 0 -1px; }

#sidebar-alt ul li a:hover, #sidebar ul li a:hover { color: #333; }

#sidebar-alt ul ul li ul li a,#sidebar-alt ul  ul li ul li, #sidebar ul ul li ul li a,#sidebar ul  ul li ul li {
	text-decoration: none;
	color: #5d5d5f;
	border: 0 !important;
	background: #f9f9f9;
	text-transform: none;
	font-weight: 400;
	font-size: 1em;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px !important; }

#sidebar-alt ul ul li a:hover, #sidebar ul ul li a:hover { color: #2F6588; }

#sidebar-alt ul ul li ul li a:hover, #sidebar ul ul li ul li a:hover { text-decoration: underline; }

#sidebar-alt ul ul li ul li:last-child a, #sidebar ul ul li ul li:last-child a {
	/*
	margin: 0 0 10px 0px!important;
	*/
	margin-bottom:10px !important;
	padding: 0 0 10px 10px !important;
	 }

#sidebar-alt ul ul li ul, #sidebar ul ul li ul {
	margin: 0 0 15px;
	padding: 0; }

#sidebar-alt ul ul li ul li ul, #sidebar ul ul li ul li ul {
	margin: 0 !important;
	padding: 0; }

#sidebar-alt ul ul li ul li ul li, #sidebar ul ul li ul li ul li {
	margin: 0 10px 0 0 !important;
	padding: 0; }

#sidebar-alt ul ul li ul li ul li a, #sidebar ul ul li ul li ul li a { padding: 0 20px 0 0 !important; }

#sidebar-alt ul ul li ul li ul li:last-child a , #sidebar ul ul li ul li ul li:last-child a {
	padding: 0 0 0 10px !important; }

/*
a.navLink  { text-decoration: none; color: #2A83C3;  } 
a.navLink:hover  {text-decoration: underline; color: #5d5e5f;  }
*/
ul.children {
	padding: 0 !important;
	margin: 0 !important; }

/* Remove current top parent page */
#sidebar ul li.current_page_ancestor > a { display: none !important; }
#sidebar li.current_page_ancestor > ul li.current_page_parent > a { display: block !important; }
#sidebar ul li.current_page_ancestor:before { display: none !important; }
#sidebar li.current_page_ancestor > ul li.current_page_ancestor:before { display: block !important; }
#sidebar ul li.current_page_item > a { display: none !important; }
#sidebar li.current_page_ancestor > ul li.current_page_item:before { display: block !important; }
#sidebar ul li.current_page_item:before { display: none !important; }
#sidebar li.current_page_ancestor > ul li.current_page_item > a { display: block !important; }


/* Social Sidebar */
#socialSbar {
	width: 211px;
	height: 43px;
	text-align: center;
	background-image: url(images/socialBkgd.png);
	margin: 0;
	padding: 28px 0 0; }

	#socialSbar ul {
		display: inline !important;
		float: left;
		margin: -2px 0 0 10px!important;
		padding: 0!important; }

		#socialSbar ul li {
			background: none;
			float: left;
			display: inline !important;
			margin: 0 !important;
			padding: 0 10px 0 0 !important;
			content: "" !important;
			border: 0 !important; }

			#socialSbar ul li a { border: 0; }

			#socialSbar ul li:before {
				content: "";
				float: left;
				margin: 0;
				padding: 0; }


 li.recentcomments {
	display:block;
	padding:10px !important;
	background:#f0f0f0 !important;
	margin:0 0 15px 0 !important;
}


.recentcomments a {
}


/* ############################################################################# */
							/* Footer */
/* ############################################################################# */


#footer-custom {
	clear: both;
	display: block;
	min-height: 200px;
	overflow: hidden;
	background: url('images/footer-bg.png') #1f1f1f repeat-x 0px 0px;
	color: #FFF;
	width: 100%;
	margin: auto auto;
	margin-top: 20px;
	padding: 30px 0 0 0; }

#footer-custom-inside {
	width: 980px;
	margin: auto auto;
	min-height: 250px; }

	#footer-custom-inside ul {
		float: left;
		width: 180px;
		list-style: none;
		margin: 0;
		padding: 0 15px 0 0; }

		#footer-custom-inside ul h4 {
			color: #fefefe;
			font-size: 1.1em;
			font-weight: 400;
			font-weight: bold;
			padding: 0 0 5px 0;
			margin: 0; }

		#footer-custom-inside ul li ul {
			margin: 0;
			padding: 0; }

#footer-custom-inside-social {
	float: left;
	width: 280px;
	border-left: solid 1px #666;
	padding: 0 0 0 40px; }

#social-icons { margin: 6px 0 0; }

	#social-icons img { margin: 0 5px 0 0; }

#footer-custom-inside-social table { padding: 10px 0; }

#footer-custom-inside-form {
	border: solid 1px #525252;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 8px 0 0;
	padding: 5px; }

.copy {
	background: #2b2b2b;
	width: 100%;
	float: right;
	color: #939393;
	font-size: 1em;
	text-align: center;
	margin: 15px 0 0 0;
	padding: 5px 0 5px 0; }


.copy-right {
	width: 400px;
	float: right;
	color: #939393;
	font-size: 1em;
	text-align: right;
	margin:30px 0 0 0;
	padding:0; }


#footer-custom-inside h4 {
	color: #fefefe;
	margin: 0;
	padding: 0; }

#footer-custom-inside a,#footer-custom-inside a:visited {
	color: #888;
	text-decoration: none; }

#footer-custom-inside a:hover {
	color: #fff;
	text-decoration: underline; }

#footer-custom-inside p {
	margin: 0;
	padding: 0;
	color: #bbb;
	font-size: 1.2em; }

	#footer-custom-inside p span { color: #eee; }

#footer-custom-inside .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px; }

	#footer-custom-inside .gototop a {
		background: url(images/footer-top.png) no-repeat left center;
		margin: 0;
		padding: 2px 0 2px 18px; }

#footer-custom-inside .creds {
	width: 740px;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0 10px 0 0; }

#footer-social {
	float: left;
	width: 325px;
	border-right: solid 1px #666;
	padding: 0 15px 0 0px;
	margin: 0 30px 0 20px; }

	#footer-social h4 {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1.2em; }

	#footer-social p {
		padding: 0;
		margin: 0 0 20px 0;
		font-size: 1em;
		line-height: 1.4em;
		color: #888; }

#social-icons { margin: 6px 0 0; }
#social-icons img { margin: 0 5px 0 0; }
#footer-social table { padding: 0px 0; }

.col-2 { float: left; }
.col-2 h4 { font-size: 1em !important; }

.ui-tabs .ui-tabs-panel {
	float:left;
}



