/* @override http://c-a-k-e-s.net/blog/wp-content/themes/myvigilance/style.css */

/* @override http://c-a-k-e-s.net/blog/wp-content/themes/myvigilance/style.css */

/*
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
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/


/* header */
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { color: #A24CC8; }


body {
	background-color: #FFF9C0;
}

a:link, a:hover { 
	color: #a24cc8;
}

a:visited {
	color: #FF6FCF;
}

/* Post Header */
.post-header h1 a:link,
.post-header h1 a:visited,
.post-header h2 a:link,
.post-header h2 a:visited {
	color: #A24CC8;
}

.post-header h1,
.post-header h2 {
	color: #A24CC8;
}

.post-footer a:link,
.post-footer a:visited {
	color: #a24cc8;
}

.date {
	color: #4c4c4c;
}
.date span {
	color: #bbb;
}

/* Navbar */
#nav .page_item a:hover {
	color: #a24cc8;
}

#nav .page_item a:link, #nav .page_item a:visited {
	color: #FF6FCF;
}

#nav .page_item a:hover {
	color: #FF6FCF;
	border-top: 4px solid #FF6FCF;
}

#nav .current_page_item a:link, #nav .current_page_item a:visited, #nav .current_page_item a:hover, #nav .current_page_parent a:link, #nav .current_page_parent a:visited, #nav .current_page_parent a:hover, #nav .current_page_ancestor a:link, #nav .current_page_ancestor a:visited, #nav .current_page_ancestor a:hover {
	color: #a24cc8;
	border-top: 4px solid #a24cc8;
}

/* My Comment */

/* Pages */
h1.pagetitle, h2.pagetitle {
	color: #A24CC8;
}
	
/* Sidebar */
h2.widgettitle {
	color: #A24CC8;
	font-weight: bold;
}

div.textwidget p.email {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, Serif;
	line-height: 2.2em;
	color: #333;
}