/*
Theme Name:	Vigilance PRO *Child Theme*
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	Custom child theme for Vigilance PRO Members. Make all your custom changes in the <code>themes/myvigilance</code> folder.
Version: 1.20
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
-----------------------------------------------------------*/

/* entry by Doug  - change default heading font */
.entry h1 { 
	font-size: 2.0em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 15px;
	/* color: #772124; */
	}
.post-header h1, .post-header h2 { 
  font-weight: normal;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
  }
  
h1.pagetitle, h2.pagetitle {
	margin-top: 0px;
	line-height: 0em;
	font-size: 2.6em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
    font-weight: normal;
	padding-top: 11px;
	padding-bottom: 0px;
	border-bottom: 0px double #dddddd;
	}
	
/* entry by Doug - change the Widget text style */
/*Sidebar
------------------------------------------------------------ */
#sidebar { 
	float: right; 
	width: 180px;
  padding-bottom: 20px;
	}
#sidebar-image { 
  padding-top: 20px; 
  }

h2.widgettitle {
	padding: 15px 0 2px 0; /* change padding to 15 */
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase; 
	letter-spacing: 1.2pt;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	border-bottom: 1px solid #dddddd;
    margin-bottom: 4px;
	}

ul li.widget ul {
	margin: 0;
	font-size: 1.4em;
	letter-spacing: -.3pt;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	}
ul li.widget ul li ul { 
  margin-left: 0px;  
  font-size: 1em; 
  letter-spacing: -.3pt;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
  }
ul li.widget ul li {
  letter-spacing: -.3pt;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
  padding: 0px 0;
  border-bottom: none;
	}
ul li.widget ul li ul li { 
  letter-spacing: -.3pt;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;padding: 1px 0 0 0;
  border-bottom: none;
  }
ul li.widget ul li a {
  display: block;
	padding: 0 0 0 0px;
	background: url(../images/list-item.gif) no-repeat 0 .5em;
	}
ul li.widget ul li a:hover {
	background: url(../images/list-item-hover.gif) no-repeat 0 .5em;
	}
ul li.widget ul#recentcomments li a {
	letter-spacing: -.3pt;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	padding: 0;
	background: none;
	}

/* Doug: to prevent wrapping of post counts */  
ul li.widget ul li { display: block; }
ul li.widget ul li a { display: inline; }

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

/* Page Templates
-----------------------------------------------------------*/

/* Doug chnaged the sidebar width */
#content{ 
	float: left; 
	width: 720px;
	padding: 20px 20px 20px 0;
	}
#sidebar { 
	float: right; 
	width: 170px;
  padding-bottom: 20px;
	}
#content.no-sidebar { width: 920px; }
#content.no-sidebar li.comment { width: 560px; }

/* Doug: Askimet */
<?php akismet_counter(); ?>

body.left-sidebar #sidebar { 
  width: 300px;
  float: left; 
  padding: 0;
  }
body.left-sidebar #content { 
  width: 600px;
  float: right; 
  padding: 20px 0 20px 20px;
  }
