/*
Theme Name: Optimisa PLC
Theme URI: http://http://www.optimisaplc.com
Version: 1.0
Description: Optimisa PLC template
Author: Nemal Mistry
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048; background-color: white;}
a:hover {color: #06C; background-color: white;}
a img {border: none;}

body {
	background: white;
	color: #575757;
	font: normal x-small Verdana,sans-serif;
	padding-top: 2em;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font-size: 140%;}
h2 {font: normal 1.2em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

h1,h2,h3 {padding-top: .3em; color: #575757; background: white; margin-bottom: .2em;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	line-height: 1.6em;
	margin-bottom: 1em;
	padding: .5em .6em;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 2em;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	color: #575757;
	font-size: 1.2em;
	margin: 0 auto;
	padding: .7em;
	width: 780px;
}

.outer-container {
	background: url('img/container.jpg') no-repeat center bottom;
	padding-bottom: 1em;
}

/* header & title */
.header {
	min-height: 140px; 
	margin-bottom: 5px;
	text-align: left;
	background: url('img/innovation1.jpg') no-repeat center right;
}

html .header {
height: 140px;
}

.slogan {
	padding: 2em 270px 0 0;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.5;
	max-width: 40em;
}


/* path */
.path {
	text-align:center;
	background: #FAFAFA;
	color: #FFF;
	font: bold 0.9em Verdana, sans-serif;
	padding: 0.5em 1em;
}
.path li,.path ul {display: inline;}
.path a {
	
	color: #818181;
	background: #FAFAFA;
	text-decoration: none;
	margin-right: 42px;
	text-align:center;
}
.path a:hover, .path .current_page_item a, .path .current_page_ancestor a {
	border-top: 1px #575757 solid;
	border-bottom: 1px #575757 solid;
	color: #575757;
	background: #FAFAFA;
	font: bold 1em Verdana, sans-serif;
	text-decoration: none;
}

/* main */
.main {
	padding: 1em .7em 0 0;
}

/* content */
.content {
	background: white url('img/fadecontent.jp') repeat-y;
	color:#818181; 
	float: right;
	font:normal 0.9em Verdana,sans-serif;
	width: 70%;
	padding-left: 1em;
	padding-top: 0.5em;
	
	}
.content .descr {
	
	font-size: 0.7em;
	margin-bottom: .5em;
}
.content li {
	line-height: 1.4em;
	list-style: url('img/li.gif');
	margin-left: 3em;
}


/* navigation */
.navigation {
	background: white url('img/fadenav.jp') repeat-y;
	color: #818181;
	float: left;
	width: 23%;
}

.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 0.9em;
	color: #818181;
	background: white;
	display: block;
	padding: .7em 0 .7em 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {

	background: #F0F0EB;
	color: #474747;	
	
}


.navigation li.current_page_item a { 
	background: #F0F0EB;
	color: #474747;	

}

/* search bar */
form#searchform {
	padding-top: 1em;
}


div.updated {
	float: right;
	color:#818181;
	font-size: 90%;
}


/* footer */
.footer {
	background: white;
	color: #575757;
	font: bold 0.9em Veranda, sans-serif;
	margin-top: 5px;
	padding: 1em 1em;
	text-align: center;
}
.footer a {
	color: #575757;
	background: white;
	text-decoration: none;
	border-bottom: 1px dotted #575757;
}
.footer a:hover {border-bottom: 1px solid #575757;}


li.sidebox li#pagenav li.page_item {
display:none;
}

li.sidebox li#pagenav li.current_page_item {
display:block;
}

