
/* ***************************************
	RESET CSS
*************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background-color: white;
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}
img {
	border-width:0;
	border-color:transparent;
}
:focus {
	outline: 0 none;
}
ol, ul {
	list-style: none;
}
em, i {
	font-style:italic;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
strong, b {
	font-weight:bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration: none;
}

/* Clearfix */
.clearfix:after,
.elgg-grid:after,
.elgg-layout:after,
.elgg-inner:after,
.elgg-page-header:after,
.elgg-page-footer:after,
.elgg-head:after,
.elgg-foot:after,
.elgg-col:after,
.elgg-image-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}

/* Fluid width container that does not wrap floats */
.elgg-body,
.elgg-col-last {
	display: block;
	width: auto;
	word-wrap: break-word;
	overflow: hidden;
	
	/* IE 6, 7 */
	zoom:1;
	*overflow:visible;
}

.elgg-body:after,
.elgg-col-last:after {
	display: block;
	visibility: hidden;
	height: 0 !important;
	line-height: 0;
	overflow: hidden;
	
	/* Stretch to fill up available space */
	font-size: xx-large;
	content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}

/* ***************************************
 * MENUS
 *
 * To add separators to a menu:
 * .elgg-menu-$menu > li:after {content: '|'; background: ...;}
 *************************************** */
/* Enabled nesting of dropdown/flyout menus */
.elgg-menu > li { position: relative; }

.elgg-menu > li:last-child::after {
	display: none;
}

/* Maximize click target */
.elgg-menu > li > a { display: block }

/* Horizontal menus w/ separator support */
.elgg-menu-hz > li,
.elgg-menu-hz > li:after,
.elgg-menu-hz > li > a,
.elgg-menu-hz > li > span {
	vertical-align: middle;
}

/* Allow inline image blocks in horizontal menus */
.elgg-menu-hz .elgg-body:after { content: '.'; }

/* Inline block */
.elgg-gallery > li,
.elgg-button,
.elgg-icon,
.elgg-menu-hz > li,
.elgg-menu-hz > li:after,
.elgg-menu-hz > li > a,
.elgg-menu-hz > li > span {
	/* Google says do this, but why? */
	position: relative;

	display: inline-block;
}

/* ***************************************
	GRID
*************************************** */
.elgg-col {
	float: left;
}
.elgg-col-1of1 {
	float: none;
}
.elgg-col-1of2 {
	width: 50%;
}
.elgg-col-1of3 {
	width: 33.33%;
}
.elgg-col-2of3 {
	width: 66.66%;
}
.elgg-col-1of4 {
	width: 25%;
}
.elgg-col-3of4 {
	width: 75%;
}
.elgg-col-1of5 {
	width: 20%;
}
.elgg-col-2of5 {
	width: 40%;
}
.elgg-col-3of5 {
	width: 60%;
}
.elgg-col-4of5 {
	width: 80%;
}
.elgg-col-1of6 {
	width: 16.66%;
}
.elgg-col-5of6 {
	width: 83.33%;
}

/* ***************************************
	Typography
*************************************** */
body {
	font-size: 80%;
	line-height: 1.4em;
	font-family: "Lucida Grande", Arial, Tahoma, Verdana, sans-serif;
}

a {
	color: #4690D6;
}

a:hover,
a.selected { 	color: #555555;
	text-decoration: underline;
}

p {
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

pre, code {
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: 12px;
	
	background:#EBF5FF;
	color:#000000;
	overflow:auto;

	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */

	white-space: pre-wrap;
	word-wrap: break-word; /* IE 5.5-7 */
	
}

pre {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
}

code {
	padding:2px 3px;
}

.elgg-monospace {
	font-family: Monaco, "Courier New", Courier, monospace;
}

blockquote {
	line-height: 1.3em;
	padding:3px 15px;
	margin:0px 0 15px 0;
	background:#EBF5FF;
	border:none;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #0054A7;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; line-height: 1.1em; padding-bottom:5px}
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

.elgg-heading-site, .elgg-heading-site:hover {
	font-size: 2em;
	line-height: 1.4em;
	color: white;
	font-style: italic;
	font-family: Georgia, times, serif;
	text-shadow: 1px 2px 4px #333333;
	text-decoration: none;
}

.elgg-heading-main {
	float: left;
	max-width: 530px;
	margin-right: 10px;
}
.elgg-heading-basic {
	color: #0054A7;
	font-size: 1.2em;
	font-weight: bold;
}

.elgg-subtext {
	color: #666666;
	font-size: 85%;
	line-height: 1.2em;
	font-style: italic;
}

.elgg-text-help {
	display: block;
	font-size: 85%;
	font-style: italic;
}

.elgg-quiet {
	color: #666;
}

.elgg-loud {
	color: #0054A7;
}

/* ***************************************
	USER INPUT DISPLAY RESET
*************************************** */
.elgg-output {
	margin-top: 10px;
}

.elgg-output dt { font-weight: bold }
.elgg-output dd { margin: 0 0 1em 1em }

.elgg-output ul, .elgg-output ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 1.5em;
}
.elgg-output ul {
	list-style-type: disc;
}
.elgg-output ol {
	list-style-type: decimal;
}
.elgg-output table {
	border: 1px solid #ccc;
}
.elgg-output table td {
	border: 1px solid #ccc;
	padding: 3px 5px;
}
.elgg-output img {
	max-width: 100%;
}
/* ***************************************
	Form Elements
*************************************** */
fieldset > div {
	margin-bottom: 15px;
}
fieldset > div:last-child {
	margin-bottom: 0;
}
.elgg-form-alt > fieldset > .elgg-foot {
	border-top: 1px solid #CCC;
	padding: 10px 0;
}

label {
	font-weight: bold;
	color: #333;
	font-size: 110%;
}

input, textarea {
	border: 1px solid #ccc;
	color: #666;
	font: 120% Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 100%;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=text]:focus, textarea:focus {
	border: solid 1px #4690d6;
	color:#333;
}

textarea {
	height: 200px;
}


.elgg-longtext-control {
	float: right;
	margin-left: 14px;
	font-size: 80%;
	cursor: pointer;
}


.elgg-input-access {
	margin:5px 0 0 0;
}

input[type="checkbox"],
input[type="radio"] {
	margin:0 3px 0 0;
	padding:0;
	border:none;
	width:auto;
}
.elgg-input-checkboxes.elgg-horizontal li,
.elgg-input-radios.elgg-horizontal li {
	display: inline;
	padding-right: 10px;
}

.elgg-form-login, .elgg-form-account {
	max-width: 450px;
}

/* ***************************************
	FRIENDS PICKER
*************************************** */
.friends-picker-main-wrapper {
	margin-bottom: 15px;
}
.friends-picker-container h3 {
	font-size:4em !important;
	text-align: left;
	margin:10px 0 20px !important;
	color:#999 !important;
	background: none !important;
	padding:0 !important;
}
.friends-picker .friends-picker-container .panel ul {
	text-align: left;
	margin: 0;
	padding:0;
}
.friends-picker-wrapper {
	margin: 0;
	padding:0;
	position: relative;
	width: 730px;
}
.friends-picker {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding:0;
	width: 730px;
	height: auto;
	background-color: #dedede;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.friendspicker-savebuttons {
	background: white;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	margin:0 10px 10px;
}
.friends-picker .friends-picker-container { /* long container used to house end-to-end panels. Width is calculated in JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
.friends-picker .friends-picker-container .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 730px;
	margin: 0;
	padding:0;
}
.friends-picker .friends-picker-container .panel .wrapper {
	margin: 0;
	padding:4px 10px 10px 10px;
	min-height: 230px;
}
.friends-picker-navigation {
	margin: 0 0 10px;
	padding:0 0 10px;
	border-bottom:1px solid #ccc;
}
.friends-picker-navigation ul {
	list-style: none;
	padding-left: 0;
}
.friends-picker-navigation ul li {
	float: left;
	margin:0;
	background:white;
}
.friends-picker-navigation a {
	font-weight: bold;
	text-align: center;
	background: white;
	color: #999;
	text-decoration: none;
	display: block;
	padding: 0;
	width:20px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tabHasContent {
	background: white;
	color:#333 !important;
}
.friends-picker-navigation li a:hover {
	background: #333;
	color:white !important;
}
.friends-picker-navigation li a.current {
	background: #4690D6;
	color:white !important;
}
.friends-picker-navigation-l, .friends-picker-navigation-r {
	position: absolute;
	top: 46px;
	text-indent: -9000em;
}
.friends-picker-navigation-l a, .friends-picker-navigation-r a {
	display: block;
	height: 40px;
	width: 40px;
}
.friends-picker-navigation-l {
	right: 48px;
	z-index:1;
}
.friends-picker-navigation-r {
	right: 0;
	z-index:1;
}
.friends-picker-navigation-l {
	background: url("http://KonnectMe.org/_graphics/friendspicker.png") no-repeat left top;
}
.friends-picker-navigation-r {
	background: url("http://KonnectMe.org/_graphics/friendspicker.png") no-repeat -60px top;
}
.friends-picker-navigation-l:hover {
	background: url("http://KonnectMe.org/_graphics/friendspicker.png") no-repeat left -44px;
}
.friends-picker-navigation-r:hover {
	background: url("http://KonnectMe.org/_graphics/friendspicker.png") no-repeat -60px -44px;
}
.friendspicker-savebuttons .elgg-button-submit,
.friendspicker-savebuttons .elgg-button-cancel {
	margin:5px 20px 5px 5px;
}
.friendspicker-members-table {
	background: #dedede;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	margin:10px 0 0;
	padding:10px 10px 0;
}

/* ***************************************
	AUTOCOMPLETE
*************************************** */
.ui-autocomplete {
	position: absolute;
	cursor: default;
}
.elgg-autocomplete-item .elgg-body {
	max-width: 600px;
}
.ui-autocomplete {
	background-color: white;
	border: 1px solid #ccc;
	overflow: hidden;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ui-autocomplete .ui-menu-item {
	padding: 0px 4px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ui-autocomplete .ui-menu-item:hover {
	background-color: #eee;
}
.ui-autocomplete a:hover {
	text-decoration: none;
	color: #4690D6;
}

/* ***************************************
	USER PICKER
*************************************** */
.elgg-user-picker-list li:first-child {
	border-top: 1px dotted #ccc;
	margin-top: 5px;
}
.elgg-user-picker-list > li {
	border-bottom: 1px dotted #ccc;
}

/* ***************************************
      DATE PICKER
**************************************** */
.ui-datepicker {
	display: none;

	margin-top: 3px;
	width: 208px;
	background-color: white;
	border: 1px solid #0054A7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;

	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.ui-datepicker-inline {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.ui-datepicker-header {
	position: relative;
	background: #4690D6;
	color: white;
	padding: 2px 0;
	border-bottom: 1px solid #0054A7;
}
.ui-datepicker-header a {
	color: white;
}
.ui-datepicker-prev, .ui-datepicker-next {
	position: absolute;
	top: 5px;
	cursor: pointer;
}
.ui-datepicker-prev {
	left: 6px;
}
.ui-datepicker-next {
	right: 6px;
}
.ui-datepicker-title {
	line-height: 1.8em;
	margin: 0 30px;
	text-align: center;
	font-weight: bold;
}
.ui-datepicker-calendar {
	margin: 4px;
}
.ui-datepicker th {
	color: #0054A7;
	border: none;
	font-weight: bold;
	padding: 5px 6px;
	text-align: center;
}
.ui-datepicker td {
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: 2px;
	line-height: 1.2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker-calendar .ui-state-default {
	border: 1px solid #ccc;
	color: #4690D6;;
	background: #fafafa;
}
.ui-datepicker-calendar .ui-state-hover {
	border: 1px solid #aaa;
	color: #0054A7;
	background: #eee;
}
.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-active.ui-state-hover {
	font-weight: bold;
	border: 1px solid #0054A7;
	color: #0054A7;
	background: #E4ECF5;
}
/* **************************
	BUTTONS
************************** */

/* Base */
.elgg-button {
	font-size: 14px;
	font-weight: bold;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	width: auto;
	padding: 2px 4px;
	cursor: pointer;
	outline: none;
	
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40);
}
a.elgg-button {
	padding: 3px 6px;
}

/* Submit: This button should convey, "you're about to take some definitive action" */
.elgg-button-submit {
	color: white;
	text-shadow: 1px 1px 0px black;
	text-decoration: none;
	border: 1px solid #4690d6;
	background: #4690d6 url(http://KonnectMe.org/_graphics/button_graduation.png) repeat-x left 10px;
}

.elgg-button-submit:hover {
	border-color: #0054a7;
	text-decoration: none;
	color: white;
	background: #0054a7 url(http://KonnectMe.org/_graphics/button_graduation.png) repeat-x left 10px;
}

.elgg-button-submit.elgg-state-disabled {
	background: #999;
	border-color: #999;
	cursor: default;
}

/* Cancel: This button should convey a negative but easily reversible action (e.g., turning off a plugin) */
.elgg-button-cancel {
	color: #333;
	background: #ddd url(http://KonnectMe.org/_graphics/button_graduation.png) repeat-x left 10px;
	border: 1px solid #999;
}
.elgg-button-cancel:hover {
	color: #444;
	background-color: #999;
	background-position: left 10px;
	text-decoration: none;
}

/* Action: This button should convey a normal, inconsequential action, such as clicking a link */
.elgg-button-action {
	background: #ccc url(http://KonnectMe.org/_graphics/button_background.gif) repeat-x 0 0;
	border:1px solid #999;
	color: #333;
	padding: 2px 15px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 0 white;
	cursor: pointer;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.elgg-button-action:hover,
.elgg-button-action:focus {
	background: #ccc url(http://KonnectMe.org/_graphics/button_background.gif) repeat-x 0 -15px;
	color: #111;
	text-decoration: none;
	border: 1px solid #999;
}

/* Delete: This button should convey "be careful before you click me" */
.elgg-button-delete {
	color: #bbb;
	text-decoration: none;
	border: 1px solid #333;
	background: #555 url(http://KonnectMe.org/_graphics/button_graduation.png) repeat-x left 10px;
	text-shadow: 1px 1px 0px black;
}
.elgg-button-delete:hover {
	color: #999;
	background-color: #333;
	background-position: left 10px;
	text-decoration: none;
}

.elgg-button-dropdown {
	padding:3px 6px;
	text-decoration:none;
	display:block;
	font-weight:bold;
	position:relative;
	margin-left:0;
	color: white;
	border:1px solid #71B9F7;
	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	
	/*background-image:url(http://KonnectMe.org/_graphics/elgg_sprites.png);
	background-position:-150px -51px;
	background-repeat:no-repeat;*/
}

.elgg-button-dropdown:after {
	content: " \25BC ";
	font-size:smaller;
}

.elgg-button-dropdown:hover {
	background-color:#71B9F7;
	text-decoration:none;
}

.elgg-button-dropdown.elgg-state-active {
	background: #ccc;
	outline: none;
	color: #333;
	border:1px solid #ccc;
	
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}

/* ***************************************
	ICONS
*************************************** */

.elgg-icon {
	background: transparent url(http://KonnectMe.org/_graphics/elgg_sprites.png) no-repeat left;
	width: 16px;
	height: 16px;
	margin: 0 2px;
}
.elgg-icon-arrow-left {
	background-position: 0 -0px;
}
.elgg-icon-arrow-right {
	background-position: 0 -18px;
}
.elgg-icon-arrow-two-head {
	background-position: 0 -36px;
}
.elgg-icon-attention:hover {
	background-position: 0 -54px;
}
.elgg-icon-attention {
	background-position: 0 -72px;
}
.elgg-icon-calendar {
	background-position: 0 -90px;
}
.elgg-icon-cell-phone {
	background-position: 0 -108px;
}
.elgg-icon-checkmark:hover {
	background-position: 0 -126px;
}
.elgg-icon-checkmark {
	background-position: 0 -144px;
}
.elgg-icon-clip:hover {
	background-position: 0 -162px;
}
.elgg-icon-clip {
	background-position: 0 -180px;
}
.elgg-icon-cursor-drag-arrow {
	background-position: 0 -198px;
}
.elgg-icon-delete-alt:hover {
	background-position: 0 -216px;
}
.elgg-icon-delete-alt {
	background-position: 0 -234px;
}
.elgg-icon-delete:hover {
	background-position: 0 -252px;
}
.elgg-icon-delete {
	background-position: 0 -270px;
}
.elgg-icon-download:hover {
	background-position: 0 -288px;
}
.elgg-icon-download {
	background-position: 0 -306px;
}
.elgg-icon-eye {
	background-position: 0 -324px;
}
.elgg-icon-facebook {
	background-position: 0 -342px;
}
.elgg-icon-grid:hover {
	background-position: 0 -360px;
}
.elgg-icon-grid {
	background-position: 0 -378px;
}
.elgg-icon-home:hover {
	background-position: 0 -396px;
}
.elgg-icon-home {
	background-position: 0 -414px;
}
.elgg-icon-hover-menu:hover {
	background-position: 0 -432px;
}
.elgg-icon-hover-menu {
	background-position: 0 -450px;
}
.elgg-icon-info:hover {
	background-position: 0 -468px;
}
.elgg-icon-info {
	background-position: 0 -486px;
}
.elgg-icon-link:hover {
	background-position: 0 -504px;
}
.elgg-icon-link {
	background-position: 0 -522px;
}
.elgg-icon-list {
	background-position: 0 -540px;
}
.elgg-icon-lock-closed {
	background-position: 0 -558px;
}
.elgg-icon-lock-open {
	background-position: 0 -576px;
}
.elgg-icon-mail-alt:hover {
	background-position: 0 -594px;
}
.elgg-icon-mail-alt {
	background-position: 0 -612px;
}
.elgg-icon-mail:hover {
	background-position: 0 -630px;
}
.elgg-icon-mail {
	background-position: 0 -648px;
}
.elgg-icon-photo {
	background-position: 0 -666px;
}
.elgg-icon-print-alt {
	background-position: 0 -684px;
}
.elgg-icon-print {
	background-position: 0 -702px;
}
.elgg-icon-push-pin-alt {
	background-position: 0 -720px;
}
.elgg-icon-push-pin {
	background-position: 0 -738px;
}
.elgg-icon-redo {
	background-position: 0 -756px;
}
.elgg-icon-refresh:hover {
	background-position: 0 -774px;
}
.elgg-icon-refresh {
	background-position: 0 -792px;
}
.elgg-icon-round-arrow-left {
	background-position: 0 -810px;
}
.elgg-icon-round-arrow-right {
	background-position: 0 -828px;
}
.elgg-icon-round-checkmark {
	background-position: 0 -846px;
}
.elgg-icon-round-minus {
	background-position: 0 -864px;
}
.elgg-icon-round-plus {
	background-position: 0 -882px;
}
.elgg-icon-rss {
	background-position: 0 -900px;
}
.elgg-icon-search-focus {
	background-position: 0 -918px;
}
.elgg-icon-search {
	background-position: 0 -936px;
}
.elgg-icon-settings-alt:hover {
	background-position: 0 -954px;
}
.elgg-icon-settings-alt {
	background-position: 0 -972px;
}
.elgg-icon-settings {
	background-position: 0 -990px;
}
.elgg-icon-share:hover {
	background-position: 0 -1008px;
}
.elgg-icon-share {
	background-position: 0 -1026px;
}
.elgg-icon-shop-cart:hover {
	background-position: 0 -1044px;
}
.elgg-icon-shop-cart {
	background-position: 0 -1062px;
}
.elgg-icon-speech-bubble-alt:hover {
	background-position: 0 -1080px;
}
.elgg-icon-speech-bubble-alt {
	background-position: 0 -1098px;
}
.elgg-icon-speech-bubble:hover {
	background-position: 0 -1116px;
}
.elgg-icon-speech-bubble {
	background-position: 0 -1134px;
}
.elgg-icon-star-alt {
	background-position: 0 -1152px;
}
.elgg-icon-star-empty:hover {
	background-position: 0 -1170px;
}
.elgg-icon-star-empty {
	background-position: 0 -1188px;
}
.elgg-icon-star:hover {
	background-position: 0 -1206px;
}
.elgg-icon-star {
	background-position: 0 -1224px;
}
.elgg-icon-tag:hover {
	background-position: 0 -1242px;
}
.elgg-icon-tag {
	background-position: 0 -1260px;
}
.elgg-icon-thumbs-down-alt:hover {
	background-position: 0 -1278px;
}
.elgg-icon-thumbs-down:hover,
.elgg-icon-thumbs-down-alt {
	background-position: 0 -1296px;
}
.elgg-icon-thumbs-down {
	background-position: 0 -1314px;
}
.elgg-icon-thumbs-up-alt:hover {
	background-position: 0 -1332px;
}
.elgg-icon-thumbs-up:hover,
.elgg-icon-thumbs-up-alt {
	background-position: 0 -1350px;
}
.elgg-icon-thumbs-up {
	background-position: 0 -1368px;
}
.elgg-icon-trash {
	background-position: 0 -1386px;
}
.elgg-icon-twitter {
	background-position: 0 -1404px;
}
.elgg-icon-undo {
	background-position: 0 -1422px;
}
.elgg-icon-user:hover {
	background-position: 0 -1440px;
}
.elgg-icon-user {
	background-position: 0 -1458px;
}
.elgg-icon-users:hover {
	background-position: 0 -1476px;
}
.elgg-icon-users {
	background-position: 0 -1494px;
}
.elgg-icon-video {
	background-position: 0 -1512px;
}


.elgg-avatar > .elgg-icon-hover-menu {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	cursor: pointer;
}

.elgg-ajax-loader {
	background: white url(http://KonnectMe.org/_graphics/ajax_loader_bw.gif) no-repeat center center;
	min-height: 31px;
	min-width: 31px;
}

/* ***************************************
	AVATAR ICONS
*************************************** */
.elgg-avatar {
	position: relative;
	display: inline-block;
}
.elgg-avatar > a > img {
	display: block;
}
.elgg-avatar-tiny > a > img {
	width: 25px;
	height: 25px;
	
	/* remove the border-radius if you don't want rounded avatars in supported browsers */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-moz-background-clip:  border;
	background-clip:  border;

	-webkit-background-size: 25px;
	-khtml-background-size: 25px;
	-moz-background-size: 25px;
	-o-background-size: 25px;
	background-size: 25px;
}
.elgg-avatar-small > a > img {
	width: 40px;
	height: 40px;
	
	/* remove the border-radius if you don't want rounded avatars in supported browsers */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-background-clip:  border;
	background-clip:  border;

	-webkit-background-size: 40px;
	-khtml-background-size: 40px;
	-moz-background-size: 40px;
	-o-background-size: 40px;
	background-size: 40px;
}
.elgg-avatar-medium > a > img {
	width: 100px;
	height: 100px;
}
.elgg-avatar-large > a > img {
	width: 200px;
	height: 200px;
}
<style>
@import url('https://fonts.googleapis.com/css?family=Montserrat');
</style>


/* ***************************************

	PAGINATION

*************************************** */

.elgg-pagination {

	margin: 10px 0;

	display: block;

	text-align: center;

}

.elgg-pagination li {

	display: inline;

	margin: 0 6px 0 0;

	text-align: center;

}

.elgg-pagination a, .elgg-pagination span {

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	border-radius: 4px;

	

	padding: 2px 6px;

	color: #4690d6;

	border: 1px solid #4690d6;

	font-size: 12px;

}

.elgg-pagination a:hover {

	background: #4690d6;

	color: white;

	text-decoration: none;

}

.elgg-pagination .elgg-state-disabled span {

	color: #CCCCCC;

	border-color: #CCCCCC;

}

.elgg-pagination .elgg-state-selected span {

	color: #555555;

	border-color: #555555;

}



/* ***************************************

	TABS

*************************************** */

.elgg-tabs {

	margin-bottom: 5px;

	border-bottom: 2px solid #cccccc;

	display: table;

	width: 100%;

}

.elgg-tabs li {

	float: left;

	border: 2px solid #ccc;

	border-bottom: 0;

	background: #eee;

	margin: 0 0 0 10px;

	

	-webkit-border-radius: 5px 5px 0 0;

	-moz-border-radius: 5px 5px 0 0;

	border-radius: 5px 5px 0 0;

}

.elgg-tabs a {

	text-decoration: none;

	display: block;

	padding: 3px 10px 0 10px;

	text-align: center;

	height: 21px;

	color: #999;

}

.elgg-tabs a:hover {

	background: #dedede;

	color: #4690D6;

}

.elgg-tabs .elgg-state-selected {

	border-color: #ccc;

	background: white;

}

.elgg-tabs .elgg-state-selected a {

	position: relative;

	top: 2px;

	background: white;

}



/* ***************************************

	BREADCRUMBS

*************************************** */

.elgg-breadcrumbs {

	font-size: 80%;

	font-weight: bold;

	line-height: 1.2em;

	color: #bababa;

}

.elgg-breadcrumbs > li {

	display: inline-block;

}

.elgg-breadcrumbs > li:after {

	content: "\003E";

	padding: 0 4px;

	font-weight: normal;

}

.elgg-breadcrumbs > li > a {

	display: inline-block;

	color: #999;font-family: 'Montserrat', sans-serif;

}

.elgg-breadcrumbs > li > a:hover {

	color: #0054a7;

	text-decoration: underline;

}



.elgg-main .elgg-breadcrumbs {

	position: relative;

	top: -6px;

	left: 0;

}



/* ***************************************

	TOPBAR MENU

*************************************** */

.elgg-menu-topbar {

	float: left;

}



.elgg-menu-topbar > li {

	float: left;

}



.elgg-menu-topbar > li > a {

	padding-top: 2px;

	color: #eee;

	margin: 1px 15px 0;

}



.elgg-menu-topbar > li > a:hover {

	color: #4690D6;

	text-decoration: none;

}



.elgg-menu-topbar-alt {

	float: right;

}



.elgg-menu-topbar .elgg-icon {

	vertical-align: middle;

	margin-top: -1px;

}



.elgg-menu-topbar > li > a.elgg-topbar-logo {

	margin-top: 0;

	padding-left: 5px;

	width: 38px;

	height: 20px;

}



.elgg-menu-topbar > li > a.elgg-topbar-avatar {

	width: 18px;

	height: 18px;

}



/* ***************************************

	SITE MENU

*************************************** */

.elgg-menu-site {

	z-index: 1;

}



.elgg-menu-site > li > a {

	font-weight: bold;

	padding: 3px 13px 0px 13px;

	height: 20px;

}



.elgg-menu-site > li > a:hover {

	text-decoration: none;

}



.elgg-menu-site-default {

	position: absolute;

	bottom: 0;

	left: 0;

	height: 23px;

}



.elgg-menu-site-default > li {

	float: left;

	margin-right: 1px;

}



.elgg-menu-site-default > li > a {

	color: white;

}



.elgg-menu-site > li > ul {

	display: none;

	background-color: white;

}



.elgg-menu-site > li:hover > ul {

	display: block;

}



.elgg-menu-site-default > .elgg-state-selected > a,

.elgg-menu-site-default > li:hover > a {

	background: white;

	color: #555;



	-webkit-box-shadow: 2px -1px 1px rgba(0, 0, 0, 0.25);

	-moz-box-shadow: 2px -1px 1px rgba(0, 0, 0, 0.25);

	box-shadow: 2px -1px 1px rgba(0, 0, 0, 0.25);



	-webkit-border-radius: 4px 4px 0 0;

	-moz-border-radius: 4px 4px 0 0;

	border-radius: 4px 4px 0 0;

}



.elgg-menu-site-more {

	position: relative;

	left: -1px;

	width: 100%;

	min-width: 150px;

	border: 1px solid #999;

	border-top: 0;



	-webkit-border-radius: 0 0 4px 4px;

	-moz-border-radius: 0 0 4px 4px;

	border-radius: 0 0 4px 4px;



	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);

	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);

	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);

}



.elgg-menu-site-more > li > a {

	background-color: white;

	color: #555;



	-webkit-border-radius: 0;

	-moz-border-radius: 0;

	border-radius: 0;



	-webkit-box-shadow: none;

	-moz-box-shadow: none;

	box-shadow: none;

}



.elgg-menu-site-more > li > a:hover {

	background: #4690D6;

	color: white;

}



.elgg-menu-site-more > li:last-child > a,

.elgg-menu-site-more > li:last-child > a:hover {

	-webkit-border-radius: 0 0 4px 4px;

	-moz-border-radius: 0 0 4px 4px;

	border-radius: 0 0 4px 4px;

}



.elgg-more > a:before {

	content: "\25BC";

	font-size: smaller;

	margin-right: 4px;

}



/* ***************************************

	TITLE

*************************************** */

.elgg-menu-title {

	float: right;

}



.elgg-menu-title > li {

	display: inline-block;

	margin-left: 4px;

}



/* ***************************************

	FILTER MENU

*************************************** */

.elgg-menu-filter {

	margin-bottom: 5px;

	border-bottom: 2px solid #ccc;

	display: table;

	width: 100%;

}

.elgg-menu-filter > li {

	float: left;

	border: 2px solid #ccc;

	border-bottom: 0;

	background: #eee;

	margin: 0 0 0 10px;

	

	-webkit-border-radius: 5px 5px 0 0;

	-moz-border-radius: 5px 5px 0 0;

	border-radius: 5px 5px 0 0;

}

.elgg-menu-filter > li:hover {

	background: #dedede;

}

.elgg-menu-filter > li > a {

	text-decoration: none;

	display: block;

	padding: 3px 10px 0;

	text-align: center;

	height: 21px;

	color: #999;

}

.elgg-menu-filter > li > a:hover {

	background: #dedede;

	color: #4690D6;

}

.elgg-menu-filter > .elgg-state-selected {

	border-color: #ccc;

	background: white;

}

.elgg-menu-filter > .elgg-state-selected > a {

	position: relative;

	top: 2px;

	background: white;

}



/* ***************************************

	PAGE MENU

*************************************** */

.elgg-menu-page {

	margin-bottom: 15px;

}



.elgg-menu-page a {

	display: block;

	

	-webkit-border-radius: 8px;

	-moz-border-radius: 8px;

	border-radius: 8px;

	

	background-color: white;

	margin: 0 0 3px;

	padding: 2px 4px 2px 8px;

}

.elgg-menu-page a:hover {

	background-color: #0054A7;

	color: white;

	text-decoration: none;

}

.elgg-menu-page li.elgg-state-selected > a {

	background-color: #4690D6;

	color: white;

}

.elgg-menu-page .elgg-child-menu {

	display: none;

	margin-left: 15px;

}

.elgg-menu-page .elgg-menu-closed:before, .elgg-menu-opened:before {

	display: inline-block;

	padding-right: 4px;

}

.elgg-menu-page .elgg-menu-closed:before {

	content: "\002B";

}

.elgg-menu-page .elgg-menu-opened:before {

	content: "\002D";

}



/* ***************************************

	HOVER MENU

*************************************** */

.elgg-menu-hover {

	display: none;

	position: absolute;

	z-index: 10000;



	overflow: hidden;



	min-width: 165px;

	max-width: 250px;

	border: solid 1px;

	border-color: #E5E5E5 #999 #999 #E5E5E5;

	background-color: #FFF;

	

	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.50);

	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.50);

	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.50);

}

.elgg-menu-hover > li {

	border-bottom: 1px solid #ddd;

}

.elgg-menu-hover > li:last-child {

	border-bottom: none;

}

.elgg-menu-hover .elgg-heading-basic {

	display: block;

}

.elgg-menu-hover a {

	padding: 2px 8px;

	font-size: 92%;

}

.elgg-menu-hover a:hover {

	background: #ccc;

	text-decoration: none;

}

.elgg-menu-hover-admin a {

	color: red;

}

.elgg-menu-hover-admin a:hover {

	color: white;

	background-color: red;

}



/* ***************************************

	SITE FOOTER

*************************************** */

.elgg-menu-footer > li,

.elgg-menu-footer > li > a {

	display: inline-block;

	color: #999;

}



.elgg-menu-footer > li:after {

	content: "\007C";

	padding: 0 4px;

}



.elgg-menu-footer-default {

	float: right;

}



.elgg-menu-footer-alt {

	float: left;

}



/* ***************************************

	GENERAL MENU

*************************************** */

.elgg-menu-general > li,

.elgg-menu-general > li > a {

	display: inline-block;

	color: #999;

}



.elgg-menu-general > li:after {

	content: "\007C";

	padding: 0 4px;

}



/* ***************************************

	ENTITY AND ANNOTATION

*************************************** */


.elgg-menu-entity, elgg-menu-annotation {

	float: right;

	margin-left: 15px;

	font-size: 90%;

	color: #aaa;

	line-height: 16px;

	height: 16px;

}

.elgg-menu-entity > li, .elgg-menu-annotation > li {

	margin-left: 15px;

}

.elgg-menu-entity > li > a, .elgg-menu-annotation > li > a {

	color: #aaa;

}


.elgg-menu-entity > li > a, .elgg-menu-annotation > li > a {

	display: block;

}

.elgg-menu-entity > li > span, .elgg-menu-annotation > li > span {

	vertical-align: baseline;

}



/* ***************************************

	OWNER BLOCK

*************************************** */

.elgg-menu-owner-block li a {

	display: block;

	

	-webkit-border-radius: 8px;

	-moz-border-radius: 8px;

	border-radius: 8px;

	

	background-color: white;

	margin: 3px 0 5px 0;

	padding: 2px 4px 2px 8px;

}

.elgg-menu-owner-block li a:hover {

	background-color: #0054A7;

	color: white;

	text-decoration: none;

}

.elgg-menu-owner-block li.elgg-state-selected > a {

	background-color: #4690D6;

	color: white;

}



/* ***************************************

	LONGTEXT

*************************************** */

.elgg-menu-longtext {

	float: right;

}



/* ***************************************

	RIVER

*************************************** */

.elgg-menu-river {

	float: right;

	margin-left: 15px;

	font-size: 90%;

	color: #aaa;

	line-height: 16px;

	height: 16px;

}

.elgg-menu-river > li {

	display: inline-block;

	margin-left: 5px;

}

.elgg-menu-river > li > a {

	color: #aaa;

	height: 16px;

}


.elgg-menu-river > li > a {

	display: block;

}

.elgg-menu-river > li > span {

	vertical-align: baseline;

}



/* ***************************************

	SIDEBAR EXTRAS (rss, bookmark, etc)

*************************************** */

.elgg-menu-extras {

	margin-bottom: 15px;

}



/* ***************************************

	WIDGET MENU

*************************************** */

.elgg-menu-widget > li {

	position: absolute;

	top: 4px;

	display: inline-block;

	width: 18px;

	height: 18px;

	padding: 2px 2px 0 0;

}



.elgg-menu-widget > .elgg-menu-item-collapse {

	left: 5px;

}

.elgg-menu-widget > .elgg-menu-item-delete {

	right: 5px;

}

.elgg-menu-widget > .elgg-menu-item-settings {

	right: 25px;

}



/* ***************************************
	Modules
*************************************** */
.elgg-module {
	
	margin-bottom: 20px;
}

/* Aside */
.elgg-module-aside .elgg-head {
	border-bottom: 1px solid #CCC;
	
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* Info */
.elgg-module-info > .elgg-head {
	background: #e4e4e4;
	padding: 5px;
	margin-bottom: 10px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.elgg-module-info > .elgg-head * {
	color: #333;
}

/* Popup */
.elgg-module-popup {
	background-color: white;
	border: 1px solid #ccc;
	
	z-index: 9999;
	margin-bottom: 0;
	padding: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.elgg-module-popup > .elgg-head {
	margin-bottom: 5px;
}
.elgg-module-popup > .elgg-head * {
	color: #0054A7;
}

/* Dropdown */
.elgg-module-dropdown {
	background-color:white;
	border:5px solid #CCC;
	
	-webkit-border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
	border-radius: 5px 0 5px 5px;
	
	display:none;
	
	width: 210px;
	padding: 12px;
	margin-right: 0px;
	z-index:100;
	
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.45);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.45);
	
	position:absolute;
	right: 0px;
	top: 100%;
}

/* Featured */
.elgg-module-featured {
	border: 1px solid #4690D6;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.elgg-module-featured > .elgg-head {
	padding: 5px;
	background-color: #4690D6;
}
.elgg-module-featured > .elgg-head * {
	color: white;
}
.elgg-module-featured > .elgg-body {
	padding: 10px;
}

/* ***************************************
	Widgets
*************************************** */
.elgg-widgets {
	float: right;
	min-height: 30px;
}
.elgg-widget-add-control {
	text-align: right;
	margin: 5px 5px 15px;
}
.elgg-widgets-add-panel {
	padding: 10px;
	margin: 0 5px 15px;
	background: #dedede;
	border: 2px solid #ccc;
}
.elgg-widgets-add-panel li {
	float: left;
	margin: 2px 10px;
	width: 200px;
	padding: 4px;
	background-color: #ccc;
	border: 2px solid #b0b0b0;
	font-weight: bold;
}
.elgg-widgets-add-panel li a {
	display: block;
}
.elgg-widgets-add-panel .elgg-state-available {
	color: #333;
	cursor: pointer;
}
.elgg-widgets-add-panel .elgg-state-available:hover {
	background-color: #bcbcbc;
}
.elgg-widgets-add-panel .elgg-state-unavailable {
	color: #888;
}

.elgg-module-widget {
	background-color: #dedede;
	padding: 2px;
	margin: 0 5px 15px;
	position: relative;
}
.elgg-module-widget:hover {
	background-color: #ccc;
}
.elgg-module-widget > .elgg-head {
	background-color: #eeeeee;
	height: 26px;
	overflow: hidden;
}
.elgg-module-widget > .elgg-head h3 {
	float: left;
	padding: 4px 45px 0 20px;
	color: #666;
}
.elgg-module-widget.elgg-state-draggable .elgg-widget-handle {
	cursor: move;
}
a.elgg-widget-collapse-button {
	color: #c5c5c5;
}
a.elgg-widget-collapse-button:hover,
a.elgg-widget-collapsed:hover {
	color: #9d9d9d;
	text-decoration: none;
}
a.elgg-widget-collapse-button:before {
	content: "\25BC";
}
a.elgg-widget-collapsed:before {
	content: "\25BA";
}
.elgg-module-widget > .elgg-body {
	background-color: white;
	width: 100%;
	overflow: hidden;
	border-top: 2px solid #dedede;
}
.elgg-widget-edit {
	display: none;
	width: 96%;
	padding: 2%;
	border-bottom: 2px solid #dedede;
	background-color: #f9f9f9;
}
.elgg-widget-content {
	padding: 10px;
}
.elgg-widget-placeholder {
	border: 2px dashed #dedede;
	margin-bottom: 15px;
}


/* ***************************************

	Image Block

*************************************** */

.elgg-image-block {

	padding: 3px 0;

}

.elgg-image-block .elgg-image {

	float: left;

	margin-right: 5px;

}

.elgg-image-block .elgg-image-alt {

	float: right;

	margin-left: 5px;

}



/* ***************************************

	List

*************************************** */

.elgg-list {

	border-top: 1px dotted #CCCCCC;

	margin: 5px 0;

	clear: both;

}

.elgg-list > li {

	border-bottom: 1px dotted #CCCCCC;

}



.elgg-item .elgg-subtext {

	margin-bottom: 5px;

}

.elgg-item .elgg-content {

	margin: 10px 5px;

}



/* ***************************************

	Gallery

*************************************** */

.elgg-gallery {

	border: none;

	margin-right: auto;

	margin-left: auto;

}

.elgg-gallery td {

	padding: 5px;

}

.elgg-gallery-fluid > li {

	float: left;

}

.elgg-gallery-users > li {

	margin: 0 2px;

}



/* ***************************************

	Tables

*************************************** */

.elgg-table {

	width: 100%;

	border-top: 1px solid #ccc;

}

.elgg-table td, .elgg-table th {

	padding: 4px 8px;

	border: 1px solid #ccc;

}

.elgg-table th {

	background-color: #ddd;

}

.elgg-table tr:nth-child(odd), .elgg-table tr.odd {

	background-color: #fff;

}

.elgg-table tr:nth-child(even), .elgg-table tr.even {

	background-color: #f0f0f0;

}

.elgg-table-alt {

	width: 100%;

	border-top: 1px solid #ccc;

}

.elgg-table-alt th {

	background-color: #eee;

	font-weight: bold;

}

.elgg-table-alt td, .elgg-table-alt th {

	padding: 2px 4px 2px 4px;

	border-bottom: 1px solid #ccc;

}

.elgg-table-alt td:first-child {

	width: 200px;

}

.elgg-table-alt tr:hover {

	background: #E4E4E4;

}



/* ***************************************

	Owner Block

*************************************** */

.elgg-owner-block {

	margin-bottom: 20px;

}



/* ***************************************

	Messages

*************************************** */

.elgg-message {

	color: white;

	font-weight: bold;

	display: block;

	padding: 3px 10px;

	cursor: pointer;

	opacity: 0.9;

	

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);

	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);

	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);

	

	-webkit-border-radius: 8px;

	-moz-border-radius: 8px;

	border-radius: 8px;

}

.elgg-state-success {

	background-color: black;

}

.elgg-state-error {

	background-color: red;

}

.elgg-state-notice {

	background-color: #4690D6;

}



/* ***************************************

	River

*************************************** */

.elgg-list-river {

	border-top: 1px solid #CCC;

}

.elgg-list-river > li {

	border-bottom: 1px solid #CCC;

}

.elgg-river-item {

	padding: 7px 0;

}

.elgg-river-item .elgg-pict {

	margin-right: 20px;

}

.elgg-river-timestamp {

	color: #666;

	font-size: 85%;

	font-style: italic;

	line-height: 1.2em;

}



.elgg-river-attachments,

.elgg-river-message,

.elgg-river-content {

	border-left: 1px solid #CCC;

	font-size: initial;

	line-height: 1.5em;

	margin: 8px 0 5px 0;

	padding-left: 5px;

    font-size: 14px;

    font-weight:bold;

    color: #6D6D6D;

    letter-spacing: 1px;
    font-family:"Montserrat",sans-serif;

}

.elgg-river-attachments .elgg-avatar,

.elgg-river-attachments .elgg-icon {

	float: left;

}

.elgg-river-layout .elgg-input-dropdown {

	float: right;

	margin: 10px 0;

}



.elgg-river-comments-tab {

	display: block;

	background-color: #EEE;

	color: #4690D6;

	margin-top: 5px;

	width: auto;

	float: right;

	font-size: 85%;

	padding: 1px 7px;

	

	-webkit-border-radius: 5px 5px 0 0;

	-moz-border-radius: 5px 5px 0 0;

	border-radius: 5px 5px 0 0;

}




.elgg-river-comments {

	margin: 0;

	border-top: none;

}

.elgg-river-comments li:first-child {

	-webkit-border-radius: 5px 0 0;

	-moz-border-radius: 5px 0 0;

	border-radius: 5px 0 0;

}

.elgg-river-comments li:last-child {

	-webkit-border-radius: 0 0 5px 5px;

	-moz-border-radius-bottomleft: 0 0 5px 5px;

	border-radius-bottomleft: 0 0 5px 5px;

}

.elgg-river-comments li {

	background-color: #EEE;

	border-bottom: none;

	padding: 4px;

	margin-bottom: 2px;

}

.elgg-river-comments .elgg-media {

	padding: 0;

}

.elgg-river-more {

	background-color: #EEE;

	

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	

	padding: 2px 4px;

	font-size: 85%;

	margin-bottom: 2px;

}




.elgg-river-item form {

	background-color: #EEE;

	padding: 4px;

	

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 5px;

	

	height: 30px;

}

.elgg-river-item input[type=text] {

	width: 80%;

}

.elgg-river-item input[type=submit] {

	margin: 0 0 0 10px;

}





/* **************************************

	Comments (from elgg_view_comments)

************************************** */

.elgg-comments {

	margin-top: 25px;

}

.elgg-comments > form {

	margin-top: 15px;

}



/* ***************************************

	Image-related

*************************************** */

.elgg-photo {

	border: 1px solid #ccc;

	padding: 3px;

	background-color: white;

}



/* ***************************************

	Tags

*************************************** */

.elgg-tags {

	font-size: 85%;

}

.elgg-tags > li {

	float:left;

	margin-right: 5px;

}

.elgg-tags li.elgg-tag:after {

	content: ",";

}

.elgg-tags li.elgg-tag:last-child:after {

	content: "";

}

.elgg-tagcloud {

	text-align: justify;

}


/* ***************************************

	PAGE LAYOUT

*************************************** */

/***** DEFAULT LAYOUT ******/
.elgg-page-default {

	min-width: 998px;

}

.elgg-page-default .elgg-page-header > .elgg-inner {

	width: 990px;

	margin: 0 auto;

	height: 90px;

}

.elgg-page-default .elgg-page-body > .elgg-inner {

	width: 990px;

	margin: 0 auto;

}

.elgg-page-default .elgg-page-footer > .elgg-inner {

	width: 990px;

	margin: 0 auto;

	padding: 5px 0;

	border-top: 1px solid #DEDEDE;

}



/***** TOPBAR ******/

.elgg-page-topbar {

	background: #333333 url(http://KonnectMe.org/_graphics/toptoolbar_background.gif) repeat-x top left;

	border-bottom: 1px solid #000000;

	position: relative;

	height: 24px;

	z-index: 9000;

}

.elgg-page-topbar > .elgg-inner {

	padding: 0 10px;

}



/***** PAGE MESSAGES ******/

.elgg-system-messages {

	position: fixed;

	top: 24px;

	right: 20px;

	max-width: 500px;

	z-index: 2000;

}

.elgg-system-messages li {

	margin-top: 10px;

}

.elgg-system-messages li p {

	margin: 0;

}



/***** PAGE HEADER ******/

.elgg-page-header {

	position: relative;

	background: #4690D6 url(http://KonnectMe.org/_graphics/header_shadow.png) repeat-x bottom left;

}

.elgg-page-header > .elgg-inner {

	position: relative;

}



/***** PAGE BODY LAYOUT ******/

.elgg-layout {

	min-height: 360px;

}

.elgg-layout-one-sidebar {

	background: transparent url(http://KonnectMe.org/_graphics/sidebar_background.gif) repeat-y right top;

}

.elgg-layout-two-sidebar {

	background: transparent url(http://KonnectMe.org/_graphics/two_sidebar_background.gif) repeat-y right top;

}

.elgg-layout-error {

	margin-top: 20px;

}

.elgg-sidebar {

/*	position: relative;*/

	padding: 20px 10px;

	float: right;

	width: 210px;

	margin:20px 0 0 10px !important;

}

.elgg-sidebar-alt {

	position: relative;

	padding: 20px 10px;

	float: left;

	width: 160px;

	margin: 0 10px 0 0;

}

.elgg-main {

	position: relative;

	min-height: 360px;
    padding :10px 0px;
	/*padding: 10px;*/

}

.elgg-main > .elgg-head {

	padding-bottom: 3px;

	border-bottom: 1px solid #CCCCCC;

	margin-bottom: 10px;

}



/***** PAGE FOOTER ******/

.elgg-page-footer {

	position: relative;

}

.elgg-page-footer {

	color: #999;

}

.elgg-page-footer a:hover {

	color: #666;

}

#sidebargallery{

    overflow: hidden;

}



#sidebargallery>ul{

    margin:3px;

    position: relative;

    width: 305px;

    height: 300px;

    overflow: hidden;

}

#sidebargallery>ul>li{

    width:100%!important;

}

#sidebargallery>ul>li>img{

    width:100%!important;

} 

<!--Add css--> 

.contentWrapper{ width:97%;}
/*.elgg-sidebar .elgg-module { display:inline-block;}*/
.elgg-sidebar .elgg-module. elgg-body{ width: 315px; float:left;}
.elgg-layout.elgg-layout-one-sidebar.clearfix .elgg-body {
    float: left;
    width: 642px;
}
.elgg-sidebar.elgg-module.elgg-body {
    float: left;
    width: 642px;
}
.elgg-module.orange-module.kme-module.elgg-module-aside .elgg-body {
    width: 295px; float: none;
}
.elgg-module.elgg-module-aside .elgg-body {
    width: 295px !important; float: none;
}
.elgg-layout.elgg-layout-one-sidebar.clearfix .elgg-main .elgg-module.elgg-module-aside .elgg-body{width: 620px !important;}
.elgg-layout.elgg-layout-one-sidebar.clearfix .elgg-main .groups-profile.clearfix.elgg-image-block .elgg-module.elgg-module-aside .elgg-body{width: 600px !important;}
/*.elgg-layout-one-sidebar .elgg-sidebar {
    width: 305px !important;
}*/
.elgg-module-aside, .elgg-module-info, .contentWrapper, .elgg-module-featured, .elgg-layout-two-sidebar .elgg-main {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 white inset;
    display: table;
 padding: 10px;
}
.elgg-sidebar .elgg-module.elgg-module- .elgg-body {
    width: auto !important;
    float:none !important;
}
.tablesorter tbody .elgg-image-block .elgg-body{  wodth:auto !important; float:none !important;}
table { font-size:12px;}

.elgg-module.orange-module.kme-module.elgg-module-aside{ display:inline-block;}
.event_full .elgg-sidebar{  background: none repeat scroll 0 0 #fff;

margin:0px !important;padding:6px;
}
.elgg-col-1of2 {
      width: 100%;
}
.fundstatus .elgg-col-1of2 {
      width: 50% !important;
}
#groups-tools > li{ width:100% !important;}
.groups-widget-viewall {
    float: right;
    font-size: 85%;
    padding-right: 25px;
}






@media (width: 768px){
.elgg-page-default .elgg-page-header > .elgg-inner {
    background: transparent no-repeat scroll right top;
    height: 75px;
}
.elgg-search{ display:none;}

}
.tablesorter tbody tr td .elgg-body {
    width: auto !important;
}


@media (min-width: 768px) and (max-width: 979px) {
	.elgg-layout.elgg-layout-one-sidebar.clearfix .elgg-sidebar {
    float: none;
}
.elgg-layout.elgg-layout-one-sidebar.clearfix .elgg-gallery .event {
    margin-bottom: 10px !important;
    width: 100% !important;
}
.kme_index_tagbar .fleft, .kme_index_third .fleft, .subfooter-firstrow .fleft, .subfooter-secondrow .fleft{ float:none !important;}
.kme_index_tagbar .fright, .kme_index_third .fright , .subfooter-firstrow .fright, .subfooter-secondrow .fright{ float:none !important;}
.kme_index_third .elgg-module-aside .elgg-gallery li {
    display: inline-block !important
}

.kme_index_featured .elgg-col-1of3 {
    float: none;
    margin-left: 5px;
}
.subfooter-firstrow .elgg-col-2of3 {
   margin-bottom: 10px;
   width: 473px;
}
.elgg-page-default .elgg-page-sub-footer h3 {
    color: #727272;
    margin-bottom: 10px;
}
.subfooter-secondrow .elgg-col-1of4{ width:100% !important; margin-bottom:10px;} 
.subfooter-firstrow iframe {
    margin-top: 0 !important;
    z-index: 100; width:330px !important;
}
.oneofthree {
    margin: 0 7px 10px 5px;
    width: 340px !important;
}
.subfooter-secondrow {
    overflow: auto;
    padding: 10px 10px 15px !important;
}
.elgg-inner .float-alt{ float:none !important;}
.subfooter-firstrow {
    border-bottom: 1px solid #000404;
    box-shadow: 0 1px 0 rgba(247, 246, 242, 0.1);
    overflow: hidden;
    padding: 3px 0 30px !important;
}
.elgg-search{ display:none;}
.elgg-page-default {

	min-width: 100% !important;

}


.groups-widget-viewall {
    float: right;
    font-size: 85%;
    padding-right: 0px;
}
.elgg-page-default .elgg-page-header > .elgg-inner {

	width: 100%;

	margin: 0 auto;

	height: 90px;

}

.elgg-page-default .elgg-page-body > .elgg-inner {

	width:100%;

	margin: 0 auto;

}

.elgg-page-default .elgg-page-footer > .elgg-inner {

	width: 100%;

	margin: 0 auto;

	padding: 5px 0;

	border-top: 1px solid #DEDEDE;

}
.elgg-page-default .elgg-page-sub-footer > .elgg-inner{
    max-width: auto !important;
    width: 100% !important;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
.elgg-search-header{ display:none;}
.elgg-module.orange-module.kme-module.elgg-module-aside .elgg-body {
    float: none;
}
.elgg-module.elgg-module-aside .elgg-body {
     width: 610px !important; float: none;
}
}




@media (min-width: 480px) and (max-width: 767px) {
	.kme_index_intro .home-intro-text{ width:100%;}
    .home-intro-text .welcome {color: #fff;font-size: 29px; }
   .home-intro-text  .kme_features {
    color: #fff;
    font-size: 13px;
    padding: 0;
    text-shadow: none;}
    .kme_index_intro .fleft{ float:none!important;}
    .kme_index_intro .fright{ float:none!important;}
    .home-intro-video {
    background: rgba(0, 0, 0, 0) url("http://anujagadeesh.com/mod/kme/img/video_shadow.png") no-repeat scroll left bottom;
    padding: 36px 0 2px !important;
    width: 100% !important;
}
    .home-intro-video.fright img {
    height: 264px;
    width: auto !important;
}
.elgg-col-1of3.fright .elgg-module .elgg-body {
    float: none;
    width: 443px !important;
}
.elgg-gallery li {
    display: inline !important;
}
.elgg-gallery > li{ display: inline !important;
}
.kme_index_tagbar, .index_empty_list{ width:100%; }
.kme_index_tagbar h3 {
    padding: 15px 0 5px !important;
}
.kme_index_tagbar, .index_empty_list {
    display: inline-block;
    height: auto !important;
    padding: 0 0 10px 10px;
    width: auto !important;
}
.kme_index_tagbar .fleft, .kme_index_third .fleft, .subfooter-firstrow .fleft, .subfooter-secondrow .fleft{ float:none !important;}
.kme_index_tagbar .fright, .kme_index_third .fright , .subfooter-firstrow .fright, .subfooter-secondrow .fright{ float:none !important;}
.kme_index_third .elgg-module-aside .elgg-gallery li {
    display: inline-block !important
}
.kme_index_featured .elgg-col-1of3 {
    float: none;
    margin-left: 5px;
}
.subfooter-firstrow .elgg-col-2of3 {
   margin-bottom: 10px;
   width: 473px;
}
.elgg-page-default .elgg-page-sub-footer h3 {
    color: #727272;
    margin-bottom: 10px;
}
.subfooter-secondrow .elgg-col-1of4{ width:100% !important; margin-bottom:10px;} 
.subfooter-firstrow iframe {
    margin-top: 0 !important;
    z-index: 100; width:330px !important;
}
.oneofthree {
    margin: 0 7px 10px 5px;
    width: 340px !important;
}
.subfooter-secondrow {
    overflow: auto;
    padding: 10px 10px 15px !important;
}
.elgg-inner .float-alt{ float:none !important;}
.subfooter-firstrow {
    border-bottom: 1px solid #000404;
    box-shadow: 0 1px 0 rgba(247, 246, 242, 0.1);
    overflow: hidden;
    padding: 3px 0 30px !important;
}
.home-intro-video.fright img {
    height: 352px;
    width: auto !important;
}
.elgg-gallery .event {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 white inset;
    float: none;
    height: auto;
    margin: 0 5px 10px;
    width: 52% ;
}
.mts, .mvs {
    margin-top: 2px !important;
}

.elgg-module.elgg-module-aside .elgg-body {
    width: 305px !important; float: none;
}
#event-title-and-description {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    float: none!important;
    height: 90px;
    padding-right: 15px;
    text-align: left!important;
    width: 300px !important;
}
#event-title-and-description .part2 {
    float: right;
    width: 295px !important;
}
#event-header .elgg-event-description {
    color: #ccc;
    float: left;
    font-size: 16px;
}
#date-time-location {
    background-color: rgba(0, 0, 0, 0.5);
    color: #999999;
    display: block;
    float: none !important;
    margin-left: 15px;
    min-height: 60px;
    padding: 0 8px 30px;
    width: 255px;
}
#sponsor-buttons {
    display: block;
    float: left !important;
    margin: 20px 30px;
}
.event_full .elgg-sidebar {
    background: #fff none repeat scroll 0 0;
    margin: 13px 0 0 !important;
    padding: 15px;
    width: 282px !important;
}
#sidebargallery .description {
    color: #000;
    margin-left: 0 !important;
}
#sidebargallery .venue {
    margin-left: 0 !important;
}
#sidebargallery .date {
    float: right;
    margin-right: 55px !important;
}
.elgg-body, .elgg-col-last {
    display: block;
    overflow: hidden;
    width: 473px !important;
    word-wrap: break-word;
}
.elgg-main.elgg-body .event-subheader {
    background-color: #009999;
    color: #fff;
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 15px 10px 15px 22px !important;
}
.elgg-main.elgg-body .event-subheader .events-dashboard {
    background: #037575 url("http://anujagadeesh.com/mod/kme/img/events_dashboard_bg.png") no-repeat scroll 11px 5px;
    display: block;
    float: none !important;
    margin-top: 10px;
    padding: 6px 12px 8px 40px !important;
}
#share-links { width:265px !important;}
.getShortlink {
    margin-top: 6px;
    width: 95% !important;
}
.elgg-layout.elgg-layout-one-sidebar.clearfix .elgg-sidebar {
    float: none;
}
.elgg-layout.elgg-layout-one-sidebar.clearfix .elgg-gallery .event {
    margin-bottom: 10px !important;
    width: 52% !important;
}
	.kme_index_intro .home-intro-text{ width:445px;}
    .home-intro-text .welcome {color: #fff;font-size: 29px; }
   .home-intro-text  .kme_features {
    color: #fff;
    font-size: 13px;
    padding: 0;
    text-shadow: none;}
    .kme_index_intro .fleft{ float:none!important;}
    .kme_index_intro .fright{ float:none!important;}
    .home-intro-video {
    background: rgba(0, 0, 0, 0) url("http://anujagadeesh.com/mod/kme/img/video_shadow.png") no-repeat scroll left bottom;
    padding: 36px 0 2px !important;
    width: 100% !important;
}
    .home-intro-video.fright img {
    height: 354px !important;
    width: auto !important;
}
.oneofthree .elgg-module-aside {
    padding: 6px;
    width: 450px;
}
.elgg-gallery .event {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 white inset;
    float: none;
    height: auto;
    margin: 0 5px 10px;
    width: 71% ;
}
.elgg-layout.elgg-layout-one-sidebar.clearfix .elgg-body {float:none;}
.elgg-search{ display:none;}

.elgg-main > .elgg-head {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding: 5px 0 0 5px;
}


}








@media (min-width: 360px) and (max-width: 479px) {

 

.elgg-sidebar .elgg-module {
    display: inline-block !important; width:100%;
}
	.kme_index_intro .home-intro-text{ width:375px;}
    .home-intro-text .welcome {color: #fff;font-size: 29px; }
   .home-intro-text  .kme_features {
    color: #fff;
    font-size: 13px;
    padding: 0;
    text-shadow: none;}
    .kme_index_intro .fleft{ float:none!important;}
    .kme_index_intro .fright{ float:none!important;}
    .home-intro-video {
    background: rgba(0, 0, 0, 0) url("http://anujagadeesh.com/mod/kme/img/video_shadow.png") no-repeat scroll left bottom;
    padding: 36px 0 2px !important;
    width: 100% !important;
}
    .home-intro-video.fright img {
    height: 280px !important;
    width: auto !important;
}
.oneofthree .elgg-module-aside {
    padding: 6px;
    width: 353px;
}
.elgg-sidebar {
    margin: 52px 0 0 10px;
    padding: 1px;
    width: 340px !important;
}
.elgg-gallery li {
    display: inline !important;
}
.elgg-gallery > li{ display: inline !important;
}
.elgg-module.elgg-module-aside .elgg-body {
    /*width: 328px !important;*/ float: none;
}

.kme_index_tagbar, .index_empty_list{ width:100%; }
.kme_index_tagbar h3 {
    padding: 15px 0 5px !important;
}
.kme_index_tagbar, .index_empty_list {
    display: inline-block;
    height: auto !important;
    padding: 0 0 10px 10px;
    width: auto !important;
}
.kme_index_tagbar .fleft, .kme_index_third .fleft, .subfooter-firstrow .fleft, .subfooter-secondrow .fleft{ float:none !important;}
.kme_index_tagbar .fright, .kme_index_third .fright , .subfooter-firstrow .fright, .subfooter-secondrow .fright{ float:none !important;}
.kme_index_third .elgg-module-aside .elgg-gallery li {
    display: inline-block !important
}
.kme_index_featured .elgg-col-1of3 {
    float: none;
    margin-left: 5px;
}
.subfooter-firstrow .elgg-col-2of3 {
   margin-bottom: 10px;
   width: 350px;
}
.elgg-page-default .elgg-page-sub-footer h3 {
    color: #727272;
    margin-bottom: 10px;
}
.subfooter-secondrow .elgg-col-1of4{ width:100% !important; margin-bottom:10px;} 
.subfooter-firstrow iframe {
    margin-top: 0 !important;
    z-index: 100; width:330px !important;
}
.oneofthree {
    margin: 0 7px 10px 5px;
    width: 340px !important;
}
.subfooter-secondrow {
    overflow: auto;
    padding: 10px 10px 15px !important;
}
.elgg-inner .float-alt{ float:none !important;}
.subfooter-firstrow {
    border-bottom: 1px solid #000404;
    box-shadow: 0 1px 0 rgba(247, 246, 242, 0.1);
    overflow: hidden;
    padding: 3px 0 30px !important;
}
.home-intro-video.fright img {
    height: 352px;
    width: auto !important;
}
.elgg-col-1of3.fright .elgg-module .elgg-body {
    float: none;
    width: 341px !important;
}
.elgg-gallery .event {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 white inset;
    float: none;
    height: auto;
    margin: 0 5px 10px;
    width: 95% ;
}
.mts, .mvs {
    margin-top: 2px !important;
}
.elgg-layout-one-sidebar > .elgg-body {
    min-width: 348px !important;
}

#event-title-and-description {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    float: none!important;
    height: 90px;
    padding-right: 0px !important;
    width: 100% !important;
}
#event-title-and-description .part1{ float:none !important; width:100% !important; margin-top:0px !important; text-align: center; padding-left: 0px !important;}
#event-title-and-description .part2 {
    float: right;
    width: 100%!important; text-align: center;
}
#event-header .elgg-event-description {
    color: #ccc;
    float: left;
    font-size: 16px;
}
#date-time-location .start-date {
    width: 77px !important;
    float: left;
    font-size: 60px;
    line-height: 60px;
}
#date-time-location {
    background-color: rgba(0, 0, 0, 0.5);
    color: #999999;
    display: inline-block !important;
    float: none !important;
    margin-left: 22px !important;
    min-height: 60px;
    padding: 8px 12px 16px !important;
    width: 300px !important;
    margin-top:10px;
}
#sponsor-buttons {
    display: block;
    margin: 20px 30px;
}
.sponsor-button {
    background: url(http://anujagadeesh.com/mod/kme/img/event_single_sponsor_button.png) no-repeat top left;
    color: #ccc;
    display: block;
    height: 32px;
    margin-bottom: 10px;
    padding: 10px 0 0 50px !important;
    text-transform: capitalize;
    width: 204px !important;
}
.event_full .elgg-sidebar {
    background: #fff none repeat scroll 0 0;
    margin: 13px 4px 0 !important;
    padding: 15px;
    width: 337px !important;
}
#sidebargallery .description {
    color: #000;
    margin-left: 0 !important;
}
#sidebargallery .venue {
    margin-left: 0 !important;
}
#sidebargallery .date {
    float: right;
    margin-right: 55px !important;
}
.elgg-body, .elgg-col-last {
    display: block;
    overflow: hidden;
    /*width: 325px !important;*/
    word-wrap: break-word;
   
    width: 367px !important;
    padding:0px  !important;
    margin: 0px 0px 0px 0px !important;
}

.elgg-main.elgg-body .event-subheader {
    background-color: #009999;
    color: #fff;
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 15px 10px 15px 22px !important;
}
.elgg-main.elgg-body .event-subheader .events-dashboard {
    background: #037575 url("/mod/kme/img/events_dashboard_bg.png") no-repeat scroll 11px 5px;
    display: block;
    float: none !important;
    margin-top: 10px;
    padding: 6px 12px 8px 40px !important;
}
#share-links { width:330px !important;}
.getShortlink {
    margin-top: 6px;
    width: 95% !important;
}
.elgg-layout.elgg-layout-one-sidebar.clearfix .elgg-gallery .event{ width:46% !important; margin-bottom:10px !important;}
.elgg-layout.elgg-layout-one-sidebar.clearfix .elgg-sidebar {
    float: none;
}
.elgg-layout.elgg-layout-one-sidebar.clearfix .elgg-gallery .event {
    margin-bottom: 10px !important;
    width: 96% !important;
}
.elgg-layout.elgg-layout-one-sidebar.clearfix .elgg-body {float:none;}
.elgg-page-default .elgg-page-header > .elgg-inner{  background: transparent !important;
    height: 75px;}
    
.elgg-page-default {
	min-width: auto !important;
}

.elgg-page-default .elgg-page-header > .elgg-inner {
width: 100%;
min-width: auto !important;
	margin: 0 auto;
	height: 90px;
}
.elgg-page-default .elgg-page-body > .elgg-inner {
	width:100%;
min-width: auto !important;
	margin: 0 auto;
}
.elgg-page-default .elgg-page-footer > .elgg-inner {

	width: 100% !important;
min-width: auto !important;
	margin: 0 auto;
	padding: 5px 0;
	border-top: 1px solid #DEDEDE;

}
.elgg-page-default .elgg-page-sub-footer > .elgg-inner{
    max-width: auto !important;
    width: 100% !important;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
.elgg-search-header{ display:none;}
.kme_index_intro {
    overflow: auto;
    width: auto !important;
}
.elgg-output {
    margin-top: 10px;
    width: 100% !important;
}
.kmeloginbox {
    float: none !important;
    width: 100% !important;
}
.elgg-main .elgg-body{  width:348px !important;}
.elgg-body, .elgg-col-last {
    display: block;
    overflow: hidden;
   /* width: 325px !important;
    word-wrap: break-word;
   
   width: 350px !important;
    margin: 0px 0px 0px 0px !important;*/}
.kme_index_featured {
    margin: 40px 0 0px;
    overflow: hidden !important;

}
#event-header .elgg-event-description {
    color: #ccc;
    font-size: 16px;
    float: none !important;
}
.elgg-module.elgg-module-aside .elgg-body {
    width: 100% !important; float: none;
}

.contentWrapper{ padding:5px 4px !important;}
.elgg-module-aside, .elgg-module-info, .contentWrapper, .elgg-module-featured, .elgg-layout-two-sidebar .elgg-main{ padding:5px 4px !important;}
.groups-widget-viewall {
    padding-right: 0px;
}
/* Dashboard css */
.elgg-page-topbar > .elgg-inner {
    padding: 0px 0px !important;
    min-height: 9px;
    margin: 0 auto;
    width: 100% !important;
}
.elgg-page-topbar {
    background: #a89f38 none repeat scroll 0 0;
    border-bottom: medium none;
    box-shadow: none;
    height: 46px !important;
    
}
.elgg-page-topbar .elgg-menu-topbar-alt {
    float: none !important;
}
.elgg-page-topbar .elgg-menu-item-dashboard.elgg-state-selected a span{ display:none;}
.elgg-page-topbar .elgg-menu-item-usersettings.elgg-state-selected a span{ display:none;}
.elgg-page-topbar ul li {
    float: left !important;
}

#profile-owner-block {
    width: auto !important;
    float: none !important;
    background-color: #eee;
    padding: 15px;
}
.elgg-col-2of3 {
    width: 100% !important;
}
#profile-owner-block a.elgg-button-action {
    margin-bottom: 4px;
    display: block !important;
}
.profile .elgg-inner {
    margin: 0 1px !important;
    }
.elgg-layout.elgg-layout-two-sidebar.clearfix.elgg-river-layout .elgg-sidebar {
    float: none !important;
   margin:20px 0 0 3px !important;width: 98% !important;
}
.elgg-sidebar-alt {
    position: relative;
    padding: 20px 4px !important;
    float: none !important;
    margin: 0 10px 0 0;}
.elgg-layout-two-sidebar .elgg-main {
    margin: 0px 4px !important;
    padding: 8px;
}
/*.elgg-sidebar .elgg-module {
    display: inherit;
}*/
.elgg-col-1of3.elgg-widgets.ui-sortable {
    min-height: 150px !important;
    width: 100%;display: inline-table;
    margin-left: -5px !important;
    float: left !important;
}
.elgg-widgets-add-panel .elgg-col-1of3 .elgg-module-widget{ margin: 0 0px 15px !important;}

.elgg-main > .elgg-head {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding: 5px 0 0 5px;
}
.elgg-menu-filter > li > a {
    padding: 5px 7px 5px 6px !important;
    font-size: 12px;
}



/* BUTTON CSS */

.elgg-button {             	

	font-family: "Trebuchet MS",Arial,Tahoma,Verdana,sans-serif;

    font-size:18px;

    font-weight:normal;

    padding:3px 12px;

	
	border-radius: 3px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	box-sizing: border-box;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;
    box-shadow: inset 0 0 0 1px #0891a7,2px 2px 0 rgba(0, 0, 0, 0.15)!important;

	-webkit-box-shadow: inset 0 0 0 1px #0891a7,2px 2px 0 rgba(0, 0, 0, 0.15)!important;

	-moz-box-shadow: inset 0 0 0 1px #0891a7,2px 2px 0 rgba(0, 0, 0, 0.15)!important;
    background: #00a6bc none repeat scroll 0 0!important;
    border: 2px solid #00a6bc !important;
    color: #fff;

	text-shadow: 1px 1px 0 rgb(124, 124, 124);
    text-align: center;
	margin: 0 auto;	
}

}



@media (min-width: 319px) and (max-width: 359px){

.kme_index_intro .home-intro-text{ width:305px !important;}
.home-intro-text .welcome {color: #fff;font-size: 29px; }
.home-intro-text  .kme_features {
    color: #fff;
    font-size: 13px;
    padding: 0;
    text-shadow: none;}
    .kme_index_intro .fleft{ float:none!important;}
    .kme_index_intro .fright{ float:none!important;}
    .home-intro-video {
    background: rgba(0, 0, 0, 0) url("http://anujagadeesh.com/mod/kme/img/video_shadow.png") no-repeat scroll left bottom;
    padding: 36px 0 2px !important;
    width: 100% !important;
}
    .home-intro-video.fright img {
    height: 264px;
    width: auto !important;
}
.kme_index_featured .elgg-col-1of3 {
    float: none;
    margin-left: 5px;
}
.elgg-col-1of3.fright .elgg-module .elgg-body {
    float: none;
    width: 280px !important;
}
.elgg-gallery .event {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 white inset;
    float: none;
    height: auto;
    margin: 0 5px 10px;
    width:46% !important;
}
 .home-intro-video.fright img {
    height: 234px;
    width: auto !important;
}
.elgg-gallery li {
    display: inline !important;
}
.elgg-gallery > li{ display: inline !important;
}
.kme_index_third .elgg-module-aside .elgg-gallery li {
    display: inline-block !important
}
.elgg-page-default .elgg-page-header > .elgg-inner{  background: transparent !important;
    height: 75px;}
.subfooter-firstrow iframe {
    margin-top: 0 !important;
    z-index: 100; width:310px !important;
}
.oneofthree {
    margin: 0 7px 10px 5px;
    width: 300px;
}
.subfooter-secondrow {
    overflow: auto;
    padding: 10px 10px 15px !important;
}
.subfooter-firstrow .elgg-col-2of3 {
   margin-bottom: 10px;
   width: 300px;
}
.elgg-inner .float-alt{ float:none !important;}
.subfooter-firstrow {
    border-bottom: 1px solid #000404;
    box-shadow: 0 1px 0 rgba(247, 246, 242, 0.1);
    overflow: hidden;
    padding: 3px 0 30px !important;
}
.subfooter-secondrow .elgg-col-1of4{ width:100% !important; margin-bottom:10px;} 
.subfooter-firstrow iframe {
    margin-top: 0 !important;
    z-index: 100; width:330px !important;
}
.oneofthree {
    margin: 0 7px 10px 5px;
    width: 300px !important;
}
.subfooter-secondrow {
    overflow: auto;
    padding: 10px 10px 15px !important;
}
.elgg-inner .float-alt{ float:none !important;}
.subfooter-firstrow {
    border-bottom: 1px solid #000404;
    box-shadow: 0 1px 0 rgba(247, 246, 242, 0.1);
    overflow: hidden;
    padding: 3px 0 30px !important;
}
.kme_index_tagbar .fleft, .kme_index_third .fleft, .subfooter-firstrow .fleft, .subfooter-secondrow .fleft{ float:none !important;}
.kme_index_tagbar .fright, .kme_index_third .fright , .subfooter-firstrow .fright, .subfooter-secondrow .fright{ float:none !important;}
.elgg-page-default .elgg-page-sub-footer h3 {
    color: #727272;
    margin-bottom: 10px;
}
.mts, .mvs {
    margin-top: 2px !important;
}
.kme_index_tagbar, .index_empty_list{ width:100%; }
.kme_index_tagbar h3 {
    padding: 15px 0 5px !important;
}
.kme_index_tagbar, .index_empty_list {
    display: inline-block;
    height: auto !important;
    padding: 0 0 10px 10px;
    width: auto !important;
}
.elgg-main .elgg-gallery .event {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 white inset;
    float: none;
    height: auto;
    margin: 0px !important;
    width:44% !important;
}
.elgg-inner .elgg-sidebar{ float:none !important;}

#event-title-and-description {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    float: none!important;
    height: 90px;
    padding-right: 15px;
    text-align: left!important;
    width: 300px !important;
}
#event-title-and-description .part2 {
    float: right;
    width: 295px !important;
}
#event-header .elgg-event-description {
    color: #ccc;
    float: left;
    font-size: 16px;
}
#date-time-location {
    background-color: rgba(0, 0, 0, 0.5);
    color: #999999;
    display: block;
    float: none !important;
    margin-left: 15px;
    min-height: 60px;
    padding: 0 8px 30px;
    width: 255px;
}
#sponsor-buttons {
    display: block;
    float: left !important;
    margin: 20px 30px;
}
.event_full .elgg-sidebar {
    background: #fff none repeat scroll 0 0;
    margin: 13px 0 0 !important;
    padding: 0px;
    width: 282px !important;
}
#sidebargallery .description {
    color: #000;
    margin-left: 0 !important;
}
#sidebargallery .venue {
    margin-left: 0 !important;
}
#sidebargallery .date {
    float: right;
    margin-right: 55px !important;
}
.elgg-body, .elgg-col-last {
    display: block;
    overflow: hidden;
    width: 312px !important;
    word-wrap: break-word;
}
.elgg-main.elgg-body .event-subheader {
    background-color: #009999;
    color: #fff;
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 15px 10px 15px 22px !important;
}
.elgg-main.elgg-body .event-subheader .events-dashboard {
    background: #037575 url("http://anujagadeesh.com/mod/kme/img/events_dashboard_bg.png") no-repeat scroll 11px 5px;
    display: block;
    float: none !important;
    margin-top: 10px;
    padding: 6px 12px 8px 40px !important;
}
#share-links { width:265px !important;}
.getShortlink {
    margin-top: 6px;
    width: 95% !important;
}
.elgg-module.orange-module.kme-module.elgg-module-aside .elgg-body {
    width: 267px; float: none;
}
.elgg-module.elgg-module-aside .elgg-body {
    width: 267px !important; float: none;
}


.elgg-layout.elgg-layout-one-sidebar.clearfix .elgg-gallery .event{ width:46% !important; margin-bottom:10px !important;}
.elgg-layout.elgg-layout-one-sidebar.clearfix .elgg-body {float:none;}
/*causes page*/
.elgg-heading-main {
    float: left;
    margin-right: 10px;
    max-width: 530px;
}
.elgg-menu-title {
    float: none;
}
.elgg-image-block .elgg-image {
    float: none;
    margin-right: 0px;
}
.groups-profile-fields.elgg-body { 
    display: block;
    float: none !important;
    overflow: hidden;
    width: 275px !important;}
.elgg-page-default .elgg-page-header > .elgg-inner {
    background: transparent no-repeat scroll right top;
    height: 75px;
}
.elgg-search{ display:none;}
.elgg-page-default {

	min-width: auto !important;

}



.elgg-page-default .elgg-page-header > .elgg-inner {

	width: 100%;

	margin: 0 auto;

	height: 90px;

}

.elgg-page-default .elgg-page-body > .elgg-inner {

	width:100%;

	margin: 0 auto;

}

.elgg-page-default .elgg-page-footer > .elgg-inner {

	width: 100%;

	margin: 0 auto;

	padding: 5px 0;

	border-top: 1px solid #DEDEDE;

}
/* BUTTON CSS */

.elgg-button {             	

	font-family: "Trebuchet MS",Arial,Tahoma,Verdana,sans-serif;

    font-size:18px;

    font-weight:normal;

    padding:3px 12px;

	
	border-radius: 3px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	box-sizing: border-box;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;
    box-shadow: inset 0 0 0 1px #0891a7,2px 2px 0 rgba(0, 0, 0, 0.15)!important;

	-webkit-box-shadow: inset 0 0 0 1px #0891a7,2px 2px 0 rgba(0, 0, 0, 0.15)!important;

	-moz-box-shadow: inset 0 0 0 1px #0891a7,2px 2px 0 rgba(0, 0, 0, 0.15)!important;
    background: #00a6bc none repeat scroll 0 0!important;
    border: 2px solid #00a6bc !important;
    color: #fff;

	text-shadow: 1px 1px 0 rgb(124, 124, 124);
    text-align: center;
	margin: 0 auto;	
}
.groups-widget-viewall {
    padding-right: 0px;
}
#share-links { width:300px !important;}

}

.elgg-layout.elgg-layout-one-sidebar.clearfix ul.elgg-menu-entity{
	margin-left:0px;
	margin-right:25px;
}

.elgg-module-info .elgg-head{width: 95%;border-bottom:0!important;}

form.elgg-form-galliMassmail-event-confirmation fieldset{width: 96%;}/* ***************************************
	MISC
*************************************** */
#login-dropdown {
	position: absolute;
	top:10px;
	right:0;
	z-index: 100;
}

/* ***************************************
	AVATAR UPLOADING & CROPPING
*************************************** */

#current-user-avatar {
	border-right:1px solid #ccc;
}
#avatar-croppingtool {
	border-top: 1px solid #ccc;
}
#user-avatar-cropper {
	float: left;
}
#user-avatar-preview {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 100px;
}

/* ***************************************
	FRIENDS COLLECTIONS
*************************************** */

#friends_collections_accordian li {
	color: #666;
}
#friends_collections_accordian li h2 {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	background: none repeat scroll 0 0 #4690D6;
	color: white;
	cursor: pointer;
	font-size: 1.2em;
	margin: 10px 0;
	padding: 4px 2px 4px 6px;
}
#friends_collections_accordian li h2:hover {
	background-color: #333;
}
#friends_collections_accordian .friends_collections_controls {
	float: right;
	font-size: 70%;
}
#friends_collections_accordian .friends-picker-main-wrapper {
	background: none repeat scroll 0 0 white;
	display: none;
	padding: 0;
}

.clearfloat { 
	clear: both;
}

.hidden {
	display: none;
}

.centered {
	margin: 0 auto;
}

.center {
	text-align: center;
}

.float {
	float: left;
}

.float-alt {
	float: right;
}

.link {
	cursor: pointer;
}

.elgg-discover .elgg-discoverable {
	display: none;
}

.elgg-discover:hover .elgg-discoverable {
	display: block;
}

.elgg-transition:hover {
	opacity: .7;
}

/* ***************************************
	BORDERS AND SEPARATORS
*************************************** */
.elgg-border-plain {
	border: 1px solid #eeeeee;
}
.elgg-border-transition {
	border: 1px solid #eeeeee;
}
.elgg-divide-top {
	border-top: 1px solid #CCCCCC;
}
.elgg-divide-bottom {
	border-bottom: 1px solid #CCCCCC;
}
.elgg-divide-left {
	border-left: 1px solid #CCCCCC;
}
.elgg-divide-right {
	border-right: 1px solid #CCCCCC;
}

/* ***************************************
	Spacing (from OOCSS)
*************************************** */
/* Padding */
.pan{padding:0}
.prn, .phn{padding-right:0}
.pln, .phn{padding-left:0}
.ptn, .pvn{padding-top:0}
.pbn, .pvn{padding-bottom:0}

.pas{padding:5px}
.prs, .phs{padding-right:5px}
.pls, .phs{padding-left:5px}
.pts, .pvs{padding-top:5px}
.pbs, .pvs{padding-bottom:5px}

.pam{padding:10px}
.prm, .phm{padding-right:10px}
.plm, .phm{padding-left:10px}
.ptm, .pvm{padding-top:10px}
.pbm, .pvm{padding-bottom:10px}

.pal{padding:20px}
.prl, .phl{padding-right:20px}
.pll, .phl{padding-left:20px}
.ptl, .pvl{padding-top:20px}
.pbl, .pvl{padding-bottom:20px}

/* Margin */
.man{margin:0}
.mrn, .mhn{margin-right:0}
.mln, .mhn{margin-left:0}
.mtn, .mvn{margin-top:0}
.mbn, .mvn{margin-bottom:0}

.mas{margin:5px}
.mrs, .mhs{margin-right:5px}
.mls, .mhs{margin-left:5px}
.mts, .mvs{margin-top:5px}
.mbs, .mvs{margin-bottom:5px}

.mam{margin:10px}
.mrm, .mhm{margin-right:10px}
.mlm, .mhm{margin-left:10px}
.mtm, .mvm{margin-top:10px}
.mbm, .mvm{margin-bottom:10px}

.mal{margin:20px}
.mrl, .mhl{margin-right:20px}
.mll, .mhl{margin-left:20px}
.mtl, .mvl{margin-top:20px}
.mbl, .mvl{margin-bottom:20px}/* ***************************************
	Profile
*************************************** */
.profile {
	float: left;
	margin-bottom: 15px;
}
.profile .elgg-inner {
	margin: 0 5px;
	border: 2px solid #eee;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#profile-details {
	padding: 15px;
}
/*** ownerblock ***/
#profile-owner-block {
	width: 200px;
	float: left;
	background-color: #eee;
	padding: 15px;
}
#profile-owner-block .large {
	margin-bottom: 10px;
}
#profile-owner-block a.elgg-button-action {
	margin-bottom: 4px;
	display: table;
}
.profile-content-menu a {
	display: block;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	background-color: white;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 8px;
}
.profile-content-menu a:hover {
	background: #0054A7;
	color: white;
	text-decoration: none;
}
.profile-admin-menu {
	display: none;
}
.profile-admin-menu-wrapper a {
	display: block;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	background-color: white;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 8px;
}
.profile-admin-menu-wrapper {
	background-color: white;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.profile-admin-menu-wrapper li a {
	background-color: white;
	color: red;
	margin-bottom: 0;
}
.profile-admin-menu-wrapper a:hover {
	color: black;
}
/*** profile details ***/
#profile-details .odd {
	background-color: #f4f4f4;
	
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	margin: 0 0 7px;
	padding: 2px 4px;
}
#profile-details .even {
	background-color:#f4f4f4;
	
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	margin: 0 0 7px;
	padding: 2px 4px;
}
.profile-aboutme-title {
	background-color:#f4f4f4;
	
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	margin: 0;
	padding: 2px 4px;
}
.profile-aboutme-contents {
	padding: 2px 0 0 3px;
}
.profile-banned-user {
	border: 2px solid red;
	padding: 4px 8px;
	
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.embed-wrapper {
	width: 730px;
	min-height: 400px;
	margin: 20px 15px;
}
.embed-wrapper h2 {
	color: #333333;
	margin-bottom: 10px;
}
.embed-wrapper .elgg-item {
	cursor: pointer;
}

/* ***************************************
	EMBED TABBED PAGE NAVIGATION
*************************************** */
.embed-wrapper .elgg-tabs a:hover {
	color: #666;
}

.embed-wrapper p {
	color: #333;
}
.embed-item {
	padding-left: 5px;
	padding-right: 5px;
}
.embed-item:hover {
	background-color: #eee;
}
.groups-profile > .elgg-image {
	margin-right: 10px;
}
.groups-stats {
	background: #eeeeee;
	padding: 5px;
	margin-top: 10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.groups-profile-fields .odd,
.groups-profile-fields .even {
	background: #f4f4f4;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	padding: 2px 4px;
	margin-bottom: 7px;
}

.groups-profile-fields .elgg-output {
	margin: 0;
}

#groups-tools > li {
	width: 48%;
	min-height: 200px;
	margin-bottom: 40px;
}

#groups-tools > li:nth-child(odd) {
	margin-right: 4%;
}

.groups-widget-viewall {
	float: right;
	font-size: 85%;
}

.groups-latest-reply {
	float: right;
}

.elgg-menu-groups-my-status li a {
	display: block;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	background-color: white;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 8px;
}
.elgg-menu-groups-my-status li a:hover {
	background-color: #0054A7;
	color: white;
	text-decoration: none;
}
.elgg-menu-groups-my-status li.elgg-state-selected > a {
	background-color: #4690D6;
	color: white;
}
//<style>
.add_more {
	cursor:pointer;
}
.invisible_div{
	display:none;
}
.visible_div{
	display:inline;
}
.table_header{
	margin-top:15px;
	height:20px;
	background-color:#01c7c8;
}
.donate_radio{
	float:left; 
	width:10%;
}
.donateradio{
	float:left; 
	
}
.donate_value{
	float:left;
	width:20%;
}
.donate_content{
	float:left; width:70%;
}
.donate_label{
	float:left;
	width:30%;
}
.donate_header	{
	margin-top:30px;
}
h3.konnectwidget{
	padding:15px 0;
}
.cause_sup_np_info {
	border:1px solid #dedede;
	padding:3px;
	margin:15px 0;
}	/* TinyMCE */
.elgg-page .mceEditor table.mceLayout {
	border: 1px solid #CCC;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.elgg-page table.mceLayout tr.mceFirst td.mceToolbar,
.elgg-page table.mceLayout tr.mceLast td.mceStatusbar {
	border-width: 0px;
}
.mceButton {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.mceLast .mceStatusbar {
	padding-left: 5px;
}
.file-photo {
	text-align: center;
	margin-bottom: 15px;
}
.file-gallery-item {
	text-align: center;
	width: 165px;
}

#notificationstable td.namefield {
	width:250px;
	text-align: left;
	vertical-align: middle;
}
#notificationstable td.namefield p {
	margin:0;
	vertical-align: middle;
	line-height: 1.1em;
	padding:5px 0 5px 0;
}
#notificationstable td.namefield p.namefieldlink {
	margin:5px 0 0 0;
}
#notificationstable td.namefield a img {
	float:left;
	width:25px;
	height:25px; 
	margin:5px 10px 5px 5px;
}
#notificationstable td.emailtogglefield,
#notificationstable td.smstogglefield {
	width:50px;
	text-align: center;
	vertical-align: middle;
}
#notificationstable td.spacercolumn {
	width:30px;
}
#notificationstable td {
	border-bottom: 1px solid silver;
}
#notificationstable td.emailtogglefield input {
	margin-right:36px;
	margin-top:5px;
}
#notificationstable td.emailtogglefield a {
	width:46px;
	height:24px;
	cursor: pointer;
	display: block;
	outline: none;
}
#notificationstable td.sitetogglefield {
	width:50px;
	text-align: center;
	vertical-align: middle;
}
#notificationstable td.sitetogglefield input {
	margin-right:36px;
	margin-top:5px;
}
#notificationstable td.sitetogglefield a {
	width:46px;
	height:24px;
	cursor: pointer;
	display: block;
	outline: none;
}
#notificationstable td.emailtogglefield a.emailtoggleOff {
	background: url(http://KonnectMe.org/mod/notifications/graphics/icon_notifications_email.gif) no-repeat right 2px;
}
#notificationstable td.emailtogglefield a.emailtoggleOn {
	background: url(http://KonnectMe.org/mod/notifications/graphics/icon_notifications_email.gif) no-repeat right -36px;
}
#notificationstable td.sitetogglefield a.sitetoggleOff {
	background: url(http://KonnectMe.org/mod/notifications/graphics/icon_notifications_site.gif) no-repeat right 2px;
}
#notificationstable td.sitetogglefield a.sitetoggleOn {
	background: url(http://KonnectMe.org/mod/notifications/graphics/icon_notifications_site.gif) no-repeat right -37px;
}
.notification_friends,
.notification_personal,
.notifications_per_user {
	margin-bottom: 25px;
}




.categories li label {
	font-size: 100%;
	line-height: 1.2em;
}
//<style>
.div_header {
	padding: 5px;
	font-weight: bold;
	background: #E4E4E4;
}
.div_header_small{
	float:left;
	width:10%;
	text-align:left
}
.div_content_small{
	float:left;
	width:10%;
	text-align:left
}
.div_header_medium{
	float:left;
	width:15%;
	text-align:left
}
.div_content_medium{
	float:left;
	width:15%;
	text-align:left
}
.div_header_large{
	float:left;
	width:25%;
}
.div_content_large{
	float:left;
	width:25%;
}
.form_select{
	width:150px;
}
.undisply{
	display:none;
}
.event{
	width:186px;
	height:300px;
	padding: 5px; background: #FFF; 
	border: 1px solid #cccccc; 
	-moz-border-radius: 7px;-webkit-border-radius: 7px; 
	 
	 box-shadow: 2px 2px 2px #cccccc;
	 margin-bottom:10px; 
	 margin-left:10px;
}	
.div_left{
	float:left;
	width:50px;
	border-right:dotted 1px;
	border-right-color:#CCC;	
}
.div_right{
	margin-left:5px;
	float:left;
	width:60%;
	
}
.clear{
	clear:both;
}
.event img{
	padding:1px;
}	
table.highlighted {
	border-collapse: collapse;
	margin: 10px 0;
}
.highlighted td {
	border: 1px solid #CCC;
	border-top: none;
	padding: 3px 5px;
	text-align: center;
	vertical-align: middle;
}
.highlighted tr.tableheader td {
	border: 1px solid #C04948;
	background: #FFC;
}
.konnectorstable td:first-child {
	text-align: left;
}
.noul ul,.noul li{
	display:none;
}	
.ticket_header{
	cursor:pointer;
}
.ticket_closed{
	color:#F00;
}
.error_msg{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#F00;
}
.event_form_delete{
	cursor:pointer;
	float:right;
}
.ticke_0 {
	display:block;
}
.event_open{
	display:block;
}
.event_terms {
	height: 100px;
	overflow: auto;
	text-align: justify;
	padding: 15px;
	margin: 15px 0;
	border: 1px solid #dedede;
}
.event_agree{
	margin-top:10px;
	height:10px;
	text-align:justify;
	padding-bottom:15px;
}
.event_terms_class label{
	font-weight:bold;
}
.event_ticket_purchase_module .elgg-list , .event_ticket_purchase_module  .elgg-list > li , #event_ticket ul, #event_ticket ul li{
	border:none;
}	
.event_ticket_purchase_module {
	border-color:#dedede;
}
.event_ticket_purchase_module label{
	font-weight:bold;
}
.event_field_half_width {
	width:45%;
	padding:0 15px 0 0;
	float:left;
}	
.event_guest_kme_features {
	color: #3E3E3E;
	font-size: 13px;
	padding: 0px 20px;
	text-shadow: none;
}
.event_guest_kme_features li {
	padding: 0px 25px;
	background: url(http://KonnectMe.org/mod/kme/img/arrow.png) no-repeat bottom left;
	margin: 10px 20px 5px;
	font-size: 13px;
}
/**********************************
Search plugin
***********************************/
.elgg-search-header {
	bottom: 5px;
	height: 23px;
	position: absolute;
	right: 0;
}
.elgg-search input[type=text] {
	width: 230px;
}
.elgg-search input[type=submit] {
	display: none;
}
.elgg-search input[type=text] {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	border: 1px solid #71b9f7;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 4px 2px 26px;
	background: transparent url(http://KonnectMe.org/_graphics/elgg_sprites.png) no-repeat 2px -934px;
}
.elgg-search input[type=text]:focus, .elgg-search input[type=text]:active {
	background-color: white;
	background-position: 2px -916px;
	border: 1px solid white;
	color: #0054A7;
}

.search-list li {
	padding: 5px 0 0;
}
.search-heading-category {
	margin-top: 20px;
	color: #666666;
}

.search-highlight {
	background-color: #bbdaf7;
}
.search-highlight-color1 {
	background-color: #bbdaf7;
}
.search-highlight-color2 {
	background-color: #A0FFFF;
}
.search-highlight-color3 {
	background-color: #FDFFC3;
}
.search-highlight-color4 {
	background-color: #ccc;
}
.search-highlight-color5 {
	background-color: #4690d6;
}

.hitcount {
    color: #cccccc;
    white-space: nowrap;
}

.faqedit {
    margin: 2px 2px 0 4px;
    cursor: pointer;
    width:14px;
    height:14px;
    background: url("http://KonnectMe.org/mod/faq/_graphics/edit.png") no-repeat 0 0;
}

.answer {
    display: none;
    border-left:1px solid #cccccc;
    border-top:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 5px;
}

.askedQuestion {
    border-bottom: solid 1px;
    border-color: #cccccc;
}

.askedLink {
    text-align: left;
    width:100%;
}

.askedSince {
    text-align: right;
    white-space: nowrap;
    color: grey;
}

.askedAnswer {
    display:none;
    margin: 10px 0 10px 0;
    padding: 3px;
}

/* category list */
.listEditBegin {

}

.listEditOptions {
    display: none;
}

.faqSelect {
    display:none;
}

.faqCategorySidebar a {
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: white;
    margin: 3px 0 5px 0;
    padding: 2px 4px 2px 8px;
}

.faqCategorySidebar a:hover {
    background: #0054A7;
    color: white;
    text-decoration: none;
}
p {

	margin-bottom: 5px;

}

a {

	color: #0054A7;

}



a:hover,a.selected { 
	color: #0054A7;

}

h1, h2, h3, h4, h5, h6 {

	font-weight: normal;

	color: #000;

}

.elgg-inner::after, .elgg-page-footer::after, .elgg-foot::after, .elgg-page-header:after, .elgg-body::after, .elgg-col-last::after {

	content: "";

	display: none;

}

body {

background: url(http://KonnectMe.org/mod/kme/img/body_bg_default.jpg)  no-repeat top center;

background-size: cover;

font-family:"Montserrat",sans-serif;

font-weight: 200;

font-size: 14px;



}

.elgg-page-default {

min-width: 998px;	

background: url(http://KonnectMe.org/mod/kme/img/body_bg_default.jpg)  no-repeat top center;

background-size: cover;

}

.elgg-page-header {

	position: relative;

	background: #212121 url(http://KonnectMe.org/mod/kme/img/hbg_2.jpg) repeat-x;	

	height: 142px;

	max-height:142px;

	z-index:1;

	border-bottom: 1px #000404 solid;

	-moz-box-shadow: 0 1px 0 rgba(247, 246, 242, 0.1);

	-webkit-box-shadow: 0 1px 0 rgba(247, 246, 242, 0.1);

	box-shadow:  0 1px 0 rgba(247, 246, 242, 0.1);	

	text-shadow: none;

}

.elgg-heading-site {

	float:left;

	max-height:95px;

	margin-top: 10px;

}	

.top-donate {

	margin: 12px 0 0 185px;

}	

.elgg-layout-one-sidebar > .elgg-body {

	min-width:602px;

}

.index_header {

	background: #212121 url(http://KonnectMe.org/mod/kme/img/hbg.jpg) repeat-x;	

	height: 100px;

	max-height:100px;

}

.kme_index{

	background: transparent url(http://KonnectMe.org/mod/kme/img/index-bg.png) repeat-x;

	margin-top: 0px;

}	

.elgg-page-default .elgg-page-header > .elgg-inner {

	background: transparent url(http://KonnectMe.org/mod/kme/img/search.jpg) no-repeat top right;	

	height: 75px;

}

.elgg-page-default .elgg-page-header > .elgg-inner h2 {

	max-width:200px;

	float:left;

}

.elgg-page-subheader {

	height: 28px;

	z-index: 800;	

	padding:5px 0;

	background: #212121 url(http://KonnectMe.org/mod/kme/img/texture.png) repeat-x;	

}

.elgg-page-subheader > .elgg-inner  {

	margin:0 auto;

	width:990px;

}

.elgg-page-subheader h3{

	padding:5px 0;

}

.topsearch {

	width: 242px;

	margin: 0 5px 0 10px;

	padding: 4px;

}

.elgg-page-topbar  {

	background: #A89F38;

	position: relative;

	height: 24px;

	z-index: 800;

	border-bottom: none;

	-moz-box-shadow: none;

	-webkit-box-shadow: none;

	box-shadow: none;

	padding: 5px 0 0 0;

}

.elgg-page-topbar > .elgg-inner  {

	padding:0px 7px;

	min-height:9px;

	margin:0 auto;

	width:990px;

}

.elgg-page-default .elgg-page-sub-footer {

	background: #212121 url(http://KonnectMe.org/mod/kme/img/subfooter-bg.png) repeat-x;

	position: relative;

	border-bottom: 1px #000404 solid;

	-moz-box-shadow: 0 1px 0 rgba(247, 246, 242, 0.1);

	-webkit-box-shadow: 0 1px 0 rgba(247, 246, 242, 0.1);

	box-shadow:  0 1px 0 rgba(247, 246, 242, 0.1);	



	text-align: left;

	color: #AFB8B7;

	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);	

}

.elgg-page-default .elgg-page-footer {

	background: #1c1c1c url(http://KonnectMe.org/mod/kme/img/texture.png) repeat;

	position: relative;

	height: 40px;

	border-top: 1px solid #484747;

	text-align: left;

	color: #AFB8B7;

	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);	

}

.elgg-page-default .elgg-page-sub-footer  > .elgg-inner {

	max-width:990px;

	width:990px;

	margin: 0 auto;

	padding: 20px 0 0 0;	

}

.elgg-page-default .elgg-page-footer > .elgg-inner {

	border-top: 0px solid #DEDEDE;

}

.elgg-page-default .elgg-page-sub-footer h3{

	color:#727272;

}

.subfooter-firstrow{

	border-bottom: 1px #000404 solid;

	-moz-box-shadow: 0 1px 0 rgba(247, 246, 242, 0.1);

	-webkit-box-shadow: 0 1px 0 rgba(247, 246, 242, 0.1);

	box-shadow:  0 1px 0 rgba(247, 246, 242, 0.1);

	overflow:hidden;

	padding:3px 0 15px 0;

}

.whiteanchor a,.whiteanchor a:hover {

	color:#CCC;

}	

.subfooter-firstrow p{

	padding:0 10px 0 90px;

	background: transparent url(http://KonnectMe.org/mod/kme/img/icon.png) no-repeat;

	margin-top: 10px;

}

.subfooter-firstrow iframe{

	margin-top:-10px;

	z-index:100;

}

.subfooter-firstrow .socialfollow{

	z-index:600;

	margin: -46px 0 0px;

	background: #212121 url(http://KonnectMe.org/mod/kme/img/subfooter-bg.png) repeat-x center center;

	position: absolute;

	padding: 10px 0 0 11px;

	

	border-top: 1px #000404 solid;

	-moz-box-shadow: 1px 0px 0 rgba(247, 246, 242, 0.1);

	-webkit-box-shadow: 1px 0px 0 rgba(247, 246, 242, 0.1);

	box-shadow: 1px 0px 0 rgba(0, 0, 0, 0.1);

}	

.socialfollow img{

	margin: -5px 0 0 2px;

}	

.subfooter-secondrow {

	padding:10px 0 15px 0;

	overflow:auto;

}	

.subfooter-secondrow ul{

	margin:5px 0 0 10px;

}	

.elgg-menu-topbar > li > a {

	text-shadow: none;

}

.elgg-layout-one-sidebar {

	background: transparent;

}

.elgg-module-aside, .elgg-module-info, .contentWrapper, .elgg-module-featured, .elgg-layout-two-sidebar .elgg-main	{

	padding: 10px;

	background: #fff;	

	border:none;

	

	border-radius: 3px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

		

	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 white;

	-moz-box-shadow: 0 1px 8px rgba(0,0,0,0.05), 0 0 1px rgba(0,0,0,0.1), 0 1px 0 rgba(0,0,0,0.1), inset 0 1px 0 #fff;

	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 white;

}

.elgg-module-featured {

	padding: 8px;

}	

.elgg-image-block{

	margin:1px 0;

}

.contentWrapper {

	margin-bottom:20px;
	display: inherit;

}	

.elgg-module-aside .elgg-head,.elgg-module-info .elgg-head,.elgg-module-featured .elgg-head{

	color: #323232;

	border-radius: 0px;	

	background : none;

	border-bottom: 1px solid #BEBEBE;

	padding: 0px 0 8px 5px;

	margin: 0 0 10px 0px;	

}

.elgg-module-featured > .elgg-head * {

	color: #323232;

}

.elgg-module-featured > .elgg-body {

	padding: 0px;

}

.elgg-menu-owner-block li a, .elgg-menu-page li a {

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

}

.elgg-list-river, .elgg-list ,.elgg-list-river > li, .elgg-list > li {

	margin-top: 5px;

}	

.elgg-sidebar {

	padding: 1px;

	width: 315px;

	margin: 52px 0 0 10px;

}

.elgg-layout-one-sidebar > .elgg-body {

	margin: 0px 0;

}

.elgg-subtext {

	font-style: normal;

}

.elgg-menu-page, .elgg-menu-owner-block {

	margin:0px;

	padding: 2px;

	background: none;

	border:none;

	color: #aaaaaa;

	text-shadow: 2px 2px 0 black;

	border-radius: 0px;

}

.elgg-menu-owner-block {

	border-top: 1px solid #BEBEBE;

}

.elgg-menu-page a, .elgg-menu-owner-block li a {

	display: block;

	border-radius: 0px;



	background: transparent;

	border: 0px solid transparent;

	color: #3a3a3a;

	text-shadow: 2px 2px 0 rgba(39, 3, 3, 0.15);



	margin: 0 0 3px;

	padding: 3px 4px 3px 8px;

}

.elgg-menu-page a:hover ,.elgg-menu-owner-block li a:hover, .elgg-menu-page li.elgg-state-selected > a ,.elgg-menu-owner-block li.elgg-state-selected > a{

	background: #a89f38;

	color: #fff;

	text-shadow: none;	

}

.elgg-layout-one-sidebar > .elgg-body {

    margin: 0px 0;

}

.elgg-sidebar-alt {

	width: 220px;

	margin-right:5px;

}

.elgg-layout-two-sidebar {

	background :none;

}

.elgg-layout-two-sidebar .elgg-sidebar {

	width: 220px;

	margin-left:15px;

}

.elgg-layout-two-sidebar .elgg-main	 {

	margin:20px 0;

}	

/************ FORMS AND BUTTONS ************/

label {

	font-weight: normal;

	font-size: 100%;

}

input, textarea, select {

	border: 1px solid #D8DDE3;

	background: #F5F5F7;

	font: 100% "Trebuchet MS",Arial,Tahoma,Verdana,sans-serif;

	padding: 4px;



	box-shadow: inset 1px 1px 3px 0 rgba(235, 232, 232, 0.75);

	-webkit-box-shadow: inset 1px 1px 3px 0 rgba(235, 232, 232, 0.75);

	-moz-box-shadow: inset 1px 1px 3px 0 rgba(235,232,232,0.75);



	border-radius: 3px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	width:100%;

}

.elgg-button {             	

	font-family: "Trebuchet MS",Arial,Tahoma,Verdana,sans-serif;

    font-size:18px;

    font-weight:normal;

    padding:3px 12px;

	

	border-radius: 3px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;



	box-sizing: border-box;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	

	box-shadow: inset 0 0 0 1px #1a88a4,2px 2px 0 rgba(0, 0, 0, 0.15);

	-webkit-box-shadow: inset 0 0 0 1px #1a88a4,2px 2px 0 rgba(0, 0, 0, 0.15);

	-moz-box-shadow: inset 0 0 0 1px #1a88a4,2px 2px 0 rgba(0, 0, 0, 0.15);



	background: #1a88a4;

	border: 2px solid #1a88a4;

	color: #fff;

	text-shadow: 1px 1px 0 rgb(124, 124, 124);

	

	text-align: center;

	margin: 0 auto;	

	

}

.elgg-button:hover {

	text-decoration: none;

		

	box-shadow: inset 0 0 0 1px #DBCB11,2px 2px 0 rgba(0, 0, 0, 0.15);

	-webkit-box-shadow: inset 0 0 0 1px #DBCB11,2px 2px 0 rgba(0, 0, 0, 0.15);

	-moz-box-shadow: inset 0 0 0 1px #DBCB11,2px 2px 0 rgba(0, 0, 0, 0.15);



	background: #B3A50B;

	border: 2px solid #B3A50B;

	color: ##571816;

	text-shadow: none;	

}

.elgg-button-delete {

	text-align: center;

	box-shadow: inset 0 0 0 1px #a5a5a5,2px 2px 0 rgba(0, 0, 0, 0.15);

	-webkit-box-shadow: inset 0 0 0 1px #a5a5a5,2px 2px 0 rgba(0, 0, 0, 0.15);

	-moz-box-shadow: inset 0 0 0 1px #a5a5a5,3px 3px 0 rgba(0, 0, 0, 0.15);



	background: #737373;

	border: 2px solid #737373;

	color: #323232;

	text-shadow: none;	

}

.elgg-button-delete:hover {

	background: #656565;

}

.elgg-button-action {

	text-shadow: none;

}

/****** GROUPS *********/

#groups-tools > li {

	width: 49%;

	min-height: 10px;

	margin-bottom: 0px;

}

#groups-tools > li:nth-child(odd) {

	margin-right: 12px;

	float:left;

}

.groups-tools {

	positon:relative;

}	

.groups-profile-fields .odd, .groups-profile-fields .even {

	background: #ECEBEB;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;

}

/********* SYSTEM MESSAGE  Twitter bootstrap ********************/



.elgg-system-messages {

	position: absolute; 

	top: 0px; 

	left: 0px; 

	right: 0px;

	padding: 0;

	max-width: none;

}

.elgg-system-messages li {

	margin: 0px;

}

.elgg-message {

	font-weight: normal;

	text-shadow:none;

	display: block;

	padding: 20px;

	margin-bottom: 10px;

	cursor: pointer;

	opacity: 1;



	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);

	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);

	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);



	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

	border-radius: 0px;

}

.elgg-state-success {

	background-color: rgb(0, 162, 97);

}

.elgg-system-messages li p {

	text-align: center;

}

.elgg-ajax-loader {

	background: white url(http://KonnectMe.org/mod/kme/img/ajax_loader_bw.gif) no-repeat center center;

	min-height: 31px;

	min-width: 31px;

}

/************ HOME PAGE ************/

.home-intro-text {

	min-width:100px;

	width: 385px;

	padding: 20px 0 0 5px;

}

.home-intro-video {

	padding:25px 0 2px;

	background : url("http://KonnectMe.org/mod/kme/img/video_shadow.png") no-repeat bottom left;	

}



/***** LOGIN FORM ********/

.elgg-module-dropdown {

	z-index:9999;

	background-color: #323232;

	border: 5px solid #555050;

	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

	border-radius: 0px;

}	

.elgg-module-dropdown label, .elgg-module-dropdown  .elgg-menu-general > li, .elgg-module-dropdown .elgg-menu-general > li > a {

	color: white;

	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);	

}

.elgg-menu-item-login a{

	padding: 0px 10px 6px;



	background: #323232;

	border: 1px solid #161616;



	border-radius: 3px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;



}	

/************* COUNTER *********/

.counter_wrapper{

	width: 98%;

	float: left;

	padding: 2px 5px;

	margin-bottom:5px;

	min-width: 200px;

}	

.time_counter{

	margin:0 auto;

	width:230px;

}	

.cntSeparator {

    margin: 10px 6px;

    color: #000;

}

.countersec { margin: 7px 3px; }

.countersec ul {

	display: block;

	float: left;

	list-style: none;

	padding: 0px 0px 3px 0px;

	font-size:12px;

}	

.countersec ul li {

	display: list-item;

	text-align: -webkit-match-parent;

	float:left;

}	

.countersec ul li.days {

	padding: 0px 0 0 5px;

}	

.countersec ul li.hours {

	padding: 0px 0px 0px 34px;

}	

.countersec ul li.minutes {

	padding: 0px 0px 0px 20px;

}	

.countersec ul li.seconds {

	padding: 0px 0px 0px 14px;

}

/****************Widgets**********************/

.elgg-module-widget {

	background-color: white;

	border-radius: 3px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;	

	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 white;

	-moz-box-shadow: 0 1px 8px rgba(0,0,0,0.05), 0 0 1px rgba(0,0,0,0.1), 0 1px 0 rgba(0,0,0,0.1), inset 0 1px 0 #fff;

	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 white;	

}

.elgg-module-widget > .elgg-head {

	background-color: white;

	height: 30px;

}

.elgg-module-widget > .elgg-body {

	background-color: transparent;

	border-top: 1px solid #bebebe;	

	color: #444E51;

}

.elgg-module-widget > .elgg-head h3 {

	float: left;

	padding: 6px 45px 0px 20px;

	color: #444E51;

}

.elgg-module-widget:hover {

	background-color: white;

}

/*********** PROFILE **************/

.profile .elgg-inner {

	background-color: white;

	border-radius: 3px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;	

	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 white;

	-moz-box-shadow: 0 1px 8px rgba(0,0,0,0.05), 0 0 1px rgba(0,0,0,0.1), 0 1px 0 rgba(0,0,0,0.1), inset 0 1px 0 #fff;

	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 white;	

	border:none;

}

/********** events and causes gallery **********/

.event {

	border:0px;

	border-radius: 3px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	height:auto;

	float:left;

	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 white;

	-moz-box-shadow: 0 1px 8px rgba(0,0,0,0.05), 0 0 1px rgba(0,0,0,0.1), 0 1px 0 rgba(0,0,0,0.1), inset 0 1px 0 #fff;

	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 white;	

	margin:0 5px 10px 5px;

	width:192px;

	background:#fff;

}

.event_icon {

	width: 190px;

	height: 160px;

	min-width:190px;

	min-height:160px;

	background: white url(http://KonnectMe.org/mod/kme/img/ajax_loader_bw.gif) no-repeat center 5px;

	border: 1px solid #DEDEDE;

}	

.event img {

	padding: 5px;

	display: table-cell;

	vertical-align: middle;

	margin: 0 auto;

}

.eventwidgetdesc{

	text-overflow: ellipsis;

	height:60px;

	overflow: hidden;

}	

.div_booter {

	border-top: dotted 0px;

}

.elgg-gallery {

	padding: 0;

}

/************* CAUSES ****************/

.fund-percentage{

	font-weight: bold;	

}

.fundstatus {

	border-top:1px solid #dedede;

	border-bottom:1px solid #dedede;	

	overflow:auto;

}

.fundraised {

	border-right:1px solid #dedede;

	max-width:48%;

}	

.fundraised span,.fundremaining span{

	font-size: 16px;

	font-weight: bold;

}

.fundremaining{

	text-align: right;

}

#konnectordiv .elgg-input-dropdown{

	width:100%;

}

/**** HOME PAGE *******/

.kme_index_intro {

	overflow:auto;

	width:990px;

}	

.kme_index_featured {

	margin :40px 0 0px;

	overflow:auto;

}	

.kme_index_featured  .elgg-module-aside .elgg-body{

	max-height: 279px;

	overflow:auto;

}	

.kme_index_tagbar,.index_empty_list {

	height:50px;

	margin: 0px 5px 20px;

	width: 985px;

	background: #fff;		

	border-radius: 3px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

		

	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 white;

	-moz-box-shadow: 0 1px 8px rgba(0,0,0,0.05), 0 0 1px rgba(0,0,0,0.1), 0 1px 0 rgba(0,0,0,0.1), inset 0 1px 0 #fff;

	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 white;	

}	

.kme_index_tagbar h3 {

	padding: 15px 20px 5px;

}	

.kme_index_featured .elgg-col-2of3 {

	margin-right:20px;

	width:638px;

}	

.index_empty_list {

	width:610px;

	padding: 15px 0px 0px 10px;

}

.callbutton {

	margin:10px 20px 0 0;

}	

.kme_index_third {

	overflow:auto;

}

.oneofthree {

	width: 320px;

	margin: 0 7px 10px 5px;

}	

.threeofthree {

	margin-right:0px;

}	

.kme_index_third .elgg-module-aside {

	padding:6px;

}	

.index_welcomer {

	padding:20px 0;

}	

h3.welcome {

	color:#fff;

	font-size: 29px;

}	

h3.raised_caption{

	color:#fff;

	font-size: 25px;

	/*float:left;*/

}

#counter {

	/*margin-top: -35px;

	padding-left: 130px;

	float: right;*/

}

.kme_features {

	color:#fff;

	font-size: 13px;

	padding:20px 0;

	text-shadow:none;

}	

.kme_features li{

	padding:0px 25px;

	background: url(http://KonnectMe.org/mod/kme/img/arrow.png) no-repeat bottom left;

	margin:15px 0 5px;

	font-size:13px;

}	

/****** SEARCH ********/

.elgg-search-header {

	top: 8px;

}

.elgg-search input[type="text"], .elgg-search input[type="text"]:focus  {

	border: none;

	padding: 6px 4px 5px 9px;

	background: transparent;

	color:#8F8F8F;

}

.elgg-search input[type="text"] {

	width: 165px;

	margin-right: 48px;

	box-shadow: none;

	-webkit-box-shadow:  none;

	-moz-box-shadow: none;

}

/****** RIGHT MENU *******/

.elgg-menu-righttop-default {

	position: relative;

	bottom: 0px;

	left: 0;

	height: 23px;

	margin-top: 65px;

}

.elgg-menu-righttop {

	z-index: 1;

}

.elgg-menu-righttop-default > li {

	float: left;

	margin-right: 1px;

	margin-left: 5px;

}

.elgg-menu-righttop-default > li > a {

	color: #FCFCFC;

	display: block;

	margin: 0px;

	text-decoration: none;

	height: 24px;

	line-height: 26px;

	font-weight: normal;

	padding: 3px 10px;

}

.elgg-menu-righttop-default > .elgg-state-selected > a, .elgg-menu-righttop-default > li:hover > a {

	background: #505050 url(http://KonnectMe.org/mod/kme/img/texture.png) repeat;

	color: #fff;

	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);

	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);

	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);

	

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;		

	text-shadow:none;

}

/****TOPBAR MORE MENU***/

.elgg-menu-site-default {

	position: absolute;

	top: 0px;

}

.elgg-menu-site > li > a {

	font-weight: normal;

	min-width:150px;

}

.elgg-menu-site-more {

	position: absolute;

	left: 0px;

	min-width: 150px;

	border: 0px;

	border-top: 0;

}

.elgg-menu-site-more > li > a {

	background-color: white;

	color: #555;

}

.elgg-menu-site-more > li > a:hover {

	background: #4690D6;

	color: white;

}

.elgg-menu-site-more > li:last-child > a,

.elgg-menu-site-more > li:last-child > a:hover {

	-webkit-border-radius: 0 0 4px 4px;

	-moz-border-radius: 0 0 4px 4px;

	border-radius: 0 0 4px 4px;

}

.elgg-more > a:before {

	content: "\25BC";

	font-size: smaller;

	margin-right: 4px;

}

.elgg-menu-site-default > .elgg-state-selected > a, .elgg-menu-site-default > li:hover > a {

	-webkit-box-shadow: none;

	-moz-box-shadow: none;

	box-shadow: none;

}

.sociable img {border:0 none;float:none;margin:0;padding:0;}div.sociable {margin:0 0;padding:0px;background:#fff;}

span.sociable_tagline {position:relative;}span.sociable_tagline span {display:none;width:14em;}span.sociable_tagline:hover span {position:absolute;display:block;top:-5em;background:#ffe;border:1px solid #ccc;color:#000;line-height:1.25em;}

.sociable span {display:block;}.sociable ul {display:inline;margin:0 !important ;padding:0 !important ;}.sociable ul li {background:none;display:inline;list-style-type:none;margin:0;padding:1px;}.sociable ul li:before {content:"";}

.getShortlink { margin-top:6px;}

/*** BREADCRUMPS **/

.elgg-breadcrumbs {

	font-size: 100%;

	font-weight: bold;

	line-height: 1.2em;

	color: #FDFDFD;

	top: 118px;

	position: absolute;

	left: 11px;

}

.elgg-breadcrumbs > li {

	text-shadow: none;

}

.elgg-breadcrumbs > li > a, .elgg-breadcrumbs > li > a:hover {

	color: #FAFAFA;

}

/*** tabS **/

.elgg-tabs,.elgg-menu-filter {

	border-bottom: 1px solid #cccccc;

}

.elgg-tabs li, .elgg-menu-filter > li {

	border: 1px solid #ccc;

	-webkit-border-radius: 5px 5px 0 0;

	-moz-border-radius: 5px 5px 0 0;

	border-radius: 5px 5px 0 0;

	border-bottom: 0;

}

.elgg-tabs a,.elgg-menu-filter > li > a {

	padding: 8px 20px 5px 20px;

}

/************** MISC ************/

.elgg-comments,.elgg-comments > form, .elgg-output {

	margin-top: 0px;

}

.mtl, .mvl {

	margin-top: 0px;

}

.logintocomment{

	padding: 5px;

	border: 1px solid #DEDEDE;

	margin-bottom: 10px;

}

.logintocomment a{

	font-weight:bold;

}	

.kmeloginbox {

	width:47%;

}	

.fivepxcurved {

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

}

.fleft {

	float:left;

}

.fright{

	float:right;

}	

.kmeseperator {

	border-top:1px solid #dedede; 

	padding:5px;

	margin:5px 0;

}

.groups-stats {

	max-width: 192px;

	width:192px;

}

.elgg-river-item input[type="text"] {

	width: 77%;

}

.elgg-input-search, .elgg-form-members-tag-search input[type=text],.elgg-form-members-name-search input[type=text]{

	background: transparent url(http://KonnectMe.org/mod/kme/img/search-icon.png) no-repeat left;

	padding-left:25px;

}

input[class=elgg-input-search]:focus {

	border: solid 1px #dedede;

	background: #e4ecf5;

	color:#333;

}

.event_update_form {

	max-height:90px;

}	

.elgg-form-event-join .elgg-head, .elgg-form-causes-donate .elgg-head{

	border:none;

}	

.quickimage {

	margin: 10px;

}

.quicklinks {

	margin-right: 35px;

}	



/* Live validation */

#status {

	font-size:11px;

	margin-left:10px;

}

.green {

	background-color:#CEFFCE;

}

.red {

	background-color:#FFD9D9;

}

.elgg-gallery-fluid > li {

	float: none;

}

.register_pullup {

	margin-top: -30px;

}

a.elgg-button {

	margin-right:20px;

}	



/*** SOCIAL SHARE ***/

.socialShareSidebar {

	float: left;

	margin-left: -57px;

	margin-top: 53px;

}

/* Event page**/



#event-header {

font-family: 'Montserrat', sans-serif;

font-weight: 200;

text-shadow:none;

background-color: rgba(52,53,56,0.5);

display: block;

padding-bottom: 20px;

padding-top: 15px;

margin-top:20px;

}

#event-header .elgg-heading-main{

float:none;

clear:both;

}

#event-title-and-description {

border-right: 1px solid rgba(255,255,255, 0.3);

display: block;

float: left;

height: 90px;

padding-right: 15px;

text-align: right;

width: 460px;

}

#event-title-and-description .part1 {

    float: left;

    margin-top:-14px;

    padding-left: 5px;

    width: 180px;

}

#event-title-and-description .part2 {

    float: right;

    width: 270px;

}



#event-header h2.elgg-heading-main {

color: #46c7e8;

font-size: 34px;

margin-bottom: 5px;

margin-right:0px;

}

#event-header .elgg-event-description {

color: #ccc;

font-size: 16px;

float:right;

}

#date-time-location {

background-color: rgba(0,0,0,0.5);

color: #999999;

display: block;

float: left;

min-height: 80px;



margin-left: 15px;

padding: 0px 8px 30px;

width:280px;



}

#date-time-location .start-date {

width:59px;

float: left;

font-size: 52px;

line-height: 60px;

}

#date-time-location .start-month-and-end-date-wrapper {

width:40px;

float: left;

margin-top: 10px;

padding-left: 6px;

padding-right: 0px;

}

#date-time-location .start-time-and-location-wrapper {

border-left: 1px solid rgba(255,255,255, 0.3);

display: block;

float: left;

padding-left: 8px;

margin-top: 10px;

width:165px;

}

.start-time {

background: url(http://KonnectMe.org/mod/kme/img/event_single_time_bg.png) no-repeat top left;

}

.start-time, .location {

height: 24px;

padding-left: 24px;

}

.location {

background: url(http://KonnectMe.org/mod/kme/img/event_single_location_bg.png) no-repeat 3px 0;

font-style: italic;

}

#sponsor-buttons {

display: block;

float: right;

margin-right: 20px;

}

.sponsor-button {

background: url(http://KonnectMe.org/mod/kme/img/event_single_sponsor_button.png) no-repeat top left;

color: #ccc;

display: block;

height: 32px;

margin-bottom: 10px;

padding: 10px 0 0 47px;

text-transform: capitalize;

width: 132px;

}

.event_full{ line-height:none; text-shadow:none;}

.event_full .elgg-main{ padding:0px;}

.event_full .contentWrapper{-webkit-border-radius:0px;-webkit-box-shadow:0px;border-radius:0px;box-shadow:0px;}

.event_full .elgg-main.elgg-body {

background-color: #f2f2f2;

min-width: auto;

height: 100%;

left: 0;



top: 0;



}

.elgg-main.elgg-body .event-subheader {

background-color: #009999;

color: #fff;

display: block;

font-size: 24px;

margin-bottom: 20px;

margin-top: 15px;

padding: 15px 10px 25px 22px;

}

.elgg-main.elgg-body .event-subheader .events-dashboard {

background: url("http://KonnectMe.org/mod/kme/img/events_dashboard_bg.png") no-repeat scroll 11px 5px #037575;

display: block;

float: right;

padding:6px 12px 8px 40px;

}



.elgg-main.elgg-body .event-subheader .events-dashboard a{

color:#FFF;

}

.event-subheader, .events-dashboard a:hover{

text-decoration:none;

}



.elgg-event-left .event-content{

padding: 0 25px;

}



#event-sponsors h4 {

color: #5da4c2;

display: block;

font-size: 26px;

}

.event_full .elgg-sidebar{  background: none repeat scroll 0 0 #fff;



margin:0px;/*width:358px;*/padding:6px;

}

#share-links { font-family: 'Montserrat', sans-serif;

font-weight: 200;



background-color: #000;

-webkit-border-radius: 0px 30px 30px 0px;

border-radius: 0px 30px 30px 0px;

color: #fff;

display: block;

font-size: 22px;

margin: 30px 0;

padding: 3px 5px 10px 24px;

width: 275px;

}

#share-links a.facebook {

background-image: url(http://KonnectMe.org/mod/kme/img/share_link_facebook.png);

}

#share-links a.twitter {

background-image: url(http://KonnectMe.org/mod/kme/img/share_link_twitter.png);

}

#share-links a.googleplus {

background-image: url(http://KonnectMe.org/mod/kme/img/share_link_googleplus.png);

}

#share-links a.linkedin {

background-image: url(http://KonnectMe.org/mod/kme/img/share_link_linkedin.png);

}

#share-links a.link {

background-image: url(http://KonnectMe.org/mod/kme/img/share_link_link.png);

}

#share-links a {

background-position: top left;

background-repeat: no-repeat;

display: inline-block;

height: 30px;

position: relative;

top: 7px;

width: 30px;}

.hide-text {

background-position: top left;

background-repeat: no-repeat;

background-size: cover;

display: block;

font-size: 0;

text-indent: 100%;

white-space: nowrap;

overflow: hidden;

}





.event_full .elgg-module-aside,

.event_full .elgg-module-info,

.event_full .contentWrapper,

.event_full .elgg-module-featured,

.event_full .elgg-layout-two-sidebar .elgg-main{

border:0px;

border-radius:0px;	

box-shadow:none;

}

.event_full .elgg-module{ margin:0px;}

#register-event.sidebar-link {

background: url(http://KonnectMe.org/mod/kme/img/sidebar_registration_icon.png) no-repeat 15px 11px #a41a1a;

padding-left: 50px;

}



#become-volunteer.sidebar-link {

background: url(http://KonnectMe.org/mod/kme/img/sidebar_volunteer_icon.png) no-repeat 15px 11px #72a41a;

padding-left: 50px;

}



#upcoming-events.sidebar-header {

background-color: #1a88a4;

}



.see-all, .view-all {

font-size: 12px;

position: absolute;

right: 20px;

top: 19px;

}

.elgg-sidebar .sidebar-link, .elgg-sidebar .sidebar-header {

color: #fff;

display: block;

font-size: 22px;

font-weight: 300;

margin-bottom: 20px;

padding: 12px 0 12px 12px;

position: relative;

}

.elgg-menu-extras-default{ display:none;}





#upcoming-events.sidebar-header {

background-color: #1a88a4;

}



.sidebar-event {

display: block;

padding-right: 80px;

}



.sidebar-event-dateblock {

color: #5da4c2;

display: block;

float: left;

margin-bottom: 25px;

margin-right: 20px;

}



.sidebar-event-dateblock .day {

display: block;

font-size: 26px;

text-align: center;

}



.sidebar-event-dateblock .month {

display: block;

font-size: 20px;

text-align: center;

}



.elgg-item .event-title {

color: #000;

font-size: 14px;

padding-top: 4px;

}



.elgg-item .event-description {

color: #848484;

font-size: 14px;

}



#gallery.sidebar-header {

background-color: #a4881a;

margin-bottom: 0;

}



#sidebargallery {

background-color: #dedede;

display: block;

padding: 5px 0 10px 2px;

height:300px;

}



#sidebargallery .description {

color: #000;

margin-left: 15px;

}



#sidebargallery .venue, #sidebargallery .date {

color: #666;

}



#sidebargallery .venue {

margin-left: 15px;

}



#sidebargallery .date {

float: right;

margin-right: 15px;

}



#non-profit-partners.sidebar-header {

background-color: #a4581a;

margin-top: 20px;

}



li.partner {

display: block;

margin-bottom: 20px;

width:250px;

}



li.partner .partner-image {

display: block;

float: left;

margin-right: 10px;

}



li.partner .partner-name.line-one {

padding-top: 5px;

}



.see-all a{

cursor: pointer; 

color:#FFF;

}

.see-all a:hover{



text-decoratoin:underline;

}

li.partner .partner-name.line-one {

  padding-top: 5px;

}

li.partner {

  display: block;

  margin-bottom: 20px;

}

li.partner .partner-image {

  display: block;

  float: left;

  margin-right: 10px;

}

.clear {

  display: block;

  clear: both;

  visibility: hidden;

  line-height: 0;

  height: 0;

}

/*table.highlighted{display:inline;}*/