/**
 *	Theme Name: Acuro
 *	Theme URI: http://www.acuro.com
 *	Author: Mariart
 *	Author URI: http://www.mariart.com.au
 *	Description: This is the custom-deisgned theme for the Acuro website.
 *	Version: 0.1
 *	Text Domain: acuro
 */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/*  **********************************************************************  **

	Our styles under here.
	
	Colours:
		Background Gray:		#E6E7E9;
		Text Gray:				#94959A;
		Standard green:			#3AB54A;

**  **********************************************************************  */

/*  **********  Standard HTML tags  **********  */
body {
	background: #E6E7E9;
	color: #94959A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #3AB54A;
}

h1, h2, h3, h4, h5, h6 {
	color: #3AB54A;
}

h1 {
	margin: 0 0 20px 0;
	font-size: 30px;
}
h2 {
	margin: 30px 0 10px 0;
	font-size: 24px;
}
h3 {
	margin: 20px 0 5px 0;
	font-size: 16px;
}
p, li, th, td {
	line-height: 18px;
	margin: 10px 0;
}

.entry-content ul li {
	list-style: outside;
	margin: 0 0 0 20px;
}
.entry-content ol li {
	list-style: decimal;
}



/*  *********  Standard page containers  **********  */
#page {
	width: 1048px;
	margin: 0 auto;
	background: #FFFFFF;
}
#main {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: auto;
}



/*  **********  Header  **********  */
header#branding {
	height: 160px;
	text-align: center;
}
header#branding img {
	margin: 40px 0 0 0;
}



/*  **********  Top navigation area  **********  */
nav#primary_nav {
	padding: 30px 44px 0 44px;
	height: 42px;
	background: url("images/nav/top/top_menu_bg.jpg") bottom center repeat-x;
}
nav#primary_nav .sf-menu {
	display: block;
	width: 100%;
	background: none;
	margin: 0;
}
nav#primary_nav .sf-menu > li {
	width: 20%;
	background: none;
}
nav#primary_nav .sf-menu a, nav#primary_nav .sf-menu a:visited {
	color: #FFFFFF;
	text-transform: uppercase;
}
nav#primary_nav .sf-menu > li > a {
	border: none;
	background: none;
	text-align: center;
	height: 42px;
	line-height: 42px;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

/* Second level */
nav#primary_nav .sf-menu ul {
	width: 240px;
	top: 30px;
	left: 25px;
}
nav#primary_nav .sf-menu ul li {
	background: url("images/nav/top/sub_menu_1_bg.png") top left repeat-y;
	padding: 10px 20px;
}
nav#primary_nav .sf-menu ul li:first-child {
	padding-top: 40px;
	background: url("images/nav/top/sub_menu_1_top.png") top left no-repeat;
}
nav#primary_nav .sf-menu ul li:last-child {
	padding-bottom: 20px;
	background: url("images/nav/top/sub_menu_1_btm.png") bottom left no-repeat;
}
nav#primary_nav .sf-menu ul a, #nav#primary_nav .sf-menu ul a:focus, #nav#primary_nav .sf-menu ul a:visited {
	padding: 0;
	border: none;
	background: none;
	color: #94959A !important;
}
nav#primary_nav .sf-menu ul a:hover {
	color: #3AB54A !important;
}



/*  **********  Secondary navigation area  **********  */
nav#secondary_nav {
	height: 47px;
	margin: 0;
	padding: 0;
	background: url("images/nav/bottom/btm_menu_bg.jpg") top center repeat-x;
}
nav#secondary_nav ul#menu-secondary-navigation {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
nav#secondary_nav ul#menu-secondary-navigation li {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 45px;
	line-height: 45px;
}
nav#secondary_nav ul#menu-secondary-navigation li a {
	color: #94959A;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 0 0 25px;
	display: block;
}
nav#secondary_nav ul#menu-secondary-navigation li.menu-item-279 {
	background: url("images/nav/bottom/icon_home.png") center left no-repeat;
}
nav#secondary_nav ul#menu-secondary-navigation li.menu-item-28 {
	background: url("images/nav/bottom/icon_enews.png") center left no-repeat;
}
nav#secondary_nav ul#menu-secondary-navigation li.menu-item-30 {
	background: url("images/nav/bottom/icon_facebook.png") center left no-repeat;
}
nav#secondary_nav ul#menu-secondary-navigation li.menu-item-31 {
	background: url("images/nav/bottom/icon_linkedin.png") center left no-repeat;
}
nav#secondary_nav ul#menu-secondary-navigation li.menu-item-29 {
	background: url("images/nav/bottom/icon_mail.png") center left no-repeat;
}



/*  **********  Footer  **********  */
footer#colophon {
	height: 95px;
	background: url("images/footer_bg.jpg") top left repeat-x #3AB54A;
}
footer#colophon .inner {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: right;
}
footer#colophon a {
	color: #FFFFFF;
	text-decoration: none;
}



/*  **********  Standard page layout  **********  */
#primary {
	float: left;
	width: 670px;
	
}
#secondary {
	float: left;
	width: 240px;
	margin: 35px 0 0 50px;
}



/*  **********  Testimonial areas  **********  */
.page_testimonial {
	width: 670px;
	height: 301px;
	background: url("images/testimonial_bg.jpg") top left no-repeat;
	margin: 40px 0 20px 0;
	position: relative;
}
.page_testimonial .testimonial {
	position: absolute;
	top: 70px;
	left: 40px;
	width: 590px;
	height: 120px;
	overflow: auto;
	font-size: 14px;
	font-style: italic;
	line-height: 26px;
}
.page_testimonial .name {
	position: absolute;
	bottom: 0;
	left: 100px;
	color: #3AB54A;
	font-size: 14px;
}

.testimonial_widget {
	width: 240px;
	height: 540px;
	background: url("images/quote_bg_tall.jpg") top left no-repeat;
	margin: 50px 0 20px 0;
	position: relative;
}
.testimonial_widget .test {
	position: absolute;
	top: 60px;
	left: 25px;
	width: 190px;
	height: 355px;
	overflow: auto;
	font-size: 16px;
	font-style: italic;
	line-height: 26px;
}
.testimonial_widget .name {
	position: absolute;
	bottom: 0;
	left: 100px;
	color: #3AB54A;
	font-size: 14px;
}



/*  **********  Right-hand sidebar menus  **********  */
/* Home-page menu */
#menu-home-page li {
	margin: 0;
	padding: 0;
	line-height: 43px;
}
#menu-home-page li a {
	padding: 0 10px 0 35px;
	background: url("images/nav/right/right_menu_bg.jpg") bottom left no-repeat #FFFFFF;
	text-transform: uppercase;
	display: block;
	color: #94959A;
	text-decoration: none;
}
#menu-home-page a:hover {
	background: url("images/nav/right/right_menu_bg_over.jpg") bottom left no-repeat #3AB54A;
	color: #FFFFFF;
}

#menu-home-page li:first-child a {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#menu-home-page li:last-child a {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* standard nav menu */
li.widget ul.menu li {
	margin: 0;
	padding: 0;
	line-height: 43px;
}
li.widget ul.menu li a {
	padding: 0 10px 0 35px;
	background: url("images/nav/right/right_nav_top.jpg") bottom left no-repeat #3AB54A;
	text-transform: uppercase;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
li.widget ul.menu  li li a {
	padding: 0 10px 0 35px;
	background: url("images/nav/right/right_menu_bg.jpg") bottom left no-repeat #FFFFFF;
	text-transform: uppercase;
	display: block;
	color: #94959A;
	text-decoration: none;
}
li.widget ul.menu  li li.current_page_item > a, li.widget ul.menu  li li a:hover {
	background: url("images/nav/right/right_nav_over.jpg") bottom left no-repeat #3AB54A;
	color: #FFFFFF;
}
li.widget ul.menu > li {
	display: none;
}
li.widget ul.menu > li.current_page_item, li.widget ul.menu > li.current_page_parent, li.widget ul.menu > li.current_page_ancestor {
	display: block;
}
li.widget ul#menu-home-page > li {
	display: block
}

#sidebar_default li.widget ul.menu > li > a {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
li.widget ul.menu li:last-child > a {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
li.widget ul.menu li.box > a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

li.widget ul.menu li li li {
	margin-left: 20px;
}
li.widget ul.menu li li li a {
	
	padding: 0 15px;
}
li.widget ul.menu li li li.current_page_item > a, li.widget ul.menu li li li a:hover {
	background: #CCCCCC;
}
li.widget ul.menu li li li a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

/* News area */
#sidebar_news h2.widgettitle {
	background: url("images/nav/right/right_nav_top.jpg") bottom left no-repeat #3AB54A;
	color: #FFFFFF;
	line-height: 43px;
	text-transform: uppercase;
	padding: 0 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 12px;
	margin: 0;
}
#sidebar_news .widget ul {
	padding-bottom: 20px;
}
#sidebar_news .widget li {
	margin: 0;
	padding: 0;
}
#sidebar_news .widget li a {
	padding: 10px 10px 10px 35px;
	background: url("images/nav/right/right_menu_bg.jpg") bottom left no-repeat #FFFFFF;
	text-transform: uppercase;
	display: block;
	color: #94959A;
	text-decoration: none; 
}
#sidebar_news .widget li a:hover {
	background: #CCCCCC;
	color: #FFFFFF;
}
#sidebar_news .widget li:last-child a {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.news_teaser h2 {
	margin: 0;
}



/*  **********  Page bottom areas  **********  */
.page_feature_container {
	height: 230px;
	margin: 40px 0 50px 0;
}
.page_feature_container.left {
	float: left;
}
.page_feature_container.right {
	float: right;
}



/*  **********  Home page  **********  */
div.home_testimonial {
	background: url("images/home_testimonial_bg1.jpg") top left no-repeat;
	width: 670px;
	height: 141px;
	padding: 0 0 20px 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
div.home_testimonial.test2 {
	background: url("images/home_testimonial_bg2.jpg") top left no-repeat;
}
div.home_testimonial.test3 {
	background: url("images/home_testimonial_bg3.jpg") top left no-repeat;
}
div.home_testimonial .inner {
	padding: 25px 50px;
}
div.home_testimonial .testimonial_customer {
	color: #3AB54A;
	position: absolute;
	bottom: 0;
	left: 90px;
}
div.home_testimonial.test3 .testimonial_customer {
	bottom: -5px;
}
/*
div#home_quote {
	width: 670px;
	height: 364px;
	background: url("images/home_quotebox.jpg") top left no-repeat;
}
div.home_testimonial {
	padding: 22px 20px 0 20px;
}
*/
.testimonial_content {
	font-style: italic;
}
.testimonial_customer {
	font-weight: bold;
}



/*  **********  News pages  *********  */
.news_archive_container {
	overflow: auto;
	padding: 30px 0;
}
.news_archive_container .news_image {
	width: 150px;
	height: 150px;
	float: left;
}
.news_archive_container .news_teaser {
	width: 490px;
	min-height: 150px;
	float: left;
	margin-left: 20px;
}
article.post {
	margin-top: 45px;
}



/*  ********  Our Team page  *********  */
/*
.team_thumb_container {
	float: left;
	width: 210px;
	height: 230px;
	margin: 0 20px 0 0;
}
.team_thumb_container.last {
	margin: 0;
}
.team_thumb_contanier img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.team_thumb_container h2 {
	font-size: 20px;
	margin-top: 7px;
}
*/
.team_thumb_container {
	float: left;
	width: 145px;
	height: 170px;
	margin: 10px 30px 0 0;
}
.team_thumb_container.last {
	margin-right: 0;
}
.team_thumb_contanier img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.team_thumb_container h2 {
	font-size: 16px;
	margin-top: 10px;
}



/*  **********  Clients page  **********  */
table.clients {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}
table.clients tr {
	vertical-align: top;
}
table.clients td, table.clients th {
	padding: 5px;
}
table.clients th {
	background: #3AB54A;
	color:#FFFFFF;
	font-weight: bold;
}
table.clients td {
	border-bottom: 1px solid #CCCCCC;
}
table.clients tr td:first-child {
	font-weight: bold;
}




/*  **********  Contact us page  **********  */
#contact_left {
	float: left;
	width: 400px;
}
#contact_right {
	margin-left: 440px;
}
.gform_heading span {
	line-height: 18px;
}


/*  **********  Case studies  **********  */
h1.casestudy_title {
	margin-bottom: 40px;
}
h2.casestudy {
	margin-bottom: 40px;
}

/*  **********  Strategic Partners  **********  */
table.strategic h2 {
	margin-top: 0;
}
table.strategic img {
	float: left;
}
table.strategic tr {
	vertical-align: top;
}
table.strategic td {
	margin: 0;
	padding: 0 0 30px 0;
}
table.strategic td.thumb {
	width: 180px;
}



/*  **********  Standard page elements  **********  */
#primary img.attachment-page_feature {
	margin-bottom: 20px;
}

a.more-link {
	display: block;
	text-indent: -99999px;
	height: 30px;
	width: 113px;
	background: url("images/ReadMore_Button.jpg") top left no-repeat;
	padding: 0;
	margin: 20px 0 0 0;
}
a.download-link {
	/*
	display: inline-block;
	text-indent: -99999px;
	height: 30px;
	width: 113px;
	background: url("images/Download_Button.jpg") top left no-repeat;
	*/
	font-weight: bold;
}
ol {
	margin: 20px 0 20px 20px;
}
ol li {
	margin: 0;
	list-style: decimal;
}

table.content_table {
	width: 100%;
}
table.content_table tr {
	vertical-align: middle;
}
table.content_table tr.odd {
	background: #FFFFFF;
}
table.content_table tr.even {
	background: #F0F0F0;
}
table.content_table td {
	padding: 10px 5px;
	height: 30px;
	font-weight: bold;
}

#head_spacer {
	height: 40px;
}



article.post-164 h3 {
	margin: 30px 0 10px 0;
}