/*
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: #FFFFFF;
}

#wrapper{
	width: 93%;  /* orig. 920px; */
	margin: 20px;  /* orig.  auto;  */
	text-align: left;
        border:  0px;
	}
#content{ 
	float: left; 
	width: 60%;  /* orig. 600px; */
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 20px;
	}
#sidebar { 
	float: right; 
	width: 30%;  /* orig. 300px; */
	margin: 0 auto;
	padding-bottom: 20px;
	}
.thin-sidebar {
	float: left;
	width: 140px;
	}
.spad { padding-right: 20px; }
#footer { 
	clear: both;
	padding-top: 5px; 
	border-top: 1px solid #ddd;
	}

.textwidget  {
	padding-top: 5px; 
	padding-bottom: 15px; 
	line-height: 1.5em;
}

li#calendar caption  {
	font-weight: bold;
}

li#calendar tr a {
	font-weight: bold;
	background: #dddddd;
}

li#calendar tr  {
	padding-top: 0px; 
	padding-bottom: 0px; 
	line-height: 1.2em;
}

/* The following does not work, for whatever strange reason. */
li#calendar tfoot tr  {
	padding-top: 0px; 
	padding-bottom: 0px; 
	width: 10em;
}

/* The following does not work, for whatever strange reason. */
li#calendar td#next;  {
	padding-left: 100px;
	float: right;
	slign:right
	text-align: right;
}

.comments {
   margin-left: 50px;
   padding-top: 10px;
}
.comments p { margin: 20px; }


div.c-head {
   margin-left: 70px;
}

div.c-body p {
   margin-left: 80px;
   margin-top: 20px;
   margin-bottom: 20px;
}

.entry p {
   margin-left: 20px;
   margin-top: 20px;
   margin-bottom: 20px;
}

.entry ul li {
      margin-left: 50px;
}

.entry ol li {
      margin-left: 50px;
}

#description h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #000;
        margin-top: 20px;
        margin-bottom: 30px;
}

blockquote {
	float: left;
	width: 100%;
	padding: 15px;
	margin: 10px 20px 0 0;
	margin-bottom: 25px;
	background: #eaeaea;
	border-top: 4px solid #333;
	border-bottom: 4px solid #333;
	}
.entry blockquote p {
	margin: 10px 10px 0 0;
	padding: 0 0 0 40px;
	font-size: 1.3em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	line-height: 1.3em;
	background: #eaeaea;
	/*  background: url(../images/blockquote.gif) no-repeat top left;  */
	}

ul li.widget ul li {
	padding-left: 1em;
	text-indent: -1em;
	}

/* Titles */
h1, h2 {
	font-weight: normal;
}
h1#title, div#title {
	font-size: 3.9em;
	font-weight: normal;
	line-height: 1.1em;
}
h1.pagetitle, h2.pagetitle {
	margin-bottom: 25px;
	padding-bottom: 7px;
}
.post-header h1, .post-header h2 { 
	padding-bottom: 7px;
}

/* Date */
.date {
	text-transform: none;
}
.date span {
	color: #666;
	font-weight: normal;
}

/* Navigation bar at top */
#nav ul li {
	background: #dddddd;
	margin: 0 0 0 5px;
	padding: 2px 5px 2px 5px;
}

/* Post Footer */
.post-footer {
	padding: 5px 10px 6px 25px;
	margin: 5px 0 40px 0;
	background: #dddddd;
	line-height: 1.2em;
	font-style: normal;
	font-weight: bold;
	text-indent: -15px;
}
.post-footer a{
	font-weight: normal;
}

/* Archive list */
.entries ul li {
	padding-left: 1em;
	text-indent: -2em;
}

.entries span.archdate, .entries a:hover span.archdate  {
	text-indent: -2em;
}


/* Comment input text area */
input.text-input, form#commentform textarea {
	margin-right: 50 px;
	width: 100%;
}

