/*
Theme Name: Innervision 1.0
Theme URI: http://wordpress.org/
Description: Innervision Default Layout and Design Theme
Version: 1.0
Author: Rob Evans
Author URI: http://v2.wastedwebspace.co.uk
Tags: innervision

*/

/* ------------------- */
/* TOP LEVEL PAGE TAGS */
/* ------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

ul
{
	color:#000;
}

#wrapper
{
	width:1003px;
	padding-left:50%;
	margin-left:-500px;
}

/* ---------------- */
/* MAIN LAYOUT TAGS */
/* ---------------- */
#header
{
	width:1003px;
	height:257px;
	clear:both;
}

#menuBar
{
	width:1003px;
	height:50px;
	clear:both;
	margin-bottom:1px;
}

#content
{
	width:1003px;
	clear:both;
	margin-bottom:1px;
	background-color:#FFFFFF;
	overflow:hidden;
}

#footer
{
	background-color:#999;
	width:100%;
	height:100px;
	float:left;
	clear:both;
}

/* -------------------- */
/* SUB-MAIN LAYOUT TAGS */
/* -------------------- */

/* HEADER */
#headerMenu
{
	float:left;
	width:250px;
	height:250px;
	margin-right:1px;
}

#headerMenuLogo
{
	background-image:url(images/logo.jpg);
	width:250px;
	height:130px;
	float:left;
}

.headerMenuItem
{
	width:250px;
	height:20px;
	float:left;
	margin-bottom:1px;
	cursor:pointer;
	/*padding-bottom:1px;*/
}

#headerMenuHome
{
	background-image:url(images/home.jpg);
}


#headerMenuHome:hover
{
	background-image:url(images/over/home.jpg);
}

#headerMenuAbout
{
	background-image:url(images/about.jpg);
}

#headerMenuAbout:hover
{
	background-image:url(images/over/about.jpg);
}

#headerMenuHelped
{
	background-image:url(images/helped.jpg);
}

#headerMenuHelped:hover
{
	background-image:url(images/over/helped.jpg);
}

#headerMenuPartners
{
	background-image:url(images/partners.jpg);
}

#headerMenuPartners:hover
{
	background-image:url(images/over/partners.jpg);
}

#headerMenuCase
{
	background-image:url(images/case.jpg);
}

#headerMenuCase:hover
{
	background-image:url(images/over/case.jpg);
}

#headerMenuContact
{
	background-image:url(images/contact.jpg);
}

#headerMenuContact:hover
{
	background-image:url(images/over/contact.jpg);
}

#headerImageDefault
{
	float:left;
	width:752px;
	height:256px;
	background-color:#FFF;
	background-image:url(images/headers/default.jpg);
	background-position:bottom;
	margin-bottom:1px;
}

#headerImageCustomer
{
	float:left;
	width:752px;
	height:256px;
	background-color:#FFF;
	background-image:url(images/headers/customerexperience.jpg);
	background-position:bottom;
	margin-bottom:1px;
}

#headerImageManagement
{
	float:left;
	width:752px;
	height:256px;
	background-color:#FFF;
	background-image:url(images/headers/managementskills.jpg);
	background-position:bottom;
	margin-bottom:1px;
}

#headerImageSales
{
	float:left;
	width:752px;
	height:256px;
	background-color:#FFF;
	background-image:url(images/headers/salestraining.jpg);
	background-position:bottom;
	margin-bottom:1px;
}

#headerImageCoaching
{
	float:left;
	width:752px;
	height:256px;
	background-color:#FFF;
	background-image:url(images/headers/coaching.jpg);
	background-position:bottom;
	margin-bottom:1px;
}

/* MAIN MENU BAR */
.mainMenuBarItem
{
	float:left;
	width:250px;
	height:50px;
	cursor:pointer;
}

#mainMenuBar1
{
	background-image:url(images/experience.gif);
	margin-right:1px;
}

#mainMenuBar1:hover
{
	background-image:url(images/over/experience.gif);
	margin-right:1px;
}

#mainMenuBar2
{
	background-image:url(images/development.gif);
	margin-right:1px;
}

#mainMenuBar2:hover
{
	background-image:url(images/over/development.gif);
	margin-right:1px;
}

#mainMenuBar3
{
	background-image:url(images/training.gif);
	margin-right:1px;
}

#mainMenuBar3:hover
{
	background-image:url(images/over/training.gif);
	margin-right:1px;
}

#mainMenuBar4
{
	background-image:url(images/coaching.gif);
}

#mainMenuBar4:hover
{
	background-image:url(images/over/coaching.gif);
}

/* MAIN CONTENT SECTION */
#sideBar
{
	float:left;
	width:250px;
	margin-right:1px;
	margin-bottom:1px;
	border-right-width:1px;
	border-right-color:#000;
	border-right-style:solid;
}

#main
{
	float:left;
	width:750px;
	background-color:#FFF;
	margin-bottom:1px;
	margin-left:-2px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#000;
}

#pageText
{
	padding:10px 10px 10px 10px;
	float:left;
	margin-bottom:1px;
}

#sideText
{
	float:left;
	margin-top:15px;
	width:230px;
	padding:10px 10px 10px 10px;
}

/* SIDE BAR TAGS */
#blogSection
{
	float:left;
	width:250px;
	height:250px;
	background-image:url(images/blog.jpg);
	margin-bottom:1px;
}

#blogItems
{
	float:left;
	width:230px;
	height:218px;
	margin-top:32px;
	margin-left:10px;
}

#blogItem
{
	float:left;
	width:230px;
	cursor:pointer;
	color:#000;
}

#blogDateTime
{
	float:left;
	width:230px;
	cursor:pointer;
	margin-bottom:10px;
	font-size:10px;
	color:#333;
}

#clientsSection
{
	float:left;
	width:250px;
	height:125px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000;
}

/* FOOTER SUB TAGS */
#footerStuff
{
	padding-top:20px;
	width:1000px;
	padding-left:50%;
	margin-left:-500px;
}

#footerClients
{
	background-image:url(images/logos.gif);
	width:250px;
	height:50px;
	float:left;
}

#footerCopyright
{
	background-image:url(images/copyright.gif);
	width:130px;
	height:50px;
	float:left;
}

#footerContact
{
	background-image:url(images/contact_details.gif);
	width:357px;
	height:50px;
	float:left;
}

/* TEXT AND STYLES */
.post_title a
{
	text-decoration:none;
	color:#0CF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
}

/* DROPDOWN CSS */
/*.dropdown dt {width:188px; border:2px solid #9ac1c9; padding:8px; font-weight:bold; cursor:pointer; background:url(images/header.gif)}
.dropdown dt:hover {background:url(images/header_over.gif)}*/
.dropdown { position:absolute; overflow:hidden; width:252px; display:none; background:#fff; z-index:200; opacity:0; }
.dropdown a, .dropdown a:active, .dropdown a:visited { display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:240px; }
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline { border-left:1px; border-right:1px; border-bottom:1px; border-style:solid; border-color:#000; border-top:0px; }