/*
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 {
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	color: #6b6b6b;
/*	background-attachment:fixed;
line-height: 2.2em;
	background-image:url(fade.jpg);
	background-position:center center;
	background-repeat:repeat;*/
	}
	
.noborde { border:none;}
.alert-box {
  margin: 0 0 20px 0;
  padding: 0 20px;
  background: #F7F7F7;
	border-top: 2px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	color:#4b4b4b;
  }
#nav {
	float: right;
	font-size: 1.5em;
	}
	
	h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { color: #6b6b6b; }
	
	#description h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #6b6b6b;
	}
	
	.entry p {
color: #333333;
}

#sidebar a:link , #sidebar a:visited {
color:#333;
}
#sidebar a:hover {
color:#555;
}
#sidebar ul li ul li {
background-color:#000;
}
#sidebar ul li ul li a:hover, #sidebar ul li ul li a:link,#sidebar ul li ul li a:visited{
color:#fff;
}

#sidebar {
color:#c0c0c0;
}
#sidebar { 
	
	width: 180px;
 
	}
#content{ 
	
	width: 720px;
	
	}

h2.widgettitle {
	border-bottom:1px solid #DDDDDD;
	font-size:1em;
	line-height:1.5em;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1.2pt;
	color:#000;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#nav .page_item a:link, #nav .page_item a:visited {

text-decoration:none;
}

#header {
	padding: 12px 0 0px 0;
	border-bottom: 5px solid #000;
	}
	
.entry blockquote p {

font-size:1.3em;
line-height:1.3em;
margin:0;
padding:0 0 0 40px;

}
blockquote {
background:#F7F7F7 none repeat scroll 0 0;
border-bottom:4px solid #4b4b4b;
border-top:4px solid #4b4b4b;
float:left;
margin:10px 10px 10px 0;
padding:15px;
width:570px;
}

a:link, a:visited {
color:#333;

}
.date, .comments {

text-transform:uppercase;
}
.comments {
	color:#757575;
	text-align: right;
	float:right;
	
	height:30px;

}


.post-footer {
	background: #ffffff;
	border-top: 1px solid #000;
	border-bottom: 0px none #dddddd;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	}
	
#search_form input { 
  padding: 4px 2px; 
  width: 292px;
  border: 2px solid #acacac;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #F4F4F4;
  color: #888;
  }
  #goog-wm-qt, #s { 
  padding: 4px 2px; 
  width: 292px;
  border: 2px solid #acacac;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #F4F4F4;
  color: #888;
  }
  
  #goog-wm-sb {
	width: 150px;
	border: 1px solid #acacac;
	background: #888;
	color: #F4F4F4;
	margin-left: 20px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
  }
  .date {
	
	padding-top: 0px;
	
	}
  .post-header h1, .post-header h2 { 
  font-size: 1.6em;
	font-weight: normal;
 color: #000000;
 
  text-transform: uppercase;
  }
  
  .more-link{
	text-transform:uppercase;  
  }

/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/