/*
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
-----------------------------------------------------------*/

/* ******* change blockquote float default ******* */
blockquote
{
	float: none;
	width: 90%;
	padding: 15px;
	margin: 10px;
	background: #eaeaea;
	border-top: 4px solid #333;
	border-bottom: 4px solid #333;
}

/****** change Default Alignment and Images ******* */
img .entry .noborder, .entry .alignleft, .entry .alignright, .entry .aligncenter
{
	border-bottom: 3px solid #ddd;
	border-right: 3px solid #ddd;
}


/* ******* Gravatars2 plugin styles ******* */
.gravatar
{
	float:left;
	margin:10px;
	border:1px solid lightgray;
	vertical-align:middle;
}

.postgrav
{
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	background: #fff;
}
/* ******* end Gravatars2 plugin styles ******* */

/* ******* Link Indication plugin styles ******* */

/* general links */
a.liexternal
{
	padding-right: 15px; background: url(../../icons/link-icon_external_01.gif) no-repeat right;
}
a.liinternal
{
	padding-right: 16px; background: url(../../icons/link-icon_internal_02.png) no-repeat right;
}
a.liftp
{
	padding-right: 15px; background: url(../../icons/link-icon_ftp_01.png) no-repeat right;
}
a.limailto
{
	padding-right: 15px; background: url(../../icons/link-icon_mail_03.gif) no-repeat right;
}

/* specific links */
a.liwikipedia
{
	padding-right: 18px; background: url(../../icons/link-icon_wikipedia.gif) no-repeat right;
}
a.liimdb
{
	padding-right: 20px; background: url(../../icons/link-icon_imdb_01.png) no-repeat right;
}
a.liflickr
{
	padding-right: 10px; background: url(../../icons/link-icon_flickr.png) no-repeat right;
}

/* file types */
a.lipdf
{
	padding-right: 15px; background: url(../../icons/link-icon_pdf_05.png) no-repeat right;
}
a.lixls
{
	padding-right: 18px; background: url(../../icons/link-icon_excel_14x14.png) no-repeat right;
}
a.lidoc
{
	padding-right: 18px; background: url(../../icons/link-icon_word_14x14.png) no-repeat right;
}
a.lizip
{
	padding-right: 18px; background: url(../../icons/link-icon_zip_01.png) no-repeat right;
}
a.lixcf
{
	padding-right: 18px; background: url(../../icons/link-icon_gimp_01.png) no-repeat right;
}
/* ******* end Link Indication plugin styles ******* */

/* ******* Star Rating for Reviews plugin styles ******* */

div.sr-row {
clear: both;
}
 
div.sr-review {
float: left;
}
 
div.sr-rating {
float: right;
}
 
.sr-rating img {
border: 0;
}

/* ******* end Star Rating for Reviews plugin styles ******* */