@import url(/templates/photos_widget.css);
@import url(/templates/relationship_widget.css);
@import url(/templates/relationships_widget.css);
@import url(/templates/friends_widget.css);
@import url(/templates/common_friends_widget.css);
@import url(/templates/lurker_widget.css);
@import url(/templates/blogs_widget.css);
@import url(/templates/interests_widget.css);
@import url(/templates/moreinfo_widget.css);
@import url(/templates/notes.css);
@import url(/templates/videos.css);
@import url(/templates/groups.css);

#anchor {
	margin: 0 0 10px 0;
	width: 202px;
	float: left;
}

/* UNIVERSAL CONTAINER STYLES */

div.container { border: 5px solid #d5f0ff; clear: both; margin-top: 10px; line-height: 1.2; background: white; }
div.container div.inner { border: 1px solid #64bce2; }
div.padded div.inner { padding: 5px; }
div.container div.inner div.title { background: #f7f7f7; border-bottom: 1px solid #ccc; font-weight: bold; text-align: left; padding: 3px 5px 2px 5px; }
div.container div.inner div.title a { float: right; margin-left: 10px; }

div.container2 { clear: both; margin-top: 10px; line-height: 1.2; }
div.container2 div.inner { text-align: left; }
div.container2 div.inner div.title { background: #d5f0ff; border-bottom: 1px solid #64bce2; color: #007db4; font-weight: bold; text-align: left; padding: 3px 5px 2px 5px; }
div.container2 div.inner div.title a { float: right; margin-left: 10px; }

div.container3 { clear: both; margin-top: 10px; line-height: 1.2; font-family: "trebuchet ms", serif; border: 1px solid #ccc; background: #fff url(/images/tab-body-bg.gif) bottom repeat-x; }
div.container3 div.inner { text-align: left; margin: 10px; }
div.container3 h3 { color: #444; font-weight: normal; }
div.container3 h2 { margin-top: 0; }
div.container3 input.text { font-size: 14px; font-weight: bold; text-align: left; }
div.container3 label { color: #888; font-weight: bold; display: block; }

div.closed { border: 1px solid #d5f0ff; background: white; }
div.left_container { border-right: 1px solid #d5f0ff; }

/* UNIVERSAL HEADERS FOR PROFILES */

#profile_body { float: right; width: 440px; text-align: left; }

#profile_body h1, #profile_body h2, #profile_body h3, #profile_body h4, #profile_body h5, #profile_body h6 {
	font-family: "trebuchet ms", serif;
	font-weight: 700;
	margin: 10px 0;
	padding: 0px;
}

#profile_body h1 {  
  clear: both;
  font-size: 2.5em;
  color: #444;
  border-bottom: 1px dotted #92bd36;
}

#profile_body h2 {
  font-weight: 400;
  font-size: 1.5em;
  color: #777;
}

#profile_body h3 {
  font-weight: 400;
  font-size: 1.3em;
  color: #999;
}

#profile_body h4 {
  font-size: 1.2em;
  color: #aaa;
}

#profile_body h5 {
  font-size: 1.1em;
  color: #aaa;
}

#profile_body h6 {
  font-size: 1em;
  color: #aaa;
}

/* NOT SURE WHY THIS IS HERE */

#homebase_tools {
	margin: 20px 0;
	text-align: center;
	font-size: 140%;
}

/* WIDGET NOTICES */

div.widget_notice {
	background: #ffdddd;
	color: #ff788b;
	font-weight: bold;
	padding: 3px 10px;
}

/* CONTENT TOOLS CSS */

div.tool_box {
	text-align: left;
}

/* VIDEO WIDGET CSS - HERE TO AVOID ANOTHER INCLUDE */

#videos_widget {
	text-align:center;
	}
	
#groups_widget a {
	font-weight: normal;
	margin: 0 2px;
}