/******************************** VERSION CONTROL ******************************** 
 * $URL: http://christina/svn/InflectoWebsite/Website/_css/main.css $ 
 * $Rev: 11 $ 
 * $Date: 2008-04-18 11:11:25 +0100 (Fri, 18 Apr 2008) $
 * $Author: rmmason $ 
 * 
 * CHANGE HISTORY 
 * 2008-04-14   -   Created by Ross 
 *
 *********************************************************************************
 */
 
* {
	margin: 0;
	padding: 0;
}

body 
{
	margin-top: 2px;
	background: #36393D url(/images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D1E9A3;
}

a img
{
	border: none;
}

form {
}

input, textarea {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #36393D;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1
{
	font-size: 2em;
	padding: 5px 0px 13px 0px;
}

h2 
{
	font-size: 1.5em;
	padding: 5px 0px 10px 0px;
}

h3 {
	font-size: 1.2em;
	padding: 5px 0px 7px 0px;
}

h4 
{
	font: bold 1em Arial, Helvetica, sans-serif;
}

.content 
{
	padding-bottom: 30px;
}
.content p
{
	margin-bottom: 1.7em;
	line-height: 180%;
	font-size: 1.2em;
}

.content ul
{
	margin-bottom: 1.7em;
	line-height: 180%;
	font-size: 1.2em;
}

.content ul li
{
	 list-style: circle;
	 margin-left: 30px;
}

.sidebar p
{
	margin-bottom: 1.1em;
	line-height: 160%;
	list-style-position: inside;
	font-size: 1.2em;
	padding: 10px 10px 10px 10px;
	color: #36393D;
	font-weight:200;
}

a {
	color: #D1E9A3;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 980px;
	height: 140px;
	margin: 0 auto;
	background: #D1E9A3 url(/images/TitleBar_Repeat.gif) repeat-x;
}

#logo {
	float: left;
	height: 99px;
	padding: 0px 0px 0px 30px;
	background: url(/images/TitleBar_LeftCorner.gif) no-repeat left top;
	color: #36393D;
}
#logo img
{
	margin: 16px 0px 0px 0px;
}

#search {
	float: right;
	width: 200px;
	padding: 0 20px 0 0;
	background: url(/images/TitleBar_RightTopCorner.gif) no-repeat right top;
}

#search #searchForm {
	height: 25px;
	padding: 65px 0 0 25px;
	background: url(/images/SearchTop.gif) no-repeat 0 60px;
}

#search fieldset {
	border: none;
}

.search-text {
	width: 170px;
	background: #FFFFFF;
	border: none;
}

#search legend, .search-submit {
	display: none;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

.clear {
	clear: both;
}


/* Content */

#SidebarContent {
	float: left;
	width: 600px;
}

#MenuContent
{
	width: 980px;
}

.post {
	padding: 20px 0;
}

.post .title {
	font-size: 2.6em;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	border-bottom: 1px dotted #000000;
}

.post .byline {
	margin-bottom: 2em;
}

.post .date {
	display: block;
	float: left;
	width: 69px;
	height: 64px;
	margin-top: 7px;
	background: #CCE698 url(/images/PostDate_Back.gif) no-repeat;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #BF3600;
}

.post .date .month {
	display: block;
	height: 16px;
	padding: 1px 0 0 0;
	background: #BF3600 url(/images/PostDate_Back.gif) no-repeat;
	color: #FFFFFF;
}

.post .date .day {
	height: 47px;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}

.post .date .year {
	margin-top: -8px;
	display: block;
	text-indent: -9999px;
}

.post .entry {
	margin: 0 20px 0 90px;
}

.post .entry p, .post .entry ol, .post .entry ul {
	margin-bottom: 1.6em;
	line-height: 180%;
	list-style-position: inside;
}

.post .links {
	height: 22px;
	padding: 5px 0 0 10px;
	background: url(/images/Post_LinksBar.gif) no-repeat;
}

.post .links a {
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	padding-left: 15px;
	background: url(/images/Post_LinksMore.gif) no-repeat 0 5px;
}

.post .links .comments {
	padding-left: 15px;
	background: url(/images/Post_LinksComments.gif) no-repeat 0 6px;
}

.post .links .rss {
	padding-left: 15px;
	background: url(/images/post_LinksRSS.gif) no-repeat 1px 6px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 320px;
}

#sidebar ul {
	background: #D6EBAD url(/images/img10.gif) repeat-y;
	list-style: none;
	color: #36393D;
}

#sidebar li {
	background: url(/images/img12a.gif) no-repeat left bottom;
	padding-bottom: 10px;
}

#sidebar li ul {
	padding: 10px 20px 30px 20px;
	line-height: 200%;
	background: none;
}

#sidebar li li {
	padding: 0 0 0 10px;
	background: url(/images/SideBar_Bullet.gif) no-repeat left center;
}

#sidebar table
{
	padding: 10px 10px 10px 10px;
}

#sidebar h1 {
	height: 42px;
	padding: 8px 0 0 10px;
	background: #BA3300 url(/images/Sidebar_header.gif) no-repeat;
	font-size: 1.6em;
}


#sidebar .Reference p 
{
	font-style: italic;
	font-weight: normal;
}

#sidebar a {
	text-decoration: none;
	color: #BA3300;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 10px 20px 30px 20px;
}

#calendar table {
	width: 200px;
	border-collapse: collapse;
	text-align: center;
}

#calendar caption {
	padding: 2px 0;
	font-weight: bold;
	color: #BA3300;
}

#calendar thead th {
	padding: 2px 0;
	border-top: 2px solid #BFD19A;
	border-bottom: 2px solid #BFD19A;
}

#calendar tbody td {
	padding: 4px 0;
}

#calendar tfoot td {
	padding: 2px 0;
	border-top: 2px solid #BFD19A;
	font-weight: bold;
}

#prev {
	text-align: left;
}

#next {
	text-align: right;
}

#today {
	background: #BFD19A;
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	padding: 50px 0;
	background: #242628 url(/images/Footer_Repeat.gif) repeat-x;
	font-size: 11px;
	color: #666666;
}

#footer p {
	text-align: center;
	line-height: 2em;
}

#footer a {
	color: #666666;
}

#KeyStaffImages
{
	width: 500px;
	height: 240px;
	border-top: solid 2px #A5B9A1;
	border-left: solid 2px #A5B9A1;
	border-bottom: solid 2px #D7EAD0;
	border-right: solid 2px #D7EAD0;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
}

#KeyStaffImages img
{
	padding: 0px;
	margin: 0px;
	float: left;
}

#KeyStaffImages a
{

}



#ImageToolbar
{
	width: 976px;
	height: 190px;
	border-top: solid 2px #A5B9A1;
	border-left: solid 2px #A5B9A1;
	border-bottom: solid 2px #D7EAD0;
	border-right: solid 2px #D7EAD0;
	margin-bottom: 15px;
}

#ImageToolbar img
{
	padding: 0px;
	margin: 0px;
	float: left;
}

#ImageToolbar a
{
	cursor:default;
}

#addressHolder
{
	width:264px;
	float:left;
	margin-left:16px;
	margin-right:0px;
	margin-top:-10px;
}


/* Andy */
.HowWeWorkParagraphs 
{
	margin-left:100px;
}

#CentreLogin
{
	margin-left: 10px;
}
.breadCrumb
{
	float:left;
	padding-top: 12px;
	padding-left: 50px;	
}

.breadCrumb span a 
{
	color: #000000;
	font-size: 11px;
}

.breadCrumb span
{
	color: #000000;
	font-size: 11px;
}

.Error
{
	color: #ff0000;
}

.centre
{
	text-align: center;
}