/*
Theme Name: MediPAL
Theme URI: http://www.medipal.org.uk
Description: The Custom Theme for the MediPAL website
Author: James Mansson
Author URI: http://www.gm-ram.co.uk
Version: 1.1.28

(c) Copyright 2009-11 GM-RAM Limited
This theme is licensed for the exclusive use of MediPAL Limited.

Change Log
==========

Version		Description
-------		-----------
1.1.0		Removed support for image cycling from theme; now handled by a plugin.
			Made changes to styling of heading elements.
1.1.1		Added check for existance of nzshpcrt_shopping_basket function before using it.
1.1.2		Removed "important" styling.
1.1.3		Modified footer to include list of important site links.
1.1.4		Fixed footer bug where start and end tags of list were not added.
1.1.5		Added 404 error handling.
1.1.6		Made changes to links as part of switch over to pretty URLs.
1.1.7		Removed external links in sidebar.
			Moved "Latest News" link to bottom in sidebar.
1.1.8		Updated jQuery corner plugin to version 2.01.
1.1.9		Added limits to length of form fields.
1.1.10		Changed ID of left column to "column-left" and right column to "column-right".
			Added "sidebar" unordered list within "sidebar-container" for widgets.
			Modified code for rounding corners to take into account new IDs.
1.1.11		Add styling for "sidebar" lists.
1.1.12		Removed "basket" div.
1.1.13		Changed name of "sidebar-container" div to "widgets".
1.1.14		Added call to "dynamic_sidebar" to generate widget markup.
1.1.15		Removed "widgets" div containing "sidebar" div.
			Transferred styling to "sidebar" div.
1.1.16		Modified code for rounding corners to round corners of "sidebar" not "widgets".
1.1.17		Removed title tag from "head" div; this is now generated by a plugin.
1.1.18		Modified styling of SEO tags at top of home page.
			Made these SEO tags now appear at the top of all pages as an h1 element.
			Made the title of pages and posts a h2 element.
1.1.19		Adding margin at top of page.
			Modified line height to avoid lines with superscript being taller.
1.1.20		Added MediPAL Santa to sidebar under shopping cart.
1.1.21		Removed Santa.
			Added styling for tagline in header.
1.1.22		Added support for Breadcrumb NavXT plugin in theme.
			Added template for landing pages.
1.1.23		Modified content of sidebars.
1.1.24		Modified content of sidebars. Made text darker in the right siderbar.
1.1.25		Added web chat code to template.
1.1.26		Removed WorldPay support from website.
1.1.27		Added overlay to A&E image in right sidebar.
1.1.28		Added link to Facebook and Twitter pages.
*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #eee;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
}

#wrapper
{
	position: relative;
	text-align: left;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#header
{
	height: 130px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
}

#top
{
	font-size: 0.5em;
	padding-left: 10px;
}

#top a
{
	text-decoration: none;
	color: #ccc;	
}

#main
{
	position: relative;
	width: 100%;
}

#column-left
{
	float: left;
	width: 230px;
	margin-right: 10px;
}

#nav
{
	background-color: #99cc66;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar
{
	background-color: white;
	color: #888;
	padding: 10px;
	font-size: 0.8em;
}

#content
{
	float: left;
	width: 550px;
	margin-top: 10px;
	padding: 5px;
	line-height: 1.75em;
}

#content-top
{
	font-size: 67%;
	padding: 0.2em 10px 0.2em 0;
	color: #ccc;
}

#column-right
{
	float: right;
	background-color: white;
	color: #444;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: 180px;
}

#footer
{
	border-top: 2px solid #5362a0;
	font-size: 67%;
	padding: 0.2em 10px 0.2em 0;
	text-align: center;
}

.clear
{
	clear: both;
}

.breadcrumb-navxt
{
	font-size: 60%;
	padding: 0px;
	margin: 0px;
}

/*
	Comments
*/

#comments
{
	height: 225px;
}

/*
	Surrey Enterprise Hub credits
*/

#surrey-enterprise-hub
{
	text-align: center;
}

/*
	Headings
*/

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	color: #5362a0;
}

h1
{
	font-size: 140%;
}

h2
{
	font-size: 120%;
}

h3, h4, h5, h6
{
	font-size: 100%;
}

/*
	Paragraphs
*/

p
{
	padding-bottom: 1em;
}

/*
	Lists
*/

#nav ul, #sidebar ul
{
	list-style: none;
	padding-bottom: 1em;	
}

#nav li, #sidebar li
{
	width: 230px;
}

#content ul
{
	padding-bottom: 1em;	
}

#content li
{
	margin-left: 15px;
}

#footer ul
{
	margin: 0;
	padding: 0;
}

#footer li
{
	display: inline;
}

/*
	Links
*/

#nav a:link, #nav a:visited
{
	text-decoration: none;
	color: white;
	background-color: #99cc66;
	display: block;
	padding: 0.3em 10px 0.3em 10px;
}

#nav a:hover
{
	color: #333;
}

#sidebar a:link, #sidebar a:visited
{
	text-decoration: none;
	color: #5362a0;
}

#sidebar a:hover
{
	color: #333;
}

#content a:link, #content a:visited
{
	text-decoration: none;
	color: #5362a0;
}

#content a:hover
{
	color: #333;
}

/*
	Blockquotes
*/

blockquote
{
	padding-left: 5px;
}

/*
	Tables
*/

td
{
	padding: 5px;
}

/*
	Images
*/

img
{
	border: 0;
}

#column-left img
{
	margin-bottom: 10px;
	margin-left: 40px;
}

#column-right img
{
	margin-bottom: 10px;
	margin-left: 20px;
}

#facebook-image img
{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0;
}

#twitter-image img
{
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 10px;
}


