	@charset "utf-8";
/* 
.rumlayout #container {
	width: 100%;  
	background-color: #FFFFFF;
	border: 0px solid #000000;
	text-align: left;
	float:left;
}*/
.rumlayout #header {
	height: 70px;
	width: 100%;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.rumlayout #header_contents {
	background-image:url(../../gfx/rummble/web/header_images/rbgnav2.jpg);
	background-repeat: no-repeat;
	width: 991px;
	margin: auto;
	height: 70px;
}

.rumlayout #header_navi {
	width:445px;
	margin: 10px 0px 0px 40px;
	display:inline;
	float: left;
}

.rumlayout #header_bar {
	width: 100%;
}
.rumlayout #header_bar_container {
	width: 991px;
	margin: auto;
}

.rumlayout #profile_tab {
	width: 240px;
	height:20px;
	float:left;
	padding: 5px 5px 5px 10px;
	background-repeat: no-repeat;
	margin: 24px 0 0 0;
	background-image: url(../../gfx/rummble/web/header_images/header_profile_tab_blue.gif);
}

.rumlayout #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.rumlayout #logo {
	float:left;
	width: 200px;
	height: 60px;
}

.rumlayout #search {
 float:left;
 width: 145px;
 margin: 10px 0px 0 65px;
 display:inline;
 background-image: url(../../gfx/rummble/web/header_images/rbgser.gif);
 background-repeat: no-repeat;
 background-position:top left;
 padding-top: 0px;
}

.rumlayout #sub_container {
	width: 991px;
	margin: auto;
	height: 100%;
}

.rumlayout #mainContent {
	width: 990px;
	margin: auto;
	padding: 10px 0;
	float: left;
	background-color: #FFFFFF;
	text-align:left;
}
/* LEFT COL --------------------------------------------------------------------------------- */

.rumlayout #leftcol {
	width:250px;
	height: auto;
	float: left;

}

.rumlayout #hp_profile {
	width:250px;
	height: 40px;
	float: left;
	margin: 0px 0px 10px 0px;
}

div.hp_myfriends {
	width:230px;
	height: auto;
	float: left;
	/* background-color:#E3E4EA; */
	margin: 0px 0px 10px 0px;
	text-align:left;
	padding: 8px 7px 8px 8px;
}

/* RIGHT COL --------------------------------------------------------------------------------- */

.rumlayout #rightcol {
	width:700px;
	float:left;
	/*	margin: 0px 0px 10px 260px;*/
margin: 0px 0px 10px 10px;
	text-align: left;
}

.rumlayout #lifestream {
	width:700px;
	height: 380px;
	margin: 0px 0px 10px 0px;
	background: #35124A;
}

div.rummbles_list {
	width:345px;
	height:100%;
	margin: 0px 10px 10px 0px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	float: left;
}

div.msgstream {
	width:345px;
	background-color: transparent;
	margin:0px -3px -3px -3px;
	height:auto !important; /* all browsers - works on i.e.6/7 */
	float: right;
	text-align: left;
}

div.blogstream {
	width:345px;
	background-color: transparent;
	margin:0px -3px -3px -3px;
	height:auto !important; /* all browsers - works on i.e.6/7 */
	float: right;
	border-top:3px;
	border-bottom-color:#666699;
	border-right: 0px;
	border-bottom: 2px;
	border-left: 0px;
	border-bottom-color:#E3E4EA;
	text-align: left;
}



/* FOOTER --------------------------------------------------------------------------------- */
.rumlayout #footer_container {
	width:100%;
	float:left;
	background-color: #FFFFFF;
}
.rumlayout #footer {
	width: 991px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.rumlayout #footer_left {
	background-image:url(../../gfx/rummble/web/footer_images/rbbotbglhcorner.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:41px;
	height:218px;
	background-color: #49195B;
	float:left;
}

.rumlayout #footer_right {
	background-image:url(../../gfx/rummble/web/footer_images/rbbotbgrhcorner.jpg);
	float:right;
	background-position:top;
	background-repeat:no-repeat;
	width:41px;
	height:218px;
	background-color: #49195B;
}

.rumlayout #footer_content {
	background-image:url(../../gfx/rummble/web/footer_images/rbbotbgmid.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:879px;
	height:198px; /*SET HEIGHT*/
	text-align: left;
	float:left;
	padding:20px 0px 0px 30px;
	background-color: #49195B;
}
div.foot_linkbox{
	width: 110px;
	margin: 10px 10px 0px 0px;
	float:left;
	z-index: 5;
}
div.foot_copyright {
	float:left;
	text-align: left;
}
.rumlayout #foot_statsbox{
	width: 240px;
	margin: 10px 0px 0px 10px;
	float:right;
}

.rumlayout #foot_subscribe{
	width: 850px;
	text-align:right;
	vertical-align: bottom;
	margin: 160px 0 0 0;
}
.rumlayout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



/* -----------------------------------------------*/
/* 	Overrides for the new logged out explore view */
/* 	A halfway point to the new layout for viewing Rummbles while logged out */
/* -----------------------------------------------*/

body {
	margin:0;
	padding:0 4em;
	background:#FFFFFF url(../../gfx/ui/bkg_body_greySwirl.gif) no-repeat left center!important;
}

/* Set the font to Arial wherever it's required: */
.loggedOut body,
.loggedOut p,
.gwt_generic_heading h3,
.gwt_label_link{
	font-family:arial, helvetica, sans-serif!important;
}

.loggedOut h4 {
	color:#3F235C;
	font-weight:bold;
}

.loggedOut a.anchor,
.loggedOut a.anchor:hover {
	color:inherit;
	text-decoration:none;
}

/*

.loggedOut .rumLayout a:link,
.loggedOut .gwt_label_link {
	text-decoration:none;
	color:#479CEB!important;
}

.loggedOut a:hover {
	text-decoration:underline!important;
	color:#479CEB!important;
}

.loggedOut a.username {
	color:#3B2156;
}

.loggedOut .rumlayout p {
	color:#222;
}

.loggedOut .gwt_rummble_main_content_address {
	margin-left:0.5em;

}

.loggedOut .gwt_rummble_main_content_address p{
		font-size:12px!important;
		margin-bottom:0.5em;
}

.loggedOut .gwt_rummble_main_content_address p a{
	font-size:12px!important;
	text-decoration:none;
	color:#479CEB;
	font-weight:bold;
}

.loggedOut .rumlayout #footer_container,
.loggedOut .rumlayout #container,
.loggedOut .rumlayout #mainContent {
	background-color:transparent;
}

.loggedOut .roundedcornr_box_explorer {
	background:#FFFFFF url(../../gfx/rummble/web/loggedout/ui/bkg_whiteSwirl.gif) no-repeat scroll right center;
	border:1px solid #E1E1E1!important;
	padding:20px;
	width:855px!important;
	margin-bottom:1em;
}

.loggedOut .rum_explorer_width {
	width:855px!important;
}

.loggedOut .rum_explorer_width tbody table {
	width:100%;
}

.loggedOut .rum_explorer_width tbody tbody table {
	width:auto;
}

.loggedOut .rummble_main_total_rating {
	height:46px!important;
	background:transparent url(../../gfx/rummble/web/loggedout/ui/bkg_explore_signUpButton.gif) no-repeat top left!important;
	padding-left:64px!important;
	margin-left:-4px;
	padding-top:16px!important;
}

.loggedOut .rumlayout div.gwt-rummble_main_title {
	letter-spacing:-0.03em!important;
	color:#3F235C!important;
	font-size:40px!important;
	font-weight:bold!important;
	margin-bottom:0.25em!important;
}

.loggedOut .rumlayout .gwt-display-signup {
	width:425px!important;
}

.loggedOut .rumlayout .gwt-display-signup p {
	color:#222!important;
	font-size:11px!important;
}

.loggedOut .gwt-display-signup a {
	font-size:12px!important;
	text-decoration:none!important;
	color:#479CEB!important;
	font-weight:bold;
}

.rumlayout .gwt_generic_heading {
	float:none;
	width:100%;
}
 
.loggedOut .gwt_generic_heading h3{
	clear:both;
	font-size:17px!important;
	letter-spacing:-0.025em;
	color:#2C2C2C!important;
	margin-bottom:4px;
	margin-top:4px;
}

.loggedOut .rummble_main_total_rating {
	width:auto!important;
}

.loggedOut .rummble_main_total_rating_options {
	display:none;
}

.loggedOut .box_tab_close_explorer {
	display:none;
}

.loggedOut .rummble_main_user_pic {
text-align:right;
}

.loggedOut .rummble_main_user_pic tbody tr td{
	border:1px solid #CCC!important;
}

.loggedOut div.rummble_main_comment_post_box {
	width:450px!important;
}

.loggedOut div.rummble_main_comment_post_box strong {
	display:block;
	font-size:12px;
}

.loggedOut .gwt-Image {
	margin-right:20px;
	margin-left:10px;
}

.loggedOut .gwt_label_link {
	font-size:14px!important;
	font-weight:bold!important;
	margin-bottom:0.5em!important;
	text-decoration:none!important;
}

.loggedOut .rummble_main_content_tags p:before {
	content:"Tagged with: ";
	color:#AAA;
	font-weight:normal;
}

*/
