/*
Theme Name: LexZander Theme
Theme URI: http://www.lexzander.com
Description: Wordpress theme developed for LexZander Limited by <a href="http://www.digitalfront.co.uk">Justin Rafferty</a>.
Version: 1.0
Author: Justin Rafferty
Author URI: http://www.digitalfront.co.uk
*/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Verdana, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	background-color: #B0CFDE;
}

h1
{
	font-size: 2em;
	font-weight: normal;
}

h2
{
	font-size: 1.7em;
	font-weight: normal;
}

h3
{
	font-size: 1.5em;
	font-weight: normal;
}

h4
{
	font-size: 1.2em;
	font-weight: normal;
}

h5
{
	font-size: 1em;
	font-weight: normal;
}

h6
{
	font-size: 1em;
	font-weight: normal;
}

img
{
	border: none;
}

/*--------------- Top Level Layout ---------------*/

#rotator
{
	overflow: hidden;
	margin: 0px;
	position: relative;
	width: 270px;
	height: 136px;
	cursor: pointer;
}

#rotator img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

#wrapper
{
	width: 984px;
   	margin: 0 auto;
	background: url(images/faux.gif) repeat-y;
}

#header
{
	width: 220px;
	float: left;
}

#mid
{
	width: 494px;
	float: left;
}

#sidebar
{
	width: 270px;
	float: left;
}

#clear
{
	width: 984px;
	height: 0px;
	clear: both;
}

#footer
{
	width: 984px;
	height: 70px;
	margin: 0 auto;
}

/*--------------- Header ---------------*/

#logo
{
	width: 220px;
	height: 60px;
}

#nav
{
	width: 180px;
	padding: 20px 20px 20px 20px;
}

#nav .page_item a
{
	color: #4f5559; 
  	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display: block;
	overflow: hidden;
	border-bottom: solid 1px #ccc;
	background: url(images/nav.gif) center right no-repeat;
}

#nav .page_item a:hover
{
  	background-color: #e0e0da;
}

#nav .current_page_item
{
	font-weight: bold;
}

#nav ul
{
	list-style: none;
}

#nav .insert
{	
	margin: 10px 0px 10px 0px;
	padding: 15px 0px 15px 5px;
	background-color: #e0e0da;
	border: dotted 1px #ccc;
}

#nav .insert a
{
	color: #4f5559; 
  	text-decoration: none;
}

#nav .insert a:hover
{
	color: #00acd4; 
  	text-decoration: none;
}

/*--------------- Mid ---------------*/

#mid .pageimage
{
	width: 494px;
	height: 270px;
}

#mid .excerpt
{
	width: 494px;
	height: 136px;
	background: #6cc0da url(images/excerpt.jpg) no-repeat;
	color: #fff;	
	border-bottom: solid 1px #fff;
}

#mid .excerpt h3
{
	padding: 30px 20px 10px 20px;
}

#mid .excerpt p
{
	padding: 10px 20px 5px 20px;
}

#mid .overview
{
	width: 494px;
	height: 136px;
	background: #e6f2f2 url(images/overview.jpg) no-repeat;
	color: #fff;
	border-bottom: solid 1px #fff;	
}

#mid .content
{
	padding-bottom: 10px;
}

#mid .content a
{
	font-weight: bold;
	color: #4f5559; 
  	text-decoration: none;
}

#mid .content a:hover
{
	font-weight: bold;
	color: #00acd4; 
  	text-decoration: none;
}

#mid .content h3, h4
{
	padding: 15px 20px 10px 20px;
	line-height: 1.6em;
}

#mid .content p
{
	padding: 10px 20px 10px 20px;
}

#mid .content ul
{
	padding: 10px 20px 10px 20px;
	list-style-type: none;
}

#mid .content .listparagraph ul
{
	padding: 10px 20px 10px 35px;
	list-style-type: disc;
}

#mid .content .listparagraph li
{
	margin-bottom: 2em;
}

#mid .content ol
{
	list-style: none;
}

#mid .content .insert
{
	margin: 10px 20px 5px 20px;
	padding: 10px 20px 10px 20px;
	background-color: #fbfcfb;
	border: dotted 1px #ccc;
}

#mid .content blockquote
{
	margin: 10px 20px 5px 20px;
	background-color: #fbfcfb;
	border: dotted 1px #ccc;
}

#mid .content input
{
    padding: 5px;
    font-family: Verdana, sans-serif;
    font-size: 1em;
	border: solid 1px #ccc;
}

#mid .content textarea
{
    padding: 5px;
    width: 444px;
    font-family: Verdana, sans-serif;
    font-size: 1em;
	border: solid 1px #ccc;
}

/*--------------- Sidebar ---------------*/

#sidebar .news
{
	width: 270px;
	height: 270px;
	background: #5eb2d1 url(images/news.jpg) no-repeat;
}

#sidebar .news .title
{
	color: #000;
	padding: 30px 20px 0px 20px;
}

#sidebar .news p
{
	color: #fff;
	padding: 5px 20px 5px 20px;
}

#sidebar .news small
{
	color: #000;
}

#sidebar .news a
{
	color: #FFF;
	text-decoration: none;
}

#sidebar .news a:hover
{
	text-decoration: underline;
}

#sidebar .vacancies
{
	width: 270px;
	padding-bottom: 20px;
	background: #6cc0da;
}

#sidebar .vacancies .title
{
	color: #000;
	padding: 30px 20px 0px 20px;
}

#sidebar .vacancies p
{
	color: #fff;
	padding: 5px 20px 5px 20px;
}

#sidebar .vacancies small
{
	color: #000;
}

#sidebar .vacancies a
{
	color: #FFF;
	text-decoration: none;
}

#sidebar .vacancies a:hover
{
	text-decoration: underline;
}

#sidebar .block
{
	width: 270px;
	height: 136px;
	background-color: #e0eeee;
	border-bottom: solid 1px #fff;
}

#sidebar .blockcontent
{
	width: 105px;
	height: 75px;
	background-color: #c9e8f3;
	border-bottom: solid 1px #fff;
	color: #00acd4;
	padding: 55px 145px 6px 20px;
}

#sidebar .blockcontent a
{
	display: block;
	color: #00acd4;
	text-decoration: none;
}

#sidebar .blockcontent a:hover
{
	text-decoration: underline;
}

#sidebar .blocksearch
{
	width: 230px;
	height: 100px;
	background-color: #c9e8f3;
	border-bottom: solid 1px #fff;
	color: #00acd4;
	padding: 30px 20px 6px 20px;
}

#sidebar .blocksearch input
{
    padding: 5px;
    font-family: Verdana, sans-serif;
    font-size: 1em;
	border: solid 1px #ccc;
}

/*--------------- Footer ---------------*/

#footer p
{
	color: #5DB2D2; 
	padding: 20px 0px 20px 240px;
}

#footer p a
{
	color: #5DB2D2;
	text-decoration: none;
}

#footer p a:hover
{
	text-decoration: underline;
}








