/*
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/stylesheets/undo.css");
@import url("../vigilance/stylesheets/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; }
.aligncenter, .alignleft, .alignright { border: 0 none!important; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/
body, h2.widgettitle {
  font-family: "Segoe UI",Tahoma,Arial;
}
body {
  background: url("http://www.zhxl.me/wp-content/themes/myvigilance/images/background.png") #F9F9F9;
}
#wrapper {
  width: 600px;
  border-width:0 1px 0 1px;
  border-style:solid;
  border-color:#ddd;
  background:url("http://www.zhxl.me/wp-content/themes/vigilance/images/content-bg.jpg") no-repeat scroll 0 bottom #fff;
  padding: 0 10px 30px;
  margin: 0 auto;
  box-shadow: 1px 0 0 0 #f2f4f7;
  -webkit-box-shadow: 1px 0 0 0 #f2f4f7;
  -moz-box-shadow: 1px 0 0 0 #f2f4f7;
}
#header {
  width: 600px;
  padding: 10px 0;
}
#content {
  padding-right: 0;
}
#sidebar {
  overflow: hidden;
  float: none;
  width: 600px;
}
#footer {
  border: 1px solid #333;
  background: #333;
  color: #ccc;
  width:600px;
  padding: 0 10px;
  margin: 0 auto;
}
#footer a, #footer a:link, #footer a:visited {
  color: #ccc;
}
.entry h1 {
  color: #ea5914;
  font-weight: normal;
  font-size: 1.1em;
}
.entry p {
  line-height:1.6em;
}

.entry a:link, .entry a:visited {
   font-weight: normal;
   color: #135E93;
}

.entry a:hover {
   background: #135E93;
   color: #fff;
}

blockquote {
  font-size: 0.9em;
  color: #666;
  font-style: inherit;
}

ul li.widget ul li
{
  font-size: 12px;
  padding: 0;
}
ul li.widget ul li a {
  background:url("../images/list-item.gif") no-repeat scroll 0 2px transparent;
  padding-left:0;
}
ul li.widget ul li a:hover {
  background-color:#f9f9f9;
  text-decoration:none;
}
ul li.widget ul li span.views {
  float: right;
  font-size: 0.8em;
  color: #ccc
}
li.widget {
  float:left;
  overflow:hidden;
  width:290px;
}
li.widget:nth-child(odd) {
  padding-right:20px;
}
.post-header
{
  border:0;
}
.entry ol li, .c-body ol li
{
  margin:0;
}
form#commentform textarea {
  width: 583px;
  max-width: 583px;
}
