/*
Theme Name: Stratagia
Theme URI: http://www.stratagia.co.uk/
Description: The Stratagia website theme.
Version: 0.2
Author: Alex Hudson
Author URI: http://www.stratagia.co.uk/
Tags: blue, custom header, fixed width, two columns, widgets

	Stratagia v0.1
	 http://www.stratagia.co.uk/

	Default theme for www.stratagia.co.uk.

*/

html, body {
	font-family: Arial, Helvetica, sans-serif;
}

/* navigation layout */
.navigation {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 300; /* 386 */
}
.navigation ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
.navigation li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.navigation a {
	margin: 0px;
	padding: 0px;
	height: 100px;
	display: block;
}
.navigation li:hover { /* , .navigation a:hover { */
	background-image: url(./images/button-gradient.jpg);
	background-repeat: repeat-x;
}

/* drop-down navigation bits */
#dropmenu ul.submenu { float: left; width: 10px; position: relative; left: 0px; top: -1px; 
	opacity: .8; 
	filter: alpha(opacity=80); /* IE 5-7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */
	z-index: 40; /* sit above other elements */
}
#dropmenu ul.submenu a { 
	display:block; padding:0.25em 1em; 
	text-decoration:none; color: #003933;
	opacity: 1; 
	filter: alpha(opacity=100); /* IE 5-7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */

}
/* #dropmenu a:hover { background:#888; color:#fff; } */
#dropmenu ul.submenu li { float:left; position:relative; background-color: #e8efbd; }
#dropmenu li ul { width: 14.1em; }
#dropmenu li ul a { 
	width: 12em; 
	height: auto; line-height: 2em;
	font-size: 0.8em;
	font-weight: bold;
	float: left; 
}
#dropmenu ul ul { top:auto; }
#dropmenu li ul ul { left:12em; margin:0px 0 0 10px; }
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul { display:none; }
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul { display:block; }


/* table borders for "internal grid" tables */
table.internalgrid {
	border-collapse: collapse;
	width: 100%;
}

table.internalgrid td {
	border-right: 1px solid #005953;
	border-bottom: 1px solid #005953;
	padding: 0px;
}

table.internalgrid td:last-child {
	border-right: 0px;
}

table.internalgrid tr:first-child td {
	border-top:  1px solid #005953;
}

table.internalgrid tr:last-child td {
		/* if there is an odd number of staff enable the following border */
	/* border-right: 1px solid #005953; */
}

table.internalgrid td {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin: 0px 0px 10px;
	padding: 2px;
}
