/*
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
-----------------------------------------------------------*/
/*Header
------------------------------------------------------------ */
#header {
	padding: 20px 0 10px 0;
	border-bottom: 5px solid #333;
}
h1#title, div#title {
	font-size: 2.6em;
	font-weight: bold;
	line-height: 1.3em;
}
div#title-logo { padding-bottom: 10px; }
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited	{ color: #444; }
h1#title a:hover, div#title a:hover { color: #772124; text-decoration: none; }

/*RSS Feed Box
------------------------------------------------------------ */
#rss-feed a.facebook { display: block;
float: left;
font-size: 1.3em;
margin: 10px 10px 0 10px;
padding: 0 0 0 19px;
background: url('images/facebook-icon.png') no-repeat 0 0.25em; }

#rss-feed a.flickr { display: block;
float: left;
font-size: 1.3em;
margin: 10px 10px 0 0;
padding: 0 0 0 19px;
background: url('images/flickr-icon.png') no-repeat 0 0.25em; }

#rss-feed a.linkedin { display: block;
float: left;
font-size: 1.3em;
margin: 10px 10px 0 0;
padding: 0 0 0 19px;
background: url('images/linkedin-icon.png') no-repeat 0 0.25em; }

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