/*
Theme Name:	Vigilance *Child Theme*
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	Your custom child theme for Vigilance. Make all your custom changes in the <code>themes/myvigilance</code> folder.
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
-----------------------------------------------------------*/

/* ***** Hide Vigilance's attempt at (Gr)Avatars */
div.c-grav { display:none; }
div.c-body { width: 100%; }
div.c-body p { margin-left: 92px; }
.wavatar {
	float: left;
	padding: 0;
	margin-right: 10px;
	margin-top: -5px;
}

/* ***** Fix blockquotes */
blockquote { 
         /* width: 570px; */
         width: 540px; 
         float: none;
         margin-bottom: 10px;
         font-size: 100%;
}
blockquote cite { align-text: right; }

.entry dd { margin-left: 2em; }
.entry dt { font-weight: bold; }

/* ***** Fix search input box */
#search_form input {
         width: 295px;
}

/* ***** Fix logon page colours */
.login #nav a, 
.login #what_is_openid a {
    color: #CCC !important;
}

.login #nav a:hover, 
.login #what_is_openid a:hover {
    color: #FFC !important;
}

/* ***** Make some sidebar text and links smaller than the main text */
.widget_pages a { font-size: normal !important;  }

.widget_recent_entries a, 
.widget_categories a,
.widget_pages a,
.widget_links a,
.widget_minimeta a {  font-size: 85%; }

#nav .page_item a:link, #nav .page_item a:visited { text-size: normal; }

ul li.widget ul li {
   border-bottom: none;
   padding: 0;
}

/* ***** Make sure the footer for each post starts on a new line */
.post-footer { clear: both; }

/* ***** Style the 'more' link for excerpts */
/* .more { clear: right; text-align: right; font-size: 90%; } */
.more { font-size: 90%; }
.wp-caption-text { font-size: 90%; }
