/*
Theme Name: Dementia
Theme URI: http://www.southwestdementiapartnership.org.uk/wp-content/themes/dementia/style.css
Description: Dementia is designed for the South West Dementia Services Review
Version: 1.0
Author: Rowan Purdy, Surepoint
Author URI: http://www.surepoint.co.uk
Tags: orange, grey, silver, light, two-columns, three columns, fixed-width, right-sidebar, left-sidebar
*/

/* Colour palette
Dark blue #006699
Med blue #0099cc
Light blue #6699cc
Dark grey #666666
Med grey #999999
Light grey #CCCCCC
Dark green #009999
Med green #66cccc
Light green #99cccc
Dark purple #996699
Med purple #cc99cc
Light purple #ffccff

*/

/* 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;
	padding: 0;
	font: 0.9em/1.6em Arial, "Verdana", Helvetica, sans-serif;
	margin: 30px auto 0;
	background: #FFFFFF url(images/bodybg.gif) repeat-x 50% 0;
}

p {
	margin: 0 0 20px;
}

span.small {
    font-size: 0.9em;
    line-height: 1.5em;
}


span.notebook {
	background: url(images/icons/txt.gif) no-repeat;
	padding-left: 20px;
}

div.addthis {
	margin-top: 40px;
	clear:both;
}

#topbar {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 auto;
	z-index: 0;
	width: 100%;
	height: 30px;
	background-color: #996699;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: url(images/containerbg.gif) #ebebeb;
	background-position: 0 140px;
	background-repeat: repeat-x;
	text-align: left;
	position: relative;
	z-index: 1;
}


#header {
	height: 190px;
	background: url(images/headerbg.jpg) no-repeat;
	position: relative;
}

#header-photo {
		height: 190px;
		width: 960px;
		background: url(images/headerbg-photo-home.png) no-repeat;
		position: absolute;
		right: 0px;
		top: 0px;
}

#header-photo-home {
		height: 190px;
		width: 960px;
		background: url(images/headerbg-photo-home.png) no-repeat;
		position: absolute;
		left: 0px;
		top: 0px;
	}

#header-photo-about {
		height: 190px;
		width: 960px;
		background: url(images/headerbg-photo-about.png) no-repeat;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	
#header-photo-implementation {
	height: 190px;
	width: 960px;
	background: url(images/headerbg-photo-rp.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header-photo-review {
	height: 190px;
	width: 960px;
	background: url(images/headerbg-photo-category.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#header-photo-innovative-practice {
	height: 190px;
	width: 960px;
	background: url(images/headerbg-photo-single.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#header-photo-resources {
	height: 190px;
	width: 960px;
	background: url(images/headerbg-photo-resources.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	}
	
#header-photo-news {
	height: 190px;
	width: 960px;
	background: url(images/headerbg-photo-news.png) no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
	}

#header-photo-events {
	height: 190px;
	width: 960px;
	background: url(images/headerbg-photo-events.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#header-photo-links {
	height: 190px;
	width: 960px;
	background: url(images/headerbg-photo-search.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	}


#header-photo-search {
	height: 190px;
	width: 960px;
	background: url(images/headerbg-photo-search.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#header-photo-single {
	height: 190px;
	width: 960px;
	background: url(images/headerbg-photo-single.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#header-photo-category {
	height: 190px;
	width: 960px;
	background: url(images/headerbg-photo-category.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#header-photo-tag {
	height: 190px;
	width: 960px;
	background: url(images/headerbg-photo-single.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#header-photo-archive {
	height: 190px;
	width: 960px;
	background: url(images/headerbg-photo-archive.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	}
	
#header h1 {
    font-size: 1.4em;
    line-height: 1.5em;
	display: block;
	height: 30px;
	padding: 0 10px 0 5px;
	background:#006699;
	color: #fff;
}


#header a {
	text-decoration: none;
	color: #666666;
}

#header a:hover {
	color: #333333;
}


#header #s {
	background: #ffffff;
	border: 1px solid #999999;
	color: #666666;
	width: 150px;
	margin: 0;
	font-size: 12px;
	color: #999999;
	padding: 2px;
}


/* @group resources */

div.title {
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}

div.author,
div.summary {
	color: #333;
	font-size: 0.95em;
}

div.url {
	font-size: 0.9em;
}

#download-page-categories .category ul {
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: 0;
}

/* @end */
/* @group carousel */

#carousel_inner {
position:relative;
float:left; /* important for inline positioning */
width:850px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
background: #F0F0F0;
}

#carousel_ul {
left:-210px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling below */
padding-bottom:10px;
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:200px;  /* fixed width, important */
/* just styling below*/
padding:0px;
height:110px;
background: #000000;
margin-top:10px;
margin-bottom:10px; 
margin-left:6px; 
margin-right:6px; 
}

#carousel_ul li img {
display:block;
cursor:pointer;
cursor: hand; 
border:0px; 
}

#left_scroll, #right_scroll{
float:left; 
height:130px; 
width:15px; 
background: #C0C0C0; 
}
#left_scroll img, #right_scroll img{
border:0; /* remove the default border of linked image */
/*styling*/
cursor: pointer;
cursor: hand;

}
div.wrapper{
position:relative;
	float:left; /* important */
}
div.description{
	position:absolute; 
	bottom:0px;
	left:0px;
	margin:0;
	padding:0;
	width:200px;
	background-color: #000000;
        height:28px;
	color:white;
	opacity:0.70; /* transparency */
	filter:alpha(opacity=70); /* IE transparency */
}
p.description_content {
	padding:0 5px 2px 5px;
	line-height:0.6em;
        font-weight:bold;
	margin: 0 0 0 0;
}

/* @end */

/* @group Toolbars */



/* @group accessibility toolbar */


#accessnavwrap {
	position: relative;
	left: 190px;
	top: 0px;
	margin: 0 auto;
	width: 740px;
	font-size: 0.9em;
}

#accessnavwrap ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#accessnavwrap ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#accessnavwrap ul li a {
    float: left;
    display: block;
    padding: 2px 10px 2px 0;
    text-decoration: none;
    color: #FFFFFF;
}

#accessnavwrap ul li a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}


#accessnavwrap ul li a.rss-s {
	background: url(images/icons/rss.gif) no-repeat 0 50%; 
	padding-left: 15px;
	margin-left: 5px;
	}
	
#accessnavwrap ul li a.discussion {
	background: url(images/icons/group-s.png) no-repeat 0 50%; 
	padding-left: 15px;
	margin-left: 5px;
}
	
#search {
    float: left;
    margin: 2px auto 0;
}

/* @end */

/* @group drop down horizontal menu */

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #006699;
	display: block;
	float: left;
	margin: 0 0 10px 0;
	width: 960px;

}
#access .menu-header,
div.menu {
	font-size: 1em;
	margin-left: 8px;
	width: 948px;

}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 30px;
	padding: 0 5px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	float: left;
	width: 200px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 200px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 180px;
	height: auto;
	font-size:0.9em;
}
#access li:hover > a,
#access ul ul :hover > a,
#access ul li.current_page_parent > a,
#access ul li.current_page_ancestor > a  {
	background: #666;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background: #666;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
	background: #666;
}

/* @end */

/* @group horizontal */

/* Toolbar Styles */



#navbar {
	margin: 0 0 20px 0;
	height: 25px;
	border: solid #006699;
	border-width: 1px 0;
	color: #FFFFFF;
}

#navbar ul {
	margin: 0;
	padding: 0;
	/*float: right;  activate to align centre */
	position: relative;
	right: 50%;
}

#navbar li {
	display: inline;
	float: left;
	position: relative;
	left: 50%;
	border: solid #006699;
	border-width: 0 1px 0 0;
	margin: 0;
}

#navbar a {
	display: block;
	float: left;
	height: 25px;
	padding: 0 6px;
	color: #006699;
	text-decoration: none;
}

#navbar a:hover,
#navbar .current_page_item a {
	color: #FFFFFF;
	background-color: #006699;
}


/* @end */

/* @group vertical */

/* Toolbar Styles */

#side-navcontainer {
	font-size: 100%;
	border-top: 1px solid;
	margin-bottom: 10px;
	border-top-color: #006699;
	width: 160px;
	float: left;
	color: #006699;
}

#side-navcontainer .current_page_item {
	background: #006699;
	}

#side-navcontainer .current_page_item:hover {
	background: #006699;
	color: #ffffff;
}

/* 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: #006699;
	color: #ffffff;
}

#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: 2px 5px;
	min-height: 25px;
	font-size: 0.9em;
	color: #006699;
	text-decoration: none;
	border-bottom: 1px solid;
	background: #ffffff;
	border-bottom-color: #006699;
}

#side-navcontainer a:hover {
	background: #006699;
	color: #ffffff;
}

#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: #006699;
	color: #ffffff;
}

#side-navcontainer ul ul a {
	display: block;
	padding-left: 20px;
	background: #ffffff url(images/nav-arrow-level1.gif) no-repeat 10px 10px;
}

#side-navcontainer ul ul a:hover {
	
}

#side-navcontainer ul ul .currentAncestor {
	background: #ffffff;
}

/* Child - Level 2 */

#side-navcontainer ul ul ul {
	
}

#side-navcontainer ul ul ul li {
	
}

#side-navcontainer ul ul ul a {
	padding-left: 35px;
	background: #ffffff url(images/nav-arrow-level2.gif) no-repeat 20px 10px;
}

#side-navcontainer ul ul ul a:hover {
	
}

#side-navcontainer ul ul ul .current {
	background: #ffffff;
	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;
}

#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;
}

#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;
}

#side-navcontainer ul ul ul ul ul ul a:hover {
	
}

/* @end */

/* @end */

/* @group breadcrumb*/

#breadcrumb {
	text-align: left;
	font-size: 0.8em;
	color: #333333;
	margin: 0px 20px 10px;
}

#breadcrumb.home {
	display: none;
}

#breadcrumb.page {

}

#breadcrumb.news {

}

#breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #333333;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb a {
	color: #003366;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #333333;
}

/* @end */




/* @group columns */

#columns-container {    
	width: 100%;
}

#columns-left {    
	float: left;
	width: 49%;
	margin-left: 0;
	margin-right: 1%;
	} 
	
#columns-right {    
	float: right;
	width: 49%;
	margin: 0;
	}   
	
#columns-left-large {    
	float: left;
	width: 410px;
	margin-left: 0;
	margin-right: 15px;
} 

#columns-left-xl {    
	float: left;
	width: 470px;
	margin-left: 0;
	margin-right: 15px;
}   
	
#columns-right-small {
	float: right;
	width: 200px;
	margin-top: 10px;
}  

#columns-right-large {    
	float: right;
	width: 400px;
	padding: 0;
}  
	
#columns-left-small {
	float: left;
	width: 200px;
	margin-top: 10px;
}
	
	
#columns-1 {    
	float: left;
	width: 210px;
	margin-right: 15px;
	}  
	
#columns-2 {
	float: left;
	width: 210px;
	margin-right: 15px;
	}  
	
#columns-3 {
	float: left;
	width: 210px;
	} 
	
#columns-4 {
	float: right;
	width: 210px;
	} 
	
#columns-clearer {
	clear: both;
	}
		
/* @end */

/* @group Panels */

#panel {
	margin: 5px 0 10px;
	width:100%;
	font-size:0.9em;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #006699;
	background:#fff;
	text-align: left;
	height:  220px;
}

#panel-xl {
	margin: 5px 0 10px;
	width:100%;
	font-size:0.9em;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #006699;
	background:#fff;
	height: 450px;
	text-align: left;
}

#panel-xxl {
	margin: 5px 0 10px;
	width:100%;
	font-size:0.9em;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #006699;
	background:#fff;
	height: 700px;
	text-align: left;
}

#panel-flex{
	margin: 5px 0 10px;
	width:100%;
	font-size:0.9em;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #006699;
	background:#fff;
	text-align: left;
	min-height: 328px;
}

#panel-slider{
	margin: 5px 0 10px;
	width:100%;
	border: none;
	background:#fff;
}

#panel.orangeborder,
#panel-xl.orangeborder,
#panel-xxl.orangeborder,
#panel-flex.orangeborder {
	border-color: #FF6600;
}

#panel.darkblueborder,
#panel-xl.darkblueborder,
#panel-xxl.darkblueborder,
#panel-flex.darkblueborder {
	border-color: #006699;
}

#panel.medblueborder,
#panel-xl.medblueborder, 
#panel-xxl.medblueborder,
#panel-flex.medblueborder {
	border-color: #0099cc;
}

#panel.lightblueborder,
#panel-xl.lightblueborder, 
#panel-xxl.lightblueborder,
#panel-flex.lightblueborder {
	border-color: #6699cc;
}

#panel.darkgreyborder,
#panel-xl.darkgreyborder,
#panel-xxl.darkgreyborder, 
#panel-flex.darkgreyborder {
	border-color: #333333;
}

#panel.medgreyborder,
#panel-xl.medgreyborder,
#panel-xxl.medgreyborder,
#panel-flex.medgreyborder {
	border-color: #999999;
}

#panel.lightgreyborder,
#panel-xl.lightgreyborder,
#panel-xxl.lightgreyborder,
#panel-flex.lightgreyborder {
	border-color: #CCCCCC;
}

#panel.darkgreenborder,
#panel-xl.darkgreenborder,
#panel-xxl.darkgreenborder,
#panel-flex.darkgreenborder {
	border-color: #009999;
}

#panel.medgreenborder,
#panel-xl.medgreenborder,
#panel-xxl.medgreenborder,
#panel-flex.medgreenborder {
	border-color: #66cccc;
}

#panel.lightgreenborder,
#panel-xl.lightgreenborder,
#panel-xxl.lightgreenborder,
#panel-flex.lightgreenborder {
	border-color: #99cccc;
}

#panel.darkpurpleborder,
#panel-xl.darkpurpleborder, 
#panel-xxl.darkpurpleborder,
#panel-flex.darkpurpleborder {
	border-color: #996699;
}

#panel.medpurpleborder,
#panel-xl.medpurpleborder,
#panel-xxl.medpurpleborder,
#panel-flex.medpurpleborder {
	border-color: #cc99cc;
}

#panel.lightpurpleborder,
#panel-xl.lightpurpleborder,
#panel-xxl.lightpurpleborder,
#panel-flex.lightpurpleborder {
	border-color: #ffccff;
}

/* Colour palette
Orange #FF6600
Dark blue #006699
Med blue #0099cc
Light blue #6699cc
Dark grey #333333
Med grey #999999
Light grey #CCCCCC
Dark green #009999
Med green #66cccc
Light green #99cccc
Dark purple #996699
Med purple #cc99cc
Light purple #ffccff

*/

#panel h4,
#panel-xl h4,
#panel-xxl h4,
#panel-flex h4 {
	display: block;
	height: 28px;
	padding: 0 0 0 5px;
	margin-bottom: 0;
}



#panel h4.orangeTitle,
#panel-xl h4.orangeTitle,
#panel-xxl h4.orangeTitle,
#panel-flex h4.orangeTitle   {
	background: #FF6600;
	color: #fff;
}

#panel h4.darkblueTitle,
#panel-xl h4.darkblueTitle,
#panel-xxl h4.darkblueTitle,
#panel-flex h4.darkblueTitle   {
	background:#006699;
	color: #fff;
}

#panel h4.medblueTitle,
#panel-xl h4.medblueTitle, 
#panel-xxl h4.medblueTitle,
#panel-flex h4.medblueTitle {
	background:#0099cc;
	color: #fff;
}

#panel h4.lightblueTitle,
#panel-xl h4.lightblueTitle,
#panel-xxl h4.lightblueTitle,
#panel-flex h4.lightblueTitle   {
	background:#6699cc;
	color: #fff;
}

#panel h4.darkgreyTitle,
#panel-xl h4.darkgreyTitle,
#panel-xxl h4.darkgreyTitle,
#panel-flex h4.darkgreyTitle   {
	background:#333333;
	color: #fff;
}

#panel h4.medgreyTitle,
#panel-xl h4.medgreyTitle,
#panel-xxl h4.medgreyTitle,
#panel-flex h4.medgreyTitle   {
	background:#999999;
	color: #fff;
}

#panel h4.lightgreyTitle,
#panel-xl h4.lightgreyTitle,
#panel-xxl h4.lightgreyTitle,
#panel-flex h4.lightgreyTitle {
	background:#CCCCCC;
	color: #333333;
}

#panel h4.darkgreenTitle,
#panel-xl h4.darkgreenTitle,
#panel-xxl h4.darkgreenTitle,
#panel-flex h4.darkgreenTitle {
	background:#009999;
	color: #fff;
}

#panel h4.medgreenTitle,
#panel-xl h4.medgreenTitle,
#panel-xxl h4.medgreenTitle,
#panel-flex h4.medgreenTitle {
	background:#66cccc;
	color: #fff;
}

#panel h4.lightgreenTitle,
#panel-xl h4.lightgreenTitle,
#panel-xxl h4.lightgreenTitle,
#panel-flex h4.lightgreenTitle {
	background:#99cccc;
	color: #333333;
}

#panel h4.darkpurpleTitle,
#panel-xl h4.darkpurpleTitle,
#panel-xxl h4.darkpurpleTitle,
#panel-flex h4.darkpurpleTitle  {
	background:#996699;
	color: #fff;
}

#panel h4.medpurpleTitle,
#panel-xl h4.medpurpleTitle,
#panel-xxl h4.medpurpleTitle,
#panel-flex h4.medpurpleTitle  {
	background:#cc99cc;
	color: #fff;
}

#panel h4.lightpurpleTitle,
#panel-xl h4.lightpurpleTitle,
#panel-xxl h4.lightpurpleTitle,
#panel-flex h4.lightpurpleTitle  {
	background: #ffccff;
	color: #333333;
}

#panel p,
#panel-xl p,
#panel-xxl p,
#panel-flex p  {
	padding: 5px 5px 0;
	margin: 5px 5px 0;
}

#panel ul,
#panel-xl ul,
#panel-xxl ul,
#panel-flex ul {
	padding: 0 5px 0 25px;
	margin: 5px 15px 10px;
}

#panel ul.right,
#panel-xl ul.right,
#panel-xxl ul.right,
#panel-flex ul.right {
	padding: 0 5px 3px;
	text-align: right;
}

#panel ul li,
#panel-xl ul li,
#panel-xxl ul li,
#panel-flex ul li {
	list-style-image: url(images/list_arrow_purple.gif);
}

#panel li.pdf,
#panel-xl li.pdf,
#panel-xxl li.pdf,
#panel-flex li.pdf {
	list-style-image: url(images/icons/pdf.gif);
	margin: 8px 0 8px 5px;
	padding-left: 5px;
}

#panel li.word,
#panel-xl li.word,
#panel-xxl li.word,
#panel-flex li.word {
	list-style-image: url(images/icons/word.gif);
	margin: 8px 0 8px 5px;
	padding-left: 5px;
}

#panel li.ppt,
#panel-xl li.ppt,
#panel-xxl li.ppt,
#panel-flex li.ppt {
	list-style-image: url(images/icons/ppt.gif);
	margin: 8px 0 8px 5px;
	padding-left: 5px;
}

#panel li.excel,
#panel-xl li.excel,
#panel-xxl li.excel,
#panel-flex li.excel {
	list-style-image: url(images/icons/excel.gif);
	margin: 8px 0 8px 5px;
	padding-left: 5px;
}

#panel li.txt,
#panel-xl li.txt,
#panel-xxl li.txt,
#panel-flex li.txt {
	list-style-image: url(images/icons/txt.gif);
	margin: 8px 0 8px 5px;
	padding-left: 5px;
}

#panel li.contact,
#panel-xl li.contact,
#panel-xxl li.contact,
#panel-flex li.contact {
	list-style-image: url(images/icons/contact.png);
	margin: 8px 0 8px 5px;
	padding-left: 5px;
}

#panel li.web,
#panel-xl li.web,
#panel-xxl li.web,
#panel-flex li.web {
	list-style-image: url(images/icons/web.gif);
	margin: 8px 0 8px 5px;
	padding-left: 5px;
}

#panel a img.border,
#panel-xl a img.border,
#panel-xxl a img.border,
#panel-flex a img.border {
	float: left;
	margin: 5px 5px 20px;
	border: 1px solid #333333;
}

/* @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 #006699;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #006699;
 border-bottom: none;
 background: #cc99cc;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #FFFFFF; }
ul.tabbernav li a:visited { color: #FFFFFF; }

ul.tabbernav li a:hover
{
 color: #FFFFFF;
 background: #996699;
 border-color: #006699;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
  color: #996699;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #FFFFFF;
 background: #996699;
 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 #006699;
 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 Lists */

.entry ul,
.entry ol {
	margin: 20px;
} 

.entry ol li {
	padding-left: 5px;
	margin: 5px 0 5px 25px;
}

.word {
	list-style-image: url(images/icons/word.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

a.word {
	background: url(images/icons/word.gif) no-repeat;
	margin: 8px 0 8px 0;
	padding-left: 25px;
}


.entry ul.wordlist li,
div#panel-flex ul.wordlist li {
	list-style-image: url(images/icons/word.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}


.excel {
	list-style-image: url(images/icons/excel.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

a.excel {
	background: url(images/icons/excel.gif) no-repeat;
	margin: 8px 0 8px 0;
	padding-left: 25px;
}

.pdf {
	list-style-image: url(images/icons/pdf.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

a.pdf {
	background: url(images/icons/pdf.gif) no-repeat;
	margin: 8px 0 8px 0;
	padding-left: 25px;
}

.entry ul.pdflist li {
	list-style-image: url(images/icons/pdf.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.ppt {
	list-style-image: url(images/icons/ppt.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

a.ppt {
	background: url(images/icons/ppt.gif) no-repeat;
	margin: 8px 0 8px 0;
	padding-left: 25px;
}

.entry ul.pptlist li {
	list-style-image: url(images/icons/ppt.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.mp3 {
	list-style-image: url(images/icons/mp3.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;	
}

a.mp3 {
	background: url(images/icons/mp3.gif) no-repeat;
	margin: 8px 0 8px 0;
	padding-left: 25px;
}

.movie {
	list-style-image: url(images/icons/mpeg.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
	}

a.movie {
	background: url(images/icons/mpeg.gif) no-repeat;
	margin: 8px 0 8px 0;
	padding-left: 25px;
}

.txt,
.report {
	list-style-image: url(images/icons/txt.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

a.txt,
a.report {
	background: url(images/icons/txt.gif) no-repeat;
	margin: 8px 0 8px 0;
	padding-left: 25px;
}

.factsheet {
	list-style-image: url(images/icons/factsheet.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

a.factsheet {
	background: url(images/icons/factsheet.gif) no-repeat;
	margin: 8px 0 8px 0;
	padding-left: 25px;
}

.zip {
	list-style-image: url(images/icons/zip.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

a.zip {
	background: url(images/icons/zip.gif) no-repeat;
	margin: 8px 0 8px 0;
	padding-left: 25px;
}

.image {
	list-style-image: url(images/icons/gif.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

a.image {
	background: url(images/icons/gif.gif) no-repeat;
	margin: 8px 0 8px 0;
	padding-left: 25px;
}

.web {
	list-style-image: url(images/icons/web.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

a.web {
	background: url(images/icons/web.gif) no-repeat;
	margin: 8px 0 8px 0;
	padding-left: 25px;
}

.entry ul.weblist li {
	list-style-image: url(images/icons/web.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.event,
#panel li.event,
#panel-flex li.event {
	list-style-image: url(images/icons/calendar.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.news,
#panel li.news,
#panel-flex li.news {
	list-style-image: url(images/icons/newspaper.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.tweet,
#panel li.tweet,
#panel-flex li.tweet {
	list-style-image: url(images/favicon.ico);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.phone,
#panel li.phone {
	list-style-image: url(images/icons/phone.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.dvd,
#panel li.dvd {
	list-style-image: url(images/icons/dvd.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

a.dvd {
	background: url(images/icons/dvd.gif) no-repeat;
	margin: 8px 0 8px 0;
	padding-left: 25px;
}

.briefing,
#panel li.briefing {
	list-style-image: url(images/icons/briefing.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.book,
#panel li.book,
.booklet,
#panel li.booklet,
.guideline,
#panel li.guideline {
	list-style-image: url(images/icons/book.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.toolkit,
#panel li.toolkit {
	list-style-image: url(images/icons/toolkit.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.research,
#panel li.research {
	list-style-image: url(images/icons/research.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.leaflet,
#panel li.leaflet {
	list-style-image: url(images/icons/leaflet.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.entry ul.leaflet li {
	list-style-image: url(images/icons/leaflet.gif);
	margin: 8px 0 8px 10px;
	padding-left: 5px;
}


.guidance,
#panel li.guidance {
	list-style-image: url(images/icons/guidance.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

#news-ticker {
	margin: -10px 2px 2px;
}

.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;
		}
.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;
		}
		
.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;
}

.entry ul.purplelist li,
div#panel-flex ul.purplelist li {
	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 */

table.blue {
width:100%;
	font-size: 95%;
        border:1px solid #006699;
	margin: 0;
	padding: 0;
}

table.blue tr {
}

table.blue td {
        border-bottom:1px dashed #999999;
	padding: 3px 3px 3px 3px;
}

table.white {
width:100%;
	font-size: 95%;
	margin: 0;
	padding: 0;
background: #ffffff;
        border:1px solid #ccc;
}

table.white tr {

}

table.white th {
        border:1px solid #ccc;
	padding: 3px 3px 3px 3px;
background: #ccc;
}

table.white td {
        border:1px solid #ccc;
	padding: 3px 3px 3px 3px;
}

#posts {
	width: 640px;
	padding: 0 0 0 20px;
	margin: 0 0 20px;
	float: left;
}

#posts.page {
	width: 760px;
	padding: 0 0 0 20px;
	margin: 0 20px 20px 0;
	float: right;
}

#posts.homepage {
	width: 920px;
	padding: 0 0 0 20px;
	margin: 0 20px 20px 0;
}

#posts.landingpage {
	width: 920px;
	padding: 0 0 0 20px;
	margin: 0 20px 20px 0;
}

.readmore {
	position: relative;
	top: -25px;
	margin: 0;
}

.commentbubble {
	position: relative;
	left: 530px;
	width: 71px;
}

.commentbubble a {
	display: block;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 75px;
	text-align: center;
	font-size: 12px;
	padding: 5px 31px 0 0;
}

.commentbubble a:hover {
	background: url(images/commentbubblehover.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 75px;
	text-align: center;
	font-size: 12px;
	padding: 5px 31px 0 0;
}

.date {
	width: 50px;
	height: 60px;
	border: 1px solid #006699;
	text-align: center;
	margin: 0 0 10px 0;
	float: left;
}

.month {
	font-size: 1.0em;
	background: url(images/navbg.gif) #006699;
	background-repeat: repeat-x;
	background-position: 0 -5px;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
}

.day {
	font-size: 1.8em;
	height: 25px;
	line-height: 30px;
	font-weight: bold;
	color: #006699;
}

.year {
	font-size: 0.9em;
	height: 15px;
	line-height: 15px;
	color: #006699;
}

.post {
	margin: 0 0 20px;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #006699;
	min-height: 60px;
}

.post-list {
	margin: 0 0 20px;
	background: #ffffff;
	padding: 10px;
	border: 1px solid #999999;
}

.post-homepage,
.post-landingpage {
	width: 880px;
	margin: 0 0 20px;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #006699;
	min-height: 60px;
}



.tags {
	font-size: 11px;
	line-height: 1.5em;
	margin: 0 0 0 60px;
}

.entry {
	margin: 0 0 10px;
	clear: both;
	min-height: 150px;
}

.entry-list {
	margin: 0 0 10px;
	clear: both;
}

.entry-search {
	clear: both;
	position:relative;
	top:-40px;
	left:60px;
	width:818px;
}

.entry-page {
	margin: 0 0 40px;
	clear: both;
	min-height: 250px;
}

.entry p {
	margin: 10px 0 20px;
}

.entry a.next {
float:right;
color: #fff;
decoration:underline;
background-color:#006699;
padding:0 5px 2px 5px;
margin-bottom: 80px;
margin-top: 30px;
}

.entry a.next:hover {
background-color:#666;
color: #fff;
}

.entry a.learning {
float:left;
color: #fff;
decoration:underline;
background-color:#006699;
padding:0 5px 2px 5px;
margin-top: 30px;
}

.entry a.learning:hover {
background-color:#666;
color: #fff;
}

.entry p.highlight, 
div.highlight {
	background: #ebebeb;
	border: 1px solid #006699;
	padding: 10px;
}

div.highlightyellow {
	background: #FFFFCF;
	border: 1px solid #006699;
	padding: 10px;
	margin-right:10px;
	margin-bottom:10px;
}

div.highlightwhite {
	background: #FFFFFF;
	border: 1px solid #006699;
	padding: 10px;
	margin-right:10px;
	margin-bottom:10px;
}

blockquote {
	margin: 10px 40px 20px;
font-style:italic;
}

.post h2,
.post-homepage h2,
.post-landingpage h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 60px;
	border-bottom: 1px solid #006699;
}

.post-homepage h2.homepage,
.post h2.notfound,
.post h2.page-news,
.post h2.search,
.post-landingpage h2.landingpage {
	margin: 0 0 5px;
}

.page .post h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #006699;
}

.post h3,
.post-homepage h3,
.post-landingpage h3 {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #006699;
}

.post h4,
.post-homepage h4,
.post-landingpage h4 {
	font-size: 1em;
	margin: 0 0 3px;
}

.post a, 
.navigation a,
.post-homepage a,
.post-landingpage a {
	color: #006699;
	text-decoration: none;
}

.post a:hover, 
.navigation a:hover,
.post-homepage a:hover,
.post-landingpage a:hover {
	color: #333333;
	text-decoration: underline;
}

.post a img,
.post-homepage a img,
.post-landingpage a img {
	border: none;
}

.post a img.border,
.post-homepage a img.border,
.post-landingpage a img.border {
	float: left;
	margin: 0 10px 20px -5px;
	border: 1px solid #333333;
}

.postmetadata {
	font-size: 11px;
	line-height: 1.25em;
	margin: 0 0 0 60px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignleftborder {
	float: left;
	margin: 5px 20px 20px 0;
	border: 1px solid #006699;
}

.aligntopleft {
	float: left;
	margin: 0 10px 20px -5px;
}

.aligntopleftgreenborder {
	float: left;
	margin: 0 10px 20px -5px;
	border-right: 1px solid #009999;
	border-bottom: 1px solid #009999;
}

.aligntopleftpurpleborder {
	float: left;
	margin: 0 10px 20px -5px;
	border-right: 1px solid #996699;
	border-bottom: 1px solid #996699;
}

.aligntopleftblueborder {
	float: left;
	margin: 0 10px 20px -5px;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
}


.aligntopright {
	float: right;
	margin: 0 -5px 20px 10px;
}

.largeimagealigntopleft {
	float: left;
	margin: 0 10px 0 -5px;
}

.largeimagealigntopleftborder {
	float: left;
	margin: 0 10px 0 -5px;
	border: 1px solid #006699;
}

.largeimagealigntopright {
	float: right;
	margin: 0 -5px 0 10px;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignrightborder,
.post a img.alignrightborder {
	float: right;
	margin: 5px 0 20px 20px;
	border: 1px solid #006699;
}


.aligncenter {
	display: block;
	margin: 0 auto 0 auto;
}

.alignnone {
	margin: 0;
}

.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 #006699;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}


#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #006699;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #006699;
	margin: 20px 0;
}

.commentlist ul {

}

.commentlist li {

}

.avatarcontainer {
	float: left;
	margin: 0 5px 0 0;
}

.avatar {
	border: 1px solid #cccccc;
}

.commentdate {
	font-size: 11px;
}

.sidebar-news {
	margin: 0 0 20px 680px;
	width: 220px;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #006699;
}

.sidebar-news ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.sidebar-news h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #006699;
	width: 220px;
	border-bottom: 1px solid #999999;
}

.sidebar-news a {
	color: #006699;
	text-decoration: none;
}

.sidebar-news a:hover {
	color: #333333;
}

#footer {
	clear: both;
	height: 29px;	
	border: solid #006699;
	border-width: 1px 0;
}

#footer p {
	text-align: center;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0;
	padding: 5px 0 0;
	color: #006699;
}

#footer p.credit {
	text-align: right;
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 10px 0 0;
	padding: 5px 0 0;
	color: #999;
}

#footer a {
	color: #006699;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
}

#wp-calendar {
	width: 220px;
	background: #ebebeb;
	border: 1px solid #006699;
	margin: 0 0 30px 0;
	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;
}

#form-event-venues {
	position: relative;
	top:  -50px;
	left: 10px;
}
