/*
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/stylesheets/master.css");
@import url("../vigilance/functions/stylesheets/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;
	}
*/

/* FIX WEIRD BACKGROUND CONTRAST ISSUES RAISED BY TIM
(comment 2010/03/04)
-----------------------------------------------------------*/

body{background-color: white;}


/* MOST TWEAKS BELOW ARE TO INCREASE VISUAL CONTRAST FOR ACCESSIBILITY
-----------------------------------------------------------*/

/* Custom tweaks for links
-----------------------------------------------------------*/
a:link, a:visited {
color:#772124;
text-decoration: underline;
}

h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited {
text-decoration: none;
border: none;
}

#nav li.current_page_item a, #nav li.current_page_parent a, #nav li.current_page_ancestor a, #nav li.current-cat a, #nav li a:hover {
text-decoration: none;
}

.post-header a:link, .post-header a:visited {
text-decoration: none;
}

.post-header a:hover {
text-decoration: underline;
}

/* Custom tweaks for header & nav area
-----------------------------------------------------------*/
#header {
border-bottom:5px dotted #333333;
}

#description h2 {
font-size:2.0em;
}

#nav li.current_page_item a, #nav li.current_page_parent a, #nav li.current_page_ancestor a, #nav li.current-cat a, #nav li a:hover {
border-top:6px solid #772124;
}

/* Change font on various h tags for typographic consistency
-----------------------------------------------------------*/

h1#title, div#title {
font-family:"Trebuchet MS","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
}
.post-header h1, .post-header h2 {
font-family:"Trebuchet MS","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
}

.comments {
font-family:"Trebuchet MS","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
}

/* Heavier Font for Sidebar titles
-----------------------------------------------------------*/

h2.widgettitle {
font-weight: bold;
}

/* Make Post Date Year better contrast
-----------------------------------------------------------*/
.post-footer {
text-align: left;
}

.post .date span {
color:#CCCCCC;
font-weight:bold;
}

/* Add Border to post-header avatar on front page
-----------------------------------------------------------*/
.post-header img {
border:5px solid #CCCCCC;
}
.post_avatar img {
border:5px solid #CCCCCC;
}

/* CSS STYLING FOR AUTHORBOX & SOCIAL/SHARE BOX
-----------------------------------------------------------*/
#social_share {
    background:#EFEFEF;
    border:2px solid #999999;
    width:170px;
margin-right: 1em;
margin-left: 1em;
margin-bottom: 0.5em;
    overflow:hidden;
float:right;
padding-left: 1em;
}
#authorbox{
    background:#EFEFEF;
    border:2px solid #cccccc;
    margin-bottom:30px;
    overflow:hidden;
width:95%;
float: left;
padding-left: 1em;
padding-top: 1em;
}
    
#authorbox h4{
        font-size:16px;
        color:#666666;
        margin:0;
    }
.authortext{
        padding:2px;
    }
#authorbox img{
        margin-right:15px;
        padding:5px; 
        float:left;
background:#CCCCCC;
    }
    
#authorbox p{
        color:#000000;
        margin:0;
    }
 
#authorbox h4 a{
        text-decoration:none;
    }
#authorbox ul {}
#authorbox ul li {
background: url('http://geekfeminism.org/wp-content/themes/vigilance/images/list-star.gif') no-repeat scroll 0 0.3em;
display:block;
margin:5px 0 0;
padding:0 0 0 17px;
}
#authorbox ul li a {
        font-weight: normal;
    }

/* Increase border contrast for comment text input area
(and text color as per Tim's comment 2010/03/04)
-----------------------------------------------------------*/

input.text-input, form#commentform textarea {
border: 3px solid #cccccc;
color: #000000;
}

/* Fix Styling for Brian's Latest Comments
-----------------------------------------------------------*/

widget widget_blc_latest_comments ul li .brians-latest-comments{
display:block;
}