/*Theme Name:	Vigilance *Child Theme* - Customized for C21 T&C blog by tsykes
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.comTemplate: 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 {	font-size: 55%;
	font-family: Tahoma, "Tahoma", Times, Serif;
	line-height: 2em;
	color: black;
                  background: #fff7cc;
	}
#wrapper{	width: 700px;
	margin: 0 auto;
	text-align: left;
        background: #fff7cc;
	}
#content{ 	float: left;
 	width: 525px;
	padding: 5px 0 5px 0;
        text-align: justify;
	}
#sidebar {
 	float: right;
 	width: 160px;
  	padding-bottom: 5px;
	line-height: 1.5em;
	}
.thin-sidebar {
	float: left;
	width: 120px;
	}
.spad { padding-right: 5px; }

ul li.widget ul {
	margin: 0;
	font-size: 1.2em;
	}
#header {
	padding: 5px 0 5px 0;
	border-bottom: 3px solid #333;
	}
h1#title, div#title {
	font-size: 2.3em;
	font-weight: normal;
	line-height: 1.3em;
	}
#description h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #666;
	}