/*
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;
	}
*/

#topLinks{
	height: 28px;
	padding-top: 0px;
	padding-right: 20px;
	text-align: right;
	background:#4b4d4a;
	position: absolute;
	width: 100%;
}
#topLinks a{
      font-family:	Arial,Helvetica,sans-serif;
	font-size:14px;
color:#fff;
}
#topPanel{
	height:28px;
	border-top:solid 6px #4b4d4a;
	border-bottom:solid 1px #b3b3b3;
}
.entry a:link, .entry a:visited
{
	font-weight: bold;
        color:rgb(119,33,36);
}
#sidebar a:link,a:visited
{	
        color:rgb(119,33,36);
}
DIV.topLinks a:link, a:visited
	color:#fff;
	TEXT-DECORATION: none
}
.whitetext a:link, a:visited, a:hover{
   color:#fff;
}
#footerlinks{
	
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
        padding-left: 20px;
	background:#4b4d4a;
        color:white;
}

#footer a:link, #footer a:visited { color: #fff; text-decoration: underline; }

#title {
 padding-top: 28px;

}


