/*
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(../myvigilance/images/bg-main.png);
   color: #7f001c;
}

p {
font-family: Georgia, Times, sans-serif;
font-size: 1.1em;
}



#blog-banner {  

border-bottom: 4px solid #7f001c;
}


h1.pagetitle {

  font-size: 26px;
  font-family: Papyrus, Tahoma, Arial;
  font-style: bold;
  color: #b23612;
}

p.q {
  color: #b23612;
  font-style: italic;
  
}
#description h2, .entry h2 {
 font-size: 18px;
  font-family: "Trebuchet MS", Tahoma, Arial;
  font-style: italic;
  color: #b23612;

}
#description h2 {
 margin-left: 100px;
}
#header {
padding-top: 10px;
border-bottom: 4px solid #701128;
background-image: url("../myvigilance/images/southpaw.png");
background-repeat: no-repeat;
background-position: 10px;
}
ul li.widget ul li a {
   font-family: "Trebuchet MS", Tahoma, Arial;
   font-size: 105%;
   color: #59770e;
}
#sidebar {
  background-image: url("../myvigilance/images/bg-rtcol.jpg");
  background-repeat: repeat-y;
  margin-top: 20px;
 
}
#sidebar-image {
 padding-top: 0;
}
#sidebar ul {
   padding-left: 15px;
}
#wrapper {
background-color: #ecebc2;
}