/*
Theme Name: emdc
Theme URI: http://www.surepoint.co.uk
Description: emdc is a custom theme for East Midlands Development Centre
Version: 1.0
Author: Rowan Purdy, Surepoint
Author URI: http://www.surepoint.co.uk
Tags: blue, pink, grey, landing pages, 2-columns, 3-columns, 4-columns, fixed-width, 800 width, 960 width, right-sidebar, left-sidebar
*/

/* @group General Styles */

/* global whitespace reset - saves a lot of time and bother with box-model hacks by setting margin and padding to 0 for EVERYTHING. See explanation here: http://leftjustified.net/journal/2004/10/19/global-ws-reset/ */

* { 
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 10px 5px 0;
	padding: 0;
	background: url(images/backgrounds/ss005.jpg) ;
}

p {
	line-height: 1.6em;
	margin-bottom: 20px;
}

b, strong {

}

a:link { 
	text-decoration: underline; 
	color: #0066CC; 
	line-height: 1.4em; 
	}
	
a:visited { 
	text-decoration: underline; 
	color:#CC99FF; 
	line-height: 1.4em; 
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #990066; 
	}
img {
	border-style: none;
}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
	position: relative;
	z-index: 5;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
	position: relative;
	z-index: 5;
}

.wp-caption.alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption.alignnone {
	margin: 20px 0;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}
	
/* @end */
/* @group Lists */

div#content ol, ul {
	padding:0 8px;
	}

div#content li.grey {
	background:url(images/list_arrow_grey.gif) no-repeat 0 0.6em;
	padding-left: 20px;
	list-style-type: none;
	margin: 5px 0 5px 10px;
		}
		
div#content li.blue {
	background:url(images/list_arrow_blue.gif) no-repeat 0 0.6em;
	padding-left: 20px;
	list-style-type: none;
	margin: 5px 0 5px 10px;
		}
		
div#content li.purple {
	background:url(images/list_arrow_purple.gif) no-repeat 0 0.6em;
	padding-left: 20px;
	list-style-type: none;
	margin: 5px 0 5px 10px;
}
		
.searchlistdesc {
	font-size: 90%;
	font-style: italic;
	margin: 3px 0 3px 20px;
}
	
/* @end */
/* @group Layout */

.clearer {
	clear: both;
}


#container {
	position: relative;
	top: 0;
	padding-bottom: 10px;
	z-index: 1;
	margin: 0px auto 10px; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border: 1px solid #0066CC;
	border-top: 5px solid #0066CC;
	background: #ffffff;

}

#pageHeader {
	height: 125px;
	text-align: center;
	position: relative;
	background: #ffffff url(images/header.png) no-repeat;
	text-align: center;
}

#pageHeader img {
	position: absolute;
	top: 10px;
	right: 10px;
}

#contentContainer {
	line-height: 1.6em;
	position: relative;
	z-index: 4;
}

#contentContainer #content {
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 15px;
}

div#primaryContent {
	float:left;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 15px;
}

div#newsContent {
	float:left;
	padding-right: 5px;
	padding-top: 5px;
}

div#secondaryContent {
	float:right;
	padding-right: 10px;
	padding-top: 0px;
}

#sidebarContainer {
	position: relative;
	z-index: 3;
	float: left;
}


#sidebarContainer #sidebar {
	line-height: 1.6em;
	padding: 1px 10px 10px;
	color: #0066CC;
}

#sidebarContainer #sidebar p {
	margin: 0;
	padding: 10px;
}

#sidebarContainer .sideHeader {
	height: 30px;
	padding-left: 10px;
	color: #ffffff;
	padding-top: 8px;
	clear: right;
	font-size: 1em;
	font-weight: normal;
	background: #ffffff;
}
	
/* @end */



/* @group right sidebar */

.sidebox {
	margin-bottom: 10px;
	padding-bottom: 8px;
	margin-top: 5px;
	background: #F2F1F1 url(images/box_bottom.gif) bottom left no-repeat;
	}
	
.sidepad { /* adds side padding to boxes without having to worry about IE getting it wrong */
	padding: 0 10px;
	}

.sidebox ul {
	list-style-type: none;
	margin-top: 0;
	border-right: 1px solid #d7d7d7;
	padding: 0;
	margin-left: 0;
}

.sidebox li {
	background-color: #f1f1f1;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d7d7d7;
	list-style: none;
	}
	
.sidebox ul li a {
	display: block;
	font-weight: bold;
	font-size: 90%;
	color: #0066CC;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
	
.sidebox h4 {
	display: block;
	height: 24px;
	color: #fff;
	padding: 4px 10px 0 10px;
	background: #F2F1F1 url(images/boxtop_darkgrey.gif) 0 0 no-repeat;
	margin-bottom: 0;
	}

.sidebox  a:hover,
.sidebox  a:visited:hover {
	background-color: #0066CC;
	color: #fff;
	}
	

	
.sidebox-xl {
	margin-bottom: 10px;
	padding-bottom: 8px;
	margin-top: 5px;
	background: #F2F1F1 url(images/box_bottom_xl.gif) bottom left no-repeat;
	}

.sidebox-xl ul {
	list-style-type: none;
	margin-top: 0;
	border-right: 1px solid #d7d7d7;
	padding: 0;
	margin-left: 0;
}

.sidebox-xl li {
	background-color: #f1f1f1;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d7d7d7;
	list-style: none;
	}
	
.sidebox-xl ul li a {
	display: block;
	font-weight: bold;
	font-size: 90%;
	color: #0066CC;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
	
.sidebox-xl h4 {
	display: block;
	height: 24px;
	color: #fff;
	padding: 4px 10px 0 10px;
	background: #F2F1F1 url(images/boxtop_darkgrey_xl.gif) 0 0 no-repeat;
	margin-bottom: 0;
	}

.sidebox-xl  a:hover,
.sidebox-xl  a:visited:hover {
	background-color: #0066CC;
	color: #fff;
	}

/* @end */

/* @group columns */

#columns-container {    
	width: 99%;
}

#column {    
	float: left;
	width: 48%;
	margin-left: 0;
	margin-right: 2%;
	padding: 0;
	overflow: hidden;
	} 
	
#columns-left {    
	float: left;
	margin-left: 0;
	margin-right: 9px;
	padding: 0;
	overflow: hidden;
	margin-top: 0;
}  

#columns-left320 {    
	float: left;
	margin-left: 0;
	margin-right: 9px;
	padding: 0;
	overflow: hidden;
	margin-top: 0;
}  
	
#columns-right {
	float: right;
	margin-left: 0;
	margin-right: 9px;
	padding: 0;
	overflow: hidden;
	}  
	
#columns-left-large {    
	float: left;
	margin-left: 0;
	margin-right: 5px;
	padding: 0;
	overflow: hidden;
	margin-top: 0;
}  
	
#columns-right-small {
	float: right;
	margin-left: 0;
	margin-right: 5px;
	padding: 0;
	overflow: hidden;
	margin-top: 0;
}  
	
	
#columns-1 {    
	float: left;
	padding: 0;
	overflow: hidden;
	}  
	
#columns-2 {
	float: left;
	padding: 0;
	overflow: hidden;
	}  
	
#columns-3 {
	float: left;
	padding: 0;
	overflow: hidden;
	} 
	
#columns-4 {
	float: right;
	} 
	
#columns-clearer {
	clear: both;
	}
	
/* @end */


/* @group tabber */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/* @end */

/* @group twitter*/

ul.twitter { /* the main ul (if list is activated) */
	
} 

li.tweet {
	margin-top: 3px;
	margin-bottom: 3px;
}

p.twitter-message { /* each one of the paragraphs (if msgs > 1)  */
	
} 

.twitter-timestamp { /* the timestamp span class */
	
} 

a.twitter-link { /*  the tweet link class */
	
}

a.twitter-user { /* the @username reply link class */
	
} 

/* @end */

/* @group breadcrumb and footer*/

#breadcrumbcontainer {
	border-top: 2px solid #0066CC;
	border-bottom: 1px solid #0066CC;
	color: #333333;
}

.breadcrumb {
	text-align: left;
	margin-left: 20px;
	margin-right: 10px;
	font-size: 0.8em;
	padding: 0 2px 2px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333333;
}

.breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 2px solid #0066CC;
	border-bottom: 1px solid #0066CC;
	color: #333333;
}

.breadcrumb li {
	display: inline;
}

#footer {
	color: #093312;
	font-size: 0.8em;
	padding: 0 2px 2px;
	position: relative;
	color: #333333;
	margin: 30px 0 0 0px;
}


#footer p {
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
}
	
/* @end */


/* @group tabber */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/* @end */



/* @group Toolbars */



/* @group accessibility toolbar */


#accessnavwrap {
    width: 950px;
    padding: 0;
    font-size: 90%;
    height: 30px;
	margin: 0 auto;
	background-color: #ffffff;
}

#accessnav_search {
    position: relative;
    left: 5px;
    top: 5px;
    width: 950px;  
    margin: 0 auto;   
}

#accessnav_search ul {
	margin: 0 auto;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

#accessnav_search ul li {
    float: left;
	margin: 0 auto;
    padding: 0;
}

#accessnav_search ul li a {
    float: left;
    display: block;
    padding: 0 5px;
    font-size: 90%;
    margin: 0 auto;
}

#s {
    margin: 0 auto;
}

#search {
    position: absolute;
    right: 15px;
	top: 0px;
}
/* @end */

/* @group horizontal */

/* Toolbar Styles */

#navcontainer {
	height: 22px;
	font-size: 0.9em;
	color: #ffffff;
	text-align: center;
	background: #ffffff;
	padding: 2px;
	margin: 0 0 10px 0;
	border-top: 2px solid #0066CC;
	border-bottom: 1px solid #0066CC;
}

#navcontainer a {
	width: 117px;
	height: 20px;
	display: block;
	background: #6699FF;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid;
	border-color: #ffffff;

}

#navcontainer a:hover {
	background: #F2F2F2;
	color: #333;
	text-decoration: none;
}

#navcontainer #current {
	background: #0066CC;
}

#navcontainer #current:hover {
	background: #F2F2F2;
	color: #333;
}

#navcontainer .currentAncestor {
	background: #6699FF;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

#navcontainer ul li {
	display: inline;
	float: left;
	height: 20px;
	width: 117px;
}

#navcontainer ul li a:hover, a:active {
	text-decoration: none;
}
 

#navcontainer ul li.current_page_item a {
	background: #0066CC;
}

#navcontainer ul li.current_page_parent a {
	background: #0066CC;
}
/* 
.pagenav { ... }
.page_item { ... }
.current_page_item { ... }
.current_page_parent { ... } 
*/

/* Child - Level 1 */

#navcontainer ul ul {
	display: none; /* This keeps sub navigation hidden from horizontal menu you can also use Wordpress wp_list_pages and set depth=1 to show only top level pages*/
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: #6699FF;
}


#navcontainer ul ul a:hover {
}

#navcontainer ul ul #current{
	background: #0066CC;
}

#navcontainer ul ul .currentAncestor {
	background: #6699FF;
}


/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li {
}

#navcontainer ul ul ul a {
}

#navcontainer ul ul ul a:hover {
}

#navcontainer ul ul ul #current{
	background: #0066CC;
	color: #ffffff;
}

#navcontainer ul ul ul .currentAncestor {
}

/* Child Level 3 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul ul li {
}

#navcontainer ul ul ul ul a {
}

#navcontainer ul ul ul ul a:hover {
}

/* Child Level 4 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul ul li {
}

#navcontainer ul ul ul ul ul a {
}

#navcontainer ul ul ul ul ul a:hover {
}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li {
}

#navcontainer ul ul ul ul ul ul a {
}

#navcontainer ul ul ul ul ul ul a:hover {
}

/* @end */

/* @group vertical */

/* Toolbar Styles */

#side-navcontainer {
	position: relative;
	font-size: 0.9em;
	border-top: 1px solid;
	margin-bottom: 10px;
	position: relative;
	border-top-color: #0066CC;
}

#side-navcontainer .current {
	background: #0066CC;
	}

#side-navcontainer .current:hover {
	background: #F2F2F2;
	color: #333;
}

#side-navcontainer .currentAncestor {
	color: #000000;
	background: #6699FF;
}

/* Parent - Level 0 */

#side-navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#side-navcontainer li {
	position: relative;
	display: inline;
	height: 0px;
}

#side-navcontainer ul li.current_page_item a {
	background: #0066CC;
}

#side-navcontainer a {
	display: block; /* If using css to hide top level navigation from vertical menu then set diplay: none; keep to diplay: block; if using Wordpress wp_list_pages to show only top level page children */
	padding-left: 5px;
	padding-top: 3px;
	height: 18px;
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 1px solid;
	background: #6699FF;
	border-bottom-color: #0066CC;
}

#side-navcontainer a:hover {
	background: #F2F2F2;
	color: #333;
}

#side-navcontainer a:active {
	
}



/* Child - Level 1 */

#side-navcontainer ul ul {

}

#side-navcontainer ul ul li {

}

#side-navcontainer ul ul li.current_page_parent a {
	background: #0066CC;
}

#side-navcontainer ul ul a {
	display: block;
	padding-left: 20px;
	background: #6699FF url(images/list_arrow_white_s.gif) no-repeat 10px 10px;
}

#side-navcontainer ul ul a:hover {
	
}

#side-navcontainer ul ul .currentAncestor {
	background: #6699FF;
}

/* Child - Level 2 */

#side-navcontainer ul ul ul {
	
}

#side-navcontainer ul ul ul li {
	
}

#side-navcontainer ul ul ul a {
	padding-left: 35px;
	font-size: 95%;
	background: #6699FF url(images/list_arrow_white_s2.gif) no-repeat 20px 10px;
}

#side-navcontainer ul ul ul a:hover {
	
}

#side-navcontainer ul ul ul .current {
	background: #0066CC;
	color: #ffffff;
}

#side-navcontainer ul ul ul .currentAncestor {
	
}

/* Child Level 3 */

#side-navcontainer ul ul ul {
	
}

#side-navcontainer ul ul ul ul li {
	
}

#side-navcontainer ul ul ul ul a {
	padding-left: 40px;
	font-size: 90%;
}

#side-navcontainer ul ul ul ul a:hover {
	
}

/* Child Level 4 */

#side-navcontainer ul ul ul ul {
	
}

#side-navcontainer ul ul ul ul ul li {
	
}

#side-navcontainer ul ul ul ul ul a {
	padding-left: 50px;
	font-size: 85%;
}

#side-navcontainer ul ul ul ul ul a:hover {
	
}

/* Child Level 5 */

#side-navcontainer ul ul ul ul ul {
	
}

#side-navcontainer ul ul ul ul ul ul li {
	
}

#side-navcontainer ul ul ul ul ul ul a {
	 padding-left: 60px;
	 font-size: 80%;
}

#side-navcontainer ul ul ul ul ul ul a:hover {
	
}

/* @end */

/* @end */



/* @group Global Classes */

blockquote {
	color: #4c4c4c;
	font-style: italic;
	font-size: 0.85em;
	margin: 0;
	padding: 5px;
}

h1 {
	font-size: 1.6em;
	margin: 0 0 3px;
	color: #0066CC;
}

h2 {
	font-size: 1.4em;
	margin: 0 0 3px;
	color: #0066CC;
}

h3 {
	font-size: 1.2em;
	margin: 0 0 3px;
	color: #0066CC;
}

h4 {
	font-size: 1em;
	margin: 0 0 3px;
	color: #0066CC;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}
	
/* Table Styles */
table {
	font-size: 1em;
}
/* @end */

/* @group Blogposts */

div#newsContent div.post {
	width:98%;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 10px;
}

h3.blogposttitle a {
	text-decoration: none;
}

p.blogpostauthor {
	color:#5c5b5c;
	font-size:80%;
	margin-bottom:10px;
}

p.blogposttags {
	color:#5c5b5c;
	font-size:80%;
	margin-bottom:10px;
}

p.blogposthighlightgrey {
	background: #e6e3e8;
	border:1px solid #5c5b5c;
	border-width:1px 0;
	color:#5c5b5c;
	font-size:90%;
	padding:10px 20px;
}

p.blogpostmorelink {
	text-align: right;
	margin-top: -10px;
}

a.blogpostmorelink {
}

a.blogpostmorelink:hover {
}

div#newsContent div.navigation {
	background: #e6e3e8;
	border:1px solid #5c5b5c;
	border-width:1px;
	color:#5c5b5c;
	font-size:90%;
	padding: 3px 10px;
	margin-bottom: 10px;
}

div#newsContent div.blogpostnavleft {
	top: 3px;
	margin-bottom: 10px;
}

div#newsContent div.blogpostnavright{
	top: 3px;
	float: right;
	margin-bottom: 10px;
}

div#newsContent ol, ul {
		margin: 0 0 0 20px;
	}
	

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

p.blogpostcategorymessage {
	background: #e6e3e8;
	border:1px solid #5E6C76;
	border-width:1px 0;
	color:#5c5b5c;
	font-size:90%;
	padding: 5px;
}

p.blogpostarchivemessage {
	background: #e6e3e8;
	border:1px solid #5E6C76;
	border-width:1px 0;
	color:#54403b;
	font-size:90%;
	padding: 5px;
}	

	
div#secondaryContent p, ol, ul {
		padding:0 8px;
	}

div#secondaryContent ul.grey {
			background:url(/images/list_grey.gif) no-repeat 0 0.3em;
			font-size:90%;
			margin:5px 0;
			padding-left:20px;
		}

div#secondaryContent ul.grey, li.grey {
			background:url(/images/list_grey.gif) no-repeat 0 0.3em;
			font-size:90%;
			margin:5px 0;
			padding-left:20px;
		}
		
div#secondaryContent ul.blue, li.blue {
			background:url(/images/list_blue.gif) no-repeat 0 0.3em;
			font-size:90%;
			margin:5px 0;
			padding-left:20px;
		}
		
#wp-calendar {
	width: 220px;
	background: #ffffff;
	border: 1px solid #cccccc;
	margin: 0 0 10px 20px;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #cccccc;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
}

#wp-calendar a:hover {
	background: #cccccc;
}

/* @end */

/* @group Panels */


/* @group xl roundedge panels */

#panel-xl {
	color:#999;
	margin: 5px 0 10px;
	width:100%;
	font-size:0.9em;
	background: #F2F1F1 url(images/box_bottom_xl.gif) bottom left no-repeat;

}

#panel-xl h4 {
	background:#666666;
	display: block;
	height: 24px;
	color: #fff;
	padding: 4px 10px 0 10px;
	margin-bottom: 0;
}

#panel-xl p {
	padding: 0 5px 3px;
}	

div.panel-xl div.imgHolder {
	background:#ccc;
	height:120px;
	width:100%;
}

#panel-xl h4.darkgreenTitle {
	background:#009781 url(images/boxtop_darkgreen_xl.gif) 0 0 no-repeat;
	}

#panel-xl h4.medgreenTitle {
		background:#66C1B3 url(images/boxtop_medgreen_xl.gif) 0 0 no-repeat;
	}

#panel-xl h4.lightgreenTitle {
		background:#99D5CB url(images/boxtop_lightgreen_xl.gif) 0 0 no-repeat;
	}		
#panel-xl h4.darkpinkTitle {
		background:#990066 url(images/boxtop_darkpink_xl.gif) 0 0 no-repeat;
	}
#panel-xl h4.medpinkTitle {
		background: #CC0099 url(images/boxtop_medpink_xl.gif) no-repeat 0 0;
	}
#panel-xl h4.lightpinkTitle {
		background:#FF66CC url(images/boxtop_lightpink_xl.gif) 0 0 no-repeat;
	}
#panel-xl h4.darkgreyTitle {
		background:#5c5b5c url(images/boxtop_darkgrey_xl.gif) 0 0 no-repeat;
	}
#panel-xl h4.medgreyTitle {
		background:#b0afb1 url(images/boxtop_medgrey_xl.gif) 0 0 no-repeat;
	}
#panel-large h4.lightgreyTitle {
		background:#e6e3e8 url(images/boxtop_lightgrey_xl.gif) 0 0 no-repeat;
	}	
#panel-xl h4.darkblueTitle {
		background:#0066CC url(images/boxtop_darkblue_xl.gif) 0 0 no-repeat;
	}
#panel-xl h4.medblueTitle {
		background:#6699FF url(images/boxtop_medblue_xl.gif) 0 0 no-repeat;
	}
#panel-xl h4.lightblueTitle {
		background: #99ccff url(images/boxtop_lightblue_xl.gif) no-repeat 0 0;
	}
	
/* @end */

/* @group large roundedge panels */

#panel-large {
	color:#999;
	margin: 5px 0 10px;
	width:100%;
	font-size:0.9em;
	background: #F2F1F1 url(images/box_bottom_large.gif) bottom left no-repeat;

}

#panel-large h4 {
	background:#666666;
	display: block;
	height: 24px;
	color: #fff;
	padding: 4px 10px 0 10px;
	margin-bottom: 0;
}

#panel-large p {
	padding: 0 5px 3px;
}	

div.panel-large div.imgHolder {
	background:#ccc;
	height:120px;
	width:100%;
}

#panel-large h4.darkgreenTitle {
	background:#009781 url(images/boxtop_darkgreen_large.gif) 0 0 no-repeat;
	}

#panel-large h4.medgreenTitle {
		background:#66C1B3 url(images/boxtop_medgreen_large.gif) 0 0 no-repeat;
	}

#panel-large h4.lightgreenTitle {
		background:#99D5CB url(images/boxtop_lightgreen_large.gif) 0 0 no-repeat;
	}		
#panel-large h4.darkpinkTitle {
		background:#990066 url(images/boxtop_darkpink_large.gif) 0 0 no-repeat;
	}
#panel-large h4.medpinkTitle {
		background: #CC0099 url(images/boxtop_medpink_large.gif) no-repeat 0 0;
	}
#panel-large h4.lightpinkTitle {
		background:#FF66CC url(images/boxtop_lightpink_large.gif) 0 0 no-repeat;
	}
#panel-large h4.darkgreyTitle {
		background:#5c5b5c url(images/boxtop_darkgrey_large.gif) 0 0 no-repeat;
	}
#panel-large h4.medgreyTitle {
		background:#b0afb1 url(images/boxtop_medgrey_large.gif) 0 0 no-repeat;
	}
#panel-large h4.lightgreyTitle {
		background:#e6e3e8 url(images/boxtop_lightgrey_large.gif) 0 0 no-repeat;
	}	
#panel-large h4.darkblueTitle {
		background:#0066CC url(images/boxtop_darkblue_large.gif) 0 0 no-repeat;
	}
#panel-large h4.medblueTitle {
		background:#6699FF url(images/boxtop_medblue_large.gif) 0 0 no-repeat;
	}
#panel-large h4.lightblueTitle {
		background: #99ccff url(images/boxtop_lightblue_large.gif) no-repeat 0 0;
	}
	
/* @end */

/* @group small roundedge panels */

#panel {
	color:#999;
	margin: 5px 0 10px;
	width:100%;
	font-size:0.9em;
	background: #F2F1F1 url(images/box_bottom.gif) bottom left no-repeat;

}

#panel h4 {
	background:#666666;
	display: block;
	height: 24px;
	color: #fff;
	padding: 4px 10px 0 10px;
	margin-bottom: 0;
}

#panel p {
	padding: 0 5px 3px;
}

#panel a:link, a:visited {
	text-decoration: none;
	color:#999;
}


div.panel div.imgHolder {
	background:#ccc;
	height:120px;
	width:100%;
}

#panel h4.darkgreenTitle {
		background:#009781 url(images/boxtop_darkgreen.gif) 0 0 no-repeat;
	}
#panel h4.medgreenTitle {
		background:#66C1B3 url(images/boxtop_medgreen.gif) 0 0 no-repeat;
	}

#panel h4.lightgreenTitle {
		background:#99D5CB url(images/boxtop_lightgreen.gif) 0 0 no-repeat;
	}		
#panel h4.darkpinkTitle {
		background:#990066 url(images/boxtop_darkpink.gif) 0 0 no-repeat;
	}
#panel h4.medpinkTitle {
		background:#CC0099 url(images/boxtop_medpink.gif) 0 0 no-repeat;
	}
#panel h4.lightpinkTitle {
		background:#FF66CC url(images/boxtop_lightpink.gif) 0 0 no-repeat;
	}
#panel h4.darkgreyTitle {
		background:#5c5b5c url(images/boxtop_darkgrey.gif) 0 0 no-repeat;
	}
#panel h4.medgreyTitle {
		background:#b0afb1 url(images/boxtop_medgrey.gif) 0 0 no-repeat;
	}
#panel h4.lightgreyTitle {
		background:#e6e3e8 url(images/boxtop_lightgrey.gif) 0 0 no-repeat;
	}	
#panel h4.darkblueTitle {
		background:#0066CC url(images/boxtop_darkblue.gif) 0 0 no-repeat;
	}
#panel h4.medblueTitle {
		background:#6699FF url(images/boxtop_medblue.gif) 0 0 no-repeat;
	}
#panel h4.lightblueTitle {
		background:#99ccff url(images/boxtop_lightblue.gif) 0 0 no-repeat;
	}
#panel h4.darkorangeTitle {
		background:#FF953B url(images/boxtop_darkorange.gif) 0 0 no-repeat;	
	}
#panel h4.medorangeTitle {
		background:#FFBB7F url(images/boxtop_medorange.gif) 0 0 no-repeat;	
	}
#panel h4.lightorangeTitle {
		background:#FFE6CF url(images/boxtop_lightorange.gif) 0 0 no-repeat;
	}
	
/* @end */

/* @end */













