
/* ***************************************
	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"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	/*text-align: left;*/
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
	background:#f5f5f5;
	border:none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* ***************************************
	DEFAULTS
*************************************** */
body {
	text-align:left;
	margin:0 auto;
	padding:0;
/* 	font: 75%/1.5  "Lucida Grande", Arial, Tahoma, Verdana, sans-serif; */
	font-size: 80%;
	line-height: 1.4em;
	font-family: "Lucida Grande",Arial,Tahoma,Verdana,sans-serif;
	color: #555555;
}

a {
	color:#58830A; /* #4690d6; */
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
}
a:visited {
	/* color: #0054a7;*/
}
a:hover {
	color:#333333; /* #0054a7; */
	text-decoration: underline;
}
p {
	margin: 0px 0px 9px 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: 90%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: normal;
}
h1 { font-size: 1.8em; line-height:1.3em; }
h2 { font-size: 1.5em; line-height: 1.2em; }
h3 { font-size: 1.2em; line-height: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }


/* ***************************************
	PAGE HEADER/NAV
*************************************** */
#pageheader_wrapper {
	background-color:#666666;
	height: 30px;
	position: relative;
}
#pageheader {
	position:relative;
	width: 970px;
	margin: 0 auto;
}
#pageheader ul {
	float:right;
	height:25px;
	position: relative;
	margin:0;
	padding:4px 0 0 0;
}
#pageheader li {
	display:inline;
	list-style-type:none;
	padding: 0 15px 0 15px;
	position: relative;
}
#pageheader li a {
	color:white;
	display:inline-block;
}
#pageheader li a:hover {
	color:#FF8400;
	text-decoration: none;
}
#pageheader li.selected a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#pageheader li.selected span {
	position: absolute;
	display: block;
	top:24px;
	left:0;
	width:100%;
	height:7px;
	z-index: -1;
	background-image: url(http://news.elgg.com/mod/standaloneblog/graphics/nav_selected_triangle.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/* IE6 */
* html {zoom: 1;}
* html #pageheader li.selected span {
	background-image:none;
}
/* IE7 */
*:first-child+html #pageheader li.selected span {
	top:25px;	
}

/* ***************************************
	LOGO + STRAPLINE
*************************************** */
#wrapper_header #logo {
	float:left;
	text-align:left;
	padding-top:10px;
}
#wrapper_header #strapline {
	padding-top:30px;
}
#strapline h1 {
	color:#ff8400;
	font-weight: normal;
	font-family: Helvetica, sans-serif;
}
#strapline h3 {
	color:#666666;
	font-weight: normal;
	font-family: Helvetica, sans-serif;
}
.content_strapline {
	padding:20px;
}
.content_strapline.slim {
	padding:10px;
}
.content_strapline h1 {
	color:#ff8400;
}

#section_head {
	bottom:13px;
	left:19px;
	position:absolute;
}
#section_head h1 {
	color:white;
	line-height:1.3em;
	text-align: left;
}

/* ***************************************
    PAGE LAYOUT - MAIN STRUCTURE
*************************************** */
#blog_content_area {
	background:white;
	margin-right:20px;
}

#page_container {
	margin:0;
	padding:0;
	background-image: url(http://news.elgg.com/mod/standaloneblog/graphics/pageback.gif);
	background-position: center 97px;
	background-repeat: repeat-x;
}
#page_wrapper {
	width:983px;
	margin:0 auto;
	min-height: 600px;
}

#layout_header {
	text-align:left;
	width:100%;
	position:relative;
}
#wrapper_header {
	margin:0;
	padding:0 0px 10px 0;
	height:159px;
	text-align:right;
}
/* used for search box in header */
#elgg_topbar_container_search {
	float:right;
	height:21px;
	position:relative;
	right:0px;
	text-align:right;
	margin:0;
}

#elgg_header_tab {
	float:right;
	height:28px;
	width:250px;
	padding:0;
	position:absolute;
	right:0;
	bottom:0;
	text-align:right;
	margin:0;
	background: white;
	border-bottom:1px dotted #3874b7;
}
#elgg_header_tab p {
	margin:0;
	padding:0;
}
#elgg_header_tab a {
	margin:5px 4px 0 0;
	padding:0 23px 0 0;
	background: url(http://news.elgg.com/mod/standaloneblog/graphics/blog_rss.gif) no-repeat scroll top right;
	display:block;
	height:23px;
}

#layout_sidebar_left {
	width: 270px;
	margin:0;
	padding:0;
}
#wrapper_sidebar_left {
	margin:0;
	padding:0 20px 0 0;
}
#layout_canvas {
	margin:0;
	padding:17px 0 10px 0;
	min-height: 460px;
	border-bottom:1px solid #ffffff;
	background-image:url(http://news.elgg.com/mod/standaloneblog/graphics/vert_lines.gif);
	background-position:center top;
	background-repeat:no-repeat;	
}
/* IE6 fix */
* html #layout_canvas { 

}

#layout_canvas #one_column {
	padding-left:20px;
}

#layout_sidebar_right {
	width:250px; /* 260-10*/
	min-height: 260px;
	float:right;
	padding:0px 0px 20px 10px;
}
#wrapper_sidebar_right {
	margin:0;
}
#layout_sidebar_right_narrow {
	width:160px;
	min-height: 260px;
	float:right;
	background: white;
	padding:10px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

#layout_maincontent {
    padding:0;
  

}
#wrapper_maincontent {
	margin:0;
	
}
/* subclass for layout_maincontent when showing rhs sidebar */
.has_sidebar_right {
    margin:0 260px 0 0 !important;
}
.has_narrow_sidebar_right {
    margin:0 190px 0 0 !important;
}
/* IE6 fix */
* html #layout_maincontent { 
	height:360px;
}

#wrapper_maincontent.single_column {
	/* padding:16px 40px 0px 20px; */
	
}
#wrapper_maincontent.content_area {
	background: white;
	padding:14px 20px 20px 20px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}



/* 
#wrapper_sidebar_right .collapsable_box_content {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#wrapper_sidebar_right .collapsable_box_header {
	border: 1px solid #cccccc;
}
*/
#wrapper_maincontent .collapsable_box_content  {
	margin:0;
	/* padding:0; */
}

#layout_spotlight {
	padding:0;
}
#wrapper_spotlight {
	margin:0;
	padding:0;
	height:auto;
}
#wrapper_spotlight .collapsable_box_content  {
	margin:0;
	padding:20px 20px 10px 20px;
	min-height:60px;
	border:none;
}
#layout_spotlight .collapsable_box_content p {
	padding:0;
}
#wrapper_spotlight .collapsable_box_header  {
	border-left: none;
	border-right: none;
}
/*
#layout_footer {
	height:80px;
}
#layout_footer table {
   margin:0 0 0 20px;
}
#layout_footer a, #layout_footer p {
   color:#999999;
   margin:0;
}
#layout_footer .footer_toolbar_links {
	text-align:right;
	padding:0 0 0 0;
	font-size:1.2em;
}
#layout_footer .footer_legal_links {
	text-align:right;
}
*/
/* ***************************************
	FOOTER
*************************************** */
#footer_wrapper {
	background-color:#416a00;
	background-image: url(http://news.elgg.com/mod/standaloneblog/graphics/footer_back.jpg);
	background-repeat: repeat-x;
	background-position: center top; 
	height: 109px;
	margin:0 auto;
	width:100%;
}
#footer {
	margin:0 auto;
	position:relative;
	width:983px;
}
#footer ul {
	margin:20px;
	float:left;
}
#footer ul li {
	display:inline;
	margin-right:20px;
}
#footer a,
#footer p {
	color:#f1f1f1;
	padding:0;
}
#footer .copyright {
	padding-top:12px;
}
#footer .copyright,
#footer .copyright a {
	color:#666666;
}
#footer .copyright a:hover {
	color:white;
}
#footer .floatright {
	text-align: right;
	margin:20px 20px 0 0;
	float:right;
}


/* ***************************************
  ELGG TOPBAR
*************************************** */
#elgg_topbar {
	background:#333333 url(http://news.elgg.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;
}

#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_left .toolbarlinks,
#elgg_topbar_container_left .toolbarimages {
	float:left;
}
#elgg_topbar_container_left .toolbarlinks {
	margin:3px 0 0 0;
}
#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;
}
#elgg_topbar_container_left a.pagelinks:hover {
	color:#4690d6;
}

#elgg_topbar_container_left a.usersettings {
	margin:0 0 0 20px;
	color:#4690d6;
}
#elgg_topbar_container_left a.usersettings:hover {
	color:#eeeeee;
}


#elgg_topbar_container_left img {
	margin:2px 0 0 5px;
}
#elgg_topbar_container_left .user_mini_avatar {
	border:1px solid #eeeeee;
	margin:0 0 0 20px;
}
#elgg_topbar_container_right {
	padding:4px 0 0 0;
}
#elgg_topbar_container_right img  {
	float:right;
	margin:0 20px 0 0;
	cursor:pointer;
}
#elgg_topbar_container_right a {
	color:#eeeeee;
	margin:0 5px 0 0;
}

#elgg_topbar_panel {
	background:#333333;
	color:#eeeeee;
	height:200px;
	width:100%;
	padding:10px 20px 10px 20px;
	display:none;
	position:relative;
}

#searchforms input.search_input {
	background:url(http://news.elgg.com/mod/standaloneblog/graphics/textfield_gradient_bg.png) repeat-x left top white;
	border:1px solid #999999;
	color:#666666;
	font-size:1.3em;
	padding:6px 8px;
	width:233px;
	margin-bottom:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#searchforms input[type='text']:focus,
#searchforms input.search_input:focus  {
	border-color:#666666;
	color:#333333;
	background:white;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
#searchforms .search_submit_button {
	width:auto;
	cursor: pointer;
	margin-bottom:10px;
	border:1px solid #3c4d15;
	color:white;
	display:block;
	font:bold 16px Arial,Sans-serif;
	padding:3px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px -1px 0px #000000;
	background-color: #3c4d15;
	background-image:url(http://news.elgg.com/mod/standaloneblog/graphics/button_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#searchforms .search_submit_button:hover {
	background-position: left -10px;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}


/* ***************************************
  WIDGET PICKER (PROFILE & DASHBOARD)
*************************************** */
#customise_editpanel {
	display:none;
	margin: -20px 0 20px 20px;
	padding:20px;
	background: #dedede;
}

/* Top area - instructions */
.customise_editpanel_instructions {
	width:510px;
	padding:0 0 10px 0;
}
.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 {
	/* float:right;*/
	border-top:1px solid #cccccc;
	background:white;
	width:210px;
	height:350px;
	padding:10px;
	overflow:scroll;
	overflow-x:hidden;
}

/* main page widget area */
#customise_page_view {
	width:490px;
	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;
	color: #0054a7;
	background: #f5f5f5;
	font-size:1.25em;
	line-height: 1.2em;
}
#customise_page_view h2.mainwidgets {
	width:255px;
}

#main_widgets {
	width:255px;
	margin:0 10px 0 0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
}
#rightsidebar_widgets {
	width:200px;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
}

/* IE6 fix */
* html #main_widgets { 
	height: 190px;
}
* html #rightsidebar_widgets { 
	height: 190px;
}

#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:140px;
	line-height: 1.1em;
	overflow: hidden;
	padding:4px;
}
#customise_editpanel img.drag_handle {
	cursor:move;
	padding-top: 4px;
}
#customise_editpanel img.remove_me {
	padding-top: 4px;
}
#customise_editpanel img.more_info {
	padding-top: 4px;
}
#widget_moreinfo {
	position:absolute;
	border:1px solid #333333;
	background:#e4ecf5;
	color:#333333;
	padding:5px;
	display:none;
	width: 200px;
}
/* droppable area hover class  */
.droppable-hover {
	/* outline: 2px dotted red; */
	background:#fdffc3;
}
/* 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;
}
/* IE6 fix */
* html .placeholder { 
	margin: 0;
}
/* IE7 */
*:first-child+html .placeholder {
	margin: 0;
}
/* IE6 fix */
* html .ui-sortable-helper h3 { 
	padding: 4px;
}
* html .ui-sortable-helper img.drag_handle, * html .ui-sortable-helper img.remove_me, * html .ui-sortable-helper img.more_info {
	padding-top: 4px;
}
/* IE7 */
*:first-child+html .ui-sortable-helper h3 {
	padding: 4px;
}
*:first-child+html .ui-sortable-helper img.drag_handle, *:first-child+html .ui-sortable-helper img.remove_me, *:first-child+html .ui-sortable-helper img.more_info {
	padding-top: 4px;
}


/* ***************************************
  COLLAPSABLE BOXES
*************************************** */
/* open 'customise page' panel button */
a.toggle_customise_edit_panel { 
	float:right;
	color: #4690d6;
	background: #f5f5f5;
	border:1px solid #cccccc;
	padding: 5px 10px 5px 10px;
	margin:0 0 20px 0;
}
a.toggle_customise_edit_panel:hover { 
	color: #ffffff;
	background: #0054a7;
	text-decoration:none;
}

.collapsable_box {
	margin: 0 0 20px 0;
	background: white;
	height:auto;
}
/* IE6 fix */
* html .collapsable_box  { 
	height:10px;
}
.collapsable_box_header {
	color: #4690d6;
	background: #f5f5f5;
	border-top:2px solid #4690d6;
	padding: 5px 10px 5px 10px;
	margin:0;
	
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.collapsable_box_content {
	padding: 10px;
	margin:0;
	height:auto;
	/* border-left:2px solid white;
	border-right:2px solid white;
	border-bottom:2px solid white; */
	
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.collapsable_box_editpanel {
	display: none;
	background: #dedede;
	padding:5px 10px 5px 10px;
	/* font-size: 9px;*/
}
.collapsable_box_header a.toggle_box_contents {
	color: #4690d6;
	cursor:pointer;
	font-family: 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: #4690d6;
	cursor:pointer;
	font-size:9px;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: normal;
	float:right;
	margin: 3px 10px 0 0;
}
/* 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;
}


/* ***************************************
  System messages
*************************************** */
.messages {
    /* 
    border:1px solid #D3322A;
    background:#F7DAD8;
    */
    border:1px solid #00cc00;
    background:#ccffcc;
    color:#000000;
    padding:3px 10px 3px 10px;
    margin:20px 20px 0px 180px;
    z-index: 99999;
    position:absolute;
    width:776px;
    
    display:none;
}
.messages_error {
    border:1px solid #D3322A;
    background:#F7DAD8;
    color:#000000;
    padding:3px 10px 3px 10px;
    margin:20px 20px 0px 180px;
    z-index: 99999;
    position:absolute;
    width:776px;
}
/* IE6 fix */
* html .messages { 
	margin:20px 20px 0px 20px;
}
* html .messages_error { 
	margin:20px 20px 0px 20px;
}
/* IE7 */
*:first-child+html .messages {
	margin:20px 20px 0px 20px;
}
*:first-child+html .messages_error {
	margin:20px 20px 0px 20px;
}


/* ***************************************
	ELGG TOOLBAR
*************************************** */
.elggtoolbar .elggtoolbar_header {
	color: #4690d6;
	background: #f5f5f5;
	border-top:2px solid #333333;
	border-bottom:1px solid #999999;
	padding: 5px 10px 5px 10px;
	margin:0;
}

.elggtoolbar {
	border-left:2px solid #333333;
	border-right:2px solid #333333;
	border-bottom:2px solid #333333;
	margin: 0 0 20px 0;
}

.elggtoolbar ul.drawers {
	width: 136px;
	margin: 0;
	padding: 0;
	
}
.elggtoolbar li.drawer ul li {
	line-height: 1.2em;
	margin: 0;
	padding: 3px 0 3px 0;
}
.elggtoolbar ul {
	list-style: none;
	margin: 0;
	padding: 3px 3px 3px 10px;
}
.elggtoolbar li {
	background: #f4f4f4;
}
.elggtoolbar li a {
	text-decoration: none;
	color: #4690d6;
	line-height:0.5em;
	padding-left:5px;
}
.elggtoolbar li a:hover {
	text-decoration: underline;
	color: #0054a7;
}
.elggtoolbar h2.drawer-handle {
	margin: 0;
	padding: 1px 1px 1px 10px;
	background-color: white;
	border-top: 1px solid #999999;
	cursor: pointer;
	font-size: 100%;
	font-weight: normal;
	line-height: 2em;
}
.elggtoolbar h2.drawer-handle:hover {
	background-color: #cccccc;
}
.elggtoolbar h2.drawer-handle.open {
	color:#000000;
	font-weight: bold;
	background: #cccccc;
	border-bottom: none;
}

/* ***************************************
	LOGIN / REGISTER
*************************************** */
#login-box {
	margin-top: 20px;
    text-align:left;
    border:1px solid #ddd;
    width:300px;
    padding:10px;
    background: #ffffff;
}
#login-box-openid {
	margin-top: 20px;
    text-align:left;
    border:1px solid #ddd;
    width:300px;
    padding:10px;
    background: #ffffff;
}
#login-box h2,
#login-box-openid h2,
#register-box h2,
#add-box h2 {
	color: #0054a7;
	font-size:1.5em;
	line-height: 1.5em;
	margin:0 0 20px 0;
	border-bottom: 1px solid #ddd;
}

#register-box {
    text-align:left;
    border:1px solid #ddd;
    width:300px;
    padding:10px;
    background: #ffffff;
}


/* ***************************************
	MAIN CONTENT ELEMENTS
*************************************** */


/* title within main content area */
.page_title {
	padding:0px 10px 20px 0px;
}


.elggtoolbar .elggtoolbar_header h1,
.collapsable_box_header h1 {
	/*color: #4690d6;*/
	color: #0054a7;
	font-size:1.25em;
	line-height: 1.2em;
}




/* ***************************************
	PROFILE
*************************************** */
#profile_info {
	margin:0 0 20px 0;
	padding:10px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background: white;
}
#profile_menu_wrapper {
	margin:10px 0 10px 0;
}
#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;
}
#profile_menu_wrapper a:hover {
	color:#ffffff;
	background:#4690d6;
	text-decoration:none;
}
p.user_menu_friends, p.user_menu_profile, 
p.user_menu_removefriend, 
p.user_menu_friends_of {
	margin:0;
}
#profile_info_column_left {
	float:left;
	width:200px;
	padding: 0 20px 0 0;
}
#profile_info_column_right {
	float:left;
	width:280px;
	/* width:100%; */
}
/* IE6 fix */
* html #profile_info_column_right { 
	width:270px;
}
#profile_info_column_right p {
	margin:7px 0 7px 0;
	line-height:1.3em;
	padding:2px 4px 2px 4px;
}
#profile_info_column_right .odd {
	background:#f5f5f5;
}
#profile_info_wide p {
	margin:7px 0 7px 0;
	line-height:1.4em;
}
#profile_info_column_right .profile_info_edit_buttons {
	float:right;
	margin:0;
	padding:0;
}
#profile_info_column_right .profile_info_edit_buttons a {
	margin:0;
	padding:2px 4px 2px 4px;
	border:1px solid #4690d6;
}


/* ***************************************
	RIVER
*************************************** */
.river_item p {
	margin:0;
	padding:0 0 0 20px;
	line-height:1.3em;
}
.river_item {
	border-bottom:1px solid #dddddd;
	padding:2px 0 2px 0;
}
.river_item_time {
	font-size:90%;
	color:#666666;
}
/* IE6 fix */
* html .river_item p { 
	padding:3px 0 3px 20px;
}
/* IE7 */
*:first-child+html .river_item p {
	min-height:17px;
}
.river_user_update {
	background: url(http://news.elgg.com/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_annotate {
	background: url(http://news.elgg.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_create {
	background: url(http://news.elgg.com/_graphics/river_icons/dummy_river_icon.gif) no-repeat left -1px;
}
.river_sharing_create {
	background: url(http://news.elgg.com/_graphics/river_icons/river_icon_shares.gif) no-repeat left -1px;
}
.river_status_create {
	background: url(http://news.elgg.com/_graphics/river_icons/river_icon_status.gif) no-repeat left -1px;
}
.river_file_create {
	background: url(http://news.elgg.com/_graphics/river_icons/river_icon_files.gif) no-repeat left -1px;
}
.river_widget_create {
	background: url(http://news.elgg.com/_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px;
}
.river_forums_create {
	background: url(http://news.elgg.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_widget_update {
	background: url(http://news.elgg.com/_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px;	
}
.river_blog_create {
	background: url(http://news.elgg.com/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;
}
.river_forumtopic_create {
	background: url(http://news.elgg.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_relationship_friend_create {
	background: url(http://news.elgg.com/_graphics/river_icons/river_icon_friends.gif) no-repeat left -1px;
}

/* 
STILL TO ADD
messageboard
background: url(http://news.elgg.com/_graphics/river_icons/river_icon_messageboard.gif) no-repeat left -1px;

feed - river icon:
background: url(http://news.elgg.com/_graphics/river_icons/river_icon_feed.gif) no-repeat left -1px;

private message - river icon:
background: url(http://news.elgg.com/_graphics/river_icons/river_icon_privatemessage.gif) no-repeat left -1px;
*/

/* ***************************************
	SEARCH LISTINGS	
*************************************** */

.search_listing {
	display: block;
	background-color: #eee;
	padding: 5px;
	margin-bottom: 10px;
}

.search_listing_icon {
	position: absolute;
}

.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;
}

table.search_gallery {
	border-spacing: 5px;
	margin:0 0 20px 0;
}
.search_gallery td {
	padding: 5px;
}

.search_gallery_item {
	border:1px dotted silver;
    background-color: white;
    width: 179px;
    height: 179px;
}
.search_gallery_item:hover {
	border:1px dotted black;
}

.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;
}

/* ***************************************
	SPOTLIGHT
*************************************** */
#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;
}

/* ***************************************
	FRIENDS
*************************************** */
/* friends widget */
#widget_friends_list {
	display:table;
	width:100%;
}
.widget_friends_singlefriend {
	float:left;
	margin:0 5px 5px 0;
}


/* ***************************************
	PLUGIN SETTINGS
*************************************** */
#plugin_details {
	margin:0 0 20px 0;
	padding:10px;
}
#plugin_details.active {
	border:1px solid lime;
}
#plugin_details.not-active {
	border:1px solid red;
}


/* ***************************************
	GENERIC COMMENTS
*************************************** */
.generic_comment_owner {
	color:#bdd6ec;
	font-weight: bold;
}

.generic_comment {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.generic_comment_icon {
	position: absolute;
}

.generic_comment_details {
	margin-left: 24px;
	background: #ebf5ff;
	padding:10px;
}
.generic_comment_comment {
	background: #ffffff;
	padding:10px;
	border-bottom:1px solid #cbe7ff;
}
.generic_comment_comment p {
	
}

/* ***************************************
	STUFF BELOW NEEDS SORTING
*************************************** */

/* not needed? - replaced by #wrapper_maincontent.single_column */
#forums, #forum_topics, #topic_posts {
	/* background:white;*/
}	

/* tag icon */	
.object_tag_string {
	background: url(http://news.elgg.com/_graphics/icon_tag.gif) no-repeat left 2px;
	padding:0 0 0 14px;
	margin:0;
}	

/* 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:20px 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;
}	
	
/* ***************************************
	page titles and submenu
*************************************** */
/* page titles 
#canvas_header {
	margin:0 0 20px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #4690d6;
}
*/
#canvas_header_icon {
	float:left;
	margin:0 10px 0 0;
}
	
#canvas_header #canvas_header_content h2 {


}	
#canvas_header_content {
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #4690d6;
}
/*
#wrapper_maincontent.single_column {
	margin:0;
	padding:10px 20px;
}
*/
#canvas_header_submenu {
	margin:10px 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	display:table;
	width:100%;
}

#canvas_header_submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#canvas_header_submenu li {
	float: left;
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	margin: 0;
}

#canvas_header_submenu a {
	text-decoration: none;
	display: block;
	padding: 0.24em 1em;
	color: #666666;
	text-align: center;
}

#canvas_header_submenu a:hover {
	color: #4690d6;
}

#canvas_header_submenu .selected {
	border-color: #cccccc;
}

#canvas_header_submenu .selected a {
	position: relative;
	top: 1px;
	background: white;
	color: #4690d6;
}
	

/* BLOG */
.blog_left_side {
	margin:0 15px 0 0;
	text-align: right;
}
td alignright {
	text-align: right;
}

.blog_post_icon {
	clear:right;
	color:#999999;
	line-height: 1.2em;
	font-size: 90%;
}
.blog_post_icon .usericon {
	float:right !important;
}
.blog_post_icon .usericon {
	margin:0 0 5px 0;
	background: url(http://news.elgg.com/mod/standaloneblog/graphics/avatar_frame.gif) no-repeat right top;
	width:31px;
	height:31px;
}
.blog_post_icon .usericon img {
	padding:3px 3px 0 0;
}
.blog_post_owner {
	clear:right;
	padding:0 2px 0 0;
}

.blog_dateblock {
	width:29px;
	height:29px;	
	background:#FF8400;/* #c30020; 003366 4690d6 */
	float:right;
	margin:4px 0 20px 0;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
.blog_month {
	text-align: center;
	color:white;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	margin:0;
	padding:1px 0 0 0;
}
.blog_day {
	text-align: center;
	color:white;
	font-size: 10px;
	margin:0;
	padding:0;
	line-height: 1.3em;
}

.blog_right_side h3 {
	font-size: 180%;
	margin:0 0 5px 0;
	padding:0;
	/* font-family: Georgia, Times, serif; */
}

.blog_right_side .strapline {
	font-size: 90%;
	color:#999999;
}
.blog_right_side .strapline p {
	margin:0;
	padding:0;
}
.blog_right_side .strapline {
	margin:0 0 10px 0;
}

.blog_right_side p.tags {
	background: url(http://news.elgg.com/_graphics/icon_tag.gif) no-repeat left 2px;
	padding:0 0 0 16px;
	margin:0;	
}
.blog_right_side .tags a {
	
}

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


.blog_post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}

.blog_post .blog-image {
 	margin:0 10px 10px 0;
}

.blog_post ul {
	/* -image: url(http://news.elgg.com/mod/standaloneblog/graphics/bullet.gif); */
	padding: 0 0 0 13px;
	margin: 0 0 9px 0;
}
.blog_post b {
	font-size: 150%;
	color: #34487e;
	line-height:1.2em;
}

/* blog comment form */
.blog_leave_comment {
	padding:10px 20px 5px 20px;
	background: #eeeeee;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	margin-bottom:50px;
}
.blog_leave_comment label {
	font-weight: bold;
	color:#333333;
	font-size: 110%;	
}
.blog_leave_comment .captcha {
	font-weight: normal;
}


/* pagination */
.pagination {
	margin:0 0 5px 0;
	display: table;
}
.pagination .pagination_number {
	display:block;
	float:left;
	background:#ffffff;
	border:1px solid #4690d6;
	text-align: center;
	color:#4690d6;
	font-size: 12px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
.pagination .pagination_number:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
}
.pagination .pagination_more {
	display:block;
	float:left;
	background:#ffffff;
	border:1px solid #ffffff;
	text-align: center;
	color:#4690d6;
	font-size: 12px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0px 4px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
.pagination .pagination_previous,
.pagination .pagination_next {
	display:block;
	float:left;
	border:1px solid #4690d6;
	color:#4690d6;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
.pagination .pagination_previous:hover,
.pagination .pagination_next:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
}
.pagination .pagination_currentpage {
	display:block;
	float:left;
	background:#4690d6;
	border:1px solid #4690d6;
	text-align: center;
	color:white;
	font-size: 12px;
	font-weight: bold;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}


#layout_canvas #wrapper_sidebar_left h2 {
	color:#FF8400;
	margin:0 0 10px 0;
	padding:0 0 3px 0;
	border-bottom:1px solid #cccccc;
}


h3.ad a {
	color:#999999;
}
h3.ad a:hover {
	color:#4690D6;
}
.contributor {
	margin:2px 8px 20px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float:left;
	display:block;
	width:40px;
	height:40px;
}


#blog_categories,
#blog_archive,
#blog_ads,
#twitter_div {
	margin: 30px 0 0 0;
	padding: 0;
} 
#blog_categories ul {
	margin: 0;
	padding: 0;
	border-top:1px solid #efefef;
} 
#blog_categories li {
	border-bottom:1px solid #efefef;
	margin:0 0 0 0;
	padding:0;
	display:block;
	list-style:none;
} 
/* IE6 */
* html #blog_categories li {
	height:18px;
}
/* IE7 */
*:first-child+html #blog_categories li {
	height:18px;
}
#blog_categories li a.category_link {
	text-decoration: none;
	padding:2px;
	display:block;
}
#blog_categories li a.category_link:hover {
	color:white;
	text-decoration: none;
	background: #4690d6;
}
#blog_categories .mini_rss {
	padding:4px 4px 0 0;
}
#blog_categories .mini_rss_link {
	float:right;
	margin:0 0 0 0;
	padding:0;
}
#blog_categories .mini_rss_link:hover {
	background: white;
}

#twitter_div ul {
	margin: 0;
	padding: 0;
	list-style:none;
} 

#twitter_div li {
	margin: 0 0 10px 0;
	padding: 10px 10px 30px 10px;
	background:#eeeeee url(http://news.elgg.com/mod/standaloneblog/graphics/twitter_arrow.gif) no-repeat right bottom;
	list-style:none;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
} 
	
pre, code {
	/*overflow: auto;*/
	padding:3px 5px 3px 5px;
	font-size: 12px;
	line-height: 10px;
	margin: 7px 0 7px 0;
	width: 94%;
	/*display: block;*/
	background-color: #f5f5f5;
	color: #000000;
	/*max-height: 300px;*/
	font-family: monospace;
}	
	
.contentWrapper {
	background:white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding:10px;
	margin:0 10px 10px 10px;
}

#two_column_left_sidebar_maincontent {
	background:white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding:10px;
	margin:0 10px 10px 10px;
}

#two_column_left_sidebar {
	display:none;
}

#idc-container-parent {
	display:table;
}
#IDCommentNewThreadText {
	width:602px !important;
}
#blog_tweets div {
	background-color:inherit !important;
	padding:0 !important;
}
.blog_leave_comment a {
	color:#333333;
}


#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://news.elgg.com/_graphics/avatar_menu_arrows.gif) no-repeat left top;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_on {
	background: url(http://news.elgg.com/_graphics/avatar_menu_arrows.gif) no-repeat left -16px;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_hover {
	background: url(http://news.elgg.com/_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;
}
#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;
}.searchtype {
background: #FFFACD;
color: black;
}

.searchtypes {
border: 1px #EEEEEE solid;
padding: 4px;
margin: 6px;
}

.searchListing {
	display: block;
	margin-bottom: 2em;
}

.searchMatch {
	background-color: #FFFF66;
}

.searchMatchColor1 {
	background-color: #FFFF66;
}

.searchMatchColor2 {
	background-color: #A0FFFF;
}

.searchMatchColor3 {
	background-color: #FF9999;
}

.searchMatchColor4 {
	background-color: #FF66FF;
}

.searchMatchColor5 {
	background-color: #99FF99;
}

.searchTitle {
	text-decoration: underline;
}

#searchform input.search_input {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	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 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	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;
}


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

.entity_gallery_item .search_listing {
	background: none;
	text-align: center;
}

/* override the entity container piece */
.search_listing .search_listing {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background: transparent;
	margin: 0;
	padding: 0;
}




.ContentWrapper.Tags {
	text-align:justify;

	font-size:1.4em; /* increase default size for single tagcloud page */
}

.ContentWrapper.Tags a {
	margin:0 0.2em 0 0;
}

#homepage_layout_table .ContentWrapper.Tags {
	background:none;
	padding:0;
	font-size:1.0em; /* reset default size for homepage tagcloud */
}

.SidebarBox .ContentWrapper.Tags {
	font-size:0.7em; /* reset default size for sidebar tagclouds */
}


.collapsable_box_content .ContentWrapper .ContentWrapper.Tags {
	font-size:0.8em;
	line-height:1.5em;
	margin:0;
	padding:0;
}
p.tags {
	background: url(http://elggnews.com/_graphics/icon_tag.gif) no-repeat left 2px;
	padding:0 0 0 16px;
	margin:0;	
}blockquote {
    margin:10px;
    border:1px solid #efefef;
    padding:4px;
}

strong {
    font-weight:bold;
}

ul {
   list-style: disc;
}

ol {
  list-style: decimal;
}

#LayoutCanvas_2ColumnRHS_MainArea .mceButton {
background-color: #e9e8e8;
	border-color: #B2B2B2;
	margin:4px;
	padding:2px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
#LayoutCanvas_2ColumnRHS_MainArea a.mceButtonEnabled:hover,
#LayoutCanvas_2ColumnRHS_MainArea a.mceButtonActive,
#LayoutCanvas_2ColumnRHS_MainArea a.mceButtonSelected {
	background-color: #d5d5d5;
	border-color: #777 !important;
}

.wp_themeSkin .mceButtonDisabled {
	border-color: #ccc !important;
}
#LayoutCanvas_2ColumnRHS_MainArea .mceFocus .mceTop .mceLeft {
	background: #444444;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	-moz-border-radius: 4px 0 0 0;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}
#LayoutCanvas_2ColumnRHS_MainArea .mceFocus .mceTop .mceRight {
	background: #444444;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius: 0 4px 0 0;
}

#LayoutCanvas_2ColumnRHS_MainArea .mceLayout{
border: 1px solid #CCC;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}

#LayoutCanvas_2ColumnRHS_MainArea table.mceLayout tr.mceFirst td {border-top:0px solid #CCC}
#LayoutCanvas_2ColumnRHS_MainArea table.mceLayout tr.mceLast td {border-bottom:0px solid #CCC}

#LayoutCanvas_2ColumnRHS_MainArea #blogbody_toolbar1{}

#LayoutCanvas_2ColumnRHS_MainArea .mceToolbar{}

#LayoutCanvas_2ColumnRHS_MainArea #blogbody_ifr{height:400px !important;} /* blogs */
#pagesForm #description_ifr {height:400px !important;} /* pages */

#LayoutCanvas_2ColumnRHS_MainArea .mceIframeContainer{}