/*
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;
}

#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 Toolbars */



/* @group accessibility toolbar */


#accessnavwrap {
	position: relative;
	left: 120px;
	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 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 12px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

#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-left: 5px;
	height: 25px;
	font-size: 0.9em;
	line-height: 1.6em;
	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;
	font-size: 95%;
	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;
	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 breadcrumb*/

#breadcrumb {
	text-align: left;
	font-size: 0.8em;
	color: #333333;
	margin: -10px 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: 99%;
}

#columns-left {    
	float: left;
	width: 48%;
	margin-left: 0;
	margin-right: 1%;
	} 
	
#columns-right {    
	float: right;
	width: 48%;
	margin-right: 0;
	margin-left: 1%;
	}   
	
#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.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
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.darkblueTitle,
#panel-xl h4.darkblueTitle,
#panel-xxl h4.darkblueTitle,
#panel-flex h4.darkblueTitle   {
	background:#006699;
	color: #fff;
}

#panel h4.medblueTitle,
#panel-xl h4.medblueTitle {
	background:#0099cc;
	color: #fff;
}

#panel h4.lightblueTitle,
#panel-xl h4.lightblueTitle {
	background:#6699cc;
	color: #fff;
}

#panel h4.darkgreyTitle,
#panel-xl h4.darkgreyTitle {
	background:#333333;
	color: #fff;
}

#panel h4.medgreyTitle,
#panel-xl h4.medgreyTitle {
	background:#999999;
	color: #fff;
}

#panel h4.lightgreyTitle,
#panel-xl h4.lightgreyTitle {
	background:#CCCCCC;
	color: #333333;
}

#panel h4.darkgreenTitle {
	background:#009999;
	color: #fff;
}

#panel h4.medgreenTitle {
	background:#66cccc;
	color: #fff;
}

#panel h4.lightgreenTitle {
	background:#99cccc;
	color: #333333;
}

#panel h4.darkpurpleTitle,
#panel-xl h4.darkpurpleTitle {
	background:#996699;
	color: #fff;
}

#panel h4.medpurpleTitle,
#panel-xl h4.medpurpleTitle {
	background:#cc99cc;
	color: #fff;
}

#panel h4.lightpurpleTitle,
#panel-xl h4.lightpurpleTitle {
	background: #ffccff;
	color: #333333;
}

#panel p,
#panel-xl p,
#panel-xxl p,
#panel-flex p  {
	padding: 0 5px 3px;
	margin: 0 auto 10px;
}

#panel ul,
#panel-xl ul,
#panel-xxl ul,
#panel-flex ul {
	padding: 0 5px 3px 15px;
	margin-left: 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 25px;
	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;
}


.excel {
	list-style-image: url(images/icons/excel.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.pdf {
	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;
}

.mp3 {
	list-style-image: url(images/icons/mp3.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;	
}

.movie {
	list-style-image: url(images/icons/mpeg.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
	}

.txt {
	list-style-image: url(images/icons/txt.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.zip {
	list-style-image: url(images/icons/zip.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.image {
	list-style-image: url(images/icons/gif.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.web {
	list-style-image: url(images/icons/web.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.event,
#panel li.event {
	list-style-image: url(images/icons/calendar.png);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.news,
#panel li.news {
	list-style-image: url(images/icons/newspaper.png);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.phone,
#panel li.phone {
	list-style-image: url(images/icons/phone.png);
	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;
}
		
.searchlistdesc {
	font-size: 90%;
	font-style: italic;
	margin: 3px 0 3px 20px;
}
	

/* @end */

#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-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-page {
	margin: 0 0 40px;
	clear: both;
	min-height: 250px;
}

.entry p {
	margin: 10px 0 20px;
}

.entry p.highlight, 
div.highlight {
	background: #ebebeb;
	border: 1px solid #006699;
	padding: 10px;
}

blockquote {
	margin: 10px 40px 20px;
}

.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;
}

.aligntopright {
	float: right;
	margin: 0 -5px 20px 10px;
}

.largeimagealigntopleft {
	float: left;
	margin: 0 10px 0 -5px;
}

.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 20px 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;
}