/*
Theme Name: Raintree User Groups
Theme URI: http://usergroups.raintreeinc.com/
Description: Custom theme by <a href="http://www.brickst.com/">BrickStreet Creative</a>.
Version: 1.0
Author: Adam Houston
Author URI: http://www.brickst.com/
Template: bp-default
Tags: buddypress
*/

/* Begin Typography & Colors */

/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );
 

body.group-admin.admin #subnav ul li:last-child,
.kjo-link,
#search-bar,
#group-dir-search,
#members-dir-search,
li.feed a,
#post-mention
{
	display: none !important;
}

#bp-notificationwidget li {
	list-style-type: disc;
	padding-left: 0;
	margin-left: 10px;
	margin-bottom: 5px;
	line-height: 1.5em;
}

#topic-meta .topic-subscribe {
	float: right;
}

.raintree .dividerline {
	width: 550px;
	padding: 0;
	height: 1px;
	line-height: 1px;
	background: rgb(20,190,180); /*was (185,210,225)*/
	margin: 0 5px 10px;
}


.raintree h1 {
	font-weight: normal;
	margin: 20px 5px 15px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333; /*was (43,141,195)*/
}

.raintree h3 {
	margin: 2em 5px .75em;
	font-size: 14px;
	color: rgb(10,95,150);
}

.raintree p {
	margin: .8em 5px;
	color: #333;
	font-size: 12px;
	line-height: 1.5em;

}

.raintree li {
	margin-top: 0.5em;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 3em;
	color: #333;
}

.raintree ul li {
	list-style-type: square;
}


/* > Global Elements
-------------------------------------------------------------- */

body {
  background: #FFF url(images/topstripe.png) no-repeat top center;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	line-height: 170%;
	color: #555;
	width: 90%;
	min-width: 960px;
	max-width: 1250px;
	margin: 0 auto;
	padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
}

a {	color: rgb(20,190,180); }
a:hover, a:active { color: rgb(0,132,152); }
a:focus { outline: 1px rgb(20,190,180); }



/* > Header
-------------------------------------------------------------- */

#header {
	display: block;
	width: 880px;
	position: relative;
	color: #fff;
	background: url(images/navbknd.png) no-repeat 0 181px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin: 0 auto;
	padding: 0;
	height: 242px;
}


/* > Navigation
-------------------------------------------------------------- */

ul#nav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 25px;
	top: 190px;
	list-style: none;
	bottom: 0;
	background: rgb(10,95,150);
	max-width: 850px;
	height:30px;
}
	ul#nav li {
		float: left;
		margin: 0 5px 0 0;
	}
		ul#nav li a {
			display: block;
			color: #fff;
			text-decoration: none;
			padding: 5px 15px;
			background: rgb(0,132,152);
			-moz-border-radius-topleft: 6px;
			-webkit-border-top-left-radius: 6px;
			-moz-border-radius-topright: 6px;
			-webkit-border-top-right-radius: 6px;
		}
			ul#nav li a:hover {
				background: rgb(20,190,180);
			}
			ul#nav li.selected a, ul#nav li.current_page_item a {
				background: #FFF;
				color: rgb(0,132,152);
			}
			
		

  /* ######### Style for Nav ######### */

a.homelink {
	display: block;
	position: absolute;
	top: 50px;
	left: 15px;
	text-indent: -9000px;
	width: 311px;
	height: 82px;
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent url(images/mainlogo.png) no-repeat 0 0;
}

a.subhomelink {
	display: block;
	position: absolute;
	top: 87px;
	left: 335px;
	text-indent: -9000px;
	width: 163px;
	height: 45px;
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent url(images/secondlogo.png) no-repeat 0 0;
}

#login {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 55px;
	margin: 0px;
	position: absolute;
	top: 0;
	right: 35px;
	z-index:100;
}

#login .navcap {
	display: block;
	float: left;
	text-indent: -999em;
	height: 55px;
	width: 40px;
	background: transparent url(images/topnavcaps.png) no-repeat top left;
	margin: 0;
	padding: 0;
}

#login .navcap.right { background-position: right; }

#login p.navmain {
	display: block;
	float: left;
	height: 55px;
/*	background: transparent url(../raintree/images/topnavbknd.png) repeat-x 0 0; */
	margin: 0;
	padding: 0;
	line-height: 1em;
}


#login .divider {
	display: block;
	float: left;
	width: 3px;
	margin: 10px 8px 0 8px;
	height: 10px;
	text-indent: -999em;
	background: transparent url(images/topnav-separator.png) no-repeat 0 0;
}

#login a {
	display: block;
	float: left;
	height: 10px;
	overflow: hidden;
	margin: 10px 0 0 0;
	text-indent: -999em;
}

#login a.requestdemo { width: 113px; background: transparent url(images/topnav-requestdemo.png) no-repeat top left; }
#login a.requestdemo:hover { background-position: 0 -10px; cursor: pointer; }
#login a.login { width: 126px; background: transparent url(images/topnav-login.png) no-repeat top left; }
#login a.login:hover { background-position: 0 -10px; cursor: pointer; }


  /* ######### Style for Main Menu ######### */

#mainnav {
	position: absolute;
	top: 150px;
	left: 0;
	width: 100%;
	height:39px;
	display:block;
    margin: 0;
	padding: 0 0 0 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow: hidden;
    list-style:none;
}

#mainnav li {
    float:left;
	margin: 0;
	padding: 0;
	font-size:14px;
	text-transform: uppercase;
	height: auto;
	position: relative;
}

#mainnav li a {
    background: none;
    display: block;
    height: 39px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    padding: 0 30px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	margin: 0 -20px;
    /* FONT PROPERTIES */
    text-decoration: none;
    color: rgb(10,95,150);
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:normal;
}


#mainnav li a:hover, #mainnav li:hover a {
	color: rgb(0,137,152);
}

#mainnav li a span {
/*	height: 35px; */
	background: none;
    display: block;
    padding: 10px 0 10px 0;
}

#mainnav li a:hover span, #mainnav li:hover a span {
/*    background: transparent url(images/navunderline.png) repeat-x 0 31px; */
}


#mainnav li.current_page_ancestor a, #mainnav li.current_page_item a {
	margin: 0 -9px;
    background: transparent url(images/navitembknd.png) no-repeat top right; /* Sliding right image */
    display: block;
    float: left;
    height: 39px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    padding: 0 30px 0 0; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #FFF;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:normal;
	z-index: 500;
}

#mainnav li.current_page_ancestor a span, #mainnav li.current_page_item a span {
/*	height: 39px; */
    background: transparent url(images/navitembknd.png) no-repeat 0 0; /* Sliding right image */
    display: block;
    padding: 10px 0 10px 30px;
	z-index: 500;
}

#mainnav li.current_page_ancestor a:hover span, #mainnav li.current_page_ancestor:hover a span, #mainnav li.current_page_item a:hover span, #mainnav li.current_page_item:hover a span {
/*    background-position: 0 -39px; */
	z-index: 500;
	color: #FFF;
}



/* > Container
-------------------------------------------------------------- */

div#container {
	position: relative;
	width: 880px;
	margin: 0 auto;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: none;
    background: #FFF url(images/centerbknd.png) repeat-y 0 0 !important;
	overflow: hidden;
	display: block;
}

div#container.notloggedin {
    background: #FFF url(images/centerbknd-alt.png) repeat-y 0 0 !important;
}

/* > Sidebar
-------------------------------------------------------------- */

div#sidebar {
	float: right;
	width: 250px;
	margin: -15px 15px 0 0;
	padding: 0;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background: none;
}

.notloggedin div#sidebar {
	float: left;
	margin: 0 0 0 15px;
}

div#sidebar div#sidebar-me {
	padding-bottom: 5px;
}

	div#sidebar div#sidebar-me .viewmyprofile {
		padding-right: 9px;
		padding-left: 9px;
	}

	div#sidebar div#sidebar-me .backend {
		margin-left: 54px;
		margin-bottom: -10px;
	}
	
	div#sidebar h3.widgettitle {
		padding-left: 19px;
		background: rgb(221,242,243);
		color: rgb(0,132,152); 
/*		background: rgb(20,190,180); 
		color: #FFF; */
	}

	div#sidebar div.item-avatar img {
		margin: 2px 8px 6px 0;
	} 
	
	
	
.notloggedin div#sidebar h3.widgettitle {
	margin: 35px 5px 0;
	padding: 20px 15px 0;
	background: rgb(20,190,180) url(images/sideboxtop-teal2.png) no-repeat top left;
	color: #FFF;
}

.notloggedin div#sidebar div.textwidget {
	margin: 0 5px 15px;
	padding-bottom: 20px;
	background: rgb(20,190,180) url(images/sideboxbot-teal2.png) no-repeat bottom left;
}

.notloggedin div#sidebar div.textwidget p {
	color: #FFF;
	margin: 0 15px;
	line-height: 150%;
}

.notloggedin div#sidebar p#login-text {
	margin-right: 5px;
	margin-left: 5px;
}

.notloggedin div#sidebar #sidebar-login-form {
	margin-right: 5px;
	margin-left: 5px;
}



/* > Content
-------------------------------------------------------------- */

div#content {
	float: left;
	width: 600px;
	margin: 0 0 0 15px;
	padding: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background: none;
}

.notloggedin div#content {
	float: right;
	margin: 0 15px 0 0;
}

div#content .padder {
	margin: 0px;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	overflow: visible !important;
}







/* > Item Tabs
-------------------------------------------------------------- */

div.item-list-tabs {
	clear: left;
	overflow: hidden;
	margin: 25px -20px 20px -20px;
/*	background: rgb(221,242,243); */
	background: rgb(0,132,152); 
	color: #FFF;
}
	div.item-list-tabs ul li a {
		color: #FFF; 
	}

		div.item-list-tabs ul li.selected a,
		div.item-list-tabs ul li.current a {
			-moz-border-radius-topleft: 6px;
			-webkit-border-top-left-radius: 6px;
			-moz-border-radius-topright: 6px;
			-webkit-border-top-right-radius: 6px;
		}
	div.item-list-tabs#subnav ul li a {
		color: rgb(20,190,180);
	}

/* > Item Body
-------------------------------------------------------------- */

span.activity, div#message p {
	background: rgb(221,242,243);
	border-color: rgb(144,207,211);
	color: rgb(0,132,152);
}




/* > Error / Success Messages
-------------------------------------------------------------- */

	div#message.updated p {
		background: rgb(255,255,210);
		color: rgb(130,115,0);
		border-color: rgb(225,225,170);
	}



/* > Buttons
-------------------------------------------------------------- */

a.button, input[type=submit], input[type=button],
ul.button-nav li a, div.generic-button a {
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 2px;
}



/* > Data Tables
-------------------------------------------------------------- */

	table.forum tr.sticky td {
		background: rgb(221,242,243);
		border-color: rgb(144,207,211);
	}




/* > Activity Stream Listing
-------------------------------------------------------------- */



	.activity-list .activity-header a:first-child, span.highlight {
		background: rgb(228,243,253);
		color: rgb(10,95,150);
		border-color: rgb(162,211,247);
	}
		.activity-list .activity-header a:first-child:hover {
			background: rgb(10,95,150) !important;
			color: #fff !important;
		}
		

body.activity-permalink .activity-list li {
	border: none;
}

	body.activity-permalink .activity-list li .activity-content {
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #fff;
		padding: 15px;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #eee;
		margin-left: 135px;
		font-size: 16px;
		line-height: 150%;
		min-height: 35px;
		margin-right: 0;
	}
		body.activity-permalink .activity-list li .activity-header > p {
			background: url( images/activityarrow.gif ) top left no-repeat;
			margin-left: -37px;
			padding: 5px 0 0 38px;
			height: 35px;
			margin-bottom: 0;
		}

		body.activity-permalink .activity-list li.mini .activity-meta {
			top: 39px;
		}


/* > Activity Stream Comments
-------------------------------------------------------------- */

	.activity-list div.activity-meta a.acomment-reply {
		background: rgb(221,242,243);
		border-color: rgb(144,207,211);
		color: rgb(20,190,180);
	}
		div.activity-meta a.acomment-reply:hover {
			background: rgb(20,190,180);
			color: #fff;
			border-color: rgb(144,207,211);
		}

/* > Private Message Threads
-------------------------------------------------------------- */

table#message-threads tr.unread td {
	background: rgb(221,242,243);
	border-color: rgb(144,207,211);
	font-weight: bold;
}

table#message-threads td.thread-count { width:1%; padding-right: 0px; }
table#message-threads td.thread-avatar { width:1%; }
table#message-threads td.thread-from { width:33%; }
table#message-threads td.thread-info { width:50%; }
table#message-threads td.thread-options { width:15%; }
table#message-threads td.thread-options .button { padding:2px 6px; }






/* > WordPress Blog Styles
-------------------------------------------------------------- */

div.post {
	overflow: visible;
}



/* > WordPress Blog Comment Styles
-------------------------------------------------------------- */









/* > Footer
-------------------------------------------------------------- */


#footer {
	position: relative;
	display: block;
	width: 880px;
	margin: 0 auto;
	padding: 65px 0 0 0;
	height: 80px;
	background: #FFF url(images/footerbknd-new.png) no-repeat top center;
	text-align: left;
	text-shadow: none;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	margin: 0 0 0 15px;
	text-indent: -7px;
	padding: 0;
	line-height: 20px;
}

#footer a {
	text-decoration: none;
	color: rgb(20,190,180);
	margin: 0 8px;
	border-bottom: 1px solid rgb(20,190,180);
}

#footer a:hover{
	color: #FFF;
	background-color: rgb(20,190,180);
	border-bottom: 1px solid rgb(20,190,180);
}


#footer p.validator {
	width: 200px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: right;
}

#footer p.tagline {
	width: 816px;
	position: absolute;
	top: 23px;
	left: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-weight: normal;
}

#footer p.seo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3px;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-weight: normal;
}

#footer .check {
	padding: 0;
	margin: 0 3px;
	border: 0;
	height: 1em;
	width: 1em;
}

#footer a.siteBy, #footer a.siteBy:visited {
	display:inline;
	width: 10px;
	max-width:10px;
	height: 10px;
	background-color: rgb(33,33,33);
	padding: 0;
	background-image:url(../raintree/images/brickstreet.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration: none;
	border: 0;
}

#footer a.siteBy:hover, #footer a.siteBy:visited:hover {
	background-image:url(../raintree/images/brickstreet-hov.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration: none;
	border: 0;
}






/************* AVATAR CROPPING ***************/

	form#avatar-upload-form {
		width: 500px;
	}

	form#avatar-upload-form #avatar-crop-pane {
		float: left;
		margin-right:25px;
	}


/************* MESSAGE TO USERS ***************/

	form#admin-group-notice-form .activity-admin-notice-textdiv {
		padding: 8px;
		border: 1px inset #ccc;
		background: #fff;
		margin-bottom: 10px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	form#admin-group-notice-form textarea {
		width: 100%;
		height: 60px;
		font-size: 14px;
		font-family: inherit;
		color: #555;
		border: none;
		margin: 0;
		padding: 0;
	}

		
/************* NOTIFICATION RADIO BUTTONS ***************/

	.activity-subscription-radio-cell {
		width: 70%;
		text-align: right;
	}		
		

/************* CALENDAR STYLING ***************/

.calnk a:hover {
	 background-position:0 0;
	 text-decoration:none;  
	 color:#000000;
	 border-bottom:1px dotted #000000;
	 cursor: pointer !important;
	 z-index:1;
	 }
.calnk a:visited {
	 text-decoration:none;
	 color:#000000;
	 border-bottom:1px dotted #000000;
	}
.calnk a {
	text-decoration:none; 
	color:#000000; 
	border-bottom:1px dotted #000000;
	position: relative;
	}
.calnk a span { 
	display:none; 
	}
.calnk a:hover span {
	color:#333; 
	background: rgb(221,242,243);
	display:block;
	position:absolute;
	left: 0;
	top: 1.5em;
	margin-top:-2px; 
	border:1px solid #c8c8c8;  
	padding:5px; 
	width:150px; 
	z-index:500;
	overflow: visible;
	}
	
	
 .calendar-table {
	border:none;
	width:100%;
	line-height: 1.25em !important;
	overflow: visible !important;
 }
 .calendar-table .calendar-heading {
	text-align:center;
 	border: none !important;
	background: #FFF; 
 }
 .calendar-table .calendar-heading tr, .calendar-table .calendar-heading td {
 	border: none !important;
 }
 .calendar-table .calendar-next {
	width:25%;
	text-align:right;
 	border: none !important;
 }
 .calendar-table .calendar-prev {
	width:25%;
	text-align:left;
 	border: none !important;
 }
 .calendar-table .calendar-month {
	width:50%;
	text-align:center;
	font-weight:bold;
 	border: none !important;
 }
 .calendar-table .normal-day-heading {
	text-align:center;
	width:25px;
	height:25px;
	font-size:0.8em;
	border:1px solid #DFE6DE;
/*	background-color:#EBF2EA; */
 }
 .calendar-table .weekend-heading {
	text-align:center;
	width:25px;
	height:25px;
	font-size:0.8em;
	border:1px solid #DFE6DE;
 }
 .calendar-table .day-with-date {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border:1px solid #DFE6DE;
 }
 .calendar-table .no-events {

 }
 .calendar-table .day-without-date {
	width:60px;
	height:60px;
	border:1px solid #DFE6DE;
 }
 .calendar-table span.weekend {
 }
 .calendar-table .current-day {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border:1px solid #BFBFBF;
	background-color:#DDDDDD; 
/*	background-color: rgb(221,242,243); */
 }
 .calendar-table span.event {
	font-size:0.75em;
 }
 .calendar-table .event-title {
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
 }
 .calendar-table .event-title-break {
	width:96%;
	margin-left:2%;
	margin-right:2%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	height:1px;
	background-color:#000000;
 }
 .calendar-table .event-content-break {
	width:96%;
	margin-left:2%;
	margin-right:2%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	height:1px;
	background-color:#000000;
 }
 .calendar-table .calendar-date-switcher {
	height:25px;
	text-align:center;
	border:1px solid #D6DED5;
/*	background-color:#E4EBE3; */
 }
 .calendar-table .calendar-date-switcher form {
	margin:0;
	padding:0;
 }
 .calendar-table .calendar-date-switcher input {
	border:1px #D6DED5 solid;
 }
 .calendar-table .calendar-date-switcher select {
	border:1px #D6DED5 solid;
 }
 .calendar-table .cat-key {
	width:100%;
	margin-top:10px;
	padding:5px;
	border:1px solid #D6DED5;
	display: none;
 }
 
 /* adam's additional classes */
 .calendar-table .cat-key .legendcolors {
 	width: 25%;
	height: 10px;
 }
 .calendar-table .cat-key .legendnames {
 	width: 25%;
	height: 20px;
 }
 
 .calendar-table ul.eventlist {
	font-size:0.75em;
	margin: 0;
	padding: 0;
 }
 
 .calendar-table ul.eventlist li {
	margin: 5px 0 5px 14px;
	padding: 0;
	list-style: disc;
 }
 
 
 
iframe.wrapheader {
	display: block;
	width: 880px;
	height: 185px;
	border: none !important;
	overflow: hidden !important;
	background-color: transparent;
	background: none !important;
}
 


/* ul#nav li#features_main_nav_link { display: none; } */




/************* DOWNLOADS PAGES ***************/

#content ul.download-categories {
	display: block;
	margin: 0 0 0 -20px !important;
	padding: 0 !important;
}

#content ul.download-categories li {
	display: block;
	margin: 0 0 20px 20px;
	padding: 0;
	width: 270px;
	height: 60px;
	float: left;
}

#content ul.download-categories li h2 {
	display: block;
	width: 268px;
	height: 60px;
	color: #333;
	text-decoration: none;
	font-size: 100%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #DDD;
	background: transparent url(images/grayfade.jpg);
}

#content ul.download-categories li h2 a {
	display: table-cell;
	vertical-align: middle;
	width: 188px;
	height: 60px;
	padding-right: 15px;
	padding-left: 65px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 130%;
	line-height: 1.2em;
	color: #333;
	text-decoration: none;
}

#content ul.download-categories li h2 a:hover {
	color: rgb(0,132,152);
}

#content ul.download-categories li h2.rtlogo a { background: transparent url(images/icon-rtlogo.png) 11px 7px no-repeat; }
#content ul.download-categories li h2.monitor a { background: transparent url(images/icon-monitor.png) 10px 8px no-repeat; }
#content ul.download-categories li h2.notes a { background: transparent url(images/icon-meeting-minutes.png) 8px 8px no-repeat; }
#content ul.download-categories li h2.tools a { background: transparent url(images/icon-tools.png) 10px 8px no-repeat; }
#content ul.download-categories li h2.advisory a { background: transparent url(images/icon-user-group-chair.png) 11px 8px no-repeat; }
#content ul.download-categories li h2.ug a { background: transparent url(images/icon-user-group.png) 10px 8px no-repeat; }


