/*
Theme Name: Vigilance PRO Child Theme
Theme URI: http://thethemefoundry.com/vigilance/
Description: Custom child theme for PRO Members.
Version: 1.40
Author: Drew Strojny
Author URI: http://thethemefoundry.com
Template: vigilance
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../vigilance/stylesheets/master.css");

/* 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
-----------------------------------------------------------*/
Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}

#wrapper {
         width:auto;
}

div#title-logo {
padding-bottom: 2px;
}

#content {
padding: 5px 10px 10px 0px;
}


.meta {
margin:1px;
}

.post-footer {
margin: 0px 0px 10px;
}

.post-edit-link {
margin-bottom: 2px;
}

.entry p {
margin-bottom: 5px;
}

li.comment {
padding: 8px 0px 0px;
}

.comment-number {
padding-bottom:2px;
}

div.c-body {
padding: 10px 10px 0px;
width: 506px;
}

h1.pagetitle, h2.pagetitle {
margin-bottom: 10px;
}

body.page-template-left-sidebar-php #content, #content  {
	width: 630px;
}
body.page-template-left-sidebar-php #sidebar, #sidebar {
	width: 305px;
border-left: 1px solid #EEE;
padding-left: 5px;
}

.logo-img {
width:150px;
height:60px;
margin-left:-10px;
}

#header {
padding: 5px 0px 10px;
}
#description { padding-left:10px;}

h2.widgettitle {
font-weight: bold;
text-transform: capitalize;
font-size: 1.5em;
}
ul li.widget ul {
font-size: 1.3em;
}
