/*
 * Generic comments CSS file
 *//**********************************************************************
 **********************************************************************

	LUNCHBOXPAL.com
	bdohman, rfros
	CSS styling prepared by Elgg [elgg.org] and Renata Fros [rfros.com]
	
**********************************************************************
**********************************************************************/


/***********************************
	GLOBALS:used to set all the general elements
************************************/

body, table  {font-family:Arial, sans-serif;}

body {
	font-size:80%;
	line-height:1.3em;
	color:#697C83;
	text-align:left;
	margin:0 auto;
	padding:0;
	background:url(http://www.lunchboxpal.com/mod/template/templates/Default_Template/images/bg.gif) #000;
}

p, li {
	color:#555;
	margin:0 0 10px 0;
}

/***********************************/
a, a:visited, .link {
	text-decoration:none;
	color:#0066CC;
	/*border-bottom:dotted #0066CC 1px;*/
}
a:hover, a:visited:hover {
	text-decoration:underline;
	color:#000;
}
a:visited, .link {
	border-bottom:none;
}
/***********************************/

ol, ul {
	color:#697C83;
}

h1 {
	font-size:250%;
	line-height:100%;
	font-weight:normal;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;	
}
h1, a h1, a:visited h1 {color:#3B5998;}

h2 {
	font-size:150%;
	line-height:100%;
}

h2 {
	font-weight:normal;
}

h3, ul h3, h4, h5, .h3, ul .h3, .h4, .h5 {
	font-size:100%; font-weight:bold;
}

img, a img {
	border:0;
}

blockquote{
	background:#EEE url(http://www.lunchboxpal.com/mod/template/templates/Default_Template/images/blockquote.png) no-repeat bottom left;
	padding:10px;
	padding-bottom:40px;
	margin:1em;
}

form input, form select {
	font-size:90%;
}

/************************************
	DEFAULT CUSTOM CLASSES
************************************/

.larger, .large	{font-size:130% !important;}
.smaller, .small	{font-size:90% !important;}
.smallest	{font-size:80% !important;}

.white	{color:#fff !important;}
.blue-dk	{color:#3B5998 !important;}
.blue-med	{color:#9eb4d8 !important;}
.blue-lt	{color:#dfe4ee !important;}
.orange-dk	{color:#f47421 !important;}
.orange-lt	{color:#fbb03c !important;}

.bgd-ltblue	{background:#dfe4ee;}
.bgd-ltmedblue	{background:#ccd5e8;}
.bgd-medblue	{background:#9eb4d8;}
.border-gray	{border:1px solid #ccc;}
.border-gray-bottom	{border-bottom:1px solid #ccc;}

.pad	{padding:2em;}

.sidenote	{margin:.7em 0 .7em 3em; font-style:italic;}

.alert {font-weight:bold; color:#cc3333;}
.alert a, .alert a:visited {color:#cc6633;}

.bold	{font-weight:bold;}
.nobold	{font-weight:normal;}

.fiveEm	{height:5em !important; clear:both;}

/************************************
	OVERRIDE CLASSES
************************************/

.nomarg	{margin:0 !important;}
.nomarg_bottom	{margin-bottom:0 !important;}
.nomarg_top	{margin-top:0 !important;}
.nomarg_left	{margin-left:0 !important;}
.nomarg_right	{margin-right:0 !important;}

.nopad	{padding:0 !important;}
.nopad_bottom	{padding-bottom:0 !important;}
.nopad_top	{padding-top:0 !important;}
.nopad_left	{padding-left:0 !important;}
.nopad_right	{padding-right:0 !important;}

.noliststyle {list-style-type:none !important;}

.noborder	{border:none !important!;}
.noborder_bottom	{border-bottom:none !important!;}
.noborder_top	{border-top:none !important!;}
.noborder_left	{border-left:none !important!;}
.noborder_right	{border-right:none !important!;}

.border	{border:1px solid #ccc !important!;}
.border_bottom	{border-bottom:1px solid #ccc !important!;}
.border_top	{border-top:1px solid #ccc !important!;}
.border_left	{border-left:1px solid #ccc !important!;}
.border_right	{border-right:1px solid #ccc !important!;}

.clear, .clearer	{clear:both !important;}
.left	{float:left !important;}
.right {float:right !important;}

.text-center {text-align:center !important;}
.text-left {text-align:left !important;}
.text-right {text-align:right !important;}

.inline	{display:inline;}
.inline-block	{display:-moz-inline-block; display:inline-block;}

.five	{height:5px; overflow:hidden;}
.ten	{height:10px; overflow:hidden;}
.oneEm	{height:1em; overflow:hidden;}
.twoEm	{height:2em; overflow:hidden;}
.threeEm	{height:3em; overflow:hidden;}
.fourEm	{height:4em; overflow:hidden;}
.fiveEm	{height:5em; overflow:hidden;}
.defaultline	{height:2.24em; overflow:hidden;}

/************************************
	TABLES IN ELGG
************************************/

table {
	font-size:100%;
}


td {
	border-bottom:1px solid #eee;
	padding:2px 0;
	margin:0;
}

td h4, h3, h5 {
	padding:0;
	margin:0;
}

table#search_table img	{
	padding-right:5px;
}

.noborder {
	border-bottom:none !important;
}

/************************************
	CONTAINER:WRAPS THE HEADER AND MAIN CONTENT AREA BELOW THE USER TOOLBAR
************************************/

div#container {
	width:970px;
	margin:0 auto;
	padding:0;
}

/************************************
	HEADER:THE HEADER INCLUDES THE LOGO AND SEARCH BAR
************************************/

div#header {
	margin:0;
	padding:0;
	text-align:left;
	position:relative;
	background:url(http://www.lunchboxpal.com/mod/template/templates/Default_Template/images/header2-rf.png) no-repeat top left;
	width:100%;
	height:110px;
	color:#fff;
}

/************************************
	LOGO:LOCATED WITHIN HEADER
************************************/

div#header #logo{
	margin:0px;
		padding:10px;
	float:left;
}

div#header #logo h1 {
	/*font-size:30px;*/
	padding:0;
	margin:10px 0 6px 0;
}

div#header #logo h1 a {
	color:#fff;
}

div#header #logo h2{
	color:#dfdfea;
	padding:0;
	margin:0;
	font-size:.95em;
	margin-top:-8px;
}

/************************************
	SEARCH BAR:LOCATED WITHIN HEADER
************************************/

div#header #search-header {
	float:right;
	width:330px;
	margin:0;
	padding:0;
	position:absolute;
	top:10px;
	right:0;
}

div#header #search-header, div#header #search-header a, div#header #search-header span a, div#header #search-header span {
	color:#dfdfea; font-size:90%; font-weight:normal;
}

div#header #search-header img {
	margin:0 0 0 10px;
}

div#header #search-header p {
	padding:0 0 0 15px;
	margin:0;
}


/************************************
	CONTENT-HOLDER:WRAPS THE MAIN PAGE CONTENT. THIS CAN INCLUDE
	THE SINGLE PAGE LAYOUT AND THE SPLIT PANE (CONTENT AND SIDEBAR)
************************************/

#content-holder {
	margin:0;
	width:100%;
	min-height:500px;
	position:relative;
	clear:both;
	background:#fff;
}

#content-holder .pad {
	padding:5px;
	margin:0;
}

div#content-holder a:hover {
	text-decoration:underline;
}

div#content-holder h1 {
	border-bottom:1px solid #ccc;
	margin:0;
	padding:0 0 4px 0;
}

div#content-holder h2 {
	border:0;
	border-bottom:1px solid #eee;
	padding:0;
	margin:0 0 10px 0;
	color:#666;
	/*font-size:1.1em;*/
}


/************************************
 ************************************

	VARIOUS LAYOUTS WITHIN CONTENT-HOLDER

************************************
************************************/

/************************************
	THE MAIN CONTENT AREA WHEN IT IS A SINGLE PAGE, NO SIDEBAR
************************************/

div#single-page {
	margin:0;
	padding:0 15px 0 0;
	width:900px;
	text-align:left;
	border:1px solid #eee;
}

/************************************
	THE MAIN CONTENT AREA WHEN THE SIDEBAR IS IN PLACE
************************************/

div#splitpane-content {
	margin:0;
	padding:20px 10px 0 10px;
	width:680px;
	text-align:left;
	color:#000;
	overflow:hidden;
	min-height:500px;
}

div#splitpane-content h1 {
	padding-bottom:8px;
	margin:0 0 10px 0;
}

/************************************
	SIDEBAR:THIS IS ONLY PRESENT WHEN SPLITPANE-CONTENT IS IN USE
************************************/

div#splitpane-sidebar {
	/*width:250px;*/
	width:25%;
	margin:20px 2% 20px 0;
	padding:0;
	float:left;
	/*background:#efefef url(http://www.lunchboxpal.com/mod/template/templates/Default_Template/images/sidebar-top.gif) no-repeat top;*/
	/*background:#f7f7f7;*/
	/*border-left:1px dotted #999;*/
	border-right:1px dotted #999;
}

div#sidebar-contents {
	padding:1% 1% 5% 1%;
	font-size:90%;
	/*background:#fff url(http://www.lunchboxpal.com/mod/template/templates/Default_Template/images/sidebar_bg-rf-gray.png) repeat-y top;*/
}
		div#sidebar-top {
			 /*background:url(http://www.lunchboxpal.com/mod/template/templates/Default_Template/images/sidebar-top_bg-rf-gray.png) no-repeat top left;*/
			 height:20px;
			 line-height:20px;
			 overflow:hidden;
			 /*width:250px;*/
			 margin:0;
		}	
		div#sidebar-bottom {
			 /*background:url(http://www.lunchboxpal.com/mod/template/templates/Default_Template/images/sidebar-bottom_bg-rf-gray.png) no-repeat top left;*/
			 height:20px;
			 line-height:20px;
			 overflow:hidden;
			 /*width:250px;*/
			 margin:0;
		}

div#splitpane-sidebar div#sidebar-holder {
	margin-top:0px;
	/*width:98%;*/
}

div#splitpane-sidebar div#sidebar-holder .sidebar-block {
	background:#fff;
	margin-bottom:15px;
	border:1px solid #ccc;
	text-align:left;
	width:95%;
}


/************************************
	THE SIDEBAR CONTENTS
************************************/

div#splitpane-sidebar div#sidebar-holder .sidebar-block div {
	padding:0 1%;
}

div#splitpane-sidebar div#sidebar-holder .sidebar-block p,
div#splitpane-sidebar div#sidebar-holder .sidebar-block ul li {
	padding:0 2%;
}

div#splitpane-sidebar table {
	border:none;
}

div#splitpane-sidebar td {
	width:98%;
	margin:0 0 0 20px;
	border:none;
}

div#splitpane-sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}

div#splitpane-sidebar ul li {
	margin:10px 0;
}

div#splitpane-sidebar ul li ul li a {
	padding:0 0 0 2%;
}

div#splitpane-sidebar h2 {
	text-align:left;
	border-bottom:dotted 1px #ccc;
	/*border-bottom:1px solid #ccc;*/
	font-size:100%;
	color:#3B5998;
	font-weight:bold;
	background:#efefef;
	/*background:#dfdfea;*/
	padding:2px 0;
	text-indent:4px;
	width:100%;
	margin-bottom:2%;
}

#icon	{
	margin-bottom:.5em;
}

.tagline	{
	font-style:italic;
}

/************************************
   NEW CSS FOR THE TOOLBAR THAT LIVES IN THE MAIN CONTENT AREA
************************************/

#content-holder-toolbar {
   float:left;
   margin:0;
   background:#fff;
   border:1px solid #ccc;
   width:150px;
}

/************************************
	FOOTER
************************************/

div#footer {
	position:relative;
	clear:both;
	line-height:19px;
	padding:0;
	margin:20px 0 0 0;
	color:#dfdfea;
	font-weight:normal;
	width:100%;
	padding:3px 0 0 0;
	/*background:url(http://www.lunchboxpal.com/mod/template/templates/Default_Template/images/footer.gif) repeat-x;*/
	background:url(http://www.lunchboxpal.com/mod/template/templates/Default_Template/images/foot-rf.png) repeat-x top left #3B5998;
}

div#footer .pad {
	padding:2px 0;
}

div#footer img {
   text-align:right;
   padding:0;
	 margin:2px 3px 2px 10px;
}

div#footer p {
   padding:0 20px 0 20px;
	 color:#dfdfea;
}

div#footer a {
	color:#dfdfea;
	padding:0 5px;
}

div#footer a:hover {
	text-decoration:underline;
}

div#footer a:link, div#footer a:visited {
	color:#dfdfea;
	text-align:right;
}

/************************************
	SYSTEM MESSAGES
************************************/

div#system-message{
	/*border:1px solid #D3322A;*/
	border:1px solid #aa1e22;
	background:#f4807f;
	/*background:url(http://www.lunchboxpal.com/mod/template/templates/Default_Template/images/alert_bg-rf.png) repeat-x #b11f24;*/
	padding:5px 50px;
	margin:20px;
}

div#system-message p{
	padding:0px;
	margin:2px;
}

div#system-message p a, div#system-message p a:visited	{
	font-weight:bold;
}

/************************************
	CLEAR BOTH
************************************/

.clearing {
	clear:both;
}



/***********************************
 ***********************************

	THIS IS THE END OF THE MAIN PAGE COMPONENTS - EVERYTHING BELOW THIS IS ASSOCIATED WITH VARIOUS ELEMENTS
	WITHIN ELGG, THIS INCLUDES THE BLOG CLASSESS, PROFILE, FILES, SIDEBAR WIDGETS, PROFILE WIDGETS ETC.

***********************************
************************************/




/************************************
	BLOGGING ENGINE
************************************/

.weblog-post {
	margin:20px 0 10px 0;
}

.user {
	float:left;
	margin:5px 10px 10px 0;
	width:105px;
}

.user img {
	border:1px solid #eee;
	padding:2px;
}

.weblog-keywords p a {
	margin:20px 0 0 0;
	padding:0;
	clear:both;
}

.weblog-title {
	margin:10px 0 10px 115px;
}

.post {
	margin:10px 0 10px 115px;
}

.info {
	border-top:1px solid #ccc;
	margin:10px 0 10px 115px;
	clear:both;
}

.info p {
	padding:0 0 0 10px;
	margin:0;
}

.info p a {
	font-size:0.9em;
	color:#555;
}

/* this is the thin line between the actual post and comments */

#comments-divide {
	height:1px;
	background:#ccc;
}

.comment-owner {
	border:1px solid #eee;
	background:#f2f7fb;
	padding:5px;
	margin:20px 0 5px 0;
	height:50px;
	width:550px;
}

.comment-owner img {
	margin:0px 5px 0px 0px;
	text-align:left;
}

.comment-owner a {
	background:#f2f7fb;
}

.comment-owner p {
	padding:0;
	margin:0;
}

/* END OF BLOGGING ENGINE */


/************************************
	SUB MENU OPTIONS:THESE WILL BE MOVED TO THE NEW SIDEBAR SHORTLY
************************************/

div#sub-menu {
	margin-bottom:30px;
}

div#sub-menu p {
	margin:0 0 10px 0;
	padding:0;
	line-height:97%;
	display:inline;
	font-size:95%;
}

div#sub-menu p a {
  display:-moz-inline-block; display:inline-block;
	 padding:.15em .3em;
	 border-bottom:none;
	 font-size:90%;
}

div#sub-menu p a:hover {}

div#sub-menu p a:visited {color:#3B5998;}

/* END OF SUB-MENU DIV */


/************************************
	INFOHOLDER:this holds profile data, account settings and administration content
************************************/

.infoholder {
	margin:5px 0 20px 0;
}

.infoholder p {
	padding:5px 0 5px 10px;
}

/* the end of INFOHOLDER */

#tagcloud {
	padding:15px;
	border:solid 1px #eee;
	background:#f5f5f5;
	line-height:2.9em;
}
	
#tagcloud a {
	text-decoration:none;
}

.infoholder .fieldname {
	width:98%;
}


.infoholder .fieldname h3 {
	border-top:1px solid #ccc;
	background:#ccd5e8;
	/*background:url(http://www.lunchboxpal.com/mod/template/templates/Default_Template/images/heading_bg2-rf.png) repeat-x top center #c1cde0;*/
	padding:2px 4px;
	color:#3B5998;
	font-size:0.85em;
	font-weight:bold;
	width:98%;
}

/************************************
 CLASSES SPECIFIC TO PROFILE
************************************/

.infoholder.profile {width:100%; overflow:auto; text-align:left; margin:0 !important;}

	.infoholder.profile.profilephoto {width:39%; float:left; overflow:hidden;}
		.infoholder.profile.profilephoto img	{/*width:90% !important;*/}
	.infoholder.profile.biography, .infoholder.profile.personalweb, .infoholder.profile.minibio, .infoholder.profile.interests, .infoholder.profile.likes, .infoholder.profile.dislikes, .infoholder.profile.goals, .infoholder.profile.skills
	{width:59%; float:right;}

	.infoholder.profile .fieldname, .infoholder.profile .profileinfo {margin-left:0 !important;}
		.infoholder.profile .fieldname {float:left; width:15%; overflow:visible;}
		.infoholder.profile .profileinfo {float:right; width:84%; overflow:visible;}
		.infoholder.profile.profilephoto .fieldname {position:absolute; top:0; left:-9000px;}
		.infoholder.profile.profilephoto .profileinfo {float:left; width:100%;}

.infoholder.profile, .infoholder.profile .fieldname	{margin:0; padding:0;}
.infoholder.profile .fieldname h3 {
	border-top:none;
	margin:0;
	background:none;
	color:#333;
}
.infoholder.profile.profilephoto .fieldname h3 {position:absolute; top:0; left:-9000px;}

/************************************
 PROFILE WIDGETS STUFF
************************************/

img.profile-photo {
   /*border:1px solid #eee;*/
	 border:none;
   padding:2px;
}

.profile_main p {
   color:#333;
}

.profile_main a, .profile_main a:visited {
	text-decoration:none;
	color:#0066CC;
	/*border-bottom:dotted #0066CC 1px;*/
}
	.profile_main a:hover, .profile_main a:visited:hover {
		text-decoration:underline;
		color:#000;
	}
	.profile_main a:visited {
		border-bottom:none;
	}

.profile_main_bottom {
	clear:both;
}

.profile_primary {
	float:left;
	width:270px;
	margin-top:10px;
	margin-left:10px;
}

.profile_secondary {
	float:right;
	width:360px;
	margin:10px 0 0 0;
	color:#000;
}

.profile_bio {
	padding-top:10px;
	background:#efefef;
}

.profile_widgets {
	clear:both;
    width:760px;
	/*background:#004995;*/
}

.profile_icon img title{
	margin-bottom:10px;	
}

.profile_widgets_left {
	float:left;
	width:330px;
}

.profile_widgets_right {
	float:right;
	width:330px
}

/* profile - widgets */

#profile_widgets {
   position:relative;
}

.profile_bio {
   width:244px;
   padding:2px;
}

.widgets_even {
   float:left;
   width:340px;
   margin:0;
   padding:0;
}

.widgets_odd {
   float:right;
   width:340px;
   margin:0;
   padding:0;
}

.widget {
    border:1px solid #BBDCE9; /*#95BDCD;*/
    margin-bottom:15px;
    padding:0;
}

.widget .widget_content {
    padding:4px 10px 4px 10px;
}

.widget .widget_content h3 {
    padding:0;
    margin:0;
}

.widget .widget_bottom {
     display:block;
     background-color:#E2F0F6; /*#CBE5EF;*/
     margin:0px;
     padding-left:10px;
     border-top:1px solid #BBDCE9;
     font-size:0.8em;
}

.widget .widget_menu ul {
    margin:0 0 0 5px;
	padding:0;
}

.widget .widget_menu ul li {
     list-style:none;
}

.widget .widget_menu ul li a {
     text-decoration:underline;
}

.widget .widget_admin_menu {
    background-color:#E2F0F6;
    padding:2px 0 0 5px;
}

#hidden3, #hidden2, #hidden4, #hidden5 {
  height:20px;
}

.widget .widget_title {
          border:0;
          border-bottom:1px solid #cdcdcd; /*#BBDCE9;*/
          padding:0 2px 0 2px;
          margin:0 0 10px 0;
          color:#000;
	      font-size:1.2em;
	     font-weight:bold;
}

.widget  .widget_content h2 a {
    background:url(http://www.lunchboxpal.com/mod/template/images/icons/arrow.gif) no-repeat left;
    padding:0 0 0 10px;
    font-weight:normal;
}

/************************************
  COMMENT WALL STUFF
************************************/

#commentwall {
   background:#fff;
   width:98%;
   padding:5px;
   margin:5px 0 10px 0;
}

.commentwall_img {
   float:left;
   margin:3px;
   background:#fff;
   border:1px solid #ccc;
}

#commentwall_form_-1 {
  /* Background:#eee;*/
   margin:0 0 5px 0;
   padding:4px;
}

#commentwall_form_-1 textarea {
   width:98%;
   margin:5px 0 5px 0;
}

#commentwall_title {
   background:#efefef;
   border-top:1px solid #ccc;
   width:99%;
   height:20px;
	 line-height:15px;
   padding:2px;
}
.commentwall_date {
    font-style:italic;
    font-size:0.8em;
    margin:0 0 10px 0;
    /*background:#efefef;*/
		background:#dfdfea;
    border-bottom:1px solid #D8DFEA;
}

#commentwall #commentwall_title h2 {
   margin:0 2px;
   padding:0;
   font-size:100%;
	 color:#3B5998;
}


.commentwall_name, .commentwall_date {
	/*background:#efefef;*/
	background:#dfdfea;
}


.commentwall_name {
   font-weight:bold;
   /*border-top:1px solid #4E730C;*/
}

.commentwall_details {
   border-top:1px solid #ccc;
   margin-left:70px;
}


.commentwall_name, .commentwall_date, .commentwall_text {
	padding:0 2px;
}


#commentwall_more {
    text-align:right;
    padding:4px;
    color:#000;
    font-size:10px;
}

#commentwall_more a {
   color:#000;
   text-decoration:underline;
}


.commentwall_replybar {
   border-bottom:1px solid #ccc;
   /*font-size:11px;*/
   margin:10px 0 10px 0;
   padding:2px;
   background:#fff;
   text-align:right;
   cursor:pointer;
}

.commentwall_replybar p {
   padding:0;
   margin:0 10px 0 0;
}

.commentwall_replybar a {
   padding:0;
   margin:0;
}

#confirm-form {
	width:70%;
	margin:30px auto;
	text-align:center;
	/*font-size:1.2em;*/
	border:1px #eee solid;
	background:#f8f8f8;
}

#confirm-form h3 {
	/*font-size:1.2em;*/
	padding:10px;
	padding-top:20px;
}


#invite_name, #invite_email	{width:70%;}

/************************************* User Icons */

.icons div.fieldname h3, .icon-change h3 {background:none !important; border-top:none !important;}
.icons div.infoholder	{padding-left:50px;}
.icon-change h3 {display:-moz-inline-block; display:inline-block; width:100px !important; float:left;}
.icon-change div.infoholder {border-bottom:1px solid #ccc; margin:0 50px 10px 50px;}

/******************************************* GRID */
.column {float:left;}
.grid2col, .grid2cola, .grid2colb, .grid2colc, .grid2cold, .grid2cole, .grid2colf, .grid2colg, .grid2colh, .grid2coli
.grid3col, .grid3cola,
.grid4col,
.grid5col,
.grid6col
{width:100%; overflow:auto;}

.grid2col .column {width:49%;}
.grid2col .column.last {text-align:right;}
.grid2col .grid2col .column {width:47.8%;}
.grid3col .grid2col .column {width:46%;}
.grid4col .grid2col .column {width:45%;}

.grid2cola .column.first {width:66%;}
.grid2cola .column.last {width:32%;}

.grid2colb .column.first {width:74.9%;}
.grid2colb .column.last {width:23%;}

.grid2colc .column.first {width:32%;}
.grid2colc .column.last {width:66%;}

.grid2cold .column.first {width:23%;}
.grid2cold .column.last {width:74.9%;}

.grid2cole .column.first {width:79%;}
.grid2cole .column.last {width:19%;}

.grid2colf .column.first {width:19%;}
.grid2colf .column.last {width:79%;}

.grid2colg .column.first {width:25%;}
.grid2colg .column.last {width:73%;}

.grid2colh .column.first {width:28%;}
.grid2colh .column.last {width:70%;}

.grid2coli .column.first {width:60%;}
.grid2coli .column.last {width:38%;}

.grid3col .column {width:32%; margin-left:2%;}
.grid2col .grid3col .column {width:31%;}


.grid3cola .column {width:58%; margin-left:2%;}
.grid3cola .column.first,
.grid3cola .column.last {width:19%;}

.grid3colb .column {margin-left:2%;}
.grid3colb .column,
.grid3colb .column.last {width:38%;}
.grid3colb .column.first	{width:19%;}

.grid3colc .column {width:34%; margin-left:0%;}
.grid3colc .column.first,
.grid3colc .column.last {width:33%;}

.grid4col .column {width:23%; margin-left:3%;}

.grid5col .column {width:18.4%; margin-left:2%;}

.grid6col .column {width:15%; margin-left:2%;}

.column.first, .column.last {margin-left:0 !important;}
.column.last {float:right !important;}/* profile - widgets */

#profile_widgets {
	position:relative;
}

.widgets_even {
	float:left;
	width:330px;
}

.widgets_odd {
	float:right;
	width:330px;
}

.widget {
	border: 1px solid #BBDCE9; /*#95BDCD;*/
	margin-bottom: 5px;
	padding: 0;
}

.widget .widget_content {
	padding: 10px;
}
.widget .widget_content h3 {
	padding:0;
	margin:0;
}

.widget .widget_menu {
	display: block;
	background-color: #E2F0F6; /*#CBE5EF;*/
	margin: 0px;
	padding-left: 10px;
	border-top: 1px solid #BBDCE9;
	font-size:0.8em;
}

.widget h2 {
	border:0;
	border-bottom:1px solid #BBDCE9;
	padding:0;
	margin:0 0 10px 0;
	color:#666;
	background-color: #E2F0F6;
	font-size:1.1em;
}

.widget  .widget_content h2 a {
	background:url(http://elgg.net/_templates/icons/arrow.gif) no-repeat left;
	padding:0 0 0 10px;
}