/*
Theme Name:	Vigilance
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	A lean and clean Wordpress theme featuring standards and search friendly code. Theme Options Menu allows for serious customization. Designed and coded by <a href="http://www.jestro.com">Jestro</a>.
Version: 		1.34
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Tags: fixed-width, two-columns, white, red, right-sidebar, threaded-comments, custom-colors, theme-options
*/

/*
    Copyright 2008 Jestro LLC

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/

/* Import Stylesheets
-----------------------------------------------------------*/
@import url("css/undo.css");
@import url("css/master.css");
@import url("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 in a Child Theme. See this tutorial for instructions:
     ----> http://themes.jestro.com/vigilance/easy-upgrading-wordpress-child-themes/ <----
 Any custom changes you make here will be overidden when you upgrade the theme.
-----------------------------------------------------------*/

/*-------------------------------------------*/

.menu {
	width:920px;
	position:relative;
	z-index:100;
	font-size: 1.5em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:920px;
	w\idth:920px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	float:right;
}
.menu ul ul {

	position:relative;
	margin-top:3px;

}

.menu li.menu_item_25 {
		display:none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;

display:block;
	height:32px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	color: #333;
	display:block;
	text-decoration: none;
	padding-top: .1em;
	margin-left:25px;
	border-top: 4px solid #fff;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:149px;
	w\idth:138px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	/*background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;*/
	display:block;
	border-bottom:1px dotted;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;
}
.menu ul ul :hover > a.drop {
	background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#b2ab9b;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	left:0;
		width:145px;
	background:#fff;
	overflow:hidden;
	border:1px solid #ccc;
	border-top:none;
	margin-left:15px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:149px;
	top:-1px;
	width:149px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;

}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited, .menu ul li.current_page  ul a{
	
	color:#000;
	padding:0;
	margin:0;
	display:block;
	width:145px;
	
	padding:2px 5px;
	font-size:13px;
	border-top: none;
	border-bottom:1px  dashed #ccc;
} 
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}
/* style the top level hover */
.menu a:hover{
	color: #4e8b0d;
	text-decoration: none;
	padding-top: .1em;
	border-top: 4px solid #4e8b0d;
}

.menu ul ul a:hover , .menu ul li.current_page  ul a:hover{

	padding:0;
	margin:0;
	display:block;
	width:130px;
	padding:2px 5px;
	border-top: none;
	border-bottom:1px  dashed #4e8b0d;
	color: #4e8b0d;}
/*.menu :hover > a, .menu ul ul :hover > a {
	color:#000;
	background:#b7d186;
}*/
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}
/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */

/*.menu ul .current_page_item a{
		color: #772124 !important;
	text-decoration: none !important;
	padding-top: .1em !important;
	border-top: 4px solid #772124 !important;
}
	
.menu ul ul .current_page_item a {
	color: #772124;
	text-decoration: none;
	padding-top: .1em;
	border-top: 4px solid #772124;
}*/
.menu ul li.current_page a{
	color: #4e8b0d;
	text-decoration: none;
	padding-top: .1em;
	border-top: 4px solid #4e8b0d;
}
/*
.menu ul .current_page_item ul a {
	color: white;
	font-weight: normal;
	background: black;
}
.menu ul .current_page_item ul a:hover {
	background: gray;
}
.menu .current_page_item a:hover {
	background: white;
}
*/
