/*
Theme Name:	Website Traffic Builders Custom Vigilance PRO *Child Theme*
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	Custom child theme for Vigilance PRO Members. Make all your custom changes in the <code>themes/myvigilance</code> folder.
Version: 1.30
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; }

/* Page Templates
-----------------------------------------------------------*/

#content.no-sidebar { width: 920px; }
#content.no-sidebar li.comment { width: 560px; }

body.page-template-left-sidebar-php #sidebar { 
  width: 300px;
  float: left; 
  padding: 0;
}
body.page-template-left-sidebar-php #content { 
  width: 600px;
  float: right; 
  padding: 20px 0 20px 20px;
}

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/
#header {
  border-color: #0065A9;
}
#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:none;
}
h1#title a:link,
h1#title a:visited,
div#title a:link,
div#title a:visited {
  color:#0065A9;
}
#content .post-header h1 a:link, #content .post-header h1 a:visited, #content .post-header h2 a:link, #content .post-header h2 a:visited {
  color:#0065A9;
}
.post-header h1 a:hover, .post-header h2 a:hover {
  color:#009DDC;
}

/* BFY CUSTOM WIDGETS */
.bfy-sblinks {
  width:300px;
  font-family:Arial,Helvetica,Verdana;
}
.bfy-sblinks p {
  text-align:center;
  font-size:1.4em;
}
.bfy-sblinks p span {
  color:#0065A9;
  font-weight:bold;
}
.bfy-sblinks form {
  padding-top:15px;
  text-align:center;
}
.bfy-sblinks #top {
  background:#DBE1E4;
  width:290px;
  margin:5px;
}
.bfy-sblinks #tl {
  background:#DCDFC2;
  float:left;
  width:110px;
  height:120px;
  border-right:5px solid #fff;
  position:relative;
}
.bfy-sblinks #tl p.tltext {
  font-size:1.1em;
}
.bfy-sblinks #tl p.top {
  margin-top:15px;
}
.bfy-sblinks #tl img {
  margin-left:31px;
  vertical-align:bottom;
}
.bfy-sblinks #bottom {
  background:#B3B0A1;
  width:290px;
  margin:0 5px;
}
.bfy-sblinks #bottom ul {
  
}
.bfy-sblinks #bottom ul li {
  border-bottom:none;
  padding:0;
}
.bfy-sblinks #bottom ul li a {
  background:none;
  color:#000;
}
#wrapper #sidebar .bfy-sblinks #bottom a {
    font-weight:bold;
}
#wrapper #sidebar .bfy-sblinks #bottom a:hover,
#wrapper #sidebar .bfy-sblinks #bottom ul li a:visited {
  color:#fff;
}
.bfy-sblinks #bottom ul li a.even {
  color:#fff;
}
.bfy-sblinks #bottom ul li a.odd {
  color:#000;
}
.bfy-sblinks #bottom ul li a.wlinks-0,
.bfy-sblinks #bottom ul li a.wlinks-4 {
    font-size:12px;
    margin-left:12px;
}
.bfy-sblinks #bottom ul li a.wlinks-1,
.bfy-sblinks #bottom ul li a.wlinks-5 {
    font-size:12px;
    margin-left:32px;
}
.bfy-sblinks #bottom ul li a.wlinks-2,
.bfy-sblinks #bottom ul li a.wlinks-6 {
    font-size:14px;
    margin-left:5px;
}
.bfy-sblinks #bottom ul li a.wlinks-3 {
    font-size:16px;
    margin-left:2px;
}

.widget_search #search_form input {
  width:292px;
}