/*
Theme Name: Safeguarding
Theme URI: http://www.safeguarding.org.uk/news/wp-content/themes/safeguarding/style.css
Description: Safeguarding is designed for the national safeguarding website
Version: 1.0
Author: Rowan Purdy, Surepoint
Author URI: http://www.surepoint.co.uk
Tags: purple, green, orange, grey, light, two-columns, three columns, fixed-width, right-sidebar, left-sidebar
*/

/* Colour palette
Dark orange #FF953B
Med orange #FFBB7F
Light orange #FFE6CF
Dark grey #5c5b5c
Med grey #b0afb1
Light grey #e6e3e8
Dark green #009781
Med green #66C1B3
Light green #99D5CB
Dark purple #6D458A
Med purple #8A6AA1
Light purple #F0ECF3

*/

/* 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: #6D458A;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: url(images/containerbg.gif) #ebebeb;
	background-position: 0 140px;
	background-repeat: repeat-x;
	text-align: justify;
	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-home.png) no-repeat;
/* background: url(images/headerbg-photo-about.png) no-repeat; */
		position: absolute;
		left: 0px;
		top: 0px;
	}
	
#header-photo-regional-support {
	height: 190px;
	width: 960px;
		background: url(images/headerbg-photo-home.png) no-repeat;
/* background: url(images/headerbg-photo-rs.png) no-repeat; */
	position: absolute;
	left: 0px;
	top: 0px;
}

#header-photo-saif {
	height: 190px;
	width: 960px;
	background: url(images/headerbg-photo-home.png) no-repeat;
/* background: url(images/headerbg-photo-saif.png) no-repeat; */
	position: absolute;
	left: 0px;
	top: 0px;
	}

#header-photo-positive-practice {
	height: 190px;
	width: 960px;
	background: url(images/headerbg-photo-home.png) no-repeat;
/* background: url(images/headerbg-photo-pp.png) no-repeat; */
	position: absolute;
	left: 0px;
	top: 0px;
	}
	
#header-photo-news {
	height: 190px;
	width: 960px;
	background: url(images/headerbg-photo-home.png) no-repeat;
/* 	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-home.png) no-repeat;
/* background: url(images/headerbg-photo-events.png) no-repeat; */
	position: absolute;
	left: 0px;
	top: 0px;
	}
	
#header-photo-resources {
	height: 190px;
	width: 960px;
	background: url(images/headerbg-photo-home.png) no-repeat;
/* background: url(images/headerbg-photo-resources.png) no-repeat; */
	position: absolute;
	left: 0px;
	top: 0px;
	}
	
#header-photo-links {
	height: 190px;
	width: 960px;
	background: url(images/headerbg-photo-home.png) no-repeat;
/* background: url(images/headerbg-photo-links.png) no-repeat; */
	position: absolute;
	left: 0px;
	top: 0px;
	}

#header-photo-search {
	height: 190px;
	width: 960px;
	background: url(images/headerbg-photo-home.png) no-repeat;
/* 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-home.png) no-repeat;
/* 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-home.png) no-repeat;
/* 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-home.png) no-repeat;
/* 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-home.png) no-repeat;
/* 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:#009781;
	color: #fff;
}



#header #s {
	background: #ffffff;
	border: 1px solid #5c5b5c;
	color: #5c5b5c;
	width: 150px;
	margin: 0;
	font-size: 12px;
	color: #5c5b5c;
	padding: 2px;
}


a:link {
	color: #18828e;
	text-decoration: none;
	}
	
a:visited {
	color:#6d458a;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	color: #4c721d;
	}


/* @group Toolbars */



/* @group accessibility toolbar */


#accessnavwrap {
	position: relative;
	left: 60px;
	top: 0px;
	margin: 0 auto;
	width: 840px;
	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.feedback {
	background: url(images/group.png) 0 50% no-repeat; 
	padding-left: 20px;
	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 #009781;
	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 #009781;
	border-width: 0 1px 0 0;
	margin: 0;
}

#navbar a {
	display: block;
	float: left;
	height: 25px;
	padding: 0 16px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #009781;
	text-decoration: none;
	font-weight: bold;
}

#navbar a:hover,
#navbar .current_page_item a {
	color: #FFFFFF;
	background-color: #009781;
}


/* @end */

/* @group vertical */

/* Toolbar Styles */

#side-navcontainer {
	font-size: 100%;
	border-top: 1px solid;
	margin-bottom: 10px;
	border-top-color: #009781;
	width: 160px;
	float: left;
	color: #009781;
}

#side-navcontainer .current_page_item {
	background: #009781;
	}

#side-navcontainer .current_page_item:hover {
	background: #009781;
	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: #009781;
	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: #009781;
	text-decoration: none;
	border-bottom: 1px solid;
	background: #ffffff;
	border-bottom-color: #009781;
}

#side-navcontainer a:hover {
	background: #009781;
	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: #009781;
	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 */





/* @group right sidebar */

.sidebox {
	width: 184px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	margin-top: 5px;
	background: #F2F1F1 url(http://www.safeguardingnetwork.org.uk/rw_common/themes/blog/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;
}

.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: #18828e;
	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(http://www.safeguardingnetwork.org.uk/rw_common/themes/blog/images/boxtop_darkgreen.gif) 0 0 no-repeat;
	margin-bottom: 0;
	}

.sidebox  a:hover,
.sidebox  a:visited:hover {
	background-color: #009781;
	color: #fff;
	}

/* @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-events {    
	float: left;
	width: 650px;
} 

#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: 10px;
	}  
	
#columns-2 {
	float: left;
	width: 210px;
	margin-right: 10px;
	}  
	
#columns-3 {
	float: left;
	width: 210px;
	margin-right: 10px;
	} 
	
#columns-4 {
	float: left;
	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: #009781;
	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: #009781;
	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: #009781;
	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: #009781;
	background:#fff;
	text-align: left;
	min-height: 328px;
}


#panel.darkorangeborder,
#panel-xl.darkorangeborder,
#panel-xxl.darkorangeborder,
#panel-flex.darkorangeborder {
	border-color: #FF953B;
}

#panel.medorangeborder,
#panel-xl.medorangeborder, 
#panel-xxl.medorangeborder,
#panel-flex.medorangeborder {
	border-color: #FFBB7F;
}

#panel.lightorangeborder,
#panel-xl.lightorangeborder, 
#panel-xxl.lightorangeborder,
#panel-flex.lightorangeborder {
	border-color: #FFE6CF;
}

#panel.darkgreyborder,
#panel-xl.darkgreyborder,
#panel-xxl.darkgreyborder,
#panel-flex.darkgreyborder {
	border-color: #5c5b5c;
}

#panel.medgreyborder,
#panel-xl.medgreyborder,
#panel-xxl.medgreyborder,
#panel-flex.medgreyborder {
	border-color: #b0afb1;
}

#panel.lightgreyborder,
#panel-xl.lightgreyborder,
#panel-xxl.lightgreyborder,
#panel-flex.lightgreyborder {
	border-color: #e6e3e8;
}

#panel.darkgreenborder,
#panel-xl.darkgreenborder,
#panel-xxl.darkgreenborder,
#panel-flex.darkgreenborder {
	border-color: #009781;
}

#panel.medgreenborder,
#panel-xl.medgreenborder,
#panel-xxl.medgreenborder,
#panel-flex.medgreenborder {
	border-color: #66C1B3;
}

#panel.lightgreenborder,
#panel-xl.lightgreenborder,
#panel-xxl.lightgreenborder,
#panel-flex.lightgreenborder {
	border-color: #99D5CB;
}

#panel.darkpurpleborder,
#panel-xl.darkpurpleborder, 
#panel-xxl.darkpurpleborder,
#panel-flex.darkpurpleborder {
	border-color: #6D458A;
}

#panel.medpurpleborder,
#panel-xl.medpurpleborder,
#panel-xxl.medpurpleborder,
#panel-flex.medpurpleborder {
	border-color: #8A6AA1;
}

#panel.lightpurpleborder,
#panel-xl.lightpurpleborder,
#panel-xxl.lightpurpleborder,
#panel-flex.lightpurpleborder {
	border-color: #F0ECF3;
}


/* Colour palette
Dark orange #FF953B
Med orange #FFBB7F
Light orange #FFE6CF
Dark grey #5c5b5c
Med grey #b0afb1
Light grey #e6e3e8
Dark green #009781
Med green #66C1B3
Light green #99D5CB
Dark purple #6D458A
Med purple #8A6AA1
Light purple #F0ECF3

*/

#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.darkorangeTitle,
#panel-xl h4.darkorangeTitle,
#panel-xxl h4.darkorangeTitle,
#panel-flex h4.darkorangeTitle {
	background:#FF953B;
	color: #fff;
}

#panel h4.medorangeTitle,
#panel-xl h4.medorangeTitle,
#panel-xxl h4.medorangeTitle,
#panel-flex h4.medorangeTitle {
	background:#FFBB7F;
	color: #fff;
}

#panel h4.lightorangeTitle,
#panel-xl h4.lightorangeTitle,
#panel-xxl h4.lightorangeTitle,
#panel-flex h4.lightorangeTitle {
	background:#FFE6CF;
	color: #fff;
}

#panel h4.darkgreyTitle,
#panel-xl h4.darkgreyTitle, 
#panel-xxl h4.darkgreyTitle, 
#panel-flex h4.darkgreyTitle {
	background:#5c5b5c;
	color: #fff;
}

#panel h4.medgreyTitle,
#panel-xl h4.medgreyTitle,
#panel-xxl h4.medgreyTitle,
#panel-flex h4.medgreyTitle {
	background:#b0afb1;
	color: #fff;
}

#panel h4.lightgreyTitle,
#panel-xl h4.lightgreyTitle,
#panel-xxl h4.lightgreyTitle,
#panel-flex h4.lightgreyTitle {
	background:#e6e3e8;
	color: #333333;
}

#panel h4.darkgreenTitle,
#panel-xl h4.darkgreenTitle, 
#panel-xxl h4.darkgreenTitle, 
#panel-flex h4.darkgreenTitle {
	background:#009781;
	color: #fff;
}

#panel h4.medgreenTitle, 
#panel-xl h4.medgreenTitle, 
#panel-xxl h4.medgreenTitle, 
#panel-flex h4.medgreenTitle {
	background:#66C1B3;
	color: #fff;
}

#panel h4.lightgreenTitle,
#panel-xl h4.lightgreenTitle, 
#panel-xxl h4.lightgreenTitle, 
#panel-flex h4.lightgreenTitle  {
	background:#99D5CB;
	color: #333333;
}

#panel h4.darkpurpleTitle,
#panel-xl h4.darkpurpleTitle,
#panel-xxl h4.darkpurpleTitle,
#panel-flex h4.darkpurpleTitle {
	background:#6D458A;
	color: #fff;
}

#panel h4.medpurpleTitle,
#panel-xl h4.medpurpleTitle,
#panel-xxl h4.medpurpleTitle,
#panel-flex h4.medpurpleTitle {
	background:#8A6AA1;
	color: #fff;
}

#panel h4.lightpurpleTitle,
#panel-xl h4.lightpurpleTitle,
#panel-xxl h4.lightpurpleTitle,
#panel-flex h4.lightpurpleTitle {
	background: #F0ECF3;
	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;
	margin-left: 10px;
}

#panel ul#news-ticker,
#panel-flex ul#news-ticker {
	padding: 0 5px;
	margin-left: 0px;
}

#panel ul.right,
#panel-xl ul.right,
#panel-xxl ul.right,
#panel-flex ul.right {
	padding: 0 5px 3px;
	text-align: right;
}

#panel li,
#panel-xl li,
#panel-xxl li,
#panel-flex li {
	list-style-image: url(images/arrow.gif);
}

/* @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 #009781;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #009781;
 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: #009781;
}

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 #009781;
 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 {
	margin-left: 20px;
}

.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,
#panel-flex li.event {
	list-style-image: url(images/icons/calendar.gif);
	margin: 8px 0 8px 25px;
	padding-left: 5px;
}

.resource,
#panel li.resource,
#panel-flex li.resource {
	list-style-image: url(images/icons/book-open.gif);
	margin: 8px 5px 8px 20px;
	padding-left: 5px;
}

.register,
#panel li.register,
#panel-flex li.register {
	list-style-image: url(images/icons/key.gif);
	margin: 8px 5px 8px 15px;
}

.information,
#panel li.information,
#panel-flex li.information {
	list-style-image: url(images/icons/information.gif);
	margin: 8px 5px 8px 15px;
}

.news,
#panel li.news,
#panel-flex li.news {
	list-style-image: url(images/icons/newspaper.gif);
	margin: 8px 5px 8px 20px;
	padding-left: 5px;
}

a.feedback {
	background: url(images/group.gif) 0 50% no-repeat; 
	padding-left: 15px;
	margin-left: 5px;
	}

a.rss {
	background: url(images/icons/rss.gif) 0 50% no-repeat; 
	padding-left: 20px;
	}
	
	
a.rss-s {
	background: url(images/icons/rss-s.gif) 0 50% no-repeat; 
	padding-left: 15px;
	margin-left: 5px;
	}
	
li.rss,
#panel li.rss,
#panel-flex li.rss {
    padding: 0 0 3px 3px;
	list-style-image: url(images/icons/rss.gif);
	margin: 0 0 0 10px;
}


.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 #009781;
	text-align: center;
	margin: 0 0 10px 0;
	float: left;
}

.month {
	font-size: 1.0em;
	background: url(images/navbg.gif) #009781;
	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: #009781;
}

.year {
	font-size: 0.9em;
	height: 15px;
	line-height: 15px;
	color: #009781;
}

.post {
	margin: 0 0 20px;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #009781;
	min-height: 60px;
}

.post-homepage,
.post-landingpage {
	width: 880px;
	margin: 0 0 20px;
	background: #ffffff;
	border: 1px solid #009781;
	min-height: 60px;
	padding: 20px;
}



.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;
}

.entry p.highlight {
	background: #ebebeb;
	border: 1px solid #009781;
	padding: 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 #009781;
}

.post-homepage h2.homepage {
	margin: 0 0 5px;
}

.post h2.notfound {
	margin: 0 0 5px;
}

.post h2.page-news {
	margin: 0 0 5px;
}

.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 #009781;
}

.post h3,
.post-homepage h3,
.post-landingpage h3 {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #009781;
}

.post h4,
.post-homepage h4,
.post-landingpage h4 {
	font-size: 1em;
	margin: 0 0 3px;
}

.post a img,
.post-homepage a img,
.post-landingpage a img {
	border: none;
}

.postmetadata {
	font-size: 11px;
	line-height: 1.25em;
	margin: 0 0 0 60px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.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;
}

.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 #cccccc;
	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 #009781;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #009781;
	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 #009781;
}

.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: #009781;
	width: 220px;
	border-bottom: 1px solid #999999;
}


#footer {
	clear: both;
	height: 29px;	
	border: solid #009781;
	border-width: 1px 0;
}

#footer p {
	text-align: center;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0;
	padding: 5px 0 0;
	color: #009781;
}

#footer div.contact {
	float: left;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 10px 0 0;
	padding: 5px 0 0;
	color: #999;
}

#footer div.credit {
	float: right;
	text-align: right;
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 10px 0 0;
	padding: 5px 0 0;
	color: #999;
}

#wp-calendar {
	width: 220px;
	background: #ebebeb;
	border: 1px solid #009781;
	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;
}