/*
Theme Name: Vigilance PRO Child Theme
Theme URI: http://thethemefoundry.com/vigilance/
Description: Child theme for customizing Vigilance PRO.
Version: 2.0
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Template: vigilance_pro
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../vigilance_pro/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; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/

.comments{
  float:left;
  padding-top: 0 !important;
}

#rss-feed a.facebook {
  float: left;
  font-size: 1.3em;
  margin: 10px 10px 5px 0px;
  display: block;
  padding-left: 25px;
  background: url(http://joyfulscribblings.com/wp-content/themes/vigilance_pro_child/images/facebook.jpg) no-repeat 0 .25em;
}

#rss-feed a.pinterest {
  float: left;
  font-size: 1.3em;
  margin: 10px 10px 5px 0px;
  display: block;
  padding-left: 25px;
  background: url(http://joyfulscribblings.com/wp-content/themes/vigilance_pro_child/images/pinterest.jpg) no-repeat 0 0.25em;
}

.widget_twitter li {
   font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
}

h2.widgettitle {
  color: white;
  font-weight: bold;
  font-size: 1.5em;
  text-align:center; 
  background: #339999;
  border-top: 15px solid #ffffff;
  padding: 2px 6px 2px;
}

#rss-feed a.facebook {
  float: left;
  font-size: 1.3em;
  margin: 10px 10px 0 7px;
  display: block;
  margin-right: 0;
  padding-left: 25px;
  background: url(http://joyfulscribblings.com/wp-content/themes/vigilance_pro_child/images/facebook.jpg) no-repeat 0 .25em;
}

#rss-feed a.pinterest {
  float: left;
  font-size: 1.3em;
  margin: 10px 10px 0 7px;
  display: block;
  margin-right: 0;
  padding-left: 25px;
  background: url(http://joyfulscribblings.com/wp-content/themes/vigilance_pro_child/images/pinterest.jpg) no-repeat 0 0.25em;
}


td {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#header {
border-bottom-color:#006666;
border-bottom-style:solid;
border-bottom-width:3px;
padding-bottom:5px;
padding-left:0;
padding-right:0;
padding-top:0px;
}

#navigation a:hover {
  color: #B6E454;
}

table {
margin-right: auto;
margin-left: auto;
}

.post img {
border:0px;
}

div.tags {
display:none;
}

#footer {
border-top-color:#006666;
border-top-style:solid;
border-top-width:3px;
}