#wrapper{
	/*
	opacity: .90; // all modern browsers (this is CSS3)  
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; // IE 8  
	filter: alpha(opacity=90); // IE 5-7 ;	
	*/
}

/* Footer Menu */
#footer #menu {
}
#footer #menu ul {
	list-style: none;
}
#footer #menu ul li {
	display: inline;
	padding: 0px 0px 0px 0px;
}

.additem a, .additem a:visited {
	font-size: 12px;
	margin-left:20px;
	color: #979395;
}

/* Site map */
#site-map ul {
	margin: 0 0 0 15px;
}

/* grouplinks form */
#grouplinks ul {
	list-style-type: none;
	margin: 0 0 0 0;
}
#grouplinks ul li {
	list-style: none;
	margin: 0 0 0 0;
}
#grouplinks table {
	margin: 0;
	padding: 0;
}
#grouplinks table tr {
	margin: 0;
	padding: 0;
}
#grouplinks table td {
	margin: 0;
	padding: 0;
}

.announcement-image img{
	width: 220px;
}


#breadcrumb {
	margin: 0 0 5px 0;
	padding: 0;
	color: #ccc;
	font-size: 0.9em;
	height: 1.4em;
}
#breadcrumb a {
	color: #ccc;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
#breadcrumb a:hover {
	color: #fff;
}
#main-wrapper {
	padding-top: 0;
	margin-top: 0;
}

#gallery_page img.main{
	max-width: 600px;
}
/* jquery image gallery */
/*
.galleryBox {
	padding: 5px;
	margin: 0 0 5px 0;
	border: 1px solid #777;
}
.galleryBox .scrollbox_image {
	width: 228px;
	height: 390px;
	overflow: hidden;
}

.galleryBox .displayImage {
	width: 228px;
	margin: 0 0 5px 0;
}
.galleryBox img {
	height: 250px;
}
.galleryBox span.imgnav {
	text-align: center;
}
*/
/* Info page sidebar */
/*
#main-content pre {
	color: #5d5d5d;
	width: 240px;
	float: right;
	padding: 20px;
	background: #e5e5e5;
	margin: 0px 0px 0px 30px;
	
}
#main-content pre li{
	list-style: none;
	margin: 0px 0px 0px 3px;
	padding: 0px;
}
#main-content pre a, #main-content pre a:visited{
	color: #373737;
	text-decoration: underline;
} 
*/
a.add_button {
	display: block;
	float: left;
	color: #6D3D28;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 10px 0px 0px;	
}
a.add_button:hover {
	color: #6D3D28;
}
a.add_button span.icon {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/menu_add_button.gif');
	background-position: bottom right;
	float: left;
}
a.add_button:hover span.icon {
	background-position: bottom left;
}

a._button {
	display: block;
	float: left;
	color: #6D3D28;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 0px 0px 0px;	
}

a.facebook_button {
	display: block;
	float: left;
	color: #6D3D28;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 10px 0px 0px;	
}
a.facebook_button:hover {
	color: #6D3D28;
}
a.facebook_button span.icon {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/facebook_button.gif');
	background-position: bottom right;
	float: left;
}
a.facebook_button:hover span.icon {
	background-position: bottom left;
}


a.twitter_button {
	display: block;
	float: left;
	color: #6D3D28;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 10px 0px 0px;	
}
a.twitter_button:hover {
	color: #6D3D28;
}
a.twitter_button span.icon {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/twitter_button.gif');
	background-position: bottom right;
	float: left;
}
a.twitter_button:hover span.icon {
	background-position: bottom left;
}


a.youtube_button {
	display: block;
	float: left;
	color: #6D3D28;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 10px 0px 0px;	
}
a.youtube_button:hover {
	color: #6D3D28;
}
a.youtube_button span.icon {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/youtube_button.gif');
	background-position: bottom right;
	float: left;
}
a.youtube_button:hover span.icon {
	background-position: bottom left;
}

select.search {
	width: 200px;
}

p.postinfo {
	margin-top: 1em;
}

span.manager {
	font-size: 0.8em;
}
span.manager a {
	color: #ccc;
}
span.manager a:hover {
	color: #cc0000;
}

#main-content .related-widget .tabs li{
	float: left;
	display: block;
	width: 179px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.initiatives-widget2 .tabs{
	background: #CECECE;
	border: solid 1px #CECECE;
	border-bottom: none;
}
.initiatives-widget2 .tabs li a{
	display: block;
	height: 30px;
	line-height: 30px;
	background: #CECECE;
	text-align: center;
	color: #444547;
	overflow: hidden;
}
.initiatives-widget2 .tabs li.ui-tabs-selected a {
	background: #EFEEEE;
	color: #6D7677;
}
.initiatives-widget2 .tabs li a:hover{
	background: #E1E0E2;
	text-decoration: none;
}
.initiatives-widget2 .tabs li.ui-tabs-selected a:hover{
	background: #EFEEEE;
	color: #6D7677;
}
.initiatives-widget2 p.showing {
	color: #797576;
	font-size: 12px;
	line-height: 12px;
	padding: 12px 20px 5px 12px;
	clear: both;
	text-align: right;
}
.initiatives-widget2 p.showing a {
	color: #666666;
	font-size: 12px;
	padding-left: 6px;
}

.widget-content div.title{
	height: 1.3em;
	overflow: hidden;
}

/* Search page modifications */
.post{
	border-bottom: 0px dotted #666666;
	padding: 20px 20px 20px 20px;
	margin: 5px 0 5px 0;
	background: #EFEEEE;
	background-image: url("../images/widget_bg_mid.gif");
	border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
}
.post:hover{
	background-image: url("../images/widget_bg_low.gif");
}
.post span.alert {
	color: #cc0000;
}
.post .image {
	float: left;
	margin-right: 1em;
}
.post .image img {
	height: 100px;
}
.post .today {
	background: #E4FCE3;
}
.post .overdue {
	background: #FFB8B4;
}
.post .completed {
	background: #cccccc;
}
.post .odd {
	border: 1px solid #333;
	background: #fff;
}
.post_content {
	padding: 0px 20px 0px 20px;
}
.post h2 {
	color: #184C19;
	font-weight: normal;
	font-size: 20px;
}

.widget .today {
	background: #E4FCE3;
}
.widget .overdue {
	background: #FFB8B4;
}

.morelink {
	float: right;
}
/* Clear fix */
.clearright {
    clear: right;
}
.clearleft {
    clear: left;
}
.clearboth {
    clear: both;
}

/* Gallery Box */
.galleryBox{
	float: right;
	width: 330px;
	min-height: 500px;
	color: #000;
	margin: 0px 0px 0px 10px;
	padding: 0;
}
.scrollbox_image{
	padding: 0px;
	margin: 0px;
}
.galleryControls{
	padding: 0;
	margin: 0;
}
#main-content .galleryBox a{
	color: #333;
}
#main-content .galleryBox p.caption {
	font-size: 12px/14px;
	padding: 7px 15px 7px 15px;
	margin: 0;
	background: #4E5D2B;
	color: #FF9933;
	width: 300px;
	text-align: justify;
	opacity: .8; // all modern browsers (this is CSS3)  
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; // IE 8  
	filter: alpha(opacity=80); // IE 5-7 ;	
}

img.image_left {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0;
	border: 15px solid #4E5D2B;
}
img.image_right {
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0;
	border: 15px solid #4E5D2B;
}

#main-content .galleryBox a#prev2{
}
#main-content .galleryBox a#next2{

}

#main-content .content-sitebar{
	color: #5d5d5d;
	padding: 20px;
	background: #6C3D29;
	margin: 0px 0px 0px 0px;	
	border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
}
#main-content .content-sitebar .inner-content {
	width: 30%;
	padding: 10px;
	float:left;
	border: 0px solid #000;
}
#main-content .content-sitebar li{
	list-style: url('../images/bullet_pink.gif') inside;
	margin: 0px 0px 0.5em 3px;
	padding: 0px;
	margin-bottom: 0.5em;
}
#main-content .content-sitebar ul{
	margin-bottom: 1em;
}
#main-content .content-sitebar h1 {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 2px;
	border-bottom: 1px dotted #fff;
	padding-bottom: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#main-content .content-sitebar h3 {
	color: #FF9933;
	margin-bottom: 4px;
	font-size:1.2em;
	border-bottom: 1px dotted #FF9933;
}
#main-content .content-sitebar a, #main-content .content-sitebar a:visited{
	color: #FF9933;
	text-decoration: none;
}
#main-content .content-sitebar a:hover{
	color: #fff;
}


.displayImage img{
	border: 15px solid #4E5D2B;
	width: 300px;
	margin: 0;
	padding: 0;
}

div.galleryText {
	margin-right: 310px;
}

.dashboard-desc a {
	text-decoration: underline;
}

.initiatives-widget .widget-item a, .related-widget .widget-item a {
	display: inline;
}

.announcement-about-meta-2{
	margin: 0px 10px 10px 10px;
	padding: 0px 10px 10px 10px;
	width: 200px;
/* 	min-height: 138px; */
	float: left;
}
.title {
	display: inline;
	margin-right: 5px;
	line-height: 28px;
	font-weight: normal;
}
p.summary {
	font-size: 22px;
	line-height: 28px;
	color: white;
	font-weight: normal;
	display: inline;
	text-align: justify;
}

p.post_info {
	margin: 10px 0 0 0;
	font-size: 0.9em;
}

#main-content{
	min-height: 400px;
}
/*
#main-content a:link, a:active, a:visited {
	text-decoration: underline;
}
*/
#main-header{
/*
	opacity: .8; // all modern browsers (this is CSS3)  
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; // IE 8  
	filter: alpha(opacity=80); // IE 5-7 ;	
*/
}

ul#top-menu ul a:hover {
	border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
}
ul#top-menu li:hover {
	opacity: .8; // all modern browsers (this is CSS3)  
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; // IE 8  
	filter: alpha(opacity=80); // IE 5-7 ;	
	z-index: 1001;
}


.events-widget-date {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
	width: 50px;
	text-align: center;
	color: #ffffff;
}
.events-widget-date p.month {
	color: #ffffff;
	background-color: #CC0066;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.events-widget-date p.date {
	color: #ffffff;
	background-color: #970042;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
}

.more_button {
	display: inline-block;
	background-color: #CC0066;
	margin-top: 10px;
	border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
}
.more_button .search {
	float: right;
}
.more_button p {
	padding: 2px 7px 0px 7px;
	margin: 0;
	display: block;
	color: white;
	text-transform: uppercase;
	font-size: 0.9em;
}
.more_button a {
	color: white;
}

input.button {
	display: inline-block;
	background-color: #CC0066;
	margin: 0px 0 5px 0;
	padding: 0px 7px 0px 7px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.9em;
	border: 0px solid #000;

	border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
}
a.button {
	display: inline-block;
	background-color: #CC0066;
	margin-top: 10px;
	padding: 2px 7px 0px 7px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.9em;

	border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
}
a.button:hover {
	text-decoration: underline;
}

span.resource_current {
	font-weight: bold;
}
span.resource_details {
	font-size: 0.9em;
	color: #fff;
}

.shop_item {
	border: 1px solid #ccc;
}
.shop_item img {
	float: right;
}

#shop_cart p {
	color: white;
}

.shop-banner {
	background-image: url("../images/karma_currency.jpg");	
	width: 720px;
	height: 349px;

	border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
}

.linklist {
	margin: 0 0 20px 0;
	padding: 20px;
	font-size: 12px;
}
.linklist .column {
	width: 400px;
	float: left;
}

.orders {

}
.order_item {
	float: left;
	margin: 0 0 20px 0;
	width: 300px;
}

#displayCart {
	position: fixed;
}

table.form {
	border-left:1px solid #555; 
	border-top:1px solid #555; 
	width:100%; 
	background-color:#fff;
	margin-bottom: 10px;
}
table.form tr {
	padding:0;
	margin:0;
}
table.form td {
	border-right:1px solid #555; 
	border-bottom:1px solid #555; 
	padding:5px;
}
table.form td input {
	width: 94%;
	margin:0;
	padding:0;
	border: 0px solid #000;
}
table.form td input.addRow-ignoreClass {
	width: 100px;
	float:right;
}
span.more_info {
	font-style: italic;
}

label.form {
	background-color: #d5e8ce;
	padding: 5px;
	border-bottom:2px solid #000;
}

.delRow {
	width: 20px;
	height: 20px;
	background: url('../images/delete_button.gif');
	background-position: bottom left;
}
.delRow:hover {
	background-position: bottom right;
}
