/*
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/css/undo.css");
@import url("../vigilance/css/master.css");
@import url("../vigilance/functions/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

-----------------------------------------------------------*/
body {
background-image: url(http://healingwithlove.net/wp-content/themes/vigilance/images/bg-canvas.jpg);
}
#wrapper {
background-color: #f7fdf1;
}

#title {
font-family: 'Lucida calligraphy', Georgia;

}
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { 
color: #386546;/*#888a77; */
}
h1#title a:hover, div#title a:hover { 
color: #669; text-decoration: none; 
}

#description h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #669;
        padding-left: 10px;
}
/*sidebar*/

#sidebar {
background-image: url(http://healingwithlove.net/wp-content/themes/vigilance/images/01.jpg);
background-repeat: repeat-y;
}

#sidebar a:link, #sidebar a:visited {
color: #772124; text-decoration: none;
}

#sidebar a:hover {
text-decoration: underline;
color: #386546;
}
/*end of sidebar*/

/*typography, content area*/
h1.pagetitle, h2 {
   color: #669;
}
a:link, a:visited {
color: #669;
}
a:hover {
color: #862016;
}
#content a:link, #content a:visited {
color: #669;
}
#content a:hover {
color: #862016;
}
#footer a:link, #footer a:visited {
color: #c3c3c3;
text-decoration: underline;
}
#footer p {
color: #c3c3c3;
}


