/*
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.30
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Template: vigilance
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@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; }

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

#content.no-sidebar { width: 920px; }
#content.no-sidebar li.comment { width: 560px; }

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

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
#title-logo { margin-bottom: 6px; }

ul li.widget ul li a {
	padding: 0;
	background: none;
	display: inline;
}

hr { clear: both; visibility: hidden; }

/* Header
-----------------------------------------------------------*/
h1#title, div#title {
	font-size: 4em;
}

#description h2 {
	font-size: 1.4em;
	margin-left: 2px;
}

/* Comments
-----------------------------------------------------------*/
#content .comments a {
	color: #CC3300;
}

.comments a:hover {
  background-position: 0 4px;
}

/* Social Bookmarks
-----------------------------------------------------------*/
.sociable ul li {
	float: left;
	background: none;
}

.sociable ul li.clear-left {
	clear: left;
	float: none;
	line-height: 0.1px;
}

/* Sidebar Image
-----------------------------------------------------------*/
#sidebar-image { padding-left: 20px; }

/* Digg Digg Bookmarks */
.dd_post_share_right { clear: right; }