/*
Theme Name:	Vigilance *Child Theme*
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	Your custom child theme for Vigilance. Make all your custom changes in the <code>themes/myvigilance</code> folder.
Author:		Drew Strojny
Author URI:	http://www.jestro.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; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#wrapper {
	background-image: url(web-ad.jpg);
	}

#wrapper {
	background-image: url(http://www.bondipilates.com.au/frontpage.jpg);
	}
*/
#header {
border-bottom:5px solid #333333;
margin:0 0 10px;
padding:20px 0 10px;
}


body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-image: url(http://www.bondipilates.com.au/sidebanner.png);
font-family:Helvetica,"Arial",sans-serif;
}

h2.widgettitle {
border-bottom:1px solid #EEEEEE;
font-family:Helvetica,"Arial",sans-serif;;
font-size:1.4em;
font-weight:bold;
color: 00a781;
letter-spacing:1.2pt;
padding:15px 0 3px;
text-transform:uppercase;
}

.highlight {
	font-size: 12px;
	color: #CC6600;
}

.highlight-red {
	font-size: 12px;
	color: #d50000;
}