/*
Theme Name:	Vigilance PRO Child Theme
Theme URI: 	http://thethemefoundry.com/vigilance/
Description: 	Custom child theme for PRO Members.
Version: 1.32
Author:		Drew Strojny
Author URI:	http://thethemefoundry.com
Template: vigilance
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../vigilance/stylesheets/master.css");
@import url("../vigilance/functions/stylesheets/style-options.php");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Page Templates
-----------------------------------------------------------*/

#content.no-sidebar { width: 920px; }
#content.no-sidebar li.comment { width: 560px; }

body.page-template-left-sidebar-php #sidebar { 
  width: 300px;
  float: left; 
  padding: 0;
}
body.page-template-left-sidebar-php #content { 
  width: 600px;
  float: right; 
  padding: 20px 0 20px 20px;
}

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/
/* custom */

.buttons {
	display: block;
	height: 340px; /*height: 270px; */
	width: 570px; /* width: 495px; */
	margin-top: 200px;
	margin: 0 auto;
	/*background: #FFFFFF url(images/bottom-call-us.jpg) no-repeat bottom left;*/
	background: #FFFFFF url(http://www.cheapmortgageloans.com.au/wp-content/uploads/2011/03/cml_footer.jpg) no-repeat bottom left;
        list-style: none;
}
.buttons ul {
	list-style: none;	
	display: block;	
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.buttons ul li {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	/*top: 270px;
	left: 105px;*/
	top: 255px;
	/*left: 70px;*/
	
	left: -25px;
	width: 100%;
}

.buttons ul li.contact a{ list-style: none;
	background: url(images/contact-blue.png) no-repeat top left;
}

.buttons ul li a{
        list-style: none;
	display: block;
	height: 59px;
	width: 159px;	
}

.buttons ul li.contact a:hover {
        list-style: none;
	background: url(images/contact-red.png) no-repeat top left;
}

.buttons ul li.enquire a {
	/*background: url(images/enquire-blue.png) no-repeat top left;*/
	height: 81px;
	width: 523px;
	background: url(http://www.cheapmortgageloans.com.au/wp-content/uploads/2011/03/cml_button1.png) no-repeat top left;
	background-position: 88px 0px;/*css sprite*/
}

.buttons ul li.enquire a:hover {
	/*background: url(images/enquire-red.png) no-repeat top left;*/
	height: 81px;
	width: 523px;
	background: url(http://www.cheapmortgageloans.com.au/wp-content/uploads/2011/03/cml_button2.png) no-repeat top left;
	background-position: 88px 0px;/*css sprite*/
}

#ctahdr {	
	width:286px;
	float:right;
	margin-right: 0px;
	height: 30px;
	margin-top: 0px;
        margin-bottom: 60px;
}

.bandit {
        display: none;
} 

