/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

body { 
  	background-color: #F7F7F7;
}

#page {
/* The entire design is contained within the 'page' id */

	}
	
#header {
	/* Contains the H1 and menu */
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}
 
 
/* ================================================================  
This copyright notice must be untouched at all times. 
 
The original version of this stylesheet and the associated (x)html 
is available at http://www.cssplay.co.uk/menus/final_drop.html 
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved. 
This stylesheet and the associated (x)html may be modified in any  
way to fit your requirements. 
=================================================================== */ 
 
/* remove all the bullets, borders and padding from the default list styling */ 
.menu ul {padding:0;margin:0;list-style-type:none;} 
.menu ul ul {width:149px;} 
/* 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; 
} 
 
/* style the links for the top level */ 
 
.menu a, .menu a:visited { 
display:block; 
font-size:14px; 
color:white; 
} 
 
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited { 
background-image: url(http://www.scotmin.com/images/fly.gif);
background-position: center right;
background-repeat:no-repeat; 
}
/* style the second level hover */
.menu ul ul a.drop:hover{ background-image: url(http://www.scotmin.com/images/fly.gif);
background-position: center right;
background-repeat:no-repeat; 
}
.menu ul ul :hover > a.drop { background-image: url(http://www.scotmin.com/images/fly.gif);
background-position: center right;
background-repeat:no-repeat; 
}
/* style the third level background */ 
.menu ul ul ul a, .menu ul ul ul a:visited { } 
/* style the third level hover */ 
.menu ul ul ul a:hover {background:#dddef1; color:black;} 
 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */ 
.menu ul ul {visibility:hidden;position:absolute;height:0;left:0; width:149px;border-top:1px solid #000; z-index: 50000;} 
 
 
/* 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 {  
display:block; 
font-size:12px; 
padding:0px 0 0 0; 
 
text-decoration:none; 
margin-right:0px; 
text-align:center; 
} 
 
.comments h4 {
font-size:14px;
} 
 
/* style the top level hover */ 
.menu a:hover, .menu ul ul a:hover{color:black; 
background:#ecebe9;} 
.menu :hover > a, .menu ul ul :hover > a {color:black; 
background:#ecebe9;} 
 
 
/* 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;} 
 
.menuprod { 
  background:#6960c2;
	width:149px;
	height:30px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position: relative;
	line-height: 30px;
	color:white;
} 
 
.menuprodlv2  { 
    background:#ecebe9; 
 width:149px; 
 height:30px; 
 border-bottom-width: 1px; 
 border-right-width: 1px; 
 border-left-width: 1px; 
 border-left-style: solid; 
 border-right-style: solid; 
 border-right-color: #000000; 
 border-bottom-style: solid; 
 border-bottom-color: #000000; 
 border-left-color: #000000; 
 position: relative; 
 line-height: 30px; 
 color:black; 
} 
 
.submenu a, .submenu a:visited{ 
color:black; 
} 
 
#headernav { 
  width: 766px; 
  height: 47px; 
} 
.footercontact { 
 font-size: 9px; 
 color: #003275; 
} 
#footerlinks { 
 position: relative; 
 float: right; 
 width: 380px; 
 top: 18px; 
 color: white; 
 font-size: 10px; 
} 
 
#footerblog a { 
 color: white; 
 text-decoration: none; 
} 
#footerblog a:hover { 
 color: grey; 
 text-decoration: none; 
}
#footerblog { 
  width: 863px; 
  height: 75px; 
  clear: both;
  margin: 0 auto;
  text-align: center;
  background-color: #FFFFFF;
} 
ul.menu {
display: none;
}
