/*
Theme Name:	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;
	}
*/

/*a la demande de JPhil, je met le tout en Verdana... */

body {
color:#333333;
font-family:Verdana,"Times New Roman",Times,Serif;
font-size:62.5%;
line-height:2.2em;
}

#nav {
font-family:"Verdana","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
font-size:1.5em;
}


body {
background:#FFFFFF url(background.jpg) no-repeat scroll center top;
}

#footer {
height:10px;
}

h2.widgettitle {
font-size:1em;
line-height:1.3em;
}

#rss-feed p {
line-height:1.2em;
}


#wrapper #sidebar a {
line-height:1.3em;
}

#wrapper #sidebar a:hover {
line-height:1.3em;
}

div.textwidget p {
line-height:1.3em;
}

.thin-sidebar {
width:300px;
}

#search_form input {
width:250px;
}

h1.pagetitle {
font-size:2em;
}

.entry h2 {
font-size:1em;
}

.blogLink, .blogLink a:link, .blogLink a:visited, .blogLink a:active {
	float: right;
	color: #C7050C;
	font-size: 1.2em;
	font-weight: bold;
	font-family:Verdana,"Times New Roman",Times,Serif;
}

.blogLink a:hover {
	color: #4A0305;
}

#header {
	padding: 1px 0 10px;
}

#content a:link, #content a:visited { color: #e6443a }
#sidebar a:link, #sidebar a:visited { color: #e6443a !important; }
h1#title a:hover, div#title a:hover { color: #e6443a !important; }
#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 {
  color: #e6443a !important;
  border-top: 4px solid #e6443a !important;
  }
.post-header h1 a:hover, .post-header h2 a:hover { color: #e6443a !important; }
.comments a:hover { color: #e6443a !important; }
.meta a:hover { color: #e6443a !important; }
.highlight-box { background: #e6443a !important;  }
.post-footer a:hover { color: #e6443a !important; }
#footer a:hover { color: #e6443a !important; }


