/*
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;
	}
*/
body{
color: black;

background-image: url(images/bgrd.gif);
background-repeat: repeat-x;
background-position: left top;

}

body, h2.widgettitle, .comments, .meta, .date, #nav {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
}

#description h2 {
color:#666666;
font-size:2em;
}

h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited {
color: black;
}

a:link, a:visited {
color: black;
}

#search_form input {
width:293px;
}

/* Contact Form */
.wpcf7-form input[type="text"] {
background:#F4F4F4 none repeat scroll 0 0;
border-color:#ACACAC #CCCCCC #CCCCCC #ACACAC;
border-style:solid;
border-width:2px 1px 1px 2px;
color:#888888;
padding:4px 2px;
width:450px;
}

.wpcf7-form textarea {
background:#F4F4F4 none repeat scroll 0 0;
border-color:#ACACAC #CCCCCC #CCCCCC #ACACAC;
border-style:solid;
border-width:2px 1px 1px 2px;
color:#888888;
padding:4px 2px;
width:450px;
}