.clear-fix:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

/* Profile Section - Sidebar */
.box > h4 {
	border-top: solid 1px #bbbbbb;
	background: #eeeeee;
	padding: 3px 8px 4px 8px;
	margin-bottom: 3px;
	font-size: 11px;
}

.box .inside-box {
	padding: 4px 8px 4px 6px;
}

ul.profile-links {
	margin: 0 0 18px 0;
	padding: 2px 0 0 0;
	list-style-type: none;
}

ul.profile-links li {
	border-bottom: solid 1px #dddddd;
}

ul.profile-links li a {
	display: block;
	text-decoration: none;
	padding: 2px 8px 3px 8px;
}

ul.profile-links li a:hover {
	background: #6a0000;
	color: white;
}

/* Profile section */

#block-profile-main {
	padding-left: 220px;
}

#block-profile-column-left {
	width: 220px;
	float: left;
	text-align: center;
}

h2#profile-name {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 1.3em;
}

.profile-navigation {
	border-bottom: 1px solid #999999;
}

.profile-navigation ul {
	list-style: none;
	padding: 0 0 3px 0px;
	margin: 0;
}

.profile-navigation li {
	display: inline;
	padding: 0;
	margin: 0;
}


.profile-navigation li span a {
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	background: #dddddd;
	font-weight: bold;
	border-bottom: solid 1px #999999;
	outline: none;
	border-top: solid 2px #ffffff;
}

.profile-navigation li span a:hover {
	background: #6a0000;
	color: #ffffff;
}

.profile-navigation li.new span a {
	background: #6a0000 !important;
	color: #ffffff;
}


.profile-navigation li.active span a {
	border: solid 1px #999999;
	border-bottom: solid 1px #ffffff;
	background: #ffffff;
	padding-top: 4px;
}

.profile-navigation li.active span a:hover {
	color: #5d5d5d;
}


/* Specific Navigation Overrides */
div#block-profile-friends-navigation {
	clear: both !important;
	border-bottom: 0px !important;
	margin: 20px 0;
}

div#block-profile-friends-navigation ul li span a {
	border-width: 0px !important;
	background-color: white; 
}

div#block-profile-friends-navigation ul li.active span a, div#block-profile-friends-navigation ul li span a:hover {
	background: #6a0000;
	color: white;
}


/* PHOTOS AND ALBUMS */
div.feed-item.photo-album			{ padding-bottom: 7px; height: 130px; }

#block-album-photos-list div.photo		{ float: left; margin: 6px; }
#block-album-photos-list div.photo a		{ display: block; border: solid 1px #dddddd; padding: 5px; width: 150px; height: 120px; }
#block-album-photos-list div.photo a:hover 	{ border: solid 1px #6a0000; }
#block-profile-content div.photo-single		{ text-align: center; min-height: 300px; }
#block-profile-content div.photo-single	img	{ padding: 20px 0 10px 0; }

#block-album-photos-list div.photo div.photo-ctrl { text-align: center; }
#block-album-photos-list div.photo 
div.photo-ctrl a				{ display: inline; border: 0; }

#block-profile-content div.box div.box-content	{ padding-left: 8px; }

#block-album-photos-list div.paging a		{ clear: both; display: block; color: #ffffff; margin: 3px 17px 10px 6px; padding: 2px 0; text-align: center; background: #6a0000; }
#block-album-photos-list div.paging a:hover	{ background: #dddddd; text-decoration: none; color: #6a0000; }

#block-album-photo-add-form 			{ padding: 0 0 15px 6px; } 


/* PHOTO PAGINATION */
div.photo-navigation      { text-align: right; padding-bottom: 10px; padding-right: 25px; }
div.photo-navigation span a       { font-size: 12px; text-decoration: none; padding: 2px 5px 3px 5px; border: solid 1px #BBBBBB; }
div.photo-navigation span a:hover { font-size: 12px; text-decoration: none; padding: 2px 5px 3px 5px; border: solid 1px #BBBBBB; background: #8A0000; color: #ffffff; }


/* Posts */

.wall-post {
	margin-bottom: 5px;
}

.wall-post .posted-by {
	float: left;
	width: 55px;
	text-align: center;
}

.wall-post .post-body {
	padding-left: 55px;
}

#block-wall-post-add {
	margin: 10px 0 15px 0;
	padding: 10px 10px 30px 10px;
	background: #eeeeee;
	position: relative;
}

#block-wall-post-add div.submit input {
	position: absolute;
	right: 15px;
}

textarea.post-box {
	overflow-y: auto;
	width: 98%;
	min-height: 75px;
	max-height: 175px !important;
	margin-bottom: 3px;
	color: #333333;
	font-size: 1.1em;
}

textarea.post-box.default {
	color: #999999;
}

#block-profile-post-add {
	margin: 15px 0px;
}

/* FEED ITEM ACTIONS */
div.feed-item-actions ul, div.__actions ul {
	text-align: right;
	list-style-type: none;
	margin: 3px 0 0 0;
	padding: 0;
	height: 25px;
}

div.feed-item-actions ul li, div.__actions ul li {
	border: solid 1px #cccccc;
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	margin: 0 0 0 7px;
	display: block;
	float: right;
}

div.feed-item-actions ul li a, div.__actions ul li a {
	text-decoration: none;
	border-top: solid 1px #eeeeee;
	background: #dddddd;
	padding: 2px 8px;
	display: block;
}

div.feed-item-actions ul li a:hover, div.__actions ul li a:hover {
	background: #898989;
	color: white;
	border-top: solid 1px #aaaaaa;
}

/* PROFILE INFO */
table.tbl-profile-info, table.tbl-group-info {
	margin: 0 0 15px 0;
}

table.tbl-profile-info td, table.tbl-group-info td {
	vertical-align: top;
	padding: 5px 5px;
}

/* FEED ITEMS LAYOUT */
div.feed-item img {
	position: absolute;
}

div.feed-item {
	min-height: 55px;
}

div.feed-item.video {
	min-height: 90px;
}

div.feed-item.photo-album {
	min-height: 90px;
}


div.feed-item div.feed-item-body {
	padding-left: 65px;
}

div.feed-item div.feed-item.comment.shaded div.feed-item-body {
	padding-left: 42px;
}

div.feed-item.video div.feed-item-body {
	padding-left: 135px;
}

div.feed-item.photo-album div.feed-item-body {
	padding-left: 175px;
}

div.feed-item div.feed-item-body span.content {
	display: block;
	padding-right: 45px;
}

div.feed-item div.feed-item {
	border-bottom: 0;
}

div.feed-item.ad {
	min-height: 150px;
}

div.feed-item.ad div.feed-item-body {
	padding-left: 200px;
}

/* Comments */
textarea.comment-box {
	min-height: 16px;
	width: 97%;
}

div.feed-item.comment {
	padding-left: 8px;
	width: auto;
}

div.feed-item-body div.submit {
	text-align: right;
	padding: 1px 7px 0 0;
}
/* Notification */

.notification {
	margin-bottom: 5px;
}

.notification .posted-by {
	float: left;
	width: 55px;
	text-align: center;
}

.notification .notification-body {
	padding-left: 55px;
}


/******* EDIT PROFILE ************/
div.members.form form {
	margin: 15px 0;
}

div.members.form div.input.text label, div.members.form div.input.password label,
div.members.form div.input.select label, div.members.form div.input.textarea label,
div.members.form div.input.file label, div#block-profile-content label,
div.login.form label, div.videos.form label, 
form.frm-edit-event div.input.date label, form.frm-edit-event div.input.text label,
form.frm-edit-event div.input.textarea label, form.frm-edit-event div.input.select label,
form.frm-edit-event div.input.file label  {
	clear: both;
	display: block;
	padding: 5px 0 0 0;
}

div.radio label, div.radio input {
	clear: none !important;
	float: left;
}

div.members.form div.input.checkbox {
	padding: 10px 0;
}

div.members.form div.input.textarea textarea {
	color: #111111;
	font-size: 1.1em;
	width: 400px;
}
/******* FORMS  ***************/
div.input input {
	border: solid 1px #bbbbbb;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	color: #555555;
	padding: 2px;
}

label {
	color: #333333;
}

select {
	color: #555555;
}

div.input.select div.checkbox {
	padding-top: 8px;
	float: left;
	width: 255px;
}

div.input.checkbox label, div.checkbox label {
	display: inline !important;
}

div.submit {
	clear: both;
}

ul.ui-tokenlist {
	width: 90%;
}

div.input.radio input, div.input.checkbox input {
	border: 0;
}

/******* MESSAGING ***************/
form.frm-compose label, form.frm-reply label {
	display: block;
	padding: 4px 0 0 0;
}

form.frm-compose textarea, form.frm-reply textarea {
	color: #111111;
	font-size: 1.1em;
	width: 500px;
}

/*******  General Messages ************/
 /* =Messages
-----------------------------------------------------------------------------*/
div#flashMessage {
        font-weight: bold;
        margin: 0px 0 15px 0;
        padding: 5px;
}

/*******  General Messages ************/
 /* =Messages
-----------------------------------------------------------------------------*/
div#message {
        font-weight: bold;
        margin: 5px 0 15px 0;
        padding: 0;
}
  div.notice,
  div#message p {
    padding: 2px 5px;
    margin: 0;
  }
  div.error {
    color: #B51F29;
    border: 1px solid #80250F;
    background: #FFEFEF;
    margin-bottom: 5px;
  }
  div.success {
    color: #008000;
    border: 1px solid #008000;
    background: #EFFFEF;
  }
  div.notice, div.message {
        border: solid 1px #ffe27d;
        background: #fff8d9;
        padding: 10px;
        margin: 10px 20px 10px 20px;
  }

  div.error-message {
        padding: 2px;
  }

/* ****** MAIL ******** */
div.feed-item.mail-message {
	background: #ffffff;
	padding-left: 5px;
}

div.feed-item.mail-message.new {
	background: #eeeeec;
}

div.feed-item.mail-message h4 a {
	color: #676767;
}

div.feed-item.mail-message.new h4 a {
	color: #8a0000;
	font-weight: bold;
}

/*******Friends ********/

div.friend {
	width: 57px;
	overflow: hidden;
	float: left;
	min-height: 90px;
	padding-right: 5px;
}



/* AREAS STYLES */
div.blk-areas {
	width: 90%;
	margin: 10px auto;
}

div.blk-areas.states div {
	width: 220px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
}

div.state-feeds h2, div.cd-feeds h2 {
	background: #eeeeee;
	border-top: 1px solid #bbbbbb;
	font-size: 15px;
	padding: 3px 8px 4px 8px;
	font-weight: bold;
}

/* ########### SEARCH ############# */
#block-search {
	width: 95%;
}

#block-search h2 {
	background: #eeeeee;
	border-top: 1px solid #bbbbbb;
	font-size: 15px;
	padding: 3px 8px 4px 8px;
}

#block-search div.search-item {
	padding-left: 8px;
}

/*       COMMON STYLES 
------------------------------------------ */

div.submit {
	padding-top: 10px;
}

div.paging {
	padding-top: 10px;
	font-size: 1.2em;
}

div.paging a.more {
        background: #6a0000;
        color: white;
        padding: 4px 8px 4px 8px;
        text-decoration: none;
}


h2 { font-size: 17px; }

form input {
	outline: none;
}

/* FEED ICONS */

div.event.alert {
	background: url(img/common/img-posts-02.gif) no-repeat 95% 10%;
}

div.event {
	background: url(img/common/img-posts-01.gif) no-repeat 96% 10%;
}

div.friend-request {
        background: url(img/common/icons/ico-plus-green.gif) no-repeat 96% 10%;
}

div.post {
        background: url(img/common/icons/ico-pencil.gif) no-repeat 96% 10%;
}

div.supporter {
        background: url(img/common/icons/ico-plus-red.gif) no-repeat 96% 10%;
}

div.volunteer {
        background: url(img/common/icons/ico-plus-blue.gif) no-repeat 96% 10%;
}

div.postcomment {
        background: url(img/common/icons/ico-two-talk-bubble.gif) no-repeat 96% 10%;
}

div.post.video {
        background: url(img/common/icons/ico-big-announce.gif) no-repeat 96% 10%;
}


/* Events */

div#block-calendar {
	width: 520px;
}
div.ui-datepicker {
	margin: 0 auto;
}

