/*
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
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/

/* Stick in the rotating background! */
body {
background-image: url("../../../background/rotate.php"); 
background-attachment: fixed; 
background-position: left top;
background-repeat: repeat-x repeat-y;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 75%;
line-height: 1.9em;

}

.post-header {
font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
color: #58181b; 
}

.alert-box {
background:#FFD7BF none repeat scroll 0 0;
border-bottom:2px solid #FF731F;
border-top:2px solid #FF731F;
margin:0 0 20px;
padding:0 20px;
}

.wp_quotes_quote {
font-family: 'Century Gothic', "Lucida Grande","Lucida Sans", Arial, Helvetica, sans-serif; 
text-align: center;
font-size: 1.5em;
color: #58181b;
}

h2.widgettitle {
border-bottom:1px solid #DDDDDD;
font-family:"Trebuchet MS","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
font-size:1.7em;
font-weight:normal;
letter-spacing:1.2pt;
padding:35px 0 3px;
text-transform:uppercase;
}

ul li.widget ul li {
border-bottom:1px dotted #DDDDDD;
padding:3px 0;
}

.post-footer {
font-family: Georgia,"Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
}

.meta {
font-family:Georgia,"Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
}

.post {
background: #F6F2DD;
padding: 10px;
margin-bottom: 10px;
border-bottom:2px solid #58181b;
border-top:2px solid #58181b;
}

/* Author Comments */

div.admin, li.comment.bypostauthor, li.comment li.comment.bypostauthor, li.comment.comment-author-admin, li.comment li.comment.comment-author-admin { 
background: #F6F2DD; 
border-bottom:2px solid #58181b;
border-top:2px solid #58181b;
}

/* ilastfm */
ul#ilastfm li, ul#ilastfm_display li {
	list-style-type: none;
	list-style-image: none;
	/* display: inline; */
        background-image: none;
background:transparent none repeat scroll 0 0;
border: none;
padding-left:50px;
}

ul#ilastfm, ul#ilastfm_display {
	margin: 5px 0 0 5px;
	padding: 0;
}

#ilastfm a img, #ilastfm_display a img {
background: #E8E5DC; 
	padding: 2px;
	border: 1px solid #E8E5DC;
	width: 150px; /* Put the width and the height of the covers here! */
	height: 150px;
}

#ilastfm a:hover img, #ilastfm_display a:hover img {
	border: 1px solid #C0C0A8;
}

ul#ilastfm_display li a {
background:transparent none repeat scroll 0 0;
}

ul li.widget ul#ilastfm li a {
background:transparent none repeat scroll 0 0;
}