/*
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"); this was in previous child version....assuming it's no longer needed */
@import url("../vigilance/stylesheets/master.css");
@import url("../vigilance/functions/stylesheets/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 & Links 
------------------------------------------------------------ */
body {
	font: 62.5% Arial,Helvetica,Sans-serif;
  color: #444;
	line-height: 2.2em;
 background: url("images/bkgd-diag-blue.gif") repeat-x top center; /* ##SD## */ /*background: #D8D8D8 url("images/bkgd.gif") repeat-x top center; */
	}
/*
a:link, a:visited { color: #4265A7; }
.entry a:link, .entry a:visited { font-weight: bold; }
a:hover {
	color: #993333;
	}
*/



.widget_status_press p {
font-size: 120%;
line-height: 1.7em;
}





/* EXTRAS - PLEASE CLEAN OUT
------------------------------------------------------------ */
/* ----- cforms II --------- */
fieldset { margin 0px; padding: 30px; }




/* ------ AMAZON WISHLIST ------ */
ul.wishlist { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

li.wishlistitem { 
	/*border-top: 1px solid #AFAFAF; 
	border-left: 1px solid #AFAFAF; */
	background: #E9E9E9; 
	height: 70px; 
	padding: 10px; 
	margin: 0 0 5px 0;
	clear: both !important;
	list-style-type: none; 
}
li.wishlistitem a { vertical-align: top; }
li.wishlistitem img { 
	float: left; 
	padding-right: 10px; 
	padding-bottom: 15px; 
}
span.wishlistadded { font-size: 8pt; }
br.amazonbr { clear: both !important; }
ul.wishlistnav { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	display: block;
}

.alignright { float: right; }
.alignleft { float: left; }


 dl.wish {
 margin: .5em 0 2em 20px;
 padding: 0;
 }

 .wish dt {
 position: relative;
 left: 0;
 top: 5.1em;
 width: 5em;
 }

 .wish dd {
 border-left: 3px solid #66CC00;
 margin: 0 0 0 7em;
 padding: .25em 0 .25em .5em;
 }

/* ------ Linked In Button ------*/
#linkedin {
padding: 5px 0 15px 20px;
}
/* ------ ClaimID Button --------*/
#claimID {
text-align: center;
padding-bottom: 15px;
}
/* ------ Facebook Button --------*/
#facebook {
}
