/*
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:		Zyl (actually really Kabitzin)
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
-----------------------------------------------------------*/
blockquote {
        width: 100%;
        padding: 0px;
        margin: 10px 0 10px 0;
        background: #eaeaea;
        border-top: 4px solid #333;
        border-bottom: 4px solid #333;
}

.entry blockquote p {
        margin: 0;
        padding: 10px 10px 10px 10px;
        font-size: 1.1em;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
        line-height: 1.3em;
        background: url(../images/blockquote.gif) no-repeat top left;
}

div.admin, li.comment.bypostauthor, li.comment li.comment.bypostauthor, li.comment.comment-author-admin, li.comment li.comment.comment-author-admin {
        background: #ffccff;
}

/*---------------------- Comment Quicktags ---------------------------*/
/* Main Span */
#comment_quicktags {
        text-align: left;
        margin-left: 1%;
}
/* Button Style */
#comment_quicktags input.ed_button {
        background: #F4F4F4;
        border: 1px solid #D6D3CE;
        color: #000000;
        font-family: Georgia, "Times New Roman", Times, serif;
        margin: 1px;
        width: auto;
}
/* Button Style on focus/click */
#comment_quicktags input:focus.ed_button {
        background: #FFFFFF;
        border: 1px solid #686868;
}
/* Button Lable style */
#comment_quicktags #ed_strong {
        font-weight: bold;
}
/* Button Lable style */
#comment_quicktags #ed_em {
        font-style: italic;
}
font-weight: bold;

} /* Button Lable style */
commentquicktags #edem {
        font-style: italic;
}
/*---------------------- Captions ---------------------------*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


