
/****************************************
	RESET BASE STYLES
*************************************** */
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0" (for ie6) */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: none; /*0px*/
}	

/* Remove annoying border on linked images. */
a img { border: none; }
/****************************************
	DEFAULTS
****************************************/

body, td, th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1d1e1d;
}

body {
	background-color:#FFF;
  height:100%;
	padding:0;
	margin:0 auto;
}

a {
	/*color: #e1e7f2;
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;*/
}

a:link {
	color: #8cca1c;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #8cca1c;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #8cca1c;
	text-decoration: underline;
}
a:active {
	color: #8cca1c;
	text-decoration: none;
}

p {
	/*margin: 0px 0px 15px 0;*/
	margin: 0px 0px 8px 0;
}

img {
	border: none;
}
ul {
	/*margin: 5px 0px 15px;
	padding-left: 20px;*/
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 95%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: normal;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
dd {
	margin: 0 0 1em 1em;
	padding: 0;
}
pre, code {
	font-family:Monaco,"Courier New",Courier,monospace;
	font-size:12px;
	background:#EBF5FF;
	overflow:auto;
}
code {
	padding:2px 3px;
}
pre {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
}
blockquote {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
	background:#EBF5FF;
	border:none !important;
}
blockquote p {
	margin:0 0 5px 0;
}

hr {
	color: #545556;
	background-color: #b1c0c6;
	height: 1px;
	border: 0;
}

.no-visible {
	visibility:hidden;
}


/* ***************************************
	GENERAL FORM ELEMENTS
*************************************** */
label {
	font-weight: bold;
	color:#333333;
	/*font-size: 1.0em;*/
}
input {
	padding: 2px;
	border: 2px solid #e1e7f2;
	color:#333;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

textarea {
	font: 120% "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	border: solid  2px  #e1e7f2;
	padding: 2px;
	color:#333;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

textarea:focus, input[type="text"]:focus {
	border: solid 2px #2258a5;
	color:#333333;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

select {
	border:2px solid #e1e7f2;
	padding:2px;
  background-color:#FFF;
  color:#333;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

radio {
	border:none;
}

button{
	/*-moz-border-radius:5px;*/
	border:1px solid #a3b5d9;
	background: #a3b5d9;
	color: #FFF;
	cursor:pointer;
	font-size: 11px;
	font-weight: bold;
	padding:4px 12px 4px;
	margin:3px 10px;
	width: auto;
}

.submit_button {
	/*-moz-border-radius:5px;*/
	border:1px solid #a3b5d9;
	background: #a3b5d9;
	color: #FFF;
	cursor:pointer;
	font-size: 11px;
	font-weight: bold;
	padding:4px 12px 4px;
	width: auto;
  margin: 4px 0 0 0;
  border: none;
}
.submit_button:hover, input[type="submit"]:hover, button:hover {
	background: #8cca1c;
  border: none;
}

input[type="submit"] {
	/*-moz-border-radius:5px;*/
	border:1px solid #a3b5d9;
	background: #a3b5d9;
	color: #FFF;
	cursor:pointer;
	font-size: 11px;
	font-weight: bold;
	padding:4px 12px 4px;
  margin: 4px 0 0 0;
	width: auto;
  border: none;
}

.cancel_button {
	/*-moz-border-radius:5px;*/
	border:1px solid #a3b5d9;
	color: #FFF;
	cursor:pointer;
	font-size: 11px;
	font-weight: bold;
	padding:4px 12px 4px;
	margin:3px 10px;
	width: auto;
}
.cancel_button:hover {
	background: #cccccc;
	border: #cccccc;
}

.input-text,
.input-tags,
.input-url,
.input-textarea {
	width:95%;
}

.input-textarea {
	height: 200px;
	font-weight:120%;
}

input[type="checkbox"], input[type="radio"], input.checkbox, input.radio {
	position:relative;
	top:0.25em;
}

/*	Basics */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
.space-height-20 {
	clear: both;
	width: 100%;
	overflow: hidden;
}
/* ***************************************
    PAGE LAYOUT - MAIN STRUCTURE
*************************************** */
#page_container {
	background: #FFF; 
	/*padding: 0 0 70px 0;*/
}

#page_wrapper {
	display:block;
	margin:0 auto;
	position:relative;
	width:990px;
	min-height: 300px;

}
#layout_header {
	clear:both;
	overflow:hidden;
	width:1014px;
}

.main #layout_header {height:108px;}

#wrapper_header {
	margin:0;
	padding:0px;
}
#wrapper_header h1,
#wrapper_header h1 a {
	margin:10px 0 0 0;
	letter-spacing: -0.03em;
	color:white;
}

a.link-blue {
	float: left;
	font-family:Trebuchet MS, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	color: #5c7bbb;
	font-size: 11px;
	font-weight:600;
}

a.link-blue:active, a.link-blue:link, a.link-blue:visited {
	color: #5c7bbb;
 	text-decoration: none;
}

a.link-blue:hover {
	text-decoration: underline;
	color:#5c7bbb;
}

a.link-green {
	float: left;
	font-family:Trebuchet MS, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	color: #8cc750;
	font-size: 11px;
	font-weight:600;
}

a.link-green:active, a.link-green:link, a.link-green:visited {
	color: #8cc750;
 	text-decoration: none;
}

a.link-green:hover {
	text-decoration: underline;
	color:#8cc750;
} 
/* menu */
.menu {
	color: #ffffff;
	clear: both;
	font-size: 14px;
	float: right;
	margin-top:6px;
	position:relative;
}

.menu ul{
	margin:0px;
	padding:0px;	
	float:left;
}

/* option buttons */
.option {
	padding:7px 12px 3px;
	height: 24px;
	display: inline-block;
	cursor: pointer;
	list-style:none;
}
a.option {
	color: #ffffff;
}
.menu .option a {
	padding:0px;
	margin:0px;
	font-weight:normal;
	color:white;
}

.menu .option:hover {
	background: #000000;
}

.menu .option:hover a{
	color: #e1e7f2;
}

.menu .option a:hover {
	text-decoration: none;
	color: #e1e7f2;
}

.menu .active {
	text-decoration: none;
	background: #000000;
	border:none;
}

.menu .active a{
	color:white;
	font-weight:bolder;
	text-decoration: none;
}


/* section container */
#section-content {
	clear: both;
	overflow: hidden;
}
#section-content-top {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/content-bg-top.png) no-repeat;
	height: 18px;
}
#section-content-middle {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/content-bg-middle.png) repeat-y;
	overflow: hidden;
	width: 1012px;
}
#section-content-bottom {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/content-bg-bottom.png) no-repeat;
	height: 21px;
}


/* main banner */
.banner {
	background: url(../img/banner-bg.png) center no-repeat #000000;
	height: 67px;
	width: 990px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
.banner .title {
	padding: 12px 0 0 28px;
	float: left;
}
.banner .text {
	float: right;
	color: #EFEFEF;
	width: 500px;
	text-align: right;
	font-size: 12px;
	padding: 8px 29px 0 0;
}
/* left column */
.left-col {
	float: left;
	width: 180px;
	padding: 0 40px 0 42px;
	border-right: 1px solid #cccccc;
}
/* center column */
.center-col {
	float: left;
	width: 406px;
	padding: 0 40px 0 40px;
}
/* right column */
.right-col {
	float: left;
	width: 180px;
	padding: 0 42px 0 40px;
	border-left: 1px solid #cccccc;
}
/* blocks */
.block {
	clear: both;
	padding: 0 0 0px 0;
	overflow: hidden;
	width: 100%;
}
.title-icon {
	clear: both;
	width: 100%;
	overflow: hidden;
}
.title {
	float: left;
	padding: 13px 0;
}
.icon {
	float: left;
	padding: 0 0 0 4px;
}
.title-black {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.title-gray {
	font-size: 14px;
	font-weight: bold;
	color: #b5b7b4;
}
.users {
	padding: 10px 0;
}
.user-picture {
	float: left;
	padding: 1px;
}
.ad {
	/*background: #e2e1dd;*/
	padding: 10px;
	font-size: 14px;
	color: #808080;
	text-align: center;
}

.ad-footer {
	padding: 10px 10px 25px;
	font-size: 14px;
	color: #808080;
	text-align: center;
	overflow:hidden;
	margin 10px auto;
}

.videos {
	overflow: hidden;
	width: 100%;
}
.video {
	float: left;
	border: 3px solid white;
	margin-right:5px;
	margin-bottom:5px;
}
.video:hover {
	border: 3px solid #9cd425;
}

.videos .btn-see-more{
	padding:4px 9px;
} 


.photos {
	overflow: hidden;
	width: 100%;
}

.photos .btn-see-more{
	padding:4px 9px;
} 

.btn-see-more {
	float: right;
	padding: 4px 0;
}
.news {
	overflow: hidden;
	width: 100%;
}
.new {
	padding: 0 0 8px 0;
}
.gray {
	color: #b5b7b4;
}
.bookmarks {
	overflow: hidden;
	width: 100%;
}
.bookmark {
	padding: 0 0 8px 0;
}
/* search */
.search {
	float: right;
	padding: 10px 30px 0 0;
}
.search .title {
	font-size: 12px;
	color: #ffffff;
	float: left;
	padding: 8px 4px 0 0;
}
.search .textfield {
	background: #ffffff;
	border: 0;
	font-size: 10px;
	color: #84909e;
	padding: 6px;
	width: 120px;
	margin: 4px;
}
.footer {
	clear: both;
	font-size: 12px;
	overflow: hidden;
	width: 100%;
	padding: 0 0 20px 0;
}
.copyright {
	font-size: 10px;
	padding: 0 10px 0 10px;
	width: 924px;
	overflow: hidden;
	margin: 0 auto;
	color: #ffffff;
}
/* elements */
/* action buttons */
.action {
	padding: 4px 12px 0 12px;
	height: 20px;
	float: left;
	cursor: pointer;
	background: #bdbdbd;
	color: #ffffff;
}
a.action {
	color: #ffffff;
}
.action:hover {
	text-decoration: none;
	background: #8fd400;
}
/* widget box */
.box {
	background: #d6d6d4;
	padding: 12px;
	clear: both;
}

.inside-home #layout_canvas{
	padding:0px;
	

}

#layout_canvas {
	display: block;
	position: relative;
	padding:5px 15px 0px;
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/bg-content_950px.png) repeat-y;
	zoom: 1;
}

div.content_end_front {
	display: block;
	height: 20px;
	text-align: right;
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/bg-content_end_950px.gif) no-repeat;
}

/*.main #layout_canvas { padding:0px; border:none; min-height: 310px;}*/
.without_menu #layout_canvas {padding-top:20px;}
.profile #layout_canvas {padding:20px 14px 35px;}


/* canvas layout: 1 column, no sidebar */
#one_column {
	margin:0;
	min-height: 400px;
	padding:0 40px 10px;
}

.main #one_column { min-height:300px; background: white;	margin:0px; border:2px solid #cccccc; }

/* canvas layout: 2 column left sidebar */
#two_column_left_sidebar {
	float:left;
	font-family: Verdana;
	margin:0 0 20px;
	min-height:400px;
	padding:0 27px 5px;
	width:180px;
	
}

#two_column_left_sidebar_maincontent {
	background:white none repeat scroll 0 0;
	border-left:1px solid #CCCCCC;
	float:left;
	margin:0 0 20px;
	min-height:400px;
	padding:0 30px 5px;
	width:500px;
}






#two_column_right_sidebar { width:210px; margin:0 20px 0 0; min-height: 400px; float:left; background: #e9e9e9; padding:0px; border-bottom:1px solid #cccccc; border-right:1px solid #cccccc;}
#two_column_right_sidebar_maincontent {	width:686px; margin:0; min-height: 400px; float:left; background: #dedede; padding:0 0 5px 0; border-right:1px solid #cccccc;}

.main #two_column_right_sidebar{width:244px; background: white; margin:0px; border:none; min-height:300px;}
.main #two_column_right_sidebar_maincontent{ width:642px; padding:0px 30px 0px 0px; background: white;	margin:0px; border:2px solid #cccccc; margin-right:40px; min-height:300px;}

.main #two_column_right_sidebar_maincontent #sidebar_top {display:none;}

/*.main #login-box {margin:0px 0px 0px 48px; background: white; margin:0px; border:2px solid #cccccc;}
.main #login-box h2 {color: #323232; margin:3px 0 0 15px; font-size:1.2	em;}
.main #login-box form {width:auto;}
.main #login-box p.loginbox {margin:12px 0 0;}
.main #login-box p.loginbox input {border:2px solid #CCCCCC; color:#323232; background:#EEEEEE; font-size:87%; padding:4px 10px; width:90%;}
.main #login-box p.loginbox input.submit_button {background: transparent url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/submit_button_path.jpg) repeat-x 0 0; border:none; color:white; width:52px; height:20px; padding:0px; margin:0px; float:right; font-size:12px;}
.main #login-box ul.links-options {font-weight:bolder; margin-top:24px;}*/

#site_logo {
	float: left;
	padding: 0 0 0 23px;
}

/*#site_logo img{
	background: transparent url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/logo.png) no-repeat 0px 0px;
	width:186px;
	height:110px;	
}*/

.main #site_logo {margin:0px 0 0 2px;}



#two_column_left_sidebar_maincontent_boxes {
	/*background:white none repeat scroll 0 0;
	border-left:1px solid #ccc;
	float:left;
	margin:0 0 20px;
	padding:0 30px 5px;
	width:459px;
	min-height:400px;*/
	background:white none repeat scroll 0 0;
	border-left:1px solid #DFDFDF;
	float:left;
	margin:0 0 20px;
	padding:0 27px 5px;
	width:500px;
	min-height:400px;
}

#two_column_left_sidebar_maincontent_boxes #content_area_user_title h2 {/* border-bottom:2px solid #EEEEEE; */}

#two_column_left_sidebar_boxes {
	/*float:left;
	margin:0 0 20px;
	min-height:400px;
	padding:0 0 5px 20px;
	width:200px;*/
	float:left;
	margin:0 0 20px;
	min-height:400px;
	padding:0 20px 5px;
	width:200px;
}

#layout_canvas #thewire_sidebarInputBox {
	width:168px;
}

#layout_canvas #thewire_sidebarInputBox:focus {
	border: solid 1px #2258a5;
	color:#333333;
}

#two_column_left_sidebar #content_area_user_title h2 {padding:5px 0px; margin:0px;}


#two_column_left_sidebar_boxes .sidebarBox {
	margin:0px 0 22px 0;
}
#two_column_left_sidebar_boxes .sidebarBox h3 {
	padding:0 0 5px 0;
	font-size:1.25em;
	line-height:1.2em;
	color:#323232;
}

.sidebarBox #owner_block_submenu {border:none;}

.contentWrapper {
	padding: 14px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
  font-size: 100% !important;
}

span.contentIntro p {
	margin:0 0 0 0;
}
.notitle {
	margin-top:10px;
}

/* canvas layout: widgets (profile and dashboard) */
#widgets_left {
	width:302px;
	margin:0 10px 15px 0;
	min-height: 400px;
	padding:0;
}
#widgets_middle {
	width:302px;
	margin:0 0 15px;
	padding:0;
}
#widgets_right {
	width:302px;
	margin:0 0 15px 10px;
	float:left;
	padding:0;
}

#widget_table{
	padding:0 30px 5px 40px;
}

#widget_table td {
	border:0;
	padding:0;
	margin:0;
	text-align: left;
	vertical-align: top;
}

/* ***************************************
	SPOTLIGHT
*************************************** */
#layout_spotlight {
	margin:20px 0 20px 0;
	padding:0;
	background: white;
	border:2px solid #cccccc;

}
#wrapper_spotlight {
	margin:0;
	padding:0;
	height:auto;
}
#wrapper_spotlight #spotlight_table h2 {
	color:#4690d6;
	font-size:1.25em;
	line-height:1.2em;
}
#wrapper_spotlight #spotlight_table li {
	list-style: square;
	line-height: 1.2em;
	margin:5px 20px 5px 0;
	color:#4690d6;
}
#wrapper_spotlight .collapsable_box_content  {
	margin:0;
	padding:10px 10px 5px 10px;
	background: #e8ecf5;
	min-height:60px;
	border:none;
	border-top:1px solid #cccccc;
}
#spotlight_table {
	margin:0 0 2px 0;
}
#spotlight_table .spotlightRHS {
	float:right;
	width:270px;
	margin:0 0 0 50px;
}

#layout_spotlight .collapsable_box_content p {
	padding:0;
}
#wrapper_spotlight .collapsable_box_header  {
	border: none;
	background: none;
}


/* ***************************************
	FOOTER
*************************************** */
#layout_footer {
	background: white;
	height:80px;
	margin:0 0 20px 0;
}
#layout_footer table {
   margin:0 0 0 20px;
}
#layout_footer a, #layout_footer p {
   color:#333333;
   margin:0;
}
#layout_footer .footer_toolbar_links {
	text-align:right;
	padding:15px 0 0 0;
	font-size:1.2em;
}
#layout_footer .footer_legal_links {
	text-align:right;
}

#footer {margin-bottom:2px;}


/* ***************************************
  HORIZONTAL ELGG TOPBAR
*************************************** */
#elgg_topbar {
	background:#333333 url(http://www.onlinecouples.com/_graphics/toptoolbar_background.gif) repeat-x top left;
	color:#eeeeee;
	border-bottom:1px solid #000000;
	min-width:998px;
	position:relative;
	width:100%;
	height:24px;
	z-index: 9000; /* if you have multiple position:relative elements, then IE sets up separate Z layer contexts for each one, which ignore each other */
}



#elgg_topbar_container_left {
	float:left;
	height:24px;
	left:0px;
	top:0px;
	position:absolute;
	text-align:left;
	width:60%;
}
#elgg_topbar_container_right {
	float:right;
	height:24px;
	position:absolute;
	right:0px;
	top:0px;
	/* width:120px;*/
	text-align:right;
}
#elgg_topbar_container_search {
	float:right;
	height:21px;
	/*width:280px;*/
	position:relative;
	right:120px;
	text-align:right;
	margin:3px 0 0 0;
}
#elgg_topbar_container_left .toolbarimages {
	float:left;
	margin:3px 20px 0 -12px;
}
#elgg_topbar_container_left .toolbarlinks {
	margin:0 0 10px 0;
	float:left;
}
#elgg_topbar_container_left .toolbarlinks2 {
	margin:3px 0 0 0;
	float:left;
}
#elgg_topbar_container_left a.loggedinuser {
	color:#eeeeee;
	font-weight:bold;
	margin:0 0 0 5px;
}
#elgg_topbar_container_left a.pagelinks {
	color:white;
	margin:0 15px 0 5px;
	display:block;
	padding:3px;
}
#elgg_topbar_container_left a.pagelinks:hover {
	background: #8cca1c;
	text-decoration: none;
}
#elgg_topbar_container_left a.privatemessages {
	background:transparent url(http://www.onlinecouples.com/_graphics/toolbar_messages_icon.gif) no-repeat left 2px;
	padding:0 0 4px 16px;
	margin:0 15px 0 5px;
	cursor:pointer;
}
#elgg_topbar_container_left a.privatemessages:hover {
	text-decoration: none;
	background:transparent url(http://www.onlinecouples.com/_graphics/toolbar_messages_icon.gif) no-repeat left -36px;
}
#elgg_topbar_container_left a.privatemessages_new {
	background:transparent url(http://www.onlinecouples.com/_graphics/toolbar_messages_icon.gif) no-repeat left -17px;
	padding:0 0 0 18px;
	margin:0 15px 0 5px;
	color:white;
}
 
#elgg_topbar_container_left a.privatemessages_new:hover {
	text-decoration: none;
}

#elgg_topbar_container_left a.usersettings {
	margin:0 0 0 20px;
	color:#999999;
	padding:3px;
}
#elgg_topbar_container_left a.usersettings:hover {
	color:#eeeeee;
}
#elgg_topbar_container_left img {
	margin:0 0 0 5px;
}
#elgg_topbar_container_left .user_mini_avatar {
	border:1px solid #eeeeee;
	margin:0 0 0 20px;
}
#elgg_topbar_container_right {
	padding:3px 0 0 0;
}
#elgg_topbar_container_right a {
	color:#eeeeee;
	margin:0 5px 0 0;
	background:transparent url(http://www.onlinecouples.com/_graphics/elgg_toolbar_logout.gif) no-repeat top right;
	padding:0 21px 0 0;
	display:block;
	height:20px;
}

#elgg_topbar_container_right a:hover {
	background-position: right -21px;
}
#elgg_topbar_panel {
	background:#333333;
	color:#eeeeee;
	height:200px;
	width:100%;
	padding:10px 20px 10px 20px;
	display:none;
	position:relative;
}
#searchform input.search_input {
	background-color:#FFFFFF;
	border:1px solid #BBBBBB;
	color:#999999;
	font-size:12px;
	font-weight:bold;
	margin:0pt;
	padding:2px;
	width:180px;
	height:12px;
}
#searchform input.search_submit_button {
	color:#333333;
	background: #cccccc;
	border:none;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:2px;
	width:auto;
	height:18px;
	cursor:pointer;
}
#searchform input.search_submit_button:hover {
	color:#ffffff;
	background: #4690d6;
}


/* ***************************************
	TOP BAR - VERTICAL TOOLS MENU
*************************************** */
/* elgg toolbar menu setup */
ul.topbardropdownmenu, ul.topbardropdownmenu ul {
	margin:0;
	padding:0;
	display:inline;
	float:left;
	list-style-type: none;
	z-index: 9000;
	position: relative;
}
ul.topbardropdownmenu {
	margin:0pt 20px 0pt 5px;
}

.menu-user-login ul.topbardropdownmenu {
	margin:0;
	padding: 0 0 0 10px;
}

ul.topbardropdownmenu li { 
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
ul.topbardropdownmenu a {
	display:block;
}
ul.topbardropdownmenu ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}

ul.topbardropdownmenu ul li {
	float: none;
}   
/* elgg toolbar menu style */
ul.topbardropdownmenu ul {
	width: 150px;
	top: 24px;
	border-top:1px solid black;
}
.menu-user-login ul.topbardropdownmenu ul {
	top: 22px;
}
ul.topbardropdownmenu ul li:hover {
	/*background-color: #DFDFDF;*/
}

ul.topbardropdownmenu a {
	padding:3px;
	text-decoration:none;
	color:white;
}

.menu-user-login ul.topbardropdownmenu a {
	padding:0px;
}

.menu-user-login ul.topbardropdownmenu li.drop ul li a {
	padding:2px 0 0 7px;
}

ul.topbardropdownmenu li.hover a {
	/*background-color: #333333;*/
	text-decoration: none;
}
ul.topbardropdownmenu ul li.drop a {
	font-weight: normal;
}

ul.topbardropdownmenu ul li a {
	background-color: #333333;/* menu off state color */
	font-weight: bold;
	padding-left:6px;
	padding-top:4px;
	padding-bottom:0;
	height:22px;
	border-bottom: 1px solid white;
}
ul.topbardropdownmenu ul a.hover {
	background-color: #323232;
}
ul.topbardropdownmenu ul a {
	opacity: 0.9;
	filter: alpha(opacity=90);
}


/* ***************************************
  SYSTEM MESSSAGES
*************************************** */
.messages, .messages_error {
    color:#000000;
	cursor:pointer;
	font-size:11px;
	/*margin:0px auto 20px;*/
	opacity: 0;
	padding:10px;
	/*position:relative;*/
	width:900px;
	/*margin:-10px 12px 0px;*/
	position:absolute;
	left: 12px;
	opacity:0.8;
	z-index:10000;
}

.messages{
	background:#D3FED5 none repeat scroll 0 0;
	border:2px solid #00D200;
}

.messages_error {
	background:#FAE1DF none repeat scroll 0 0;
	border:2px solid #E24330;
}

.messages  p, .messages_error   p  {margin:0px;}

.home .messages, .home .messages_error {
	left: 390px;
}

.without_menu .messages_error {-20px 0 8px -20px;}

.main .messages, .main .messages_error {margin:0 0 8px; width:940px;}

.closeMessages {
	float:right;
	margin-top:3px;
}
.closeMessages a {
	color:#666666;
	cursor: pointer;
	text-decoration: none;
	font-size: 80%;
}

.messages .closeMessages a{
	color:#00D200;
}

.messages_error .closeMessages a{
	color:#E24330;
}

.closeMessages a:hover {
	color:black;
}


/* ***************************************
  COLLAPSABLE BOXES
*************************************** */
.collapsable_box {
	margin: 0 0 20px 0;
	height:auto;
	background:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.collapsable_box_header {
	color: #4690d6;
	padding: 5px 10px 5px 10px;
	margin:0;
	background:#FFF;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;	
}
.collapsable_box_header h1 {
	color:#1e54a5;
	font-size:1.3em;
	line-height: 1.2em;
}


.collapsable_box_content {
	padding: 10px 0 10px 0;
	margin:0;
	height:auto;
	background: #e8ecf5;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;	
}

.collapsable_box_content .contentWrapper {
	background: #e8ecf5;
}
.collapsable_box_editpanel {
	display: none;
	background: #e8ecf5;
	padding:10px 10px 5px 10px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}
.collapsable_box_editpanel p {
	margin:0 0 5px 0;
}
.collapsable_box_header a.toggle_box_contents {
	color:#a3b5d9;
	cursor:pointer;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	text-decoration:none;
	float:right;
	margin: 0;
	margin-top: -7px;
}

.collapsable_box_header a.toggle_box_edit_panel {
	color: #FFF;
	cursor:pointer;
	font-size:9px;
	text-transform: none;
	text-decoration:none;
	font-weight: bold;
	float:right;
	padding: 3px 10px 3px 10px;
	background-color:#a3b5d9;
}
.collapsable_box_editpanel label {
	font-weight: normal;
	font-size: 100%;
}
/* used for collapsing a content box */
.display_none {
	display:none;
}
/* used on spotlight box - to cancel default box margin */
.no_space_after {
	margin: 0 0 0 0;
}

#wrapper_spotlight h1 {color: #e1e7f2;}
#wrapper_spotlight .collapsable_box_header a.toggle_box_contents {color: #e1e7f2;}





/* ***************************************
	LOGIN / REGISTER
*************************************** */
#login-box {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	background: none;
	width:240px;
    text-align:left;
}
		
#login-form{
	height:259px;
	width:431px;
	background:url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/form-login-bg.png) no-repeat #FFF;
}

#login-form .form-login{
	float:left;
	margin:90px 0 0 97px;
}

#login-form label.formLoginRemember{
	font-weight:bold;
	font-size:11px;
	color:#5c7bbb;
	font-family:Trebuchet MS, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
}

#login-form input.formlogin {
   border:2px solid #e1e7f2;
   color:#000;
   font-size:11px;
   font-family:Trebuchet MS, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
   margin:5px  0 5px 0;
   padding: 2px;
} 

#login-form input.formlogin:focus {
	border: solid 2px #2258a5;
}

#login-form label.formlogin {
	font-weight:bold;
	font-size:11px;
	color:#000;
	margin:5px  0 5px 0;
	font-family:Trebuchet MS, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
}

#login-form input.formlogin-submit
{
	margin:0 0 0 20px;
	height: 47px;
	width: 116px;
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/form-login-btn-login.png) no-repeat;
	border-style: none;
	display: block;
	cursor: pointer;
}

/* end form login*/


/*#login-box form {
	margin:0 10px 0 10px;
	padding:0 10px 4px 10px;
	background: white;
	width:200px;
}
#login-box h2 {
	color:#323232;
	font-size:1.35em;
	line-height:1.2em;
	margin:0 0 0 8px;
	padding:5px 5px 0 5px;
}
#login-box .login-textarea {
	width:178px;
}
#login-box label,
#register-box label {
	font-size: 0.9em;
	color:#333;
}
#login-box p.loginbox {
	margin:0;
}*/
#login-box input[type="text"],
#login-box input[type="password"],
#register-box input[type="text"],
#register-box input[type="password"],
#register-box input[type="radio"],
#register-box select {
	margin:0 0 10px 0;
}
#register-box input[type="text"],
#register-box input[type="password"] {
	width:300px;
}
#register-box .title{
	background:url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/form-register.png) no-repeat #FFF;
	width:97px;
	height: 60px;
	margin:-40px 0 10px -100px;
}
#register-box input[type="submit"] {
	float:right; 
	padding:2px 10px; 
	margin-right:8px;
	height: 47px;
	width: 116px;
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/form-register-btn.png) no-repeat;
	border-style: none;
	display: block;
	cursor: pointer;
}

#login-box h2,
#login-box-openid h2,
#register-box h2,
#add-box h2,
#forgotten_box h2 {
	color:#323232;
	font-size:1.35em;
	line-height:1.2em;
	margin:0pt 0pt 5px;
}
#register-box {
    text-align:left;
    width:320px;
    padding:10px;
    margin:0px auto;
	background:white none repeat scroll 0 0;
}

#register-box .privacy-container {
	margin: 0 0 10px 0;
}

#register-box .privacy-container label {
	float:left;
}
#register-box .privacy-container .privacy-text {
	float:right;
	width: 90%;
}

#register-box .privacy-container a {
	margin: 0 0 0 32px;
}

#persistent_login label {
	font-size:1.0em;
	font-weight: normal;
}

#persistent_login label input { margin-right:4px; border:none;}

/* login and openID boxes when not running custom_index mod */
#two_column_left_sidebar #login-box {
	width:auto;
	background: none;
}
#two_column_left_sidebar #login-box form {
	width:auto;
	margin:10px 10px 0 10px;
	padding:5px 0 5px 10px;
}
#two_column_left_sidebar #login-box h2 {
	margin:0 0 0 5px;
	padding:5px 5px 0 5px;
}
#two_column_left_sidebar #login-box .login-textarea {
	width:158px;
}


/* ***************************************
	PROFILE
*************************************** */
#profile_info {
	padding:10px 20px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	margin:0 0 20px;
	padding:10px 26px 10px 1px;
	background: white;
}

#profile_info hr { margin: 6px 0 16px; background-color: #ccc;  color: #ccc;  height: 2px;  border: 0;}

.profile_info_couple {
	float:left;
	padding: 0;
	margin: 15px 5px 0 0;
  	width: 660px;
}
#profile_info_column_middle {
	float:left;
	width:240px;
	padding: 0;
}
#profile_info_column_right {
	margin:0 0 0 0;
	background:white;
	padding:4px;
}
#dashboard_info {
	margin:0px 0px 0 0px;
	padding:20px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background: #bbdaf7;
}
#profile_menu_wrapper {
	margin:10px 0 10px 0;
	width:200px;
}
#profile_menu_wrapper p {
	border-bottom:1px solid #cccccc;
}
#profile_menu_wrapper p:first-child {
	border-top:1px solid #cccccc;
}
#profile_menu_wrapper a {
	display:block;
	padding:0 0 0 3px;
	font-weight:bolder;
}
#profile_menu_wrapper a:hover {
	color:#ffffff;
	background: #e1e7f2;
	color:white;
	text-decoration:none;
}
p.user_menu_friends, p.user_menu_profile, 
p.user_menu_removefriend, 
p.user_menu_friends_of {
	margin:0;
}
#profile_menu_wrapper .user_menu_admin {
	border-top:none;
}

#profile_info_column_middle p {
	/*margin:7px 0 7px 0;*/
	padding:2px 4px 2px 4px;
}
/* profile owner name */
#profile_info_column_middle h2 {
	padding:0 0 14px 0;
	margin:0;
}
#profile_info_column_middle .profile_status {
	background:#EFEFEF;
	padding:2px 4px 2px 4px;
	line-height:1.2em;
}
#profile_info_column_middle .profile_status span {
	display:block;
	font-size:90%;
	color:#666666;	
}
#profile_info_column_middle a.status_update {
	float:right;	
}

#profile_info_column_middle .odd {
	background:#dedede;
}

.profile_info_couple #profile_icon_link_wrapper {
	float: left;
	width: 210px
}

.profile_info_couple .couple_info {
	float: left;
	margin: 0 10px 0 15px;
	width: 200px;
}

.profile_info_couple .couple_info h3 {
	color:#1E54A5;
	display:block;
	font-size:1.3em;
	font-weight:bolder;
	margin:0 0 10px; 
}

.profile_info_couple .couple_about_us {
	float: left;
	margin: 0 10px 0 15px;
	width: 200px;
}

.profile_info_couple .banner_ad {
	float: left;
	width: 210px;
	min-height: 200px;
	padding: 30px 0;
}

.profile_info_couple .couple_info p {
	padding: 2px 4px;
}

.profile_info_couple .couple_info .odd{
	background:#EAEFF7;
}

#profile_info_column_middle .even {
}

.profile_info_couple .couple_info .even{
}

#profile_info_column_right p {
	margin:0 0 7px 0;
}
.profile_info_couple .profile_aboutme_title {
	margin:10px 0 0;
	padding:12px 0px;
	line-height:1em;
	border-top:2px solid #ccc;
	color:#6782A1;
	font-size:1.2em;
}
/* edit profile button */
.profile_info_edit_buttons {
	float: left;
	padding: 0 0 0 60px;
	margin: 0;
	
}
.profile_info_edit_buttons a {
	/*-moz-border-radius:5px;
	border:1px solid #a3b5d9;*/
	background-color:#a3b5d9;/* transparent url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/bg_button.png) no-repeat;*/
	color: #FFF;
	cursor:pointer;
	display:block;
	font-size: 11px;
	font-weight: bolder;
	padding:3px 10px;
	margin:0;
	text-align:center;
	overflow:hidden;
	/*width: 100px;*/
}
.profile_info_edit_buttons a:hover {
	/*background: #8cca1c;*/
	background-color:#8cca1c;
	text-decoration: none;
}


/* ***************************************
	RIVER
*************************************** */
#river,
.river_item_list {
	/*border-top:1px solid #dddddd;*/
	margin-top:6px;
}

.collapsable_box .river_item_list {
	padding:0px 14px;
	background-color:#e8ecf5;
}

.river_item p {
	margin:0;
	padding:3px 0 3px 23px;
	line-height:1.1em;
	min-height:17px;
}
.river_item {
	/*border-bottom:1px solid #dddddd;*/
	padding:2px 0 2px 0;
	margin: 0 0 5px;
}
.river_item_time {
	font-size:90%;
	color:#666666;
}

.river_user_update {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_profile.gif) no-repeat 3px -1px;
}
.river_object_user_profileupdate {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_profile.gif) no-repeat 3px -1px;
}
.river_object_user_profileiconupdate {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_profile.gif) no-repeat 3px -1px;
}
.river_object_annotate {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_comment.gif) no-repeat 3px -1px;
}
.river_object_bookmarks_create {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_bookmarks.gif) no-repeat 3px -1px;
}
.river_object_bookmarks_comment {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_comment.gif) no-repeat 3px -1px;
}
.river_object_status_create {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_status.gif) no-repeat 3px -1px;
}
.river_object_file_create {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_files.gif) no-repeat 3px -1px;
}
.river_object_file_update {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_files.gif) no-repeat 3px -1px;
}
.river_object_file_comment {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_comment.gif) no-repeat 3px -1px;
}
.river_object_widget_create {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_plugin.gif) no-repeat 3px -1px;
}
.river_object_forums_create {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_forum.gif) no-repeat 3px -1px;
}
.river_object_forums_update {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_forum.gif) no-repeat 3px -1px;
}
.river_object_widget_update {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_plugin.gif) no-repeat 3px -1px;	
}
.river_object_blog_create {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_blog.gif) no-repeat 3px -1px;
}
.river_object_blog_update {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_blog.gif) no-repeat 3px -1px;
}
.river_object_blog_comment {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_comment.gif) no-repeat 3px -1px;
}
.river_object_forumtopic_create {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_forum.gif) no-repeat 3px -1px;
}
.river_user_friend {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_friends.gif) no-repeat 3px -1px;
}
.river_object_relationship_friend_create {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_friends.gif) no-repeat 3px -1px;
}
.river_object_relationship_member_create {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_forum.gif) no-repeat 3px -1px;
}
.river_object_thewire_create {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_thewire.gif) no-repeat 3px -1px;
}
.river_group_join {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_forum.gif) no-repeat 3px -1px;
}
.river_object_groupforumtopic_annotate {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_comment.gif) no-repeat 3px -1px;
}
.river_object_groupforumtopic_create {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_forum.gif) no-repeat 3px -1px;
}
.river_object_sitemessage_create {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_blog.gif) no-repeat 3px -1px;	
}
.river_user_messageboard {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_comment.gif) no-repeat 3px -1px;	
}
.river_object_page_create {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_pages.gif) no-repeat 3px -1px;
}
.river_object_page_top_create {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_pages.gif) no-repeat 3px -1px;
}
.river_object_page_top_comment {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_comment.gif) no-repeat 3px -1px;
}
.river_object_page_comment {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/river_icons/river_icon_comment.gif) no-repeat 3px -1px;
}

.river_item .river_object_izap_videos_create {
	background:transparent url(http://www.onlinecouples.com/mod/izap_videos/graphics/river_icon_video.gif) no-repeat scroll 3px -1px;
}

.river_item .river_object_izap_videos_comment {
	background:transparent url(http://www.onlinecouples.com/mod/izap_videos/graphics/river_icon_comment.gif) no-repeat scroll 3px -1px;
}

.river_item  .river_object_event_calendar_create {
	background:transparent url(http://www.onlinecouples.com/mod/event_calendar/images/river_icon_event.gif) no-repeat scroll 3px -1px;
}

.river_item  .river_object_event_calendar_update{
	background:transparent url(http://www.onlinecouples.com/mod/event_calendar/images/river_icon_event.gif) no-repeat scroll 3px -1px;
}

.river_item .river_object_album_create {
	background:transparent url(http://www.onlinecouples.com/mod/tidypics/graphics/icons/river_icon_album.gif) no-repeat scroll 3px -1px;
}


/* ***************************************
	SEARCH LISTINGS	
*************************************** */
.search_listing {
	display: block;
	background:white;
	margin:0 0 5px;
	border:1px solid #CCCCCC;
	padding:5px;
}

.search_listing:hover {
	background: #e8ecf5 none repeat scroll 0 0;
}

.search_listing_icon {
	float:left;
}
.search_listing_icon img {
	width: 40px;
}
.search_listing_icon .avatar_menu_button img {
	width: 15px;
}
.search_listing_info {
	margin-left: 50px;
	min-height: 40px;
}

.search_listing_info p {
	margin:0 0 3px 0;
	line-height:1.2em;
}

.search_listing_info strike {
	color:#333;
	line-height:16px;
}

.search_listing_info p.owner_timestamp {
	margin:0;
	padding:0;
	color:#666666;
	font-size: 90%;
}
table.search_gallery {
	border-spacing: 10px;
	margin:0 0 0 0;
}
.search_gallery td {
	padding: 5px;
}
.search_gallery_item {
	background: white;
	width:145px;
	border: 2px solid white;
}
.search_gallery_item:hover {
	background: #EFEFEF;
	color:#333;
	border: 2px solid #9cd425;
}
.search_gallery_item .search_listing {
	background: none;
	text-align: center;
}
.search_gallery_item .search_listing_header {
	text-align: center;
}
.search_gallery_item .search_listing_icon {
	position: relative;
	text-align: center;
}
.search_gallery_item .search_listing_info {
	margin: 5px;
}
.search_gallery_item .search_listing_info p {
	margin: 5px;
	margin-bottom: 10px;
}
.search_gallery_item .search_listing {
	background: none;
	text-align: center;
}
.search_gallery_item .search_listing_icon {
	position: absolute;
	margin-bottom: 20px;
}
.search_gallery_item .search_listing_info {
	margin: 5px;
}
.search_gallery_item .search_listing_info p {
	margin: 5px;
	margin-bottom: 10px;
}

#layout_canvas .members .pagination{
	border:none;
} 

#layout_canvas .members .search_listing{
	border:none;
  clear:both;
	overflow:hidden;
}

#layout_canvas .members .search_listing .icon{
	float:none;
}

#layout_canvas .members .search_listing:hover{
	background:#e8ecf5;
}

.members .search_gallery_item .search_listing_info p {
	margin-bottom:2px;
}

.members .search_listing_info{
	min-height:0px;
} 

 

#layout_canvas .members .search_gallery_item:hover{
	border:2px solid white;
	background:#EFEFEF;
}




/* ***************************************
	FRIENDS
*************************************** */
/* friends widget */
#widget_friends_list {
	display:table;
	width:275px;
	margin:0 10px 0 10px;
	padding:8px 0 4px 8px;
	background:white;
}
.widget_friends_singlefriend {
	float:left;
	margin:0 5px 5px 0;
}


/* ***************************************
	ADMIN AREA - PLUGIN SETTINGS
*************************************** */
.plugin_details {
	margin:5px 0px;
	padding:0 7px 4px 10px;
}
.admin_plugin_reorder {
	float:right;
	width:200px;
	text-align: right;
}
.admin_plugin_reorder a {
	padding-left:10px;
	font-size:80%;
	color:#999999;
}
.plugin_details a.pluginsettings_link {
	cursor:pointer;
	font-size:80%;
}
.active {
	border:1px solid #999999;
    background:white;
}
.not-active {
    border:1px solid #999999;
    background:#dedede;
}
.plugin_details p {
	margin:0;
	padding:0;
}
.plugin_details a.manifest_details {
	cursor:pointer;
	font-size:80%;
}
.manifest_file {
	background:#dedede;
	padding:5px 10px 5px 10px;
	margin:4px 0 4px 0;
	display:none;
}
.admin_plugin_enable_disable {
	width:150px;
	margin:10px 0 0 0;
	float:right;
	text-align: right;
}
.contentIntro .enableallplugins,
.contentIntro .disableallplugins {
	float:right;
}
.contentIntro .enableallplugins {
	margin-left:10px;
}
.contentIntro .enableallplugins, 
.not-active .admin_plugin_enable_disable a {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#e1e7f2;
	border: 1px solid #e1e7f2;
	width: auto;
	padding: 4px;
	cursor: pointer;
}
.contentIntro .enableallplugins:hover, 
.not-active .admin_plugin_enable_disable a:hover {
	background: #323232;
	border: 1px solid #323232;
	text-decoration: none;
}
.contentIntro .disableallplugins, 
.active .admin_plugin_enable_disable a {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#999999;
	border: 1px solid #999999;
	width: auto;
	padding: 4px;
	cursor: pointer;
}
.contentIntro .disableallplugins:hover, 
.active .admin_plugin_enable_disable a:hover {
	background: #333333;
	border: 1px solid #333333;
	text-decoration: none;
}
.pluginsettings {
	margin:15px 0 5px 0;
	background:#bbdaf7;
	padding:10px;
	display:none;
}
.pluginsettings h3 {
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:1px solid #999999;
}
#updateclient_settings h3 {
	padding:0;
	margin:0;
	border:none;
}
.input-access {
	margin:5px 0 0 0;
	font-size:10px;
}

/* ***************************************
	GENERIC COMMENTS
*************************************** */

.generic_comment {
	background:white;
    /*padding:10px;*/
    margin:0 0px 10px 0px;
}
.generic_comment_icon {
	float:left;
}
.generic_comment_details {
	margin:5px 0 20px 55px;
}
.generic_comment_details p {
	margin: 0 0 5px 0;
}
.generic_comment_owner {
	color:#666666;
	margin: 0px;
	font-size:100%;
	border-top: 1px solid #aaaaaa;
}


	
/* ***************************************
  PAGE-OWNER BLOCK
*************************************** */
#owner_block {
	/*padding:10px 0px;*/
}
#owner_block_icon {
	float:left;
	margin:0 10px 0 0;
}
#owner_block_rss_feed,
#owner_block_odd_feed,
#owner_block_bookmark_this,
#owner_block_report_this {
	padding:5px 0 0 0;
}
#owner_block_report_this {
	padding-bottom:5px;
	/*border-bottom:1px solid #cccccc;*/
}
#owner_block_rss_feed a {
	font-size: 90%;
	color:#999999;
	padding:0 0 4px 20px;
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/other_icons/icon_rss.gif) no-repeat left top;
}
#owner_block_odd_feed a {
	font-size: 90%;
	color:#999999;
	padding:0 0 4px 20px;
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/other_icons/icon_odd.gif) no-repeat left top;
}
#owner_block_bookmark_this a {
	font-size: 90%;
	color:#999999;
	padding:0 0 4px 20px;
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/other_icons/icon_bookmarkthis.gif) no-repeat left top;
}
#owner_block_report_this a {
	font-size: 90%;
	color:#999999;
	padding:0 0 4px 20px;
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/other_icons/icon_reportthis.gif) no-repeat left top;
}
#owner_block_rss_feed a:hover,
#owner_block_odd_feed a:hover,
#owner_block_bookmark_this a:hover,
#owner_block_report_this a:hover {
	color: #323232;
}
#owner_block_desc {
	padding:4px 0 4px 0;
	margin:0 0 0 0;
	line-height: 1.2em;
	border-bottom:1px solid #cccccc;
	color:#666666;
}
#owner_block_content {
	margin:0 0 4px 0;
	padding:3px 0 0 0;
	min-height:35px;
	font-weight: bold;
}
#owner_block_content a {
	line-height: 1em;
	color:#333;
}
.ownerblockline {
	padding:0;
	margin:0;
	/*border-bottom:1px solid #cccccc;*/
	height:1px;
}

#sidebar_top {
	border:none;
	border-top:1px solid #cccccc;
	border-bottom: 1px solid #cccccc;  
	margin: 0px 0 20px 0px;
	padding:12px 5px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#sidebar_top .content-tools{
	padding:8px 6px;
}

/*#sidebar_logo {
	margin:0px 0px 20px;
	padding: 0;
	border:1px solid #cccccc; 
	padding:8px 6px;
	height:52px;
	background:white url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/logos_sections.jpg) no-repeat -1000px 0px;
}*/


#owner_block .logo-messages {background-position: 0px -9px;}
#owner_block .logo-thewire {background-position: 0px -76px;}
#owner_block .logo-izap_videos {background-position: 0px -146px;}
#owner_block .logo-photos {background-position: 0px -217px;}
#two_column_left_sidebar_boxes .logo-groups {background-position: 0px -290px;}



#owner_block_submenu {
	border:none;	
	font-family: Verdana;
	margin:0 0 20px;
	padding:0;

}

#owner_block_submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#owner_block_submenu ul li.selected a {
	/*background: #e1e7f2;
	color:white;*/
	text-decoration:underline;
}
#owner_block_submenu ul li.selected a:hover {
	
}
#owner_block_submenu ul li a {
	text-decoration: none;
	display: block;
	margin: 2px 0 0 0;
	color:#2258a5;
	padding:4px 6px 4px 10px;
	font-weight: bold;
	line-height: 1.1em;
}
#owner_block_submenu ul li a:hover {
	text-decoration:underline;
}

#owner_block_submenu .submenu_group {
	margin:4px 0 0;
	padding:4px 6px 10px;
	border-bottom:1px solid #EFEFEF;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-style: bold;
}

#owner_block_submenu .submenu_group .submenu_group_filter ul li a,
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li a {
	color:#666666;
}
#owner_block_submenu .submenu_group .submenu_group_filter ul li.selected a,
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li.selected a {
	background:#8cca1c;
	color:white;
}
#owner_block_submenu .submenu_group .submenu_group_filter ul li a:hover,
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li a:hover {
	color:white;
	background: #8cca1c;
}


/* ***************************************
	PAGINATION
*************************************** */
.pagination {
	background:white;
	margin:5px 10px 5px 10px;
	padding:5px;
}
.pagination .pagination_number {
	display:block;
	float:left;
	background:#ffffff;
	border:none;
	text-align: center;
	color:#a3b5d9;
	font-size: 11px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}
.pagination .pagination_number:hover {
	background:#8cca1c;
	color:white;
	text-decoration: none;
}
.pagination .pagination_more {
	display:block;
	float:left;
	background:#a3b5d9;
	border:none;
	text-align: center;
	color:white;
	font-size: 11px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0px 4px;
}
.pagination .pagination_previous,
.pagination .pagination_next {
	display:block;
	float:left;
	background:#a3b5d9;
	color:white;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}
.pagination .pagination_previous:hover,
.pagination .pagination_next:hover {
	background:#8cca1c;
	color:white;
	text-decoration: none;
}
.pagination .pagination_currentpage {
	display:block;
	float:left;
	background:#a3b5d9;
	border:none;
	text-align: center;
	color:white;
	font-size: 11px;
	font-weight: bold;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}

	
/* ***************************************
	FRIENDS COLLECTIONS ACCORDIAN
*************************************** */	
ul#friends_collections_accordian {
	margin: 0 0 0 0;
	padding: 0;
}
#friends_collections_accordian li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	color: #666666;
}
#friends_collections_accordian li h2 {
	background:;
	color: white;
	padding:4px 2px 4px 6px;
	margin:10px 0 10px 0;
	font-size:1.2em;
	cursor:pointer;
}
#friends_collections_accordian li h2:hover {
	background:#333333;
	color:white;
}
#friends_collections_accordian .friends_picker {
	background:white;
	padding:0;
	display:none;
}
#friends_collections_accordian .friends_collections_controls {
	font-size:70%;
	float:right;
}
#friends_collections_accordian .friends_collections_controls a {
	color:#999999;
	font-weight:normal;
}
	
	
/* ***************************************
	FRIENDS PICKER SLIDER
*************************************** */		
.friendsPicker_container h3 {
	font-size:4em !important;
	text-align: left;
	margin:0 0 10px 0 !important;
	color:#999999 !important;
	background: none !important;
	padding:0 !important;
}
.friendsPicker .friendsPicker_container .panel ul {
	text-align: left;
	margin: 0;
	padding:0;
}
.friendsPicker_wrapper {
	margin: 0;
	padding:0;
	position: relative;
	width: 100%;
}
.friendsPicker {
	position: relative;
	overflow: hidden; 
	margin: 0;
	padding:0;
	width: 456px;
	
	height: auto;
	background: #e8ecf5;
}
.friendspicker_savebuttons {
	background: white;
	margin:10px 0px;
}
.friendsPicker .friendsPicker_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;
}
.friendsPicker .friendsPicker_container .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 678px;
	margin: 0;
	padding:0;
}
.friendsPicker .friendsPicker_container .panel .wrapper {
	margin: 0;
	padding:4px 10px 10px 10px;
	min-height: 230px;
}
.friendsPickerNavigation {
	margin: 0 0 10px 0;
	padding:0;
}
.friendsPickerNavigation ul {
	list-style: none;
	padding-left: 0;
}
.friendsPickerNavigation ul li {
	float: left;
	margin:0;
	background:white;
}
.friendsPickerNavigation a {
	font-weight: bold;
	text-align: center;
	background: white;
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 0;
	width:17px;
}
.tabHasContent {
	background: white; color:#333333 !important;
}
.friendsPickerNavigation li a:hover {
	background: #333333;
	color:white !important;
}
.friendsPickerNavigation li a.current {
	background: #e1e7f2;
	color:white !important;
}
.friendsPickerNavigationAll {
	margin:0px 0 0 20px;
	float:left;
}
.friendsPickerNavigationAll a {
	font-weight: bold;
	text-align: left;
	font-size:0.8em;
	background: white;
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 0 4px 0 4px;
	width:auto;
}
.friendsPickerNavigationAll a:hover {
	background: ;
	color:white;
}
.friendsPickerNavigationL, .friendsPickerNavigationR {
	position: absolute;
	top: 46px;
	text-indent: -9000em;
}
.friendsPickerNavigationL a, .friendsPickerNavigationR a {
	display: block;
	height: 43px;
	width: 43px;
}
.friendsPickerNavigationL {
	right: 48px;
	z-index:1;
}
.friendsPickerNavigationR {
	right: 0;
	z-index:1;
}
.friendsPickerNavigationL {
	background: url("http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/other_icons/friends_picker_arrows.gif") no-repeat left top;
}
.friendsPickerNavigationR {
	background: url("http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/other_icons/friends_picker_arrows.gif") no-repeat -60px top;
}
.friendsPickerNavigationL:hover {
	background: url("http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/other_icons/friends_picker_arrows.gif") no-repeat left -44px;
}
.friendsPickerNavigationR:hover {
	background: url("http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/other_icons/friends_picker_arrows.gif") no-repeat -60px -44px;
}	
.friends_collections_controls a.delete_collection {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:2px 3px 0 0;
	background: url("http://www.onlinecouples.com/_graphics/icon_customise_remove.png") no-repeat 0 0;
}
.friends_collections_controls a.delete_collection:hover {
	background-position: 0 -16px;
}
.friendspicker_savebuttons .submit_button,
.friendspicker_savebuttons .cancel_button {
	margin:5px 20px 5px 5px;
}

#collectionMembersTable {
	background: #dedede;
	margin:10px 0 0 0;
	padding:10px 10px 0 10px;
}

	
/* ***************************************
  WIDGET PICKER (PROFILE & DASHBOARD)
*************************************** */
/* 'edit page' button */
a.toggle_customise_edit_panel { 
	background:#e1e7f2 none repeat scroll 0 0;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	
	width:auto;
	clear:right;
	
	display:inline-block;
	margin:10px 0 4px 245px;
	padding:1px 6px;
	
}
a.toggle_customise_edit_panel:hover { 
	/*color: #ffffff;
	background: #323232;
	border:1px solid #323232;*/
	text-decoration:none;
}

a.button-right {
	/*border:1px solid #a3b5d9;*/
	background-color: #a3b5d9;
	color: #FFF;
	color: #FFF;
	cursor:pointer;
	font-size: 11px;
	font-weight: bold;
	padding:3px 10px;
	float:right; 
	margin:13px 0 1px;
	text-align:center;
	overflow:hidden;
}

a.button-right:hover {
	text-decoration: none;
}

#customise_editpanel {
	display:none;
	margin: 0 0 20px 0;
	padding:0 30px 5px 40px;
}

/* Top area - instructions */
.customise_editpanel_instructions {
	width:656px;
	padding:0px 5px 10px;
}
.customise_editpanel_instructions h2 {
	padding:0 0 10px 0;
}
.customise_editpanel_instructions p {
	margin:0 0 5px 0;
	line-height: 1.4em;
}

/* RHS (widget gallery area) */
#customise_editpanel_rhs {
	float:right;
	width:230px;
	background:white;
}
#customise_editpanel #customise_editpanel_rhs h2 {
	color:#333333;
	font-size: 1.4em;
	margin:0;
	padding:6px;
}
#widget_picker_gallery {
	border-top:1px solid #cccccc;
	background:white;
	width:210px; 
	height:438px;
	padding:10px;
	overflow:auto;
	overflow-x:hidden;
}

/* main page widget area */
#customise_page_view {
	width:656px;
	padding:10px;
	margin:0 0 10px 0;
	background:white;
}


#customise_page_view h2 {
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	margin:0;
	padding:5px;
	width:200px;
	color: #323232;
	background: #dedede;
	font-size:1.25em;
	line-height: 1.2em;
}
#profile_box_widgets {
	width:422px;
	margin:0 10px 10px 0;
	padding:5px 5px 0px 5px;
	min-height: 50px;
	border:1px solid #cccccc;
	background: #dedede;
}
#customise_page_view h2.profile_box {
	width:422px;
	color: #999999;
}
#profile_box_widgets p {
	color:#999999;
}
#leftcolumn_widgets {
	width:200px;
	margin:0 10px 0 0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
}
#middlecolumn_widgets {
	width:200px;
	margin:0 10px 0 0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
}
#rightcolumn_widgets {
	width:200px;
	margin:0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
}
#rightcolumn_widgets.long {
	min-height: 288px;
}


#customise_editpanel table.draggable_widget {
	width:200px;
	background: #cccccc;
	margin: 10px 0 0 0;
	vertical-align:text-top;
	border:1px solid #cccccc;
}
#widget_picker_gallery table.draggable_widget {
	width:200px;
	background: #cccccc;
	margin: 10px 0 0 0;
}

/* take care of long widget names */
#customise_editpanel table.draggable_widget h3 {
	word-wrap:break-word;/* safari, webkit, ie */
	width:140px;
	line-height: 1.1em;
	overflow: hidden;/* ff */
	padding:4px;
}
#widget_picker_gallery table.draggable_widget h3 {
	word-wrap:break-word;
	width:145px;
	line-height: 1.1em;
	overflow: hidden;
	padding:4px;
}
#customise_editpanel img.more_info {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/other_icons/icon_customise_info.gif) no-repeat top left;
	cursor:pointer;
}
#customise_editpanel img.drag_handle {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/other_icons/icon_customise_drag.gif) no-repeat top left;
	cursor:move;
}
#customise_editpanel img {
	margin-top:4px;
}
#widget_moreinfo {
	position:absolute;
	border:1px solid #333333;
	background:#e4ecf5;
	color:#333333;
	padding:5px;
	display:none;
	width: 200px;
	line-height: 1.2em;
}
/* droppable area hover class  */
.droppable-hover {
	background:#bbdaf7;
}
/* target drop area class */
.placeholder {
	border:2px dashed #AAA;
	width:196px !important;
	margin: 10px 0 10px 0;
}
/* class of widget while dragging */
.ui-sortable-helper {
	background: #4690d6;
	color:white;
	padding: 4px;
	margin: 10px 0 0 0;
	width:200px;
}


/* ***************************************
	BREADCRUMBS
*************************************** */
#pages_breadcrumbs {
	font-size: 80%;
	color:#bababa;
	padding:0;
	margin:2px 0 0 10px;
}
#pages_breadcrumbs a {
	color:#999999;
	text-decoration: none;
}
#pages_breadcrumbs a:hover {
	color: #323232;
	text-decoration: underline;
}


/* ***************************************
	MISC.
*************************************** */
/* reusable generic collapsible box */
.collapsible_box {
	background:#e8ecf5;
	padding:5px 10px 5px 10px;
	margin:4px 0 4px 0;
	display:none;
}	
a.collapsibleboxlink {
	cursor:pointer;
}

/* tag icon */	
.object_tag_string {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/other_icons/icon_tag.gif) no-repeat left 2px;
	margin:2px 0;
	padding:2px 0 0 18px;
}	

/* profile picture upload n crop page */	
#profile_picture_form {
	height:145px;
}	
#current_user_avatar {
	float:left;
	width:160px;
	height:130px;
	border-right:1px solid #cccccc;
	margin:0 20px 0 0;
}	
#profile_picture_croppingtool {
	border-top: 1px solid #cccccc;
	margin:40px 0 0 0;
	padding:10px 0 0 0;
}	
#profile_picture_croppingtool #user_avatar {
	float: left;
	margin-right: 20px;
}	
#profile_picture_croppingtool #applycropping {

}
#profile_picture_croppingtool #user_avatar_preview {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 100px;
}	


/* ***************************************
	SETTINGS & ADMIN
*************************************** */
.admin_statistics,
.admin_users_online,
.usersettings_statistics,
.admin_adduser_link,
#add-box,
#search-box,
#logbrowser_search_area {
	background:white;
	margin:10px 0px;
	padding:0px;
}

.usersettings_statistics h3,
.admin_statistics h3,
.admin_users_online h3,
.user_settings h3,
.notification_methods h3 {
	background:#e8ecf5;
	color:#333333;
	font-size:1.1em;
	line-height:1em;
	margin:0 0 10px 0;
	padding:5px;
}
h3.settings {
	background:#e4e4e4;
	color:#333333;
	font-size:1.1em;
	line-height:1em;
	margin:10px 0 4px 0;
	padding:5px;
}
.admin_users_online .profile_status {
	background:#EFEFEF;
	line-height:1.2em;
	padding:2px 4px;
}
.admin_users_online .profile_status span {
	font-size:90%;
	color:#666666;
}
.admin_users_online  p.owner_timestamp {
	padding-left:3px;
}


.admin_debug label,
.admin_usage label {
	color:#333333;
	font-size:100%;
	font-weight:normal;
}

.admin_usage {
	border-bottom:1px solid #cccccc;
	padding:0 0 20px 0;
}
.usersettings_statistics .odd,
.admin_statistics .odd {

}
.usersettings_statistics .even,
.admin_statistics .even {

}
.usersettings_statistics td,
.admin_statistics td {
	padding:2px 4px 2px 4px;
	border-bottom:1px solid #cccccc;
}
.usersettings_statistics td.column_one,
.admin_statistics td.column_one {
	width:200px;
}
.usersettings_statistics table,
.admin_statistics table {
	width:100%;
}
.usersettings_statistics table,
.admin_statistics table {
	border-top:1px solid #cccccc;
}
.usersettings_statistics table tr:hover,
.admin_statistics table tr:hover {
	background: #E4E4E4;
}
.admin_users_online .search_listing {
	margin:0 0 5px 0;
	padding:5px;
	border:2px solid #cccccc;
}



/* force tinyMCE editor initial width for safari */
.mceLayout {
	width:683px;
}
p.longtext_editarea {
	margin:0 !important;
}
.toggle_editor_container {
	margin:0 0 15px 0;
}
/* add/remove longtext tinyMCE editor */
a.toggle_editor {
	display:block;
	float:right;
	text-align:right;
	color:#666666;
	font-size:1em;
	font-weight:normal;
}

div.ajax_loader {
	background: white url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/ajax_loader.gif) no-repeat center 30px;
	width:auto;
	height:100px;
	margin:0 10px 0 10px;
}


/* reusable elgg horizontal tabbed navigation 
   (used on friends collections, external pages, & riverdashboard mods)
*/
#elgg_horizontal_tabbed_nav {
	margin:0 0 5px 0;
	padding: 0;
	display:table;
	width:100%;
	border-bottom:1px solid #EFEFEF;
}
#elgg_horizontal_tabbed_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#elgg_horizontal_tabbed_nav li {
	float: left;
	border: none;
	background: #BDBDBD;
	line-height:20px;	
	margin: 0 10px 0 0px;
}
#elgg_horizontal_tabbed_nav a {
	color: white;
	display: block;
	font-weight:normal;
	height:21px;
	padding:3px 10px 0 10px;
	text-align: center;
	text-decoration: none;
}

#elgg_horizontal_tabbed_nav a:hover {
	color: #FFF;
	background: #8cca1c;
}
#elgg_horizontal_tabbed_nav .selected {
	border-color: #cccccc;
	background: #8cca1c;
}
#elgg_horizontal_tabbed_nav .selected a {
	position: relative;
	top: 0px;
	color: white;
}




/* ***************************************
	ADMIN AREA - REPORTED CONTENT
*************************************** */
.reportedcontent_content {
	margin:0 0 5px 0;
	padding:0 7px 4px 10px;
}
.reportedcontent_content p.reportedcontent_detail,
.reportedcontent_content p {
	margin:0;
}
.active_report {
	border:1px solid #D3322A;
    background:#F7DAD8;
}
.archived_report {
	border:1px solid #666666;
    background:#dedede;
}
a.archive_report_button {
	float:right;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#e1e7f2;
	border: 1px solid #e1e7f2;
	width: auto;
	padding: 4px;
	margin:15px 0 0 20px;
	cursor: pointer;
}
a.archive_report_button:hover {
	background: #323232;
	border: 1px solid #323232;
	text-decoration: none;
}
a.delete_report_button {
	float:right;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#999999;
	border: 1px solid #999999;
	width: auto;
	padding: 4px;
	margin:15px 0 0 20px;
	cursor: pointer;
}
a.delete_report_button:hover {
	background: #333333;
	border: 1px solid #333333;
	text-decoration:none;
}
.reportedcontent_content .collapsible_box {
	background: white;
}


/*	Banner */
#banner_sidebar {
	float:left;
	/*padding:0 24px 0 21px;*/
	width:160px;
}

/*PreLoad*/
#preload {	display:none; }
#preload {	background:none;}

/*Home*/
/*ul#welcome_home { list-style:none;}
ul#welcome_home li {border-bottom:2px solid #E5E5E5; margin: 10px 0px 3px 0px; padding:2px 2px 2px 40px;}
ul#welcome_home li.connect {background: transparent url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/home_icon_connect.jpg) no-repeat 0px 4px; }
ul#welcome_home li.connect h3 {color:#00B2E1;}
ul#welcome_home li.collaborate {background: transparent url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/home_icon_collaborate.jpg) no-repeat 0px 4px; }
ul#welcome_home li.collaborate h3 {color:#e1e7f2;}
ul#welcome_home li.learn {background: transparent url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/home_icon_learn.gif) no-repeat 0px 4px; }
ul#welcome_home li.learn h3 {color:#18191B;}*/


#two_column_left_sidebar_maincontent_boxes #content_area_user_title h2 span {color:#e1e7f2;}


/*Menu Owner*/

#menu-owner { 
	height:44px;
	margin:0 0 11px 118px;
	padding:0;
	position:relative;
}

#menu-owner ul { float:right; height:24px; margin:0px; padding:0px; overflow:hidden; list-style:none; line-height:16px; }
#menu-owner ul li{ display: inline; color:#333; }
#menu-owner ul li.separador-vert { margin: 0 8px; }
#menu-owner ul li a {color: white; padding:2px 0px; font-weight:bolder; }
#menu-owner ul li a:hover { background: none; }
#menu-owner ul li.profile a {font-weight:normal;} 

.main #menu-owner {font-size:1.1em; margin:18px 0 11px 386px;}
.main #menu-owner ul li a {color: #333;}
.main #menu-owner ul li.separador-vert { color: #333; }

/*Search*/

/*#contenedor-search {position:asolute; width:190px; height:33px; margin:100px 0 0 740px; padding:0px; background: transparent url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/search_bg.png) no-repeat 0 0; }
#contenedor-search .searchform{	width:180px; height:23px; margin:7px 0 0 8px; position:absolute;}
#contenedor-search .searchform input.search_input { border:1px solid #EF047E; background-color:#FFFFFF; color:#666; font-size:11px; line-height:15px; font-weight:normal; margin:0px;	padding:3px;	width:138px;}
#contenedor-search .searchform button.search_submit_button { border:none; width:17px; height:17px; cursor:pointer; margin:2px 0 0 5px; position:absolute;	background: transparent url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/search_icon.jpg) no-repeat 0 0;}
#contenedor-search .searchform button.search_submit_button span{ display:none;}*/

/*The Wire*/

#thewire_list {background:white;}
#thewire-content {/*background:#E9E9E9; margin:5px; padding:5px;*/}
.thewire #elgg_horizontal_tabbed_nav {background:white;}

#two_column_left_sidebar_boxes .the_wire {/*background: transparent url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/the_wire_icon.png) no-repeat right 11px; */ border:none; border-bottom:1px solid #E4E4E4; padding-bottom:20px;}
#two_column_left_sidebar_boxes .the_wire h3 { font-size:1.25em; padding-top:13px;} 
#two_column_left_sidebar_boxes .the_wire h3 span {color:#e1e7f2;}
#two_column_left_sidebar_boxes #thewire_sidebarInputBox {background:#EEEEEE; border:1px solid #CCCCCC; width:98%; padding:2px; margin:5px 0px 0px;}
#layout_canvas .thewire_characters_remaining {float:left; margin: 0; padding: 4px 20px 0 0;}
#layout_canvas input.thewire_characters_remaining_field {padding:4px; text-align:center; background:#F0F0F0;}
#layout_canvas #thewire_submit_button {float:right; margin:4px 0 0; padding: 3px 2px 1px;}
#layout_canvas .post_to_wire input.thewire_submit {margin:6px 0px 0px 0px; float:right; padding: 3px 2px 1px;}
#layout_canvas .thewire_icon {margin:0 8px 0 2px;}
#two_column_left_sidebar_boxes .the_wire .last_wirepost  {background:#E9E9E9;}
#two_column_left_sidebar_boxes .the_wire .last_wirepost .thewire-singlepage .thewire-post { padding:3px; background:none;}
#two_column_left_sidebar_boxes .the_wire .last_wirepost  .thewire-singlepage .note_date {padding:3px;} 
#two_column_left_sidebar_boxes .the_wire .last_wirepost .thewire-singlepage .note_body {-moz-border-radius:0px; background:#EFEFEF none repeat scroll 0 0; padding:6px 4px 4px; min-height:0px;}
#two_column_left_sidebar_boxes .the_wire .last_wirepost .thewire-singlepage .note_body .thewire_icon { display:none; } 
#layout_canvas .note_body {
	-moz-border-radius:0px; 
	background:#e8ecf5 none repeat scroll 0 0; 
	padding:6px 4px 0px;
}
#layout_canvas .post_to_wire {margin:0px; padding:0px; -moz-border-radius:0px;-webkit-border-radius:0px; } 
.post_to_wire textarea#thewire_large-textarea {width:97%} 
.profile .thewire-singlepage .thewire-post{ background:none;}

#two_column_left_sidebar_maincontent div.thewire {margin-top:15px;}

hr.thewire {margin:25px auto; color:#EFEFEF;}

#layout_canvas textarea#thewire_large-textarea {font: 120% "Lucida Sans Unicode", Arial, Helvetica, sans-serif;}

#two_column_left_sidebar_maincontent .thewire-singlepage .thewire-post {background:white none repeat scroll 0 0; position: relative; margin: 7px 0 5px;}
#two_column_left_sidebar_maincontent .thewire-singlepage .thewire-post .note_date {padding-right:3px;}


/*#two_column_left_sidebar_maincontent .thewire_options {/*margin: 48px 0 0 332px;*/ position:absolute; width:102px; list-decoration:none; text-align:right;}*/
#two_column_left_sidebar_maincontent .thewire_options {margin: 48px 0 0 330px; position:absolute; width:102px; list-decoration:none; text-align:right;}
#two_column_left_sidebar_maincontent #thewire-content .thewire_options {/*margin:48px 0 0 332px;*/ position:absolute; text-align:right; width:102px; bottom: 0px; right: 0px;}
#two_column_left_sidebar_maincontent .thewire-singlepage {margin:0px;}

#thewire-content .pagination {margin:5px 0px; padding:5px 0px; } 

#two_column_left_sidebar_maincontent .thewire_options li{display:inline;}
#two_column_left_sidebar_maincontent .thewire_options li.divisor {color:#999; background:none;}
#two_column_left_sidebar_maincontent .thewire-post a { background:transparent none repeat scroll 0 0; border:medium none; color:#333; font-weight:bolder; font-size:11px;  margin:0 0 5px 2px; padding:0 0 2px; width:auto;} 
/*#two_column_left_sidebar_maincontent .thewire-post .note_body .thewire_options a {color:#e1e7f2; font-weight:normal; }*/
#two_column_left_sidebar_maincontent .thewire-post .note_body .thewire_options a {color:#333; font-weight:normal; } 

#two_column_left_sidebar_maincontent .thewire-post .note_body .thewire_options .delete_note a {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	background: url("http://www.onlinecouples.com/_graphics/icon_customise_remove.png") no-repeat 0 0;
	text-indent: -9000px;
}

#widget_table .note_body {
	padding:6px 4px;
}

.collapsable_box .thewire_options {font-size:11px; width:46px; list-style-image:none; margin:32px 0 0 212px; position:absolute;}
.collapsable_box .thewire_options .divisor {display:none;}
.collapsable_box .thewire_options li {display:inline; margin:0; margin-right:10px; }

.collapsable_box .thewire_options a {color:#2258a5; padding:1px;}
.collapsable_box .thewire_options a:hover {background:#2258a5; color:white; text-decoration:none;}

/*Twitter*/
.collapsable_box_content #twitter_widget li {width:280px;}
 

/*Recent Members*/
#two_column_left_sidebar_boxes .recent_members {/*background: transparent url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/recent_members_icon.png) no-repeat right 1px;*/ border:none; padding-bottom:20px;}
#two_column_left_sidebar_boxes .recent_members h3 { font-size:1.25em; padding-top:14px;} 
#two_column_left_sidebar_boxes .recent_members h3 span {color:#e1e7f2;}
#two_column_left_sidebar_boxes .recent_members .membersWrapper {background:#EEEEEE; border:1px solid #CCCCCC; margin-top:8px; -moz-border-radius:0px; -webkit-border-radius:0px; padding:6px;}
#two_column_left_sidebar_boxes .recent_members .usericon a.icon {/*padding:0px; border:1px solid #EEEEEE;*/}
#two_column_left_sidebar_boxes .recent_members .usericon a:hover {/*border:1px solid #e1e7f2;*/}

/*Site Message*/
#two_column_left_sidebar_maincontent_boxes .welcomemessage .collapsible_box {height:auto;}
#two_column_left_sidebar_maincontent_boxes .welcomemessage .input-text {float:left; width:90%;}
#two_column_left_sidebar_maincontent_boxes .welcomemessage .submit_button {float:right;}
#two_column_left_sidebar_maincontent_boxes .welcomemessage .input-textarea {height:66px;}


/*River Items*/
/*.river_item_list div.impar {background:#EEEEEE;}*/
.river_item_list div.impar {background:#e8ecf5;}
.river_item_list div.par {background::#e8ecf5;}
#two_column_left_sidebar_maincontent_boxes .river_item p {margin:2px 0 2px 4px;}
#two_column_left_sidebar_maincontent_boxes .river_content img {margin:2px 0 2px 25px;}

#layout_canvas .river_pagination a {background: #8cca1c; color:white; border:none; padding:2px 5px; font-weight:bolder; font-size:1.0em;}
#layout_canvas .river_pagination a:hover {text-decoration:none; color:white;}
#layout_canvas .river_pagination a.forward {float:right;}
#layout_canvas .river_pagination .back,#layout_canvas .river_pagination a.forward {
	-moz-border-radius:0px; -webkit-border-radius:0px;
}

#two_column_left_sidebar_maincontent_boxes .riverdashboard_filtermenu {display:none;}

/*	Reporter Content	*/
#layout_canvas .reportedcontent_content {
	padding:5px 7px 10px 10px;
}

/*Blog*/
#layout_canvas #blog_edit_page #two_column_left_sidebar_maincontent {width:644px; background:white;}
#layout_canvas #blog_edit_page #content_area_user_title h2 {margin:12px 30px 10px; color:#333;}
.blog_post { border-bottom:1px solid #CCCCCC; padding-bottom:6px}

#layout_canvas #blog_edit_page #blog_edit_sidebar{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

#layout_canvas #blog_edit_page #two_column_left_sidebar_210{
	padding:0 0 0 30px;
}

#layout_canvas #blog_edit_page .preview_button a{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border:none;
	background: #a3b5d9;
	color: #FFF;
	cursor:pointer;
	font-size: 11px;
	font-weight: bold;
	padding:4px 12px 4px;
	margin:0px 1px;
	width: auto;
}

#layout_canvas #blog_edit_page .preview_button a:hover {
	background: #8cca1c;
}

#layout_canvas .blog_previewpane{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	margin:0px;
} 

/*Site Menu*/
 /*#menu-site {position:absolute; margin:105px 0 0 25px; z-index:50;}
 #menu-site ul {width:730px; height:32px; margin:0px; padding:0px; list-style: none;}
 #menu-site ul li{float:left; margin: 0 3px 0 0;}
 
 #menu-site ul li a span.centro {background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/btn_cen.jpg) repeat-x 0 0; float: left; display: block; text-align: center; text-decoration: none; color: white; font-size: 13px; float: left; display: block; cursor: pointer; padding:5px 14px 4px;}
 #menu-site ul li a:hover span.centro {background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/btn_cen_hover.jpg) no-repeat 0 -2px; }
 #menu-site ul li a span.izq {background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/btn_izq.png) no-repeat 0 0; display:block; float:left; height:27px; width:5px; cursor: pointer;}
 #menu-site ul li a:hover span.izq {background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/btn_izq_hover.png) no-repeat 0 -2px; }
 #menu-site ul li a span.der {background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/btn_der.png) no-repeat 0 0; display:block; float:left; height:27px; width:5px; cursor: pointer;}
 #menu-site ul li a:hover span.der {background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/btn_der_hover.png) no-repeat 0 -2px; }
 
 #menu-site ul li.current { font-weight:bolder;}
 #menu-site ul li.current span.izq {background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/btn_izq_hover.png) no-repeat 0 -2px;}
 #menu-site ul li.current span.centro{background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/btn_cen_hover.jpg) no-repeat 0 -2px;}
 #menu-site ul li.current span.der{background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/btn_der_hover.png) no-repeat 0 -2px;}
 */
/*Tab DropDown*/
/*#menu-site li ul { padding: 0px; position: absolute; visibility: hidden; margin:24px 0px 0px -101px; height:47px; width:auto; z-index:9999;}*/
#menu-site li ul { padding: 0px; position: absolute; visibility: hidden; margin:24px 0px 0px -101px; height:47px; width:auto; z-index:9999;}
/*#menu-site li.learn ul {margin-left:-100px;}*/
/*#menu-site li.connect ul {margin-left:-174px}*/
/*#menu-site li.collaborate ul {margin-left:-262px;}*/

/*#menu-site li.connect ul {margin-left:-100px}
#menu-site li.collaborate ul {margin-left:-187px;}
#menu-site li.learn ul {margin-left:-296px;}

#menu-site li.current ul {visibility: visible;}
#menu-site li ul li { margin:0px; float: left; display: inline-block; padding:0px; background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/submenu_cen.png) repeat-x 0 0; /*height:47px;*/ padding:15px 10px; color:white; cursor:pointer; font-weight:normal;}
#menu-site li ul li.separador-vert { padding: 15px 6px; }
#menu-site li ul li:hover {}
#menu-site li ul li.izq {width:8px; background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/submenu_izq.png) no-repeat 0 0; padding:0px; height:47px;}
#menu-site li ul li.der {width:8px; background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/submenu_der.png) no-repeat 0 0; height:47px;}
#menu-site li ul li.activo a {font-weight:bolder; font-size:1.05em;}
#menu-site li ul li a { /*display:none; */color:white; cursor:pointer;}
#menu-site li ul li a:hover { text-decoration:underline;} 
*/
/*Members*/
#two_column_left_sidebar_boxes #memberssearchform {border:none;}
.members {margin-top:10px;}
#layout_canvas .members .profile_status{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background:none;
	font-style:italic;
}

#two_column_left_sidebar_boxes #memberssearchform input[type="submit"] {
	margin:0px;
	padding:5px;
}

/*Join*/
#join {
	margin:0px; 
	padding:0px;
}

#join p{margin-bottom:10px;}
#join a {
	display:block; 
	font-size:12px;
	font-weight:bolder; 
	color:white; 
	text-align:center; 
	padding:6px 14px;  
	margin:20px auto; 
	width:80px;
	background:#e1e7f2;
}
#join a:hover {color:#333; text-decoration:none;}

/*Groups*/
#two_column_left_sidebar_maincontent_boxes .groups .search_listing {border:1px solid #CCCCCC;}
#two_column_left_sidebar_boxes #owner_block_submenu {border:none; margin: 0px 0px 10px;}

#groupsearchform input[type="submit"]{
	margin:0px;
	padding:5px;
}

#layout_canvas #groups_closed_membership {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

#layout_canvas #groups_info_column_left .odd, #layout_canvas #groups_info_column_left .even {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background:#EFEFEF;
}

#layout_canvas #groups_info_column_right{
	margin:0px;
} 

#layout_canvas #fullcolumn .contentWrapper {
	margin:0 0 20px;
}


#layout_canvas #fullcolumn .forum_latest, #layout_canvas .forum_latest{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background: #EFEFEF;
}

#layout_canvas #right_column, #layout_canvas #left_column {
	clear:left;
	float:none;
	margin:0 10px 0 0;
	width:100%;
}

#layout_canvas #left_column .filerepo_widget_singleitem{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background: #EFEFEF !important;
}

#layout_canvas #group_members h2, #layout_canvas #right_column h2, #layout_canvas #left_column h2, #layout_canvas #fullcolumn h2{
	color:#333;
}

#layout_canvas #group_stats {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background:none;
} 

#layout_canvas #content_area_group_title h2  {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding:0 0 8px;
	margin:0px;
}

#layout_canvas .topic_post {
	border-bottom:1px solid #ccc;
}

#layout_canvas .add_topic{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	margin:10px 0px;
	padding:0px;
} 

#layout_canvas .add_topic a{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background: #a3b5d9;
	border:none;
	color: #FFF;
	cursor:pointer;
	font-size: 11px;
	font-weight: bold;
	padding:4px 12px 4px;
	margin:3px 1px;
}

#layout_canvas .add_topic a:hover {
	background: #8cca1c;
}

#layout_canvas .latest_discussion_info{
	width:250px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

  


/*The Wall*/
#two_column_left_sidebar_maincontent #mb_input_wrapper .input_textarea {width:638px;}
#two_column_left_sidebar_maincontent .messageboard .delete_message a {margin:-45px 0 0 634px; position:absolute;}

#layout_canvas #mb_input_wrapper {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background:none;
}

#layout_canvas .messageboard {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background:none;
}  

/*Tag Cloud*/
#tag_cloud {border-bottom:1px solid #cccccc; border-right:1px solid #cccccc; padding:8px 6px;}


/*Bookmarks*/
/*
#two_column_left_sidebar_maincontent .messages_buttonbank input[type="button"] {color:#e1e7f2; padding:3px 2px 1px; height:auto; font-size:11px;}
#two_column_left_sidebar_maincontent .messages_buttonbank input[type="button"]:hover {background:#e1e7f2 none repeat scroll 0 0; border:1px solid #e1e7f2; color:white;}
*/

#layout_canvas .shares_widget_wrapper{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background:#e8ecf5; 
}




/*Message*/
#two_column_left_sidebar_maincontent .messages_buttonbank{ 
	background:transparent;
	color:#e1e7f2; 
	margin:5px 5px 0;
}

#two_column_left_sidebar_maincontent .messages_buttonbank input {
	font: 80%/1.4  "Trebuchet MS", Arial, sans-serif;
	background:none;
	border:none;
	border-bottom:1px solid #E9E9E9;
	color:#e1e7f2;
	font-size:11px;
	font-weight:normal;
	margin:0px;
}

#two_column_left_sidebar_maincontent .messages_buttonbank input:hover{
	border-bottom:1px solid #e1e7f2;
}

/* Sidebar Blocks */
div.sidebar_block {
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}

div.sidebar_block h3{
	background:#e1e7f2;
	color:white;
	font-size:1.0em;
	padding:5px 2px 3px 10px;
	margin:0px;
}

div.connection { 
	float:left;
	margin:4px; 
}


div.sidebar_block div.content_box {
	padding:8px 6px;
}

/*Google Maps*/
#vgmap-venue-e-cent .location_button {background:#e1e7f2 none repeat scroll 0 0; font-family: Trebuchet MS,Arial,sans-serif;}

/*Tag Cumulus*/
#tag_cumulus_container {}

#layout_canvas  #tag_cumulus_container #content_area_user_title h2 {
	color:#333;
	font-size:1.1em;
	padding:15px 0 0 4px;
}

#layout_canvas  #tag_cumulus_container #content_area_group_title h2{
	color:#333;
	font-size:1.1em;
	padding:15px 0 0 4px;
}


#tag_content {
	padding:8px 6px;
}

/*Events*/
.events #event_list {width:430px;}
.events #event_list .search_listing { margin:0 0 5px 12px; }

/*Custom Search*/

div.search {
	margin:0px 0px 20px;
	padding: 0;
	border:1px solid #cccccc;
}

div.search {
	border:none;
	margin:6px 0 20px;
	padding:0 14px 0 0;
}

div.search h3.title-box{
	color:white;
	display:none;
	float:left;
	font-size:1.1em;
	margin:10px 0 0;
	padding: 0px 2px 3px 10px;
	background:none;
	font-weight:normal;
}

div.search form.searchform {
	float:right;
	padding:6px;
}

div.search input {
}

div.search .search_submit_button{
	background:transparent url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/btn-search.png) no-repeat scroll 0 2px;
	border:none;
	color:white;
	cursor:pointer;
	font-weight:bolder;
	height:25px;
	line-height:100%;
	margin:3px;
	padding:1px;
	width:20px;
	height:20px;
	text-indent:-200px;
}

#layout_canvas #infosearch{
	margin:5px 0;
	padding:0 10px 0 42px;
}

#layout_canvas #search-noresults{
	margin:10px 0;
}



#two_column_left_sidebar_maincontent #content_area_user_title{
	margin-bottom:6px;
}

#layout_canvas #content_area_user_title h2{
	color:#000000;
	font-size:14px;
	font-weight:bold;
}



.main #layout_canvas #content_area_user_title h2, .dashboard #layout_canvas #content_area_user_title h2{
	background:none;
	color:#323232;
}

h3.title-box{
	background:#e1e7f2;
	color:white;
	font-size:1.0em;
	padding:5px 2px 3px 10px;
	margin:0px;
}

/*Importer*/
#two_column_left_sidebar #importer-link {
	background:#F7F7F7; 
	border:1px solid #CCCCCC;
	margin:0 0 20px 0;
	padding:8px 6px;
}

/*Profile*/
#layout_canvas .usericon div.sub_menu{
}

#layout_canvas .usericon div.sub_menu h3 {
	background:none;
	color:#e1e7f2;	
	padding:6px 0 6px 4px;
}

#layout_canvas .usericon div.sub_menu a:hover{
	background:#EFEFEF;
}

#layout_canvas .usericon div.sub_menu p{
	padding-left: 4px;
}

#layout_canvas #customise_editpanel {
	padding:0px;
	margin:0px;
}

#layout_canvas #widget_table{
	/*padding:0px 12px;*/
	padding: 0px;
	margin: 0px 12px;
}

#layout_canvas #profile_info{
	padding:10px 26px 10px 1px;
  width: 640px;
}

#layout_canvas #profile_info_column_middle{
	/*width:330px;*/
} 

/*	Tidypics 
*/

#tidypics_content div.contentWrapper{
	width:42%;
	float:left;
}

#layout_canvas .tidypics_image_info {
	width:58%;
}

#layout_canvas #tidypics_info{
	padding:10px 5px 20px;
}

#layout_canvas #tidypics_desc {
	color:#666666;
	font-style:italic;
	padding:0 10px;
}

#layout_canvas .tidypics_album_gallery_item{
	font-size:11px;
}

#layout_canvas table.search_gallery {
	border-spacing:0px;
}

#layout_canvas #tidypics_image_full {
	margin:0px;
}

#layout_canvas .tidypics_download a{
	background:#a3b5d9;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	display:block;
	height:auto;
	margin:0 auto;
	padding:5px;
	width:102px;
}

#layout_canvas .tidypics_download a:hover{
	background:#8cca1c;
	color: #FFF}

#layout_canvas .tidypics_album_images {
	border:1px solid #DEDEDE;
	float:left;
	height:auto;
	margin:3px;
	padding:8px;
	text-align:center;
	width:auto;
} 

#layout_canvas .tidypics_album_images:hover {
	border:1px solid #9CD425;
	background:#EFEFEF none repeat scroll 0 0;
	color:#333333;
}

#layout_canvas .tidypics_album_cover {
	margin:8px 6px;
} 

#layout_canvas .tidypics_album_cover:hover {
	border:1px solid #e1e7f2;
	background:#EFEFEF;
}

#layout_canvas #tidypics_album_widget_container{
	padding:0 5px;
}

#layout_canvas #tidypics_album_widget_container a{
	font-weight:bolder;
	color:#2258a5;
}

#layout_canvas #tidypics_album_widget_container .tidypics_album_widget_single_item {
	float:left;
}




/* Search */
#layout_canvas #search-noresults .keyword{
	color:#000;
	font-weight:bolder;
}

/*	Videos	*/
#layout_canvas .index_box {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background:transparent;
	margin:20px 0 10px;
	padding:0 0 0;
}

#layout_canvas .index_box h2{
	margin:0px;
	padding:0px;
}


/*	Comments	*/

.delete-comment {
	display: block; 
	float: right;
	margin: -20px 0px 0px; 
}

.generic_comment_title {
	margin:10px 0px;
}

.generic_comment_content {
	min-height:42px;
}

.delete-comment a {
	color:#E24330;
} 

/*	Bookmarks	*/
#layout_canvas .sharing_item_address a{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background: #a3b5d9;
	color:white;
	border:none;
	padding:4px 12px 4px;
}  


#layout_canvas .sharing_item_address a:hover{
	background: #8cca1c;
	color:#000;
}

/*	Files */
#layout_canvas .filerepo_file{
	padding:0px;
	margin:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

#layout_canvas .filerepo_download a {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background: #a3b5d9;
	color:white;
	border:none;
	padding:4px 12px 4px;
}

#layout_canvas .filerepo_download a:hover{
	background: #8cca1c;
	color:#000;
}

#layout_canvas .filerepo_download, #layout_canvas .filerepo_controls {
	padding:0px;
}

#layout_canvas .filerepo_file .filerepo_specialcontent img {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background:none;
	border:1px solid #DEDEDE;
	margin:7px 0;
	padding:5px;
}

/*	Twitter	*/
#layout_canvas #twitter_widget li span{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

#layout_canvas .visit_twitter{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

/*	Notifications	*/
#layout_canvas #notificationstable td.emailtogglefield input{
	margin:0px;
} 

#layout_canvas #notificationstable td.sitetogglefield input{
	margin:0px;
} 

/*	Customize Profile	*/
#config #gallery img {
	margin:0px 4px 6px 0px;
	height:150px;
	overflow:hidden;
}

#config td{
	padding-bottom:10px;
}

/*	Translation Browser	*/
#layout_canvas #cont-countries input.submit_button{
	margin:14px 0 0 373px;
}

/*	Hot or Not	*/
#layout_canvas ul.ranking_numbers li a:hover{
	color:#8cca1c}

 
/*	Special Blog	*/

.special_blog{
	background:#2F2F2F url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/bg-blog.png) no-repeat top center;
}	

.special_blog #layout_canvas{
	min-height:500px;
}

 #blog_edit{
	margin:-24px 0px 23px
}

.special_blog .editmode {
	display:block;
	margin:0px auto;
}

.special_blog #page_container{
	padding:0px;
	margin:114px auto 0;
}

.special_blog #layout_header{
	background-color:black;
	padding:35px 30px 45px;
	width:auto;
}

.special_blog #blogsetting_list{
	background:#ccc;
	padding:10px;
	margin:-24px -40px 0px;
	display:none;
}

.special_blog #elgg_horizontal_tabbed_nav{
	border-bottom:1px solid #999;
	margin:0px;
}

.special_blog #blogsetting_content{
	background:white;
	padding:6px;
}

.special_blog #owner_block_submenu{
	background:black;
	border-top: 1px solid white;
	height:36px;
	margin:0px;
} 

.special_blog #owner_block_submenu .submenu_group{
	border:none;
}

.special_blog #layout_canvas{
	background:white;
}

.special_blog .submenu_group_a ul li{
	float:left;
}

.special_blog .submenu_group_filter{
	display:none;
}

.special_blog #menu-owner{
	margin:-60px 0 11px 270px;
	width:700px;
}

.special_blog #blog_header_text{
	width:20%;
}

.special_blog .groupfield{
	padding:5px 2px 10px;
}

.special_blog .field{
	margin:4px 0px 6px;
}

.special_blog .field input{
	margin-left:6px;
}

.special_blog .blog-images-header-content, .special_blog .blog-images-background-content{
	float:left;
	margin: 10px 0px 10px 10px;
	width:140px;
}

.special_blog .none {
	height:90px;
	line-height:90px;
}

.special_blog #gallery input[type="radio"], .special_blog #gallery input.radio {
	top:-2.65em;
}

.special_blog #gallery .none input[type="radio"], .special_blog #gallery .none input.radio{
	top:0.25em;
	margin-right:4px;
} 

.special_blog .blog-images-header-content p, .special_blog .current_background p, .special_blog .blog-images-background-content p {
	margin: 0 0 0px 26px;
}

.special_blog .blog-images-header-content img, .special_blog .blog-images-background-content img {
	width:80px;
	height:80px;
}

.special_blog .current_background{
	float:left;
	margin: 10px 0px 10px 10px;
	width:140px;
}


.special_blog .current_background img{
	width:80px;
	height:80px;
}

.special_blog #custombackground{
	top:0.25em;
}

.special_blog .background_options {
	margin-bottom:20px;
}

.special_blog .background_options .field{
	width:35%;
	float:left;
}

.special_blog .buttons{
	padding-bottom:0px;
}

.special_blog .footer{
	padding-top:10px;
}

.special_blog .blog-item{
	border-bottom:1px dotted #EFEFEF;
	padding-bottom:8px;
	margin-bottom:40px;
	
}

.special_blog .blog-item .description{
	padding:10px 1px 2px;
}

.special_blog .blog_actions{
	text-align:right;
}

.special_blog .blog_actions a{
	margin-right:10px;
}

.special_blog #blog-customized-comments-content .input-textarea{
	height:100px;
}

.special_blog .blog-item .blog_post{
	padding:0px;
	border:none;
}

.special_blog .contentWrapper{
	background:none;
}

.special_blog .blog_post .options{
	text-align:right;
} 

/*	News	*/
#layout_canvas div.news_form{
	margin:0px;
	padding:0px;
}

#layout_canvas .news_post p.tags{
	margin:0px;
}

#layout_canvas .news_post .options{
	text-align:right;
	padding-right:10px;
} 

#layout_canvas .news_post p.tags a{
	font-weight:normal;
}

/*	Messages	*/

#layout_canvas #messages{
	margin:0px;
}

#layout_canvas #messages .message_notread, #layout_canvas #messages .message_sent{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
} 


#layout_canvas #messages .msgsender{
	padding-left:10px;
	margin:0px 0px 3px;
}

#layout_canvas #messages .msgsender b{
	margin-right:10px;
}

#layout_canvas #messages .msgsender small{
	color:#666;
}

#layout_canvas .msgsubject input{
	position:relative;
	top:0.0em;
}

#layout_canvas .messages_buttonbank{ 
	background:transparent;
	color:#e1e7f2; 
	margin:5px 0 0;
	padding:5px 0px;
}

#layout_canvas .messages_buttonbank input {
	background:none;
	border:none;
	border-bottom:1px solid #E9E9E9;
	color:#e1e7f2;
	font: 80%/1.4  "Trebuchet MS", "Lucida Sans Unicode", "Jamrul",Helvetica,Verdana,Arial,Tahoma,sans-serif;
	font-size:11px;
	font-weight:normal;
	padding: 5px 1px;
	margin:0px;
}

#layout_canvas .messages_buttonbank input[type="button"]{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding-top:0px;
	height:28px;
	
}

#layout_canvas .messages_buttonbank input:hover{
	border-bottom:1px solid #e1e7f2;
}

/*	Pages	*/
#layout_canvas .pages_widget_singleitem_more {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

#widget_table .contentWrapper .search_listing {
	border:none;
	margin:0 10px 5px;
} 

#layout_canvas #pages_widget .search_listing {
	border:none;
	margin:0 10px 5px;
}

#layout_canvas .poll_gallery_content .search_listing {
	border:none;
	margin:0 10px 5px;
}

#layout_canvas .poll_gallery_content .search_listing:hover {
	background:white;
}


/*Aux*/
span.no { display: none;  }
hr.espaciador {background-color:#CCCCCC; border:0 none; color:#CCCCCC; height:2px; margin:6px 0px 16px 11px;}


/*hotornot*/
.hotornot_show_photos{
	width: 145px;
	float: left;
}

/*Messages*/
#layout_canvas .message_body .messagebody {
	overflow:hidden;
}
.clear {
	position: relative;
	clear: both;
}

#header_front {
	height: 0px;
	/*padding: 30px 0 0 0;
	position:relative;
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/header-950px.gif) no-repeat;*/
}

.inside #header_front {
	height:0px;
	/*background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/header-950px2.gif) no-repeat scroll 0 -80px;*/
}

/*****************************************************
* Header
*****************************************************/

/*header*/

div#topbar_banner{
	background-color:#1a469e;
	margin: 0 auto;	
	z-index:1;
	/*overflow:hidden;*/
}

div#topbar_banner div#topbar_banner-content{
	background:url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/topbar/bg-menu-main.png) top center no-repeat #1a469e;
	width: 990px;
	margin: 0 auto;	
	/*overflow:hidden;*/
	height:132px;
	position: relative;
	z-index:99;
	clear:both;
	/*border:1px solid yellow;*/
}

div#topbar_banner-content .logo{
	position:absolute; 
	left: 26px; 
	top: 13px; 
	width:390px; 
	height:103px; 
	cursor:pointer;
}


/* menu user */
div#topbar_banner-content .menu-login{
	float:right;
	margin-top: 11px;
	height: 64px;
	/*overflow:hidden;*/
	clear:both;
}

div#topbar_banner-content .menu-login a.option-login {
	float: left;
	margin: 0 0 0 27px;
	height: 69px;
}

div#topbar_banner-content .menu-login a.option-login-margin {
	float: left;
	margin: 17px 0 0 10px;
	height: 69px;

}

div#topbar_banner-content .menu-user {
	float:right;
	margin-top: 31px;
	overflow:hidden;
	clear:both;
}
/* option buttons */
div#topbar_banner-content .menu-user .option {
	float: left;
	font-family:Trebuchet MS, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-weight:600;
	height: 26px;
	padding: 0 0 0 16px;
}
div#topbar_banner-content .menu-user a.option:active, a.option:link, a.option:visited {
	color: #ffffff;
 	text-decoration: none;
}
div#topbar_banner-content .menu-user a.option:hover {
	text-decoration: underline;
	color:#c9d3e8;
}
div#topbar_banner-content .menu-user-login {
  background-color:#0c367f;
  clear:both;
  float:left;
  height:17px;
  margin-top:17px;
  /*overflow:hidden;*/
  padding:2px 9px 4px 0;
}
/* option buttons */
div#topbar_banner-content .menu-user-login .option {
	float: left;
	font-family:Trebuchet MS, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight:600;
	padding: 0 0 0 10px;
}
div#topbar_banner-content .menu-user-login a.option:active, a.option:link, a.option:visited {
	color: #ffffff;
 	text-decoration: none;
}

div#topbar_banner-content .menu-user-login a.option:hover {
	text-decoration: underline;
	color:#ffffff;
}

/******************************************************************************************/
body #facebooklogin-box {
	margin: -2px 0px 0px 0px;
	padding:0px;
}

body #twitterlogin-box{
	margin: -2px 0px 0px 0px;
	padding:0px;
}

body #twitterlogin-box img{
	height:25px;
	width:150px;
}

/*****************************************************
* End Header
*****************************************************/

.inside-home #page_wrapper{
	width:100%;

}

/* banner section home*/
#banner{
	overflow:hidden;
	margin: 0 auto;
	background-color:#1a469e;
}
#banner-content{
	width:990px;
	overflow:hidden;
	margin: 0 auto;
	height:344px;
	background:url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/bg-banner.png) no-repeat #1a469e;
}

/*#banner-content .banner-slider{
	float:left;
	overflow:hidden;
	width:270px;
	padding:55px 0 0 64px;
}*/

/*Banner Slider*/

#banner-content .banner-slider{
	float:left;
	overflow:hidden;
	width:270px;
	height: 189px;
	padding:55px 0 0 64px;
	position: relative;
}

#banner-content .banner-slider-container{
	overflow:hidden;
	width: 267px;
}

#banner-content .banner-slider-container ul {
	list-style: none;
}

#prevBtn, #nextBtn {
	text-indent: -8000px;
	display:block;
	height: 30px;
	width: 30px;
	left: 58px;
	position: absolute;
	overflow: hidden;
	top: 143px;
} 

#nextBtn {
	left: 321px;
}

#prevBtn a, #nextBtn a{
	background: transparent url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/easyslider/next.png) no-repeat scroll 0 0;
	display:block;
	height: 30px;
	width: 30px;
}
#prevBtn a{
	background: transparent url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/easyslider/prev.png) no-repeat scroll 0 0;
}

/*End Banner Slider*/

#banner-content .banner-form{
	float:left;
	padding:55px 0 0 114px;
	width:500px;
	overflow:hidden;
	min-height: 189px;
	/*border:1px solid red;*/
}

/* form find */

#banner-content .form-left{
	float:left; 
	overflow:hidden; 
	width:300px;
}

#banner-content .form-right{
	float:left; 
	overflow:hidden; 
	width:200px;
}

#banner-content label.formFind {
	font-weight:bold;
	font-size:11px;
	color:#000;
	/*margin:5px  0 5px 0;*/
	font-family:Trebuchet MS, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
}

#banner-content label.formFindGray{
	font-weight:bold;
	font-size:11px;
	color:#8e8e8e;
	margin:0px  13px 0px 13px;
	font-family:Trebuchet MS, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
}

#banner-content label.formFind-radio {
	font-weight:bold;
	font-size:11px;
	color:#000;
	margin:5px  0 5px 8px;
	font-family:Trebuchet MS, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
}

#banner-content input.formFind {
   border:solid  2px  #e1e7f2;
   background-color:#FFF;
   color:#000;
   font-size:11px;
   font-family:Trebuchet MS, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
   margin:5px  0 5px 0;
} 

#banner-content input.formFind:focus {
	border: solid 2px #2258a5;
}

#banner-content radio.formFind{
	border:none;
}

#banner-content select.formFind{
	border:2px solid  #d1daec;
	padding:2px;
   background-color:#FFF;
   color:#000;
   font-size:12px;
   margin:5px  0 5px 0;
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   width: 140px;
}

#banner-content input.formFind-submit
{
	margin:25px 0 0 0;
	height: 69px;
	width: 170px;
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/btn-find-couple.png) no-repeat;
	border-style: none;
	display: block;
	cursor: pointer;
}

#banner-content input.formFind-clear {
	margin: 10px 0 0 0;
}
/* end form find */

#banner-content .banner-links-down{
	/*border:1px solid green;*/ 
	height:35px; 
	float:right; 
	margin:35px 50px 0 0;
}

#banner-content .banner-links-down a img{
	margin:5px 7px 0 7px;
}

#banner-content .banner-links-down a img:hover{
	margin:0 5px 0 4px;
	height: 35px;
	width: 35px;
}

/* end banner section home*/

/* start content*/
#contentHome{
	width:990px;
	overflow:hidden;
	margin: 0 auto;
}

#contentHome .content-left {
	float:left; 
	overflow:hidden; 
	width:525px;
}


#contentHome .content-tabs{
	/*float:left;
	overflow:hidden;*/
	width:450px;
	/*height:207px;*/
	padding:44px 20px 15px 20px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#contentHome .content-tabs #twitter_OnlineCouples ul {
	list-style:none;
	margin: 5px 10px 5px 0;
}

#contentHome .content-tabs #twitter_OnlineCouples ul li {
	list-style:none;
	margin: 0 0 10px 0;
	/*padding: 0 0 0 5px;*/
}

#contentHome .content-right{
	float:left; 
	overflow:hidden; 
	width:464px; 
	padding:44px 0px 15px 0px;
}

#contentHome .content-btn-see-more{
	float:right; 
	padding:10px 36px 0 0;
}

/*#contentHome .content-bottom{
	float:left;
	overflow:hidden;
	background-color:#e8ecf5;
	width:990px;
	height:30px;
	overflow:hidden;
	float:left;
	color:#6c6f70;
	font-weight:bold;
	padding:15px 0 0px 454px;
	text-align:left;
	font-size:12px;
	clear:both;
}*/

#contentHome .space-home-10{
	height:5px;
	clear:both;
	width:1px;
}
#contentHome .text-black{
	color:#232429;
	font-size:12px;
	/*font-weight:bold;*/
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#contentHome .text-blue{
	color:#19459e;
	font-size:12px;
	font-weight:bold;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#contentHome .content-search-results {
	margin: 15px 180px 10px;
	min-height: 200px;
}

/* end content*/

.column_left {
	text-align: left;
	width: 675px;
	margin-left: 10px;
	float: left;
}

.column_right {
	text-align: left;
	width: 200px;
	float: right;
	margin-right: 10px;
}
	
.column_right h3,
.column_right p {
	padding: 0 13px;
}

.column_right h3 {
	margin: 0 0 1em 0;
	font: bold 14px Helvetica, Arial, Verdana, sans-serif;
	color: #555;
}

.column_right p {
	font-size: 11px;
	color: #999;
	line-height: 150%;
	margin: 0 0 1em 0;
}

.column_right_section {
	background: #e9e9e9 url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/column-right_top.gif) no-repeat;
	padding: 15px 0 0 0;
	margin: 0 0 20px 0;
}

.column_right_section.add_blue {
	background: #e2f0f9 url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/column-right_top_blue.gif) no-repeat;
}

.column_right_bottom {
	background: #e9e9e9 url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/column-right_bottom.gif) bottom;
	display: block;
	height: 10px;
}
.column_right_section.add_blue .column_right_bottom {
	background: #e2f0f9 url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/column-right_bottom_blue.gif) no-repeat bottom;
}


#b_is h2 {
	position: absolute;
	top: -34px;
	left: 310px;
	background-image: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/h2-index.gif);
	z-index: 900;
	width: 249px;
	height: 87px;
	text-indent: -5000px;
}
	
div#b_is {
	position: relative;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/bg-meet.gif) no-repeat;;
	margin: -90px 10px 10px 10px;
	padding: 52px 320px 40px 30px;
	z-index: 899;
}
#b_is p {
	font-size: 13px;
	line-height: 160%;
	color: #666;
}
#b_is p strong {
	display: block;
	font: bold 28px Helvetica, Arial, sans-serif;
	color: #333;
	letter-spacing: -1px;
	padding: 0 0 5px 0;
}
	
div#get_started {
	position: absolute;
	top: 62px;
	right: 25px;
	width: 275px;
	height: 130px;
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/bg-index_join.gif) no-repeat;
	text-align: center;
}
#get_started p {
	font-size: 11px;
	color: #999;
	padding: 23px 25px 10px 25px;
	line-height: 150%;
}
#get_started p.join_now {
	padding: 0;
}

#get_started p.join_now a,
#get_started p.join_now a:visited {
	display: block;
	height: 32px;
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/btn-join_now.jpg) no-repeat center top;
	text-indent: -7777px;
	border: 0;
	margin: 0;
}
div.content_end_front {
	display: block;
	height: 20px;
	text-align: right;
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/bg-content_end_950px.gif) no-repeat;
}

div#explore_container {
	background:transparent url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/bg-index_explore.gif) no-repeat scroll 0 0;
	margin:0 0 10px;
	padding:0 0 30px;/**/
	width: 675px;
}
div#explore_left,
div#explore_right {
	display: block;
	float: left;
	margin: 15px 0 30px 0;
	padding: 0 25px;
}
div#explore_left {
	width: 500px;
	height: 470px;
}
div#explore_right {
	width: 100px;
	text-align: center;
	padding-left: 0;
}

#explore_left a {
	position: relative;
	display: block;
	border: 0;
}

#explore_container p,
#stats p {
	font-size: 11px;
	color: #999;
}

p.subhead {
	margin: 0 auto;
	padding: 0;
	height: 40px;
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/bg-index_subhead.gif) no-repeat;
}
#explore_left p.subhead  { width: 310px; }
#explore_right p.subhead { text-align: center; margin: 0; background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/bg-index_arrow.gif) no-repeat; width: 100px; }
#stats p.subhead         { width: 30.8em; }

.subhead em {
	float: left;
	display: block;
	font-style: normal;
	padding: 8px 0 0 20px;
}
#explore_right .subhead em {
	padding-left: 0;
}

.subhead span {
	float: right;
	display: block;
	height: 40px;
	width: 20px;
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/bg-index_subhead.gif) no-repeat right top;
}

#explore_items{
	list-style-type:none;
	margin:0;
	padding:0;
}

#explore_left a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 250px;
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/explore_corners.png) no-repeat;
}

#explore_left a#big_picture {
	display: block;
	width: 500px;
	height: 375px;
	overflow: hidden;
}
div#explore_meta_preview {
	height: 375px;
	overflow: hidden;
}
#explore_meta_preview a,
#explore_meta_preview a:visited {
	color: white;
}
#explore_meta_preview a:hover {
	color: white;

}

div#explore_meta {
	position: relative;
	margin: 20px 0 0 0;
}
#explore_meta img {
	position: absolute;
	top: 0;
	left: 0;
}

#explore_meta h4 {
	font: bold 24px/125% Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0 0 0 60px;
	letter-spacing: -1px;
	color:#422e5d;
}

#explore_meta h4 a {
	display: inline;
}

#explore_meta p {
	padding: 0 0 0 60px;
}

#explore_meta h4.noImage,
#explore_meta p.noImage {
	padding: 0;
}

#explore_right ul li {
	height: 100px;
	width: 100px;
	color: white;
}

#explore_right ul li a,
#explore_right ul li a:visited {
	position: relative;
	display: block;
	float: right;
	width: 100px;
	height: 75px;
	background: #fff;
	border: 0;
	opacity: 0.5;
	-moz-opacity: 0.5;
	color: white;
	filter:alpha(opacity=50);
}
#explore_right ul li a:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	color: white;
	filter:alpha(opacity=100);
}

#explore_right ul li.selected a,
#explore_right ul li.selected a:visited {
	border: 0;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
	color: white;
}

#explore_right ul li.selected a span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100px;
	height: 75px;
}

#explore_right ul li img {
	display: block;
	width: 100px;
	height: 75px;
	margin: 0;
	padding: 0;
}

#explore_right p strong {
	font: bold 12px Helvetica, Arial, Verdana, sans-serif;
	display: block;
	text-decoration: underline;
	padding-top: 10px;
}

/************************************
* MORE INFO
************************************/

div#more_info {
	padding: 0;
	margin-bottom: 30px;
}

#more_info p {
	font: normal 14px/150% Helvetica, Arial, Verdana, sans-serif;
	color: #666;
	padding: 0 25px 25px 0;
}

#more_info ul li {
	float: left;
	display: block;
	margin:3px 0 3px 7px;
	padding:0 0 30px 70px;
	width:250px;
}

#more_info ul li#info_tour	  { background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/info-icons-01.gif) no-repeat; }
#more_info ul li#info_new     { background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/info-icons-02.gif) no-repeat; }/*background-position: -330px top; margin-left: 30px;*/
#more_info ul li#info_idea    { background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/info-icons-03.gif) no-repeat; }/*background-position: -660px top;*/
#more_info ul li#info_explore { background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/info-icons-01.gif) no-repeat; }/*background-position: left top; margin-left: 30px;*/

#more_info ul li h4 {
	font: bold 16px/150% Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 5px 0;
}

#more_info ul li p {
	font: normal 12px/150% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	padding: 0;
}

/************************************
* STATS
************************************/

#stats p.subhead {
	width: 30.8em;
	height: 40px;
}

#stats ul li {
	position: relative;
	float: left;
	width: 125px;
	text-align: center;
	margin: 0 5px 0 0;
	padding: 120px 0 0 0;
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/bg-index_stats.jpg) no-repeat;
}
#stats ul li#stats_photos { background-position: -13px top; }

/*#stats ul li#stats_videos { background-position: -134px top; }*/
#stats ul li#stats_videos { background-position: -143px top; }

/*#stats ul li#stats_audio { background-position: -265px top; }*/
#stats ul li#stats_audio { background-position: -272px top; }

/*#stats ul li#stats_text { background-position: -411px top; }*/
#stats ul li#stats_text { background-position: -402px top; }

#stats ul li#stats_members { background-position: -531px top; }

#stats ul li h4 {
	font: normal 12px/150% Helvetica, Arial, Verdana, sans-serif;
	color: #a0a0a0;
	padding: 1em 0 0 0;
	width: 125px;
}
#stats ul li h4 strong {
	display: block;
	font-size: 30px;
	color: #422e5d;
	font-weight:900;
	letter-spacing: -1px;
	line-height: 100%;
}

#stats ul li a,
#stats ul li a:visited {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 127px;
	height: 175px;
	text-indent: -7777px;
	background: #fff;
	opacity: 0.00;
	-moz-opacity: 0.00;
	filter:alpha(opacity=00);
	border: 0;
}
#stats ul li a:hover {
	opacity: 0.30;
	-moz-opacity: 0.30;
	filter:alpha(opacity=30);
}
/************************************************/
.column_right div.column_right_section {
	text-align: center;
}

div#box_explore {
	background-image: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/bg-index_explore.jpg);
	padding-top: 105px;
}

div#box_tour {
	background-image: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/bg-index_tour.jpg);
	padding-top: 120px;
}

div#box_new {
	background-image: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/bg-index_new.jpg);
	padding-top: 125px;
}

.column_right .column_right_section:hover p {
	color: #666;
}
div#box_explore:hover,
div#box_tour:hover,
div#box_new:hover {
	background-position: right top;
}


.column_right .column_right_section p.go_btn {
	padding-top: 10px;
}

.column_right_section p.go_btn a,
.column_right_section p.go_btn a:visited {
	display: block;
	height: 32px;
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/btn-index_explore.gif) no-repeat center top;
	text-indent: -7777px;
	border: 0;
	margin: 0;
}
#box_tour p.go_btn a,
#box_tour p.go_btn a:visited {
	background-image: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/btn-index_tour.gif);
}
#box_new p.go_btn a,
#box_new p.go_btn a:visited {
	background-image: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/btn-index_learn.gif);
}

div#box_explore:hover p.go_btn a,
div#box_tour:hover p.go_btn a,
div#box_new:hover p.go_btn a {
	background-position: center bottom;
}


/*	Footer	*/
div#b_footer{
	background-color:#1a469e;
	margin: 0 auto;	
	z-index:1;
	overflow:hidden;
}
div#b_footer div#content_footer {
	background-color:#1a469e;
  width: 990px;
	margin: 0 auto;	
	z-index:1;
	overflow:hidden;
	/*border:1px solid red;*/
}
div#content_footer .text-footer{
	float:left;
	overflow:hidden;
	clear:both;
	font-family:Trebuchet MS, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	color: #5984c6;
	font-size: 12px;
  padding: 0 0 20px 36px;
  width: 950px;
}

div#content_footer .menu-footer {
	float:left;
	padding: 31px 0 0 20px;
	overflow:hidden;
	clear:both;
}
/* option buttons */
div#content_footer .menu-footer .option, .option-nolink {
	float: left;
	font-family:Trebuchet MS, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight:600;
	height: 26px;
	padding: 0 0 0 16px;
}
div#content_footer .menu-footer a.option:active, a.option-nolink:active, 
a.option:link, a.option-nolink:link, a.option:visited, a.option-nolink:visited {
 	color: #ffffff;
 	text-decoration: none;
}

div#content_footer .menu-footer a.option:hover{
	text-decoration: underline;
	color:#c9d3e8;
}

div#content_footer .menu-footer a.option-nolink:hover{
	text-decoration: none;
	color:#ffffff;
}

.inside-home .content_end_front{
	padding:0;
	height:0px;
	
}

.ad-footer{
	overflow:hidden;
	width: 990px;
	margin: 0 auto;
}
.ad-footer .content-bottom{
	width: 970px;
	overflow:hidden;
	/*background-color:#e8ecf5;*/
	overflow:hidden;
	float:left;
	color:#6c6f70;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	clear:both;
  	padding: 10px;
}

/*	Last Profile Visitor	*/
#layout_canvas .izapWrapper, #layout_canvas .izapWrapperOnline{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background:none;
	float:left;
	margin:0px;
	padding:0px;
}

/*	Riverdashboard	*/

.river_pagination{
	margin:6px 0px;
}
 

/*	Add to any	*/
#owner_block_share_this {
	padding:5px 5px 5px 0;
}

#owner_block_share_this a {
	background:transparent url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/icon-share.gif) no-repeat scroll left top;
	color:#999999;
	font-size:90%;
	padding:0 0 4px 20px;
}

/*	Event Calendar	*/
#layout_canvas #event_list{
	width:275px;
}

#layout_canvas #event_list .search_listing {
	margin:0 0 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:white;
	border:none;
	padding:5px 0px;
}

#layout_canvas .ui-datepicker-current-day a{
	background:#E2E1DD !important;
}

#layout_canvas #ui-datepicker-div a:hover, .ui-datepicker-inline a:hover {
	/*background: #C7B497*/
}

#layout_canvas .ui-datepicker-days-cell {
	background:#9F9F9F none repeat scroll 0 0;
	border:1px solid #9F9F9F;
	color:#FFFFFF;
}

#layout_canvas .ui-datepicker-inline{
	background:#E2E1DD none repeat scroll 0 0;
	border:none;
}

#layout_canvas .ui-datepicker-days-cell:hover {
	border:1px solid white;
}

#layout_canvas .ui-datepicker-title-row{
	background:#7F7F7F none repeat scroll 0 0;
}

#layout_canvas .ui-datepicker-title-row .ui-datepicker-week-end-cell{
	background:#7F7F7F none repeat scroll 0 0;
} 

#layout_canvas #ui-datepicker-div a, #layout_canvas .ui-datepicker-inline a {
	text-decoration:none;
	color:#333 !important;
}

#layout_canvas ul#calendarmenu {
	left:22px;
	top:7px;
}

#layout_canvas ul#calendarmenu li{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

#layout_canvas ul#calendarmenu li a:hover, #layout_canvas ul#calendarmenu li.sys_selected a{
	background:#333 none repeat scroll 0 0;
}

/*Facebook Customization*/
div.iconfacebook div.usericon a.icon img {
	width:100px;
	height:100px;
}

/*	Manija en widgets	*/
.manija {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/manija.png) no-repeat center top;
	height:10px;
	
}

/*	Logo	*/
.inside {
	/*background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/sharekati_logo.png) no-repeat center 20px;*/
	padding-top:50px;
}


/*	Profile */
#profile_info h2{
	display:block;
	font-size:1.8em;
	font-weight:bolder;
	text-align: left;
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
}

#profile_info h2 a{
	color: #1e54a5;
	font-weight:bolder;
}

#profile_info #profile_info_column_middle h3{
	display:block;
	font-size:1.3em;
	font-weight:bolder;
	margin: 0 0 10px 0;
	color: #1e54a5;
}

#profile_info_column_right .profile_aboutme_title {
	color: #1e54a5;
	font-size:1.5em;
	font-weight:bolder;
}

#profile_info_column_middle .odd {
	background: #eaeff7;
}

#profile_info_column_middle .profile_status{
	background: #eaeff7;
	padding:4px;
}
.valijita {
	/*float:left;*/
	margin: 2px 0px 0px 8px;
	position:absolute;
}
#layout_canvas #message_reply_editor #message_tbl {
	width:422px !important;
}
#memberssearchform {
	border: none !important;
}
#profile_info_column_right {
	width:212px;
}
#profile_info_column_middle {
	width:200px;
}
#profile_icon_wrapper {
	text-align: center !important;
  float: none !important;
}
.profile-couple-division {
	margin: 10px 0 15px;
}

.profile-couple-division h3 {
	margin: 10px 0 10px -15px;
}
.blog_home{
	margin-left:-14px;
	margin-top: -9px;
	margin-bottom:18px;
}/*-------------------------------
SIMPLEPIE FEED WIDGET
-------------------------------*/
.simplepie_blog_title {
  text-align: center;
  margin-bottom: 15px;
}

.simplepie_item {
  margin-bottom: 12px;
}

.simplepie_title {
  margin-bottom: 4px;
}

.simplepie_excerpt {
  margin-bottom: 4px;
}

.simplepie_date {
  font-size: 70%;
}

.simplepie_excerpt img {
  width: 170px;
}
.blog_home{
	
}
#profile_icon_wrapper {
	float:left;
}
	
.usericon {
	position:relative;
}

.avatar_menu_button {
	width:15px;
	height:15px;
	position:absolute;
	cursor:pointer;
	display:none;
	right:0;
	bottom:0;
}
.avatar_menu_arrow {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/avatar_menu_arrows.gif) no-repeat left top;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_on {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/avatar_menu_arrows.gif) no-repeat left -16px;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_hover {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/avatar_menu_arrows.gif) no-repeat left -32px;
	width:15px;
	height:15px;
}
.usericon div.sub_menu { 
	display:none; 
	position:absolute; 
	padding:2px; 
	margin:0; 
	border-top:solid 1px #E5E5E5; 
	border-left:solid 1px #E5E5E5; 
	border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999;  
	width:160px; 
	background:#FFFFFF; 
	text-align:left;
}
div.usericon a.icon img {
	z-index:10;
}

.usericon div.sub_menu a {margin:0;padding:2px;}
.usericon div.sub_menu a:link, 
.usericon div.sub_menu a:visited, 
.usericon div.sub_menu a:hover{ display:block;}	
.usericon div.sub_menu a:hover{ background:#cccccc; text-decoration:none;}

.usericon div.sub_menu h3 {
	font-size:1.2em;
	padding-bottom:3px;
	border-bottom:solid 1px #dddddd;
	color: #4690d6;
	margin:0 !important;
}
.usericon div.sub_menu h3:hover {

}

.user_menu_addfriend,
.user_menu_removefriend,
.user_menu_profile,
.user_menu_friends,
.user_menu_friends_of,
.user_menu_blog,
.user_menu_file,
.user_menu_messages,
.user_menu_admin,
.user_menu_pages {
	margin:0;
	padding:0;
}
.user_menu_admin {
	border-top:solid 1px #dddddd;
}
.user_menu_admin a {
	color:red;
}
.user_menu_admin a:hover {
	color:white !important;
	background:red !important;
}

.resetdefaultprofile {
	padding:0 10px 0 10px;
}
.resetdefaultprofile input[type="submit"] {
	background: #dedede;
	border-color: #dedede;
	color:#333333;
}
.resetdefaultprofile input[type="submit"]:hover {
	background: red;
	border-color: red;
	color:white;
}

/* Banned user */
#profile_banned {
	background-color:#FF8888;
	border:3px solid #FF0000;
	padding:2px;
}
.entity_item {
	padding: 6px 0 6px 5px;
	margin: 2px 0;
}

.entity_item:hover {
	background: #EFEFEF none repeat scroll 0 0;
}

.entity_item .entity_icon {
	float: left;
	padding: 0 10px 0 0;
}

.entity_item .entity_content {
	float: left;
}
.captcha-input-image {
	align: center;
	margin: auto;
}


#twitter_widget {
    margin:0 10px 0 10px;
}

#twitter_widget ul {
	margin:0;
	padding:0;
}

#twitter_widget li {
	/*background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/thewire_speech_bubble.gif) no-repeat right bottom;*/
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0;
	overflow-x: hidden;
}

#twitter_widget li span {
	color:#666666;
	background:white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	padding:5px;
	display:block;
}

p.visit_twitter a {
    background:url(http://www.onlinecouples.com/mod/twitter/graphics/twitter.png) left no-repeat;
    padding:0 0 0 20px;
    margin:0;
}
.visit_twitter {
	background:white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	padding:2px;
	margin:0 0 5px 0;
}

#twitter_widget li a {
	display:block;
	margin:0 0 0 4px;
}

#twitter_widget li span a {
	display:inline !important;
}
/*-------------------------------
MESSAGING PLUGIN
-------------------------------*/
#messages {
	margin:0 10px 0 10px;
}
.actiontitle {
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 10px 0;
}
#messages .pagination {
	margin:5px 0 5px 0;
}
#messages input[type="checkbox"] {
	margin:0;
	padding:0;
	border:none;
}
.messages_buttonbank {
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	background:white;
	margin:5px 10px;
	padding:5px;
	text-align: right;
}
.messages_buttonbank input {
	margin:0 0 0 10px;
}
.messages_buttonbank input[type="button"] {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4690D6;
	background:#dddddd;
	border: 1px solid #999999;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:0 0 0 10px;
	cursor: pointer;
}
.messages_buttonbank input[type="button"]:hover {
	background: #0054a7;
	border: 1px solid #0054a7;
	color:white;
}

#messages td {
	text-align: left;
	vertical-align:middle;
	padding: 5px;
}
#messages .message_sent {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	background: white;
	border:1px solid #cccccc; 	
}
#messages .message_notread {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	background: #F7DAD8;
	border:1px solid #ff6c7c; 
}
#messages .message_read {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	background: white;
	border:1px solid #cccccc; 
}
#messages .message_notread td {

}
#messages .message_read td {

}

#messages .delete_msg a {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0;
	background: url("http://www.onlinecouples.com/_graphics/icon_customise_remove.png") no-repeat right 0;
	text-indent: -9000px;
	float:right;
}
#messages .delete_msg a:hover {
	background-position: right -16px;
}
/* IE6 */
* html #messages .delete_msg a { background-position: right 4px; }
* html #messages .delete_msg a:hover { background-position: right 4px; } 

#messages .usericon,
#messages .groupicon {
	float: left;
	margin: 0 15px 0 0;
}

#messages .msgsender {
	color:#666666;
	line-height: 1em;
	margin:0;
	padding:0;
	float:left;
}
#messages .msgsender small {
	color:#AAAAAA;
}


#messages .msgsubject {
	font-size: 120%;
	line-height: 100%;
}

.msgsubject {
	font-weight:bold;
}

.messages_single_icon  {
	float: left;
	width:110px;
}

.messages_single_icon .usericon,
.messages_single_icon .groupicon {
	float: left;
	margin: 0 10px 10px 0;
}

/* view and reply to message view */
.message_body {
	margin-left: 120px;
}
.message_body .messagebody {
	padding:0;
	margin:10px 0 10px 0;
	font-size: 120%;
	border-bottom:1px solid #cccccc;
}

/* drop down message reply form */
#message_reply_form { display:none; }

.new_messages_count {
	color:#666666;
}
/* tinyMCE container */
#message_reply_editor #message_tbl {
	width:680px !important;
}
/* IE6 */
* html #message_reply_editor #message_tbl { width:676px !important;}

#messages_return {
	margin:4px 0 4px 10px;
}
#messages_return p {
	margin:0;
}
.messages_single {
	background: white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	margin:0 10px 10px 10px;
	padding:10px;	
}
/* when displaying original msg in reply view */
.previous_message {
    background:#dedede;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
    padding:10px;
    margin:0 0 20px 0;
}
.previous_message p {
    padding:0;
    margin:0 0 5px 0;
    font-size: 100%;
}




#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.sitetogglefield a.sitetoggleOff {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/icon_notifications_site.gif) no-repeat right 2px;
}
#notificationstable td.sitetogglefield a.sitetoggleOn {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/icon_notifications_site.gif) no-repeat right -36px;
}*/





/* widget */
.thewire-singlepage {
	margin:0 10px 0 10px;
}
.thewire-singlepage .note_body {
	background: white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}
.collapsable_box_content .note_body {
	line-height:1.2em;
}
.thewire-singlepage .thewire-post {
	margin-bottom:5px;
	background:transparent url(http://www.onlinecouples.com/mod/thewire/graphics/thewire_speech_bubble.gif) no-repeat right bottom; 
}
.thewire-post {
	background:#cccccc;
	margin-bottom:10px;
}
.thewire-post .note_date {
	font-size:90%;
	color:#666666;
	padding:0;
}
.thewire_icon {
    float:left;
    margin:0 8px 4px 2px;
}
.note_body {
	margin:0;
	padding:6px 4px 4px 4px;
	min-height: 40px;
	line-height: 1.4em;
}
.thewire_options {
	float:right;
	width:65px;
}
.thewire-post .reply {
	font: 11px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#999999;
	border: 2px solid #999999;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	padding: 0 3px 2px 3px;
	margin:0 0 5px 5px;
	cursor: pointer;
	float:right;
}
.thewire-post .reply:hover {
	background: #4690d6;
	border: 2px solid #4690d6;
	color:white;
	text-decoration: none;
}
.thewire-post .delete_note {
	width:14px;
	height:14px;
	margin:3px 0 0 0;
	float:right;
}
.thewire-post .delete_note a {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	background: url("http://www.onlinecouples.com/_graphics/icon_customise_remove.png") no-repeat 0 0;
	text-indent: -9000px;
}
.thewire-post .delete_note a:hover {
	background-position: 0 -16px;
}
/* IE 6 fix */
* html .thewire-post .delete_note a { background-position-y: 2px; }
* html .thewire-post .delete_note a:hover { background-position-y: -14px; }

.post_to_wire {
	background: white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	margin:0 10px 10px 10px;
	padding:10px;	
}
.post_to_wire input[type="submit"] {
	margin:0;
}

/* reply form */
textarea#thewire_large-textarea {
	width: 664px;
	height: 40px;
	padding: 6px;
	font-family: Arial, 'Trebuchet MS','Lucida Grande', sans-serif;
	font-size: 100%;
	color:#666666;
}
/* IE 6 fix */
* html textarea#thewire_large-textarea { 
	width: 642px;
}

input.thewire_characters_remaining_field { 
	color:#333333;
	border:none;
	font-size: 100%;
	font-weight: bold;
	padding:0 2px 0 0;
	margin:0;
	text-align: right;
	background: white;
}
input.thewire_characters_remaining_field:focus {
	border:none;
	background:white;
}
.thewire_characters_remaining {
	text-align: right;
}


.singleview {
	margin-top:10px;
}

.blog_post_icon {
	float:left;
	margin:3px 0 0 0;
	padding:0;
}

.blog_post h3 {
	font-size: 150%;
	margin:0 0 10px 0;
	padding:0;
}

.blog_post h3 a {
	text-decoration: none;
}

.blog_post p {
	margin: 0 0 5px 0;
}

.blog_post .strapline {
	margin: 0 0 0 35px;
	padding:0;
	color: #aaa;
	line-height:1em;
}
.blog_post p.tags {
	background:transparent url(http://www.onlinecouples.com/_graphics/icon_tag.gif) no-repeat scroll left 2px;
	margin:0 0 7px 35px;
	padding:0pt 0pt 0pt 16px;
	min-height:22px;
}
.blog_post .options {
	margin:0;
	padding:0;
}

.blog_post_body img[align="left"] {
	margin: 10px 10px 10px 0;
	float:left;
}
.blog_post_body img[align="right"] {
	margin: 10px 0 10px 10px;
	float:right;
}
.blog_post_body img {
	margin: 10px !important;
}

.blog-comments h3 {
	font-size: 150%;
	margin-bottom: 10px;
}
.blog-comment {
	margin-top: 10px;
	margin-bottom:20px;
	border-bottom: 1px solid #aaaaaa;
}
.blog-comment img {
	float:left;
	margin: 0 10px 0 0;
}
.blog-comment-menu {
	margin:0;
}
.blog-comment-byline {
	background: #dddddd;
	height:22px;
	padding-top:3px;
	margin:0;
}
.blog-comment-text {
	margin:5px 0 5px 0;
}

/* New blog edit column */
#blog_edit_page {
	/* background: #bbdaf7; */
	margin-top:-10px;
}
#blog_edit_page #content_area_user_title h2 {
	background: none;
	border-top: none;
	margin:0 0 10px 0px;
	padding:0px 0 0 0;
}
#blog_edit_page #blog_edit_sidebar #content_area_user_title h2 {
	background:none;
	border-top:none;
	margin:inherit;
	padding:0 0 5px 5px;
	font-size:1.25em;
	line-height:1.2em;
}
#blog_edit_page #blog_edit_sidebar {
	margin:0px 0 22px 0;
	background: #e9e9e9;
	padding:5px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#blog_edit_page #two_column_left_sidebar_210 {
	width:210px;
	margin:0px 0 20px 0px;
	min-height:360px;
	float:left;
	padding:0;
}
#blog_edit_page #two_column_left_sidebar_maincontent {
	margin:0 0px 20px 20px;
	padding:10px 20px 20px 20px;
	width:670px;
	background: #bbdaf7;
}
/* unsaved blog post preview */
.blog_previewpane {
    border:1px solid #D3322A;
    background:#F7DAD8;
	padding:10px;
	margin:10px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;	
}
.blog_previewpane p {
	margin:0;
}

#blog_edit_sidebar .publish_controls,
#blog_edit_sidebar .blog_access,
#blog_edit_sidebar .publish_options,
#blog_edit_sidebar .publish_blog,
#blog_edit_sidebar .allow_comments,
#blog_edit_sidebar .categories {
	margin:0 5px 5px 5px;
	border-top:1px solid #cccccc;
}
#blog_edit_page ul {
	padding-left:0px;
	margin:5px 0 5px 0;
	list-style: none;
}
#blog_edit_page p {
	margin:5px 0 5px 0;
}
#blog_edit_page #two_column_left_sidebar_maincontent p {
	margin:0 0 15px 0;
}
#blog_edit_page .publish_blog input[type="submit"] {
	font-weight: bold;
	padding:2px;
	height:auto;
}
#blog_edit_page .preview_button a {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	background:white;
	border: 1px solid #cccccc;
	color:#999999;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: auto;
	padding: 3px;
	margin:1px 1px 5px 10px;
	cursor: pointer;
	float:right;
}
#blog_edit_page .preview_button a:hover {
	background:#4690D6;
	color:white;
	text-decoration: none;
	border: 1px solid #4690D6;
}
#blog_edit_page .allow_comments label {
	font-size: 100%;
}







.sharing_item {

}

.sharing_item_owner {
	font-size: 90%;
	margin: 10px 0 0 0;
	color:#666666;
}

.sharing_item_owner .icon {
	float: left;
	margin-right: 5px;

}
.sharing_item_title h3 {
	font-size: 150%;
	margin-bottom: 5px;
}
.sharing_item_title h3 a {
	text-decoration: none;
}
.sharing_item_description p {
	margin:0;
	padding:0 0 5px 0;
}
.sharing_item_tags {
	background:transparent url(http://www.onlinecouples.com/_graphics/icon_tag.gif) no-repeat scroll left 2px;
	margin:0;
	padding:0 0 0 14px;
}

.sharing_item_address a {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#4690d6;
	border: 1px solid #4690d6;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:10px 0 10px 0;
	cursor: pointer;
}
.sharing_item_address a:hover {
	background: #0054a7;
	border: 1px solid #0054a7;
	text-decoration: none;
}
.sharing_item_controls p {
	margin:0;
}



/* SHARES WIDGET VIEW */
.shares_widget_wrapper {
	background-color: white;
	margin:0 10px 5px 10px;
	padding:5px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}
.shares_widget_icon {
	float: left;
	margin-right: 10px;
}
.shares_timestamp {
	color:#666666;
	margin:0;
}
.share_desc {
	display:none;
	line-height: 1.2em;
}
.shares_widget_content {
	margin-left: 35px;
}
.shares_title {
	margin:0;
	line-height: 1.2em;
}

/* timestamp and user info in gallery and list view */
.search_listing_info .shares_gallery_user,
.share_gallery_info .shares_gallery_user,
.share_gallery_info .shares_gallery_comments {
	color:#666666;
	margin:0;
	font-size: 90%;	
}





#logbrowserSearchform {
	padding: 10px;
	background-color: #dedede;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

.log_entry {
	width: 699px;
	font-size: 80%;
	background:white;
	margin:0 10px 5px 10px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border:1px solid white;
}
.log_entry td {
}

.log_entry_user {
	width: 120px;
}

.log_entry_time {
	width: 210px;
	padding:2px;
}

.log_entry_item {
	
}

.log_entry_action {
	width: 75px;
}
/* new members page */
.members .search_listing {
	border:2px solid #cccccc;
	margin:0 0 5px 0;
}
.members .search_listing:hover {
	background:#dedede;
}
.members .group_count {
	font-weight: bold;
	color: #666666;
	margin:0 0 5px 4px;
}
.members .search_listing_info {
	color:#666666;
}

.members .profile_status {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	background:#bbdaf7;
	line-height:1.2em;
	padding:2px 4px;
}
.members .profile_status span {
	font-size:90%;
	color:#666666;
}
.members  p.owner_timestamp {
	padding-left:3px;
}
.members .pagination {
	border:2px solid #cccccc;
	margin:5px 0 5px 0;
}


#memberssearchform {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
#memberssearchform input[type="submit"] {
	padding:2px;
	height:auto;
	margin:4px 0 5px 0;
}


.sidebarBox #thewire_sidebarInputBox {
	width:178px;
}
.sidebarBox .last_wirepost {
	margin:20px 0 20px 0;
}
.sidebarBox .last_wirepost .thewire-singlepage {
	margin:0;
}
.sidebarBox .last_wirepost .thewire-singlepage .thewire_options {
	display:none;
}
.sidebarBox .last_wirepost .thewire-singlepage .note_date {
	line-height: 1em;
	padding:3px 0 0 0;
	width:142px;
}
.sidebarBox .last_wirepost .thewire-singlepage .note_body {
	color:#666666;
	line-height: 1.2em;
}
.sidebarBox .last_wirepost .thewire-singlepage .thewire-post {
	background-position: 130px bottom;
}
.sidebarBox .thewire_characters_remaining {
	float:right;
}
.sidebarBox input.thewire_characters_remaining_field {
	background: #dedede;
}
.sidebarBox input.thewire_characters_remaining_field:focus {
	background: #dedede;
	border:none;
}
.sidebarBox input#thewire_submit_button {
	margin:2px 0 0 0;
	padding:2px 2px 1px 2px;
	height:auto;
}
.sidebarBox .membersWrapper {
	background: white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	padding:7px;	
}
.sidebarBox .membersWrapper .recentMember {
	margin:2px;
	float:left;
}
.sidebarBox .membersWrapper .recentMember .usericon img {
	width:25px;
	height:25px;
}
/* br necessary for ie6 & 7 */
.sidebarBox .membersWrapper br {
	height:0;
	line-height:0;
}
.welcomemessage {
	background:white;
}
.riverdashboard_filtermenu {
	margin:10px 0 10px 0;
}

.river_pagination .forward,
.river_pagination .back {
	display:block;
	float:left;
	border:1px solid #cccccc;
	color:#4690d6;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0 4px 1px 4px;
	cursor: pointer;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
.river_pagination .forward:hover,
.river_pagination .back:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
	border:1px solid #4690d6;
}
.river_pagination .back {
	margin:0 20px 0 0;
}
/* IE6 */
* html .river_pagination { margin-top:17px; }
/* IE7 */
*:first-child+html .river_pagination { margin-top:17px; }

/* activity widget */
.collapsable_box_content .river_item p {
	color:#333333;
}

.collapsable_box_content .content_area_user_title h2 {
	font-size:1.25em;
	line-height:1.2em;
	margin:0;
	padding:0 0 2px 0;
	color:#4690d6;
}
.river_content img {
	margin:2px 0 2px 20px;
}





#content_area_group_title h2 {
	color:#0054A7;
	font-size:1.35em;
	line-height:1.2em;
	margin:0 0 0 8px;
	padding:5px;
}
#topic_posts #content_area_group_title h2 {
	margin:0 0 0 0;
}

#two_column_left_sidebar_maincontent #owner_block_content {
	margin:0 0 10px 0 !important;
}

#groups_info_column_left {
	float:left:
	width:435px;
	margin-left:230px;
	margin-right:10px;
}

#groups_info_column_left .odd {
	background:#E9E9E9;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
#groups_info_column_left .even {
	background:#E9E9E9;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
#groups_info_column_left p {
	margin:0 0 7px 0;
	padding:2px 4px;
}

#groups_info_column_right {
	float:left;
	width:230px;
	margin:0 0 0 10px;
}
#groups_info_wide p {
	text-align: right;
	padding-right:10px;
}
#group_stats {
	width:190px;
	background: #e9e9e9;
	padding:5px;
	margin:10px 0 20px 0;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
#group_stats p {
	margin:0;
}
#group_members {
	margin:10px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	background: white;
}

#right_column {
	clear:left;
	float:right;
	width:340px;
	margin:0 10px 0 0;
}
#left_column {
	width:340px;
	float:left;
	margin:0 10px 0 10px;

}
/* IE 6 fixes */
* html #left_column { 
	margin:0 0 0 5px;
}
* html #right_column { 
	margin:0 5px 0 0;
}

#group_members h2,
#right_column h2,
#left_column h2,
#fullcolumn h2 {
	margin:0 0 10px 0;
	padding:5px;
	color:#0054A7;
	font-size:1.25em;
	line-height:1.2em;
}
#fullcolumn .contentWrapper {
	margin:0 10px 20px 10px;
	padding:0 0 5px;
}

.member_icon {
	margin:0 0 6px 6px;
	float:left;
}

/* IE6 */
* html #topic_post_tbl { width:676px !important;}

/* all browsers - force tinyMCE on edit comments to be full-width */
.edit_forum_comments .defaultSkin table.mceLayout {
	width: 636px !important;
}

/* topics overview page */
#forum_topics {
    padding:10px;
    margin:0 10px 0 10px;
    background:white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;    
}
/* topics individual view page */
#topic_posts {
	margin:0 10px 5px 10px;
}
#topic_posts #pages_breadcrumbs {
	margin:2px 0 0 0px;
}
#topic_posts form {
    padding:10px;
    margin:30px 0 0 0;
    background:white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
}
.topic_post {
	padding:10px;
    margin:0 0 5px 0;
    background:white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;  
}
.topic_post .post_icon {
    float:left;
    margin:0 8px 4px 0;
}
.topic_post h2 {
    margin-bottom:20px;
}
.topic_post p.topic-post-menu {
	margin:0;
}
.topic_post p.topic-post-menu a.collapsibleboxlink {
	padding-left:10px;
}
.topic_post table, td {
    border:none;
}

/* group latest discussions widget */
#latest_discussion_widget {
	margin:0 0 20px 0;
	background:white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}
/* group files widget */
#filerepo_widget_layout {
	margin:0 0 20px 0;
	padding: 0 0 5px 0;
	background:white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}
/* group pages widget */
#group_pages_widget {
	margin:0 0 20px 0;
	padding: 0 0 5px 0;
	background:white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}
#group_pages_widget .search_listing {
	border: 2px solid #cccccc;
}
#right_column .filerepo_widget_singleitem {
	background: #dedede !important;
	margin:0 10px 5px 10px;
}
#left_column .filerepo_widget_singleitem {
	background: #dedede !important;
	margin:0 10px 5px 10px;
}
.forum_latest {
	margin:0 10px 5px 10px;
	background: #dedede;
	padding:5px;
   	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
.forum_latest:hover {

}
.forum_latest .topic_owner_icon {
	float:left;
}
.forum_latest .topic_title {
	margin-left:35px;
}
.forum_latest .topic_title p {
	line-height: 1.0em;
    padding:0;
    margin:0;
    font-weight: bold;
}
.forum_latest p.topic_replies {
    padding:3px 0 0 0;
    margin:0;
    color:#666666;
}
.add_topic {
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	background:white;
	margin:5px 10px;
	padding:10px 10px 10px 6px;
}

a.add_topic_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	background:#4690d6;
	border:none;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	width: auto;
	height: auto;
	padding: 3px 6px 3px 6px;
	margin:0;
	cursor: pointer;
}
a.add_topic_button:hover {
	background: #0054a7;
	color:white;
	text-decoration: none;
}



/* latest discussion listing */
.latest_discussion_info {
	float:right;
	width:300px;
	text-align: right;
	margin-left: 10px;
}
.groups .search_listing br {
	height:0;
	line-height:0;
}
span.timestamp {
	color:#666666;
	font-size: 90%;
}
.latest_discussion_info .timestamp {
	font-size: 0.85em;
}
/* new groups page */
.groups .search_listing {
	border:2px solid #cccccc;
	margin:0 0 5px 0;
}
.groups .search_listing:hover {
	background:#dedede;
}
.groups .group_count {
	font-weight: bold;
	color: #666666;
	margin:0 0 5px 4px;
}
.groups .search_listing_info {
	color:#666666;
}
.groupdetails {
	float:right;
}
.groupdetails p {
	margin:0;
	padding:0;
	line-height: 1.1em;
	text-align: right;
}
#groups_closed_membership {
	margin:0 10px 20px 10px;
	padding: 3px 5px 5px 5px;
	background:#bbdaf7;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;	
}
#groups_closed_membership p {
	margin:0;
}

/* groups membership widget */
.groupmembershipwidget .contentWrapper {
	margin:0 10px 5px 10px;
}
.groupmembershipwidget .contentWrapper .groupicon {
	float:left;
	margin:0 10px 0 0;
}
.groupmembershipwidget .search_listing_info p {
	color: #666666;
}
.groupmembershipwidget .search_listing_info span {
	font-weight: bold;
}

/* groups sidebar */
.featuredgroups .contentWrapper {
	margin:0 0 10px 0;
}
.featuredgroups .contentWrapper .groupicon {
	float:left;
	margin:0 10px 0 0;
}
.featuredgroups .contentWrapper p {
	margin: 0;
	line-height: 1.2em;
	color:#666666;
}
.featuredgroups .contentWrapper span {
	font-weight: bold;
}
#groupssearchform {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
#groupssearchform input[type="submit"] {
	padding:2px;
	height:auto;
	margin:4px 0 5px 0;
}
.sidebarBox #owner_block_submenu {
	margin:5px 0 0 0;
}

/* delete post */
.delete_discussion {
	
}
.delete_discussion a {
	display:block;
	float:right;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0;
	background: url("http://www.onlinecouples.com/_graphics/icon_customise_remove.png") no-repeat 0 0;
}
.delete_discussion a:hover {
	background-position: 0 -16px;
	text-decoration: none;
}
/* IE6 */
* html .delete_discussion a { font-size: 1px; }
/* IE7 */
*:first-child+html .delete_discussion a { font-size: 1px; }

/* delete group button */
#delete_group_option input[type="submit"] {
	background:#dedede;
	border-color:#dedede;
	color:#333333; 
	margin:0;
	float:right;
	clear:both;
}
#delete_group_option input[type="submit"]:hover {
	background:red;
	border-color:red;
	color:white;
}



/* input msg area */
#mb_input_wrapper {
	margin:0 10px 5px 10px;
	padding:5px;
	background: white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

#mb_input_wrapper .input_textarea {
	width:675px;
}
.collapsable_box_content #mb_input_wrapper .input_textarea {
	width:259px;
}
.message_item_timestamp {
	font-size:90%;
	padding:10px 0 0 0;
}
p.message_item_timestamp {
	margin-bottom: 10px;
}
/* wraps each message */
.messageboard {
	margin:0 10px 5px 10px;
	padding:0;
	background: white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}
.messageboard .message_sender {
	float:left;
	margin: 5px 10px 0 5px;
}
/* IE6 */
* html .messageboard { width: 280px; } 
* html #two_column_left_sidebar_maincontent .messageboard { width: 667px; }
* html .messageboard .message_sender { margin: 5px 10px 0 2px; }
* html #mb_input_wrapper .input_textarea { width:645px; }
/* IE7 */
*:first-child+html .messageboard { width: 280px; } 
*:first-child+html #two_column_left_sidebar_maincontent .messageboard { width: 698px; }
*:first-child+html .messageboard .message_sender { margin: 5px 10px 0 2px; }

.messageboard .message p {
	line-height: 1.2em;
	background:#dedede;
	margin:0 6px 4px 6px;
	padding:4px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	overflow-y:hidden;
	overflow-x:auto;
	color:#333333;
}

.message_buttons {
	padding:0 0 3px 4px;
	margin:0;
	font-size: 90%;
	color:#666666;
}

.messageboard .delete_message a {
	display:block;
	float:right;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0 3px 3px 0;
	background: url("http://www.onlinecouples.com/_graphics/icon_customise_remove.png") no-repeat 0 0;
	text-indent: -9000px;
}
.messageboard .delete_message a:hover {
	background-position: 0 -16px;
}






/*=============================
===============================
  Questions plugin CSS
===============================
=============================*/

/*=======================================
   CSS for displaying listed quotes
========================================*/

.questions {
	border-bottom:1px dotted #333;
	background: transparent url('http://www.onlinecouples.com/mod/questions/graphics/question_icon.gif') no-repeat left top;
	padding: 2px 4px 6px 40px;
	min-height:40px;
	margin: 6px 10px 15px 10px; 
}

.answer {
	/*margin-bottom: 15px;
	border-bottom: 1px solid #aaaaaa;
	background-image:url('http://www.onlinecouples.com/mod/questions/graphics/questions_answered_rotated.gif');
	background-repeat:no-repeat;
	background-position:right;
	padding-right:50px;*/
}

.questions .question_notanswered {
	/*
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 15px;
	padding-right:50px;
	background-color: #eee;
	background-image:url('http://www.onlinecouples.com/mod/questions/graphics/questions_notanswered_rotated.gif');
	background-repeat:no-repeat;
	background-position:right;
	*/
}

.questions .question_answered {

	/*
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 15px;
	padding-right:50px;
	background-color: #eee;
	background-image:url('http://www.onlinecouples.com/mod/questions/graphics/questions_answered_rotated.gif');
	background-repeat:no-repeat;
	background-position:right;
	*/
}

.question_open a{
	display:block;
	height:20px;
	width:20px;
	float:left;
	margin-top:3px;
	background: transparent url('http://www.onlinecouples.com/mod/questions/graphics/openclosequestion_20.png') no-repeat top right;
	background-position: right -20px;
}

.question_close a{
	display:block;
	height:20px;
	width:20px;
	float:left;
	margin-top:3px;
	background: transparent url('http://www.onlinecouples.com/mod/questions/graphics/openclosequestion_20.png') no-repeat top right;
}

.question_open a:hover {
	background: transparent url('http://www.onlinecouples.com/mod/questions/graphics/openclosequestion_20.png') no-repeat top right;
}

.question_close a:hover {
	background-position: right -20px;
}

.questions_icon {
	float:left;
	margin:3px 0 0 3px;
	padding:0;
}

.questions h3 {
	font-size: 150%;
}

.questions p {
	margin: 0 0 5px 0;
}

.questions .strapline {
	margin: 0 0 0 35px;
	padding:0;
	color: #aaa;
	line-height:1em;
}
.questions p.tags {
	background:transparent url(http://www.onlinecouples.com/_graphics/icon_tag.gif) no-repeat scroll left 2px;
	margin:0 0 0 35px;
	padding:0pt 0pt 0pt 16px;
	min-height:22px;
}

.questions_body {
	/*font-style:italic;
	margin-left: 35px;*/
	font-size:12px;
	padding:0px 1px 0px;
}

.questions_body img[align="left"] {
	margin: 10px 10px 10px 0;
	float:left;
}
.questions_body img[align="right"] {
	margin: 10px 0 10px 10px;
	float:right;
}
.questions_body img {
	margin: 10px !important;
}

.questions_title {
	font-size:15px;
	font-weight:bold;
	margin-left: 35px;
}

.questions_rate a {
	text-decoration: none;
	font-weight: bold;
}

.questions_links {
	float:right;
	font-size:10px;
}
/*END CSS FOR LISTING QUESTIONS*/

/*==============================
   End Questions Plugin
================================*/




/*Cambios para farmsphere*/

.questions_full {
	margin:6px 0px;
}

.questions_full .question{
	background: #D3DADD;
	border:5px solid #94A4AD;
	padding:8px 8px 4px;
}

.questions_full .bottom_question{
	height:27px;
	background: transparent url(http://www.onlinecouples.com//mod/questions/graphics/pitillo.gif) no-repeat 378px bottom;
}


.questions_full .question_text{
	min-height:90px;
}

.questions_full .questions_icon{
	float:right;
	width:110px;
}

.questions_full h3{
	/*float:left;*/
}

.questions_full .questions_body{
	float:left;
	width:300px;
}

.questions_full .question_info{
	color:#334B57;
	padding-top:8px;
	
}

.questions_full .question_controls{
	border-top:1px dotted #666;
	padding-top:6px;
	margin-top:2px;
}

.questions_full .question_controls a{ 
	color:#333;
}

#container_answers{
	margin:4px auto 0px;
	padding:0px;
	border-top:2px solid #94A4AD;;
	border-bottom: 2px solid #94A4AD;;
}

.answers .answer {
	background: #D3DAAA;
	border:4px solid #94A4AD;
	border-top:2px solid #94A4AD;;
	border-bottom: 2px solid #94A4AD;;
	padding:8px 8px 4px;
}

.answers_icon {
	float:left;
	width:50px;
}

.answers_body{
	float:right;
	width:372px;
}

.bottom_answer{
	height:27px;
	background: transparent url(http://www.onlinecouples.com//mod/questions/graphics/pitillo_inv.gif) no-repeat 40px bottom;
}

.answer_info{
	color:#334B57;
	padding-top:8px;
}

.answer_controls{
	border-top:1px dotted #666;
	padding-top:6px;
	margin-top:2px;
}

.answer_controls a{ 
	color:#333;
}

#pre_question input.textfield{
	width:318px;
}

.opened{
	color: green;
}

.closed{
	color: red;
}.river_object_news_create {
	background: url(http://www.onlinecouples.com/mod/newss/graphics/river_icons/river_icon_news.gif) no-repeat left -1px;
}
.river_object_news_update {
	background: url(http://www.onlinecouples.com/mod/newss/graphics/river_icons/river_icon_news.gif) no-repeat left -1px;
}
.river_object_news_comment {
	background: url(http://www.onlinecouples.com/mod/newss/graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}

div.news_form{
	margin:4px 10px 20px 10px;
	padding:10px 20px 20px;
}


.news_post_icon {
	float:left;
	margin:3px 0 0 0;
	padding:0;
}

.news_post h3 {
	font-size: 150%;
	margin:0 0 10px 0;
	padding:0;
}

.news_post h3 a {
	text-decoration: none;
}

.news_post p {
	margin: 0 0 5px 0;
}

.news_post .strapline {
	margin: 0 0 0 35px;
	padding:0;
	color: #aaa;
	line-height:1em;
}
.news_post p.tags {
	background:transparent url(http://www.onlinecouples.com/_graphics/icon_tag.gif) no-repeat scroll left 2px;
	margin:0 0 7px 35px;
	padding:0pt 0pt 0pt 16px;
	min-height:22px;
}
.news_post .options {
	margin:0;
	padding:0;
}

.news_post_body img[align="left"] {
	margin: 10px 10px 10px 0;
	float:left;
}
.news_post_body img[align="right"] {
	margin: 10px 0 10px 10px;
	float:right;
}
.news_post_body img {
	margin: 10px !important;
}// css for the izap_videos //

.izap_videos_checkboxes{
  font-size:13px;
}

.izapResetSettings{
  padding:5px;
  color:#FFFFFF;
  background-color:#FF7D7D;
}

.izapResetSettings: hover{
  color:#FFFF00;
  background-color:#FF0000;
}

#screenshot{
	position:absolute;
	border:2px solid #fff;
	padding:0px;
	display:none;
	color:#fff;
	}

.izap_videos_selected {
	background:#000000;
  margin:0 10px 5px 10px;
	padding:5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.izap-input-radio {
  font-size: 1em;
}

#izap_widget_layout {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
background:#FFFFFF none repeat scroll 0 0;
margin:0 0 20px;
border:1px solid #ccc;
padding:0 0 5px;
}

.river_object_izap_videos_comments{
	background:transparent url(http://www.onlinecouples.com/mod/izap_videos/_graphics/river_icon_comment.gif) no-repeat scroll left -1px;
}

.river_object_izap_videos_create{
	background:transparent url(http://www.onlinecouples.com/mod/izap_videos/_graphics/river_icon_video.gif) no-repeat scroll left -1px;
}

.customIndexIcon {
  margin:4px;
  float:left;
}

.embedThumbs {
  margin:5px;
  padding:6px;
  float:left;
}

.izap_shares_widget_wrapper {
	background: white;
	margin:0 10px 5px 10px;
	padding:5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.izap_shares_widget_icon {
	float: left;
	margin-right: 10px;
}

.izap_shares_timestamp {
	color:#666666;
	margin:0;
}

.izap_share_desc {
	display:none;
	line-height: 1.2em;
}

.izap_shares_widget_content {
	margin-left: 35px;
}

.izap_shares_title {
	margin:0;
	line-height: 1.2em;
}

.notConvertedWrapper{
  background-color: #FFC4C4;
	margin:0 10px 5px 10px;
	padding:5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.copied_text{
  font-size:small;
	font-family:Arial;
	font-style:italic;
}

.izapPlayer{
  background-color:#000000;
  color:#FFFFFF;
}

.izapProfileLink{
  border-top: dotted 1px #000000;
  border-bottom: dotted 1px #000000;
}

.izapMiniList{
  background-color: #DEDEDE;
}

.izap_server_report {
  
}

.izap_server_report .ok{
  background-color:#97FD79;
}

.izap_server_report .not_ok{
  background-color:#FD7979;
}

.izap_sever_report .column{
  width:150px;
}

.izap_credit{
  margin: 0px 10px 0px 0px;
}

.izap_small_text {
  font-size:.6em;
  font-weight:normal;
}
// css for the izap_videos ends here

.member_points_settings .member_points_header {
	margin: 10px 0;	
}

.member_points_settings p {
	margin: 0 0 10px 0;
}

.member_points_settings p span{
	float: left;
	width: 330px;
}

.member_points_user {
	padding: 10px 5px 10px 10px;
	background: #E8ECF5;
}

.member_points_user h3 {
	margin: 0 0 10px 0;
}

.member_points_user h4 {
	margin: 0 0 10px 0;
	font-size: 1.1em;
}

.member_points_user .member_points_description {
	/*font-weight: bolder;*/
	margin: 0 0 15px 0;
}

.member_points_user p span.description {
	/*font-weight: bolder;*/
}

.profile_member_points {
	background: #A4CFEF;
	margin: 5px 0;
	padding: 4px;
	font-weight: bolder;
}
.listing_member_points {
	padding: 3px 7px;
	color: #000000;
}

.listing_member_points.selected {
	background: #A4CFEF;
}

/*Widget*/

#widget_member_points_list {
	margin: 0 10px;
}

#widget_member_points_list .search_listing {
	background: #E8ECF5;
	border: 0px solid #E8ECF5;
}
#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 img {
	padding:6px 10px 6px 3px;
	float:left;
}
#notificationstable td.namefield p.namefieldlink {
	margin:9px 0 0 0;
}
#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.emailtogglefield a.emailtoggleOff {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/icon_notifications_email.gif) no-repeat right 2px;
}
#notificationstable td.emailtogglefield a.emailtoggleOn {
	background: url(http://www.onlinecouples.com/mod/theme_onlinecouples/graphics/icon_notifications_email.gif) no-repeat right -36px;
}*/

.notification_collections,
.notification_personal {
	margin-bottom: 25px;
}

.settings_form .friendsPicker_container h3 {
	color:#999999;
	font-size:3em;
	margin:0 0 20px;
	text-align:left;
	background: none;
	border-bottom: none;
}


blockquote {
    margin:10px;
    border:1px solid #efefef;
    padding:4px;
}

strong {
    font-weight:bold;
}

ul {
   list-style: disc;
}

ol {
  list-style: decimal;
}