body {
	position:relative;
	padding:0;
	margin:0;
	font-size: 62.5%;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
div, h1, h2, h3, h4, h5, h6, p, blockquote, form {
	position:relative;
	padding:0;
	margin:0;
}
a, a:link, a:visited {
	color:#0088cc;
	font-size:1em;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
a img.avatar, a:link img.avatar, a:visited img.avatar {
	border:1px solid #FFF;
}
a:hover img.avatar, a:active img.avatar {
	border:1px solid #009EE6;
}
.container {
	width:100%;
	overflow:hidden;
}
ul.horizontal, ol.horizontal {
	position:relative;
	padding:0;
	margin:0;
	overflow:hidden;
}
ul.horizontal li, ol.horizontal li {
	float:left;
	list-style-type:none;
}
.floatL {float:left;}
.floatR {float:right;}

.align_left { text-align: left; }
.align_center { text-align: center; }
.align_right { text-align: right; }

a.button, a.button:link, a.button:visited, a.button:hover, a.button:active {
	position:relative;
	text-indent:-9000px;
	overflow:hidden;
	padding:0;
	margin:0;
	display:block;
}
a.utilityBtn, a.utilityBtn:link, a.utilityBtn:visited {
	width:17px;
	height:17px;
	background-position:0 0;
	background-repeat:no-repeat;
}
a.utilityBtn:hover {
	background-position:0 -17px;
}
a.utilityBtn:active {
	background-position:0 -34px;
}
a.btnEdit {background-image: url('../images/btn_edit.png');}
a.btnAccept {background-image: url('../images/btn_accept.png');}
a.btnDeny {background-image: url('../images/btn_deny.png');}
a.btnDelete {background-image: url('../images/btn_delete.png');}
a.btnReply {background-image: url('../images/btn_reply.png');}
a.btnHelp {background-image: url('../images/btn_help.png');}
a.btnToggle, a.btnToggle:link, a.btnToggle:visited {
	text-align: center;
	color: #fff !important;
	font: normal 10px Arial, Helvetica, sans-serif;
	line-height: 17px;
	text-indent: -1px;
	background-image: url('../images/btn_toggle-blank.png');
}
a.btnToggle:hover, a.btnToggle:active {
	text-decoration: none;
}
.textField {
	border:1px solid #CCC;
	padding:4px;
	color:#999;
}
.searchFieldContainer {
	background:url(../images/input_modal-search_back.png) no-repeat scroll right top;
	border-left:1px solid #C6C6C6;
	display:block;
	float:left;
	height:26px;
	overflow:hidden;
	padding-right:25px;
	position:relative;
	width:auto;
}
.searchFieldContainer input.searchField {
	background:transparent none repeat scroll 0 0;
	padding-right:0;
	border:none;
}
/*GENERAL LAYOUT*/
#wrapper {
	padding:0 20px 0;
	background: url('../images/bg_footer.png') left bottom repeat-x;
}
#master {
	width:960px;
	margin:0 auto;
}
#header {
	height:60px;
	line-height:60px;
	padding:0;
	margin:0;
	/* border-bottom:1px solid #ccc; */
}
#content {
	margin-top:10px;
	/* margin-top:20px; */
	font-size:1.4em;
}
#footer {
	height:35px;
	line-height:35px;
	padding:50px 0 0 0;
	margin:0 auto;
	text-align:center;
	font-size:1.2em;
	color:#CCC;
}

/*HEADER*/
#head_left {
	width:230px;
}
#head_right{
	width:588px;
	padding:0 10px;
	height:50px;
	background:url('../images/bg_loginbar.png') 0 0 no-repeat;
}
#logo {
	width:230px;
	height:57px;
	padding:0;
	margin:0;
	display:block;
	line-height:57px;
}
#logo a, #logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	width:230px;
	height:57px;
	padding:0;
	margin:0;
	text-indent:-9000px;
	display:block;
	background:url('../images/logo_homepublic.png') 0 0 no-repeat;
	line-height:57px;
}
#loginbar {
	width:588px;
}
#loginbar li {
	overflow:hidden;
	padding:0;
	margin:0;
	height:50px;
	line-height:50px;
	padding-right:8px;
}
#loginbar li.last {
	padding-right:0;
}
#loginbar li#li_member {
	font-size:1.3em;
	font-weight:bold;
	width:130px;
}
#loginbar li#li_email, #loginbar li#li_password {
	width:150px;
	height:42px;
	line-height:14px;
}
#loginbar li#li_email label,
#loginbar li#li_password label {
	font-size:1.1em;
	padding:0;
	margin:0;
	/*display:block;*/
	float:left;
	width:75px;
}
#loginbar li#li_email input,
#loginbar li#li_password input {
	width:140px;
	margin:0;
}
#loginbar a#forgotPassword {font-size:.9em;}
#loginbar li#li_signin {
	width:61px;
	height:26px;
	padding-top:14px;
}
#loginbar li#li_signin input {width:61px;height:26px;}
#loginbar li#li_register {
	width:60px;
	text-align:center;
	height:26px;
	padding:14px 0;
	line-height:26px;
}
#loginbar li#li_register span.register {
	border-left:1px solid #CCC;
	float:left;
	width:60px;
}
#loginbar li#li_register a, #loginbar li#li_register a:link, #loginbar li#li_register a:visited, #loginbar li#li_register a:hover, #loginbar li#li_register a:active {
	font-size:1.3em;
	border-left:1px solid #FFF;
	height:26px;
	display:block;
}
/*CONTAINER*/
.contentHead {
	width:958px;
	height:461px;
	border:1px solid #CCC;
	clear:both;
	margin-bottom: 20px;
	background: #fefefe url('../images/bg_homepub_contenthead.png') 0 0 repeat-x;
}
#content_head h1 {color:#333;}













/*----------------------------------------------*/
#popular_head {
	width:640px;
	height:45px;
	overflow:hidden;
	padding:0;
	margin:0;
	background:url('../images/bg_popularhead.png') left bottom no-repeat;
}
#popular_navs {
	width:315px;
	height:45px;
	float:left;
	padding:0;
	margin:0;
}
#popular_navs li {
	list-style-type:none;
	height:36px;
	padding:0;
	margin:0;
	float:left;
}
#popular_navs li#popNav1 {width:138px;padding-right:10px;}
#popular_navs li#popNav2 {width:167px;}

#popular_navs li#popNav1 a,
#popular_navs li#popNav1 a:link,
#popular_navs li#popNav1 a:visited {
	width:138px;
	height:36px;
	text-indent:-9000px;
	background:url(../images/bg_popnav_nav1.png) 0 -36px no-repeat;
}

#popular_navs li#popNav2 a,
#popular_navs li#popNav2 a:link,
#popular_navs li#popNav2 a:visited {
	width:167px;
	height:36px;
	text-indent:-9000px;
	background:url(../images/bg_popnav_nav2.png) 0 -36px no-repeat;
}
#popular_navs li#popNav1 a:hover,#popular_navs li#popNav1 a:active,
#popular_navs li#popNav2 a:hover,#popular_navs li#popNav2 a:active,
#popular_navs li#popNav1 a.current,
#popular_navs li#popNav1 a.current:link,
#popular_navs li#popNav1 a.current:visited,
#popular_navs li#popNav1 a.current:hover,
#popular_navs li#popNav1 a.current:active,
#popular_navs li#popNav2 a.current,
#popular_navs li#popNav2 a.current:link,
#popular_navs li#popNav2 a.current:visited,
#popular_navs li#popNav2 a.current:hover,
#popular_navs li#popNav2 a.current:active {
	background-position:0 0;
}
#popular_body {
	width:638px;
	height:391px;
	border:1px solid #CCC;
	background:url(../images/bg_home_linkmap.png) 0 0 repeat-y;
	overflow:hidden;
}
.popularBodyContainer {
	position:absolute;
	height:391px;
}


/*----------------------------------------------*/
#content_body {
	padding:30px 0 0 0;
	border-top:1px solid #CCC;
	clear:both;
}
#col_left {
	width:640px;
	float:left;
	padding:0 30px 0 0;
	font-size:1em;
}
#col_right {
	width:290px;
	float:left;
}
#content p {
	margin-bottom:5px;
}
/*RIGHT COLUMN STYLES*/

/*rightContainer*/
.rightContainer {
	width:268px;
	padding:10px 10px 5px;
	margin:0 0 30px 0;
	background-color:#f9f9f9;
	border:1px solid #e3e3e3;
	overflow:hidden;
}
.rightContainer h3 {
	color:#666;
	font-size:1.3em;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #e3e3e3;
}
.rightContainer ul.recentActivity {
	width:100%;
	padding:10px 0;
	margin:0 0 5px;
	border-bottom:1px solid #e3e3e3;
	font-size:.9em;
}
.rightContainer ul.friendRequest, .rightContainer ul.topUsers {
	border-bottom:none;
}
.rightContainer ul.recentActivity li {
	width:100%;
	padding:10px 0;
	border-bottom:1px dashed #999;
	list-style-type:none;
	overflow:hidden;
}
.rightContainer ul.recentActivity li a,
.rightContainer ul.recentActivity li a:link,
.rightContainer ul.recentActivity li a:visited,
.rightContainer ul.recentActivity li a:hover,
.rightContainer ul.recentActivity li a:active {
	font-size:1em;
	font-weight:bold;
}
.rightContainer ul.recentActivity li a.userName,
.rightContainer ul.recentActivity li a.userName:link,
.rightContainer ul.recentActivity li a.userName:visited,
.rightContainer ul.recentActivity li a.userName:hover,
.rightContainer ul.recentActivity li a.userName:active, 
.rightContainer ul.recentActivity li a.category,
.rightContainer ul.recentActivity li a.category:link,
.rightContainer ul.recentActivity li a.category:visited,
.rightContainer ul.recentActivity li a.category:hover,
.rightContainer ul.recentActivity li a.category:active {
	font-weight:normal;
}
.rightContainer ul.recentActivity li.first {
	padding-top:0;
}
.rightContainer ul.recentActivity li.last {
	padding-bottom:0;
	border-bottom:0;
}
.actInfo, .requestCount {
	background-color:#eaeaea;
	padding:3px;
	color:#333;
}
.requestCount {
	font-size:.9em;
}
.requestCount a {
	color:#b42b96;
	font-weight:bold;
}
.actInfo .postDate {
	color:#999;
}
.actContent {
	display:block;
	padding:5px 0 0;
	margin:0;
}
.friendActivityContent {
	width:228px;
	padding-left:8px;
	float:left;
}
.topUsersContent {
	width:218px;
	padding-left:8px;
	float:left;
}
.friendPost {
	overflow:hidden;
}
.friendPost img {
	margin:8px 0 0;
}
.friendPost .actContent {
	float:left;
	padding-left:8px;
	width:225px;
}
.invitation_block {
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
.invitation_block li {
	width:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	list-style-type:none;
}
.invitation_block li .textField {
	width:212px;
}
.invitation_block li .example {
	color:#999;
	font-size:.9em;
}
.rightContainer ul.recentActivity li .userInfo a {
	font-size:1.1em;
}
.rightContainer ul.recentActivity li .userInfo .location {
	color:#999;
}
.rightContainer ul.recentActivity li .actContent .linksStarted {
	display:block;
}
.rightContainer ul.recentActivity li .actContent .linksShared {
	display:block;
}
/*----------------footer--------------*/
#footer p {
	float:left;
	width:500px;
	text-align:right;
}
#footer_nav {
	float:right;
	width:300px;
	height:15px;
	line-height:15px;
	padding-top:10px;
}
#footer_nav li {
	float:right;
	padding:0 8px 0;
	border-right:1px solid #CCC;
}
#footer_nav li.first {
	padding-right:0;
	border-right:0;
}
#footer_nav li a, #footer_nav li a:link, #footer_nav li a:visited {
	color:#CCC;
}


/*  Home Page Modifications, Changed Top (added February 2009)
-----------------------------------------------------------------------------*/
#intro_shell {
	width:958px;
	border:1px solid #CCC;
	/*clear:both;*/
	margin:20px 0;
	background-color:#F4F4F4;
	color:#444;
}

#intro a:link, #intro a:visited, #intro a:hover {
	font-size:1.1em;
}

#intro p.title a:link, #intro p.title a:visited, #intro p.title a:hover, #intro p.title span {
	font-size:1.0em;
	font-weight:normal;
	letter-spacing:-0.01em;
	color:#444;
}

#intro p.title a:hover {
	text-decoration:underline;
}


#intro_shell #intro {
	margin-left:20px;
}

#intro h1 {
	color:#000;
	font-size:2.1em;
	letter-spacing:-0.02em;
	margin:5px 0;
}

#intro h3 {
	color:#a02484;
	font-size:1.9em;
	letter-spacing:-0.01em;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:12px;
}

#intro #steps {
	height:259px;
	margin-bottom:40px;
}

#intro .step_01 {
	float:left;
	background: url(../images/home_step_background.png) 0 0 no-repeat;
	width:233px;
	height:259px;
}

#intro .step_02 {
	float:left;
	background: url(../images/home_step_background.png) 0 0 no-repeat;
	width:233px;
	height:259px;
	margin-left:15px;
}

#intro .step_03 {
	float:left;
	background: url(../images/home_step_background.png) 0 0 no-repeat;
	width:233px;
	height:259px;
	margin-left:15px;
}

#intro .step_01 p.title, #intro .step_02 p.title, #intro .step_03 p.title  {
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:-0.01em;
	color:#1981ac;
	padding:11px 0 0 15px;
}

#intro p.details {
	padding: 35px 20px 0 15px;
	font-size:0.9em;
	line-height:1.5em;
}

#intro .step_01 img {
	padding:38px 0 0 32px;
	border:none;
}

#intro .step_02 img {
	padding:34px 0 0 58px;
	border:none;
}

#intro .step_03 img {
	padding:20px 0 0 22px;
}

#intro .step_04 {
	float:left;
	width:175px;
	height:259px;
	margin-left:15px;
}

#intro .step_04 p.title{
	font-size:1.3em;
	font-weight:bold;
	padding-top:10px;
}

#intro .step_04 p.content{
	padding-top:16px;
	font-size:0.9em;
	line-height:1.5em;
}

#intro .step_04 img {
	padding: 12px 0 0 8px;
}


a#how_it_works {
  float: right;
  margin: 10px 10px 0 0;
  padding: 0;
  width: 151px;
  height: 42px;
  text-indent: -9000px;
  display: block;
  z-index: 999;
  position: relative;
  overflow: hidden;
}

a#how_it_works,
a#how_it_works:link,
a#how_it_works:visited {
  background: url(/images/how_it_works.png) no-repeat scroll 0 0;
}
a#how_it_works:hover {
  background: url(/images/how_it_works.png) no-repeat scroll 0 -42px;
}
a#how_it_works:active {
  background: url(/images/how_it_works.png) no-repeat scroll 0 -84px;
}
