@charset "UTF-8";
/* CSS Document */

/* BASELINE */

HTML {
	width: 100%;
	height: 100%;
}

BODY {
	 margin: 0px;
	 padding: 0px;
	 color: #333;
	 width: 100%;
	 height: 100%;
}

#pageWrapper {
	height: auto;
	margin: 0px;
	min-width: 760px;
}

#msieMinWidth, #msieMinWidth2 {
	height: 100%;
}

#everythingButTheFooter {
	min-height: 100%;
}

FORM {
	padding: 0px;
	margin: 0px;
}

INPUT, SELECT {
	margin-top: 0px;
	margin-bottom: 0px;
}

A {
	color: #805B40;
	text-decoration: none;
	border-bottom: 1px dotted #805B40;
}

/* FONT */

BODY {
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
}


/* MASTHEAD */

#masthead {
	height: 55px;
	background: url('../images/masthead-background.jpg') top left repeat-x;
	padding: 0px 10px;
}

#masthead H1 {
	margin: 0px;
	width: 446px;
	height: 0;
	padding-top: 55px;
	overflow: hidden;
	background: url('../images/masthead-logo.jpg') top left;
	float: left;
}
#masthead UL {
	margin: 0px;
	padding: 0px;
	float: right;
	line-height: 11px;
	font-size: 11px;
}
#masthead LI {
	float: left;
	margin: 20px 10px 20px 0px;
	padding: 1px 11px 3px 0px;
	list-style-type: none;
	background: url('../images/border-dotted.gif') top right repeat-y;
}
#masthead LI.lastOne {
	background: none;
	padding-right: 0px;
	margin-right: 0px;
}

#masthead LI A {
	color: #333;
	border-bottom: none;
	padding: 0px;
	margin: 0px;
}


/* NAVIGATION */

/* baseline */
#navbar {
	background: url('../images/navbar-background.gif') 1px 0px repeat-x;
}

.nav {
	margin: 0;
	padding: 0;
	height: 34px;
	clear: both;
	white-space: nowrap;
	float: left;
}
.nav LI {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav A, .nav SPAN {
	float: left;
	height: 0;
	border: 0px;
	padding-top: 28px;
	overflow: hidden;
}

/* off state */
.nav .index, .nav .home, .nav .profile, .nav .blogs, .nav .circles, .nav .conversations, .nav .messages, .nav .members, .nav .resources  {
	 background: url('../images/navbar.gif') top left;
	 width: 35px;
}
.nav .home {
	 width: 83px;
	background-position: -35px 0px;
}
.nav .profile {
	width: 96px;
	background-position: -118px 0px;
}
.nav .blogs {
	width: 66px;
	background-position: -214px 0px;
}
.nav .circles {
	width: 75px;
	background-position: -280px 0px;
}
.nav .conversations{
	width: 125px;
	background-position: -355px 0px;
}
.nav .messages {
	width: 92px;
	background-position: -480px 0px;
}
.nav .members {
	width: 87px;
	background-position: -572px 0px;
}
.nav .resources {
	width: 99px;
	background-position: -659px 0px;
}

/* on state */
.nav LI.selected .index, .nav LI.selected A.index:hover {
	width: 36px;
	background-position: 0px -36px;
}
.nav LI.selected .home, .nav LI.selected A.home:hover {
	width: 84px;
	background-position: -35px -36px;
}
.nav LI.selected .profile, .nav LI.selected A.profile:hover {
	width: 97px;
	background-position: -118px -36px;
}
.nav LI.selected .blogs, .nav LI.selected A.blogs:hover {
	width: 67px;
	background-position: -214px -36px;
}
.nav LI.selected .circles, .nav LI.selected A.circles:hover {
	width: 76px;
	background-position: -280px -36px;
}
.nav LI.selected .conversations, .nav LI.selected A.conversations:hover {
	width: 126px;
	background-position: -355px -36px;
}
.nav LI.selected .messages, .nav LI.selected A.messages:hover {
	width: 93px;
	background-position: -480px -36px;
}
.nav LI.selected .members, .nav LI.selected A.members:hover {
	width: 88px;
	background-position: -572px -36px;
}
.nav LI.selected .resources, .nav LI.selected A.resources:hover {
	width: 100px;
	background-position: -659px -36px;
}

/* next to on state */
.nav LI.bySelected A.home {
	width: 82px;
	background-position: -36px 0px;
}
.nav LI.bySelected A.profile {
	width: 95px;
	background-position: -119px 0px;
}
.nav LI.bySelected A.blogs {
	width: 65px;
	background-position: -215px 0px;
}
.nav LI.bySelected A.circles {
	width: 74px;
	background-position: -281px 0px;
}
.nav LI.bySelected A.conversations{
	width: 124px;
	background-position: -356px 0px;
}
.nav LI.bySelected A.messages {
	width: 91px;
	background-position: -481px 0px;
}
.nav LI.bySelected A.members {
	width: 86px;
	background-position: -573px 0px;
}
.nav LI.bySelected A.resources {
	width: 98px;
	background-position: -660px 0px;
}

/* hover */
.nav A.index:hover {
	background-position: 0px -72px;
}
.nav A.home:hover {
	background-position: -35px -72px;
}
.nav LI.bySelected A.home:hover {
	background-position: -36px -72px;
}
.nav A.profile:hover {
	background-position: -118px -72px;
}
.nav LI.bySelected A.profile:hover {
	background-position: -119px -72px;
}
.nav A.blogs:hover {
	background-position: -214px -72px;
}
.nav LI.bySelected A.blogs:hover {
	background-position: -215px -72px;
}
.nav A.circles:hover {
	background-position: -280px -72px;
}
.nav LI.bySelected A.circles:hover {
	background-position: -281px -72px;
}
.nav A.conversations:hover {
	background-position: -355px -72px;
}
.nav LI.bySelected A.conversations:hover {
	background-position: -356px -72px;
}
.nav A.messages:hover {
	background-position: -480px -72px;
}
.nav LI.bySelected A.messages:hover {
	background-position: -481px -72px;
}
.nav A.members:hover {
	background-position: -572px -72px;
}
.nav LI.bySelected A.members:hover {
	background-position: -573px -72px;
}
.nav A.resources:hover {
	background-position: -659px -72px;
}
.nav LI.bySelected A.resources:hover {
	background-position: -660px -72px;
}

/* 'invite friends' button */
#navbar .actions {
	float: right;
	padding: 4px 0px 0px 0px;
}
#navbar .actions LI {
	background: url('../images/button-actions.gif') 0px -42px no-repeat;
	padding-left: 10px;
}
#navbar .actions A {
	background: url('../images/button-actions.gif') 100% -42px no-repeat;
	font-weight: bold;
	color: #fff;
	padding-right: 10px;
}

/* PAGE MESSAGE */
div#pageMssg {
	width: 100%;
	text-align: left;
	font-weight: bolder;
	border-top: 2px solid #A9CE66;
	border-bottom: 2px solid #A9CE66;
	border-top: 0;
	border-bottom: 2px solid #9FAF7B;
	margin: 0 0 10px 0;
	padding: 12px 0 12px 24px;
	color: #FF6600; /* orange */
}

#pageMssg p {
	width: 90%;
	}
/* BREADCRUMBS */

UL#breadcrumbs {
    list-style: none;
    margin: 10px;
    padding: 0;
    color: #B46931;
}

#breadcrumbs LI {
    display: inline;
    margin: 0;
    padding: 0;
}

#breadcrumbs A {
    color: #B46931;
    border-color: #B46931;
}

/* CONTENT LAYOUTS */

#content {
    margin-bottom: 20px;
	padding: 10px 10px 26px 10px;
	clear: both;
}
#content h1.standard {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
}

#content h2.standard {
    padding: 12px 0 0 0;
}

.wideColumn {
	width: 58%;	
}
.narrowColumn {
	width: 40%;
}

/* wide left, all fluid */
.wideLeft .wideColumn {
	float: left;
}
.wideLeft .narrowColumn {
	float: right;
}

/* wide right, all fluid */
.wideRight .wideColumn {
	float: right;
}
.wideRight .narrowColumn {
	float: left;
}

/* fixed left, fluid right */
#content.fixedLeft {
    padding-left: 386px; /* 10px left padding + 20px gutter + leftWidth */
}

.fixedLeft .narrowColumn {
    display: inline; /* Double-floated margin fix */
    float: left;
    width: 356px;
    margin-left: -376px; /* leftWidth + 20px gutter */
}

.fixedLeft .wideColumn {
    float: right;
    width: 100%; 
}

/*TITLE BARS */

/* wide column */
.wideColumn H1 {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	color: #FFF;
	background: url('../images/titleBar-wideColumn.gif') top left no-repeat;

}
.wideColumn H1 SPAN {
	padding-bottom: 1px;
	display: block;
	background: url('../images/titleBar-wideColumn.gif') top right no-repeat;
	margin-left: 28px;
}

/* narrow column */
.narrowColumn H1 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
	line-height: 27px;
	padding-left: 10px;
	color: #FFF;
	background: url('../images/titleBar-narrowColumn.gif') top left no-repeat;
}
.narrowColumn H1 SPAN {
	display: block;
	background: url('../images/titleBar-narrowColumn.gif') top right no-repeat;
}

.wideColumn h1 a, .narrowColumn h1 a {
    color:#fff;
    border-bottom:1px dotted #DBE9BD;
}

/* ACTION BUTTONS */

/* primary action (e.g. new blog, new conversation) */
.primaryAction {
    margin-bottom: 10px;
}

.primaryAction SPAN {
    float: left;
	background: url('../images/button-actions.gif') 0px -42px no-repeat;
	padding-left: 10px;
}
.primaryAction A {
    display: block;
	background: url('../images/button-actions.gif') 100% -42px no-repeat;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	padding-right: 10px;
	padding-bottom: 1px;
	border-bottom: 0px;
}



/* wide column */
.actions {
	padding: 0px;
	margin: 0px;
}
.actions LI {
	float: left;
	list-style-type: none;
	background: url('../images/button-actions.gif') 0px 0px no-repeat;
	padding-left: 10px;
	margin-right: 5px;
}
.actions LI A {
	background: url('../images/button-actions.gif') 100% 0px no-repeat;
	line-height: 20px;
	padding-right: 10px;
	padding-bottom: 1px;
	border-bottom: 0px;
	color: #333;
	display: block;
	text-transform: lowercase;
}

/* smaller buttons */
TD .actions {
	font-size: 11px;
}

/* action button containers */
.topActions {
	background: #EBF3DB;
	padding: 4px 5px;
	border-bottom: 1px solid #999;
}
.bottomActions {
	background: #EBF3DB;
	padding: 4px 5px;
	border-top: 1px solid #999;
}
.topActions .actions, .bottomActions .actions {
	float: left;
}


/* PAGING */
.paging {
	float: right;
	background: none;
}

.dialog .paging {
	margin:0;
}

.paging A {
	width: 24px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	padding-top: 21px;
	overflow: hidden;
	display: block;
	border-bottom: none;
	background: url('../images/buttons-paging.gif') top left;
}
.paging .count {
	float: left;
	padding: 0px 10px;
	line-height: 20px;
}
.paging A.back {
	float: left;
}
.paging A.next {
	float: left;
	background-position: 24px 0px;
}


/* LIST VIEW */

/* wide column */
.wideColumn .box {
	margin-bottom: 10px;
}

.listView thead th {
    font-weight:normal;
    border-bottom:1px solid #999;
    text-align:left;
    padding:5px 5px 5px 8px;
    background:url('../images/thead_bg.jpg') repeat-x;
}

.listView thead th a {
    color:#333;
    border-bottom-color:#333;
}

.listView thead th.filtered_by_asc, .listView thead th.filtered_by_desc {
    background-position:0 -60px;
}

.listView thead th.filtered_by_asc div {
    background:url('../images/carrot_up.gif') no-repeat right 50%;
    padding:0 15px 0 0;
}

.listView thead th.filtered_by_desc div {
    background:url('../images/carrot_down.gif') no-repeat right 50%;
    padding:0 15px 0 0;
}

.listView TD {
	background: url('../images/listView-background.gif') top left repeat-x;
	padding: 10px;
}

.dialog .listView td {
	background: url('../images/list_view_brown_bg.gif') top left repeat-x #fff;
	padding: 10px;
}

.listView TD.firstOne {
	background-position:  0px -1px;
}

.listView td.premium_level_1{
    background: url('../images/listView-background-orange.gif') repeat-x;
}

.listView td.firstOne.premium_level_1 {
    background-position: 0px -1px;
}
.listView td.premium_level_3{
    background: url('../images/listView-background-orange.gif') repeat-x;
}

.listView td.firstOne.premium_level_3 {
    background-position: 0px -1px;
}

.listView TD .actions {
    float: right;
}

/* filter box */

.filter TD {
    padding: 5px 10px;
}

.filter .selected TD {
    background: url('../images/filter-selected.gif') left center no-repeat;
}

.filter TD.range {
    padding-left: 20px;
}

.filter TD.count {
    text-align: right;
    background-position: -20px center;
}

/* narrow column */
.narrowColumn .box {
	border: 2px solid #9FAF7A;
	margin-bottom: 10px;
}
.narrowColumn .listView TD {
	background: url('../images/border-dotted.gif') top left repeat-x;
}
.narrowColumn .listView TD.firstOne {
	background: none;
}


/* HEADINGS */
H2 {
	font-weight: normal;
	font-size: 16px;
	margin-top: 0px;
}

H2.guest {
    font-weight: bold;
	font-size: 14px;
    color: #A24601;
}

H3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
H4 {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}


/* THUMBNAILS & IMAGES */

/* micro thumbnail */
.microThumb {
}
.microThumb .pic {
	float: left;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-right: 5px;
	background: #999;
	background: #FFEFCE;
	background: #FFDB94;
}
.microThumb A.username {
	line-height: 25px;
}

/* standard thumbnail */
.userThumb, .row_thumb {
	float: left;
	text-align: center;
	margin-right: 10px;
}


.userThumb .pic, .row_thumb .pic {
	display: table-cell;
	vertical-align: middle;
	font-size: 75px;
	background: #FFDB94;
	border: 0;
	width: 90px;
	height: 90px;
	border: 1px solid #FFDB94;
	background: white;
	width: 88px;
	height: 88px;
	background: #FFEFCE;
	border: 1px solid #FFDB94;
	width: 92px;
	height: 92px;
}
.large_thumb .row_thumb .pic {
    width: 200px;
	height: 200px;
}

.userThumb .pic IMG, .row_thumb .pic img {
   vertical-align:middle;
   border:0;
}
.userThumb A, .row_thumb a {
	border-bottom: 0px;
}
.userThumb A.username {
	display: block;
	text-align: center;
	line-height: 16px;
	background: url('../images/username-background.gif') top left repeat-x;
	border: 1px solid #666;
	margin-top: 2px;
	color: #333;
	text-overflow: ellipses;
	overflow: hidden;
	width: 88px;
	width: 92px;
}

/* thumbnail grid */
.listView TD.thumbGrid {
	padding-bottom: 0px;
}
.listView TD.thumbGrid .userThumb {
	padding-bottom: 10px;
}


/* LIST VIEW CONTENT */

/* blogs */
.blogPic {
	float: left;
	margin-right: 5px;	
	margin-bottom: 5px;	
}
.date {
	font-size: 11px;
	color: #666;
}

.blogActions {
    clear: both;
    margin-top: 5px;
    margin-right: 45px;
    margin-left: 20px;
    line-height: 21px;
}

.blogActions .commentToggle {
    padding-left: 14px; 
    background: url("../images/widget-expandCollapse.gif") no-repeat 0 0; 
}

.blogActions .expanded {
    background-position: 0 -28px;
}

.blogActions .collapsed {
    background-position: 0 -5px;
}

.blogActions .actions {
    float: right;
}

.comments {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 50px;
    
}

.comments ul {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments li {
    clear: both;
    margin: 0 0 10px 0;
    border-top: 1px solid #9FAF7A;
    padding: 10px 0 0 0; 
}

FORM.newComment {
    border-top: 1px solid #9FAF7A;
    padding-top: 10px;
}

FORM.newComment TEXTAREA {
    display: block;
    width: 99%;
    margin-bottom: 10px; 
}



/* conversations */
.conversation {
	margin-left: 100px;
}
.quote {
	background: url('../images/graphic-quotes.gif') top left no-repeat;
	padding: 0px 0px 7px 38px;
}
a.para_link {
	text-decoration: none;
	border-bottom: 0;
}
a.para_link:link,
a.para_link:visited {
	color: #333;
}
a.para_link:hover {
	color: #805B40;
}

.category {
	padding: 15px 0px 0px 0px;
	color: #666;
	float: left;
	line-height: 20px;
}
.category a {
	color: #805B40;
	border-bottom: 1px dotted #805B40;
}
.replies {
	padding: 15px 0px 0px 0px;
	color: #666;
	float: right;
}
.respond {
	float: right;
	padding: 0px 0px 7px 5px;
}

/* circles */
.circleThumb {
	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
}
.circleThumb .pic {
	width: 90px;
	height: 90px;
	background: #999;
	display: table-cell;
	vertical-align: middle;
	font-size: 75px; 
}
.circleThumb IMG {
	vertical-align:middle;
}
.circleThumb A {
	text-decoration: none;
	border-bottom: 0;
}
.circleOverview {
	margin-left: 30px;
}
.circleOverview P {
	margin: 0px 0px 4px 0px;
}
.box P.members {
	line-height: 16px;
	padding: 0px 0px 0px 21px;
	background: url('../images/icons-contentTypes.gif') 0px -175px repeat-y;
}
.box P.newMembers {
	line-height: 16px;
	padding: 0px 0px 0px 21px;
	background: url('../images/icons-contentTypes.gif') 0px -200px repeat-y;
	color: #388000;
}
.box P.newConversations {
	line-height: 16px;
	padding: 0px 0px 0px 21px;
	background: url('../images/icons-contentTypes.gif') 0px -50px repeat-y;
	color: #388000;
}
.box P.noNewConversations {
	line-height: 16px;
	padding: 0px 0px 0px 21px;
	background: url('../images/icons-contentTypes.gif') 0px -25px repeat-y;
}


/* tips */
.afterTip {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #fff;
}
.afterTip .microThumb {
	float: left;
}
.afterTip .rateIt {
	float: right;
	line-height: 25px;
}


/* SPECIAL CONTAINERS */

/* fix for empty divs in IE*/
.top, .bottom {
	font-size: 0px;
}

/* notifications */
.notifications {
	margin-bottom: 10px;
	background: #FDDB93;
	color: #A24601;
}
.notifications A {
	color: #A24601;
	border-bottom: 1px dotted #A24601;
	line-height: 18px;	
}
.notifications .top {
	background:  url('../images/notifications-background.gif') top left no-repeat;
}
.notifications .top DIV {
	background: url('../images/notifications-background.gif') top right no-repeat;
	margin-left: 10px;
	height: 5px;
}
.notifications .content {
	padding: 5px 10px 5px 54px;
	background: url('../images/icon-notification.gif') 10px 5px no-repeat;
}
.notifications .bottom {
	background:  url('../images/notifications-background.gif') bottom left no-repeat;
}
.notifications .bottom DIV {
	background: url('../images/notifications-background.gif') bottom right no-repeat;
	margin-left: 10px;
	height: 5px;
}

/* search */
.search {
	margin-bottom: 10px;
	background: #FEEDC9;
	color: #A24601;
}
.search .top {
	background:  url('../images/profile-background.gif') top left no-repeat;
}
.search .top DIV {
	background: url('../images/profile-background.gif') top right no-repeat;
	margin-left: 10px;
	height: 5px;
}
.search .content {
	padding: 5px 10px;
}
.search .keywords {
	width: 120px;
}
.search .bottom {
	background:  url('../images/profile-background.gif') bottom left no-repeat;
}
.search .bottom DIV {
	background: url('../images/profile-background.gif') bottom right no-repeat;
	margin-left: 10px;
	height: 5px;
}

.search .highlight_section{
    background:#FFE2AF;
    padding:10px;
}

.search FORM {
    margin: 10px 0;
}

.search FORM DIV {
    margin: 5px 0;
}

/* welcome */
.welcome {
	margin-bottom: 10px;
	background: #FEEDC9;
	color: #A24601;
}
.welcome .top {
	background:  url('../images/profile-background.gif') top left no-repeat;
}
.welcome .top DIV {
	background: url('../images/profile-background.gif') top right no-repeat;
	margin-left: 10px;
	height: 5px;
}
.welcome .content {
	padding: 5px 10px;
}
.greeting {
	margin-bottom: 10px;
}
.greeting .microThumb {
	float: left;
}
.welcome H2,
.greeting H2 {
	line-height: 25px;
	margin: 0px;
}
.greeting H2.goal {
	float: right;
}
.greeting H2.user {
	float: left;
	padding-right: 10px;
}
.welcome .bottom {
	background:  url('../images/profile-background.gif') bottom left no-repeat;
}
.welcome .bottom DIV {
	background: url('../images/profile-background.gif') bottom right no-repeat;
	margin-left: 10px;
	height: 5px;
}
.welcome .actions {
	background: none;
	border: none;
	padding: 0px;
}
.wecome_head {
	margin-bottom: 8px;
}
.wecome_head td {
	vertical-align: top;
	text-align: left;
}
ul.edit_options {
	text-align: center;
	width: 152px;
}
ul.edit_options LI {
	float: none;
	margin-bottom: 8px;
	font-size: 12px;
	padding-bottom: 0;
}

FORM.login {
    border: 2px solid #9FAF7B;
    padding: 0 10px;
}

FORM.login DIV, FORM#account DIV {
    margin: 10px 0;
}

FORM.login LABEL, FORM#account LABEL  {
    display: block;
    font-weight: bold;
}

FORM#account H2 {
    font-weight: bold;
    color: #A24601;
}

FORM#account .submit {
    clear: both;
    padding-top: 10px;
}

FORM#account UL {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

FORM#account LI {
    margin: 0 0 2px 0;
    padding: 0;
}

FORM#changePasswordForm {
    top: 120px;
}

FORM#changePasswordForm FIELDSET {
    padding-bottom: 10px;
}

FORM#inviteFriends DIV {
    padding-left: 14em;
    margin-bottom: 2em;
}

FORM#inviteFriends DIV .instructions {
    display: block;
    font-weight: bold;
    
}

FORM#inviteFriends LABEL, FORM#inviteFriends .label {
    float: left;
    width: 13em;
    margin-left: -14em;
    font-weight: bold;
}

FORM#inviteFriends TEXTAREA {
    width: 400px;
}

FORM#inviteFriends BLOCKQUOTE {
    border: 1px solid #333;
    background: #CCC;
    margin: 0;
    padding: 10px;
    width: 380px;
}

FORM#inviteFriends BLOCKQUOTE P {
    margin: 0;
}


.generic_edit_wrap {
    border:1px solid #805D42; 
    padding:12px; 
    clear:both;
    margin:0 0 12px 12px;
}

/* ICONS */

/* title bar icons */
h1 .icon-conversations, 
h1 .icon-conversations-new,
h1 .icon-categories, 
h1 .icon-tips, 
h1 .icon-members,
h1 .icon-member, 
h1 .icon-blogs, 
h1 .icon-bookmarks, 
h1 .icon-products, 
h1 .icon-circles,
h1 .icon-articles,
h1 .icon-pictures {
	background: url('../images/icons-contentTypes.gif') no-repeat;
	width: 16px;
	height: 25px;
	margin-right: 5px;
	float: left;
}


.narrowColumn h1 .icon-blogs {
	background-position: 0 5px;
}
.narrowColumn h1 .icon-conversations {
	background-position: 0 -18px;
}
.narrowColumn h1 .icon-conversations-new {
	background-position: 0 -43px;
}
.narrowColumn h1 .icon-members {
	background-position: 0 -170px;
}
.narrowColumn h1 .icon-member {
	background-position: 0 -68px;
}
.narrowColumn h1 .icon-circles {
    background-position: 0 -170px;
}
.narrowColumn h1 .icon-articles {
	background-position: 0 -130px;
}
.narrowColumn h1 .icon-products {
	background-position: 0 -298px;
}
.narrowColumn h1 .icon-tips {
	background-position: 0 -118px;
}
.narrowColumn h1 .icon-categories {
	background-position: 0 -221px;
}
.narrowColumn h1 .icon-pictures {
	background-position: 0 -246px;
}


.wideColumn h1 .icon-blogs {
	background-position: 0 5px;
}
.wideColumn h1 .icon-conversations {
	background-position: 0 -18px;
}
.wideColumn h1 .icon-conversations-new {
	background-position: 0 -43px;
}
.wideColumn h1 .icon-members {
	background-position: 0 -170px;
}
.wideColumn h1 .icon-member {
	background-position: 0 -68px;
}
.wideColumn h1 .icon-circles {
	background-position: 0 -221px;	
}
.wideColumn h1 .icon-articles {
	background-position: 0 -142px;	
}
.wideColumn h1 .icon-products {
	background-position: 0 -270px;	
}
.wideColumn h1 .icon-bookmarks {
	background-position: 0 -95px;
}
.wideColumn h1 .icon-tips {
	background-position: 0 -118px;
}
.wideColumn h1 .icon-categories {
	background-position: 0 -221px;
}
.wideColumn h1 .icon-pictures {
	background-position: 0 -246px;
}


/* inline icons */


/* ALTERNATE STATES */
.disabled {
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: default;
}

.hidden {
    display: none;
}


/* FOOTER */

#footer {
	clear: both;
	font-size: 11px;
	line-height: 24px;
	position: relative;
	background: url('../images/footer-background.gif');
	border-top: 1px solid #805C41;
	border-bottom: 1px solid #805C41;
	padding: 0px 10px;
	color: #805B40;
	margin-top: -26px;
	height: 24px;
}

#footer P.copyright {
	float:  left;
	padding: 0px;
	margin: 0px;
}
#footer .links {
	float: right;
	text-transform: lowercase;
	margin: 0px;
	padding: 0px;
	line-height: 11px;

}
#footer .links LI {
	padding: 1px 10px 4px 0px;
	margin: 4px 10px 4px 0px;
	list-style-type: none;
	float: left;
	background: url('../images/border-dotted-brown.gif') top right repeat-y;
}
#footer .links LI.lastOne {
	margin-right: 0px;
	padding-right: 0px;
	background: none;
}
#footer .links A {
	border-bottom: none;
}


/* ABSOLUTELY POSITIONED LAYERS */

/* shim -- used to dim background for modal popups */

#shim {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 10;
	opacity: .6;
	filter: alpha(opacity=50);
}
.shimColor {
	background: #000;
}



/* CLEARFIX PROVIDES DESIRED DISPLAY OF A DIV WHEN A NESTED ELEMENT IS FLOATED */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
} 
.clearfix {
	display: inline-block;
}  
/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */

.just_clear, .clear_both {
    clear:both;
}

.clear_left {
	clear:left;
}

.advertisement {
    padding:10px; 
    background:#fddb93; 
    text-align:center; 
    margin-bottom:10px;
}
.advertisement img {
    border:1px solid #fff;
}
.advertisement a {
    border:0;
}

#archivesLink ul.actions a,
#archivesList ul.actions a {
    color: #805B40;
	border-bottom: 1px dotted #805B40;
	line-height: 18px;	
}

.category_links {
    list-style:none; 
    margin:6px; 
    padding:0;
}
.category_links li {
    padding:4px 4px 4px 15px;
}
.category_links li.active {
    background:#DBE9BD;
}
.category_links li a:hover {
    color: #332116; 
    border-bottom: 1px solid #332116;
}

.breadcrumb {
    padding:6px 10px 2px 25px;
}

.breadcrumb h3 {
    margin:0; 
    padding:0; 
    font-size:14px;
}

.breadcrumb a:hover {
    color:#332116; 
    border-bottom:1px solid;
}

.subnav_content_wrap .breadcrumb {
    padding:4px 0 17px 4px;
}

.center {
    text-align:center;
}

.align_right {
    text-align:right;
}

.float_right {
    float:right;
}

.float_left {
    float:left;
}

.circle_details_overview h2 {
    font-size:18px;
}
.no_margin_padding {
    margin:0; padding:0;
}

.field {
    border:1px solid #A24601; 
    border-right:1px solid #EDC8A4; 
    border-bottom:1px solid #EDC8A4; 
    padding:3px;
}

.yellow_field {
	background:#fffeda;
	padding:3px;
	border:1px solid #666; 
    border-right:1px solid #ccc; 
    border-bottom:1px solid #ccc;
}

.width_98 {
    width:98%;
}

.subnav {
    list-style:none; 
    margin:4px 0 0 0; 
    padding:0; 
    background:url(../images/brown_outline_point.gif) repeat-x bottom left; 
    float:left; 
    width:100%;
}
.subnav li {
    display:block; 
    float:left;
}
.subnav a {
    display:block; 
    float:left; 
    padding:6px 12px; 
    border:1px solid #805D42; 
    margin-right:4px; 
    font-weight:bold; 
    background:url(../images/subnav_bg.jpg) repeat-x top left;
}
.subnav a:hover {
    color:#333;
}
.subnav li.active a {
    background:url(../images/subnav_bg_active.jpg) repeat-x top left; 
    border-bottom:1px solid #fff; 
    color:#333;
}

.subnav_content_wrap {
    border:1px solid #805D42; 
    border-top:0; 
    padding:10px; 
    clear:both;
    margin-bottom:12px;
}

.subcat_links {
    border-top:1px dotted #fff; 
    padding:4px 0 6px 30px; 
    margin:8px 10px 0 0;
}
.subcat_links li {
    margin:0; 
    padding:2px;
}

.row_content_subheading {
    font-style:italic; 
    font-size:12px; 
    margin:0; 
    color:#666;
}

.rating_img {
    background:url(../images/rating_graphics.gif) no-repeat; 
    display:inline-block; 
    float:left; 
    margin:2px 8px 0 0; 
    width:87px; 
    height:16px;
}
.rating_0 {
    background-position:0 -230px;
}
.rating_0_5 {
    background-position:0 -207px;
}
.rating_1 {
    background-position:0 -184px;
}
.rating_1_5 {
    background-position:0 -161px;
}
.rating_2 {
    background-position:0 -138px;
}
.rating_2_5 {
    background-position:0 -115px;
}
.rating_3 {
    background-position:0 -92px;
}
.rating_3_5 {
    background-position:0 -69px;
}
.rating_4 {
    background-position:0 -46px;
}
.rating_4_5 {
    background-position:0 -23px;
}
.rating_5 {
    background-position:0 0;
}

.rating_based_on {
    padding:5px 0 0 0;
    margin:0;
}

.dotted_on_top {
    border-top:1px dotted #768D42;
    padding-top:15px;
    margin-top:15px;
}

.small_right_heading_link {
    float:right;
    font-weight:normal;
    white-space:nowrap;
}

ul.docs_list {
    list-style:none;
    padding:0 0 0 20px;
    margin:5px 0;
}

ul.docs_list li {
    padding:5px 8px 5px 25px;
    background:url(../images/icon_doc_arrow.gif) no-repeat 0 4px;
    float:left;
    clear:both;
}

ul.docs_list li a {
    float:left;
}

ul.docs_list li .rating_img {
    float:left;
    display:inline;
    margin:0 0 0 8px;
}

.article_functions {
    float:right;
    margin:6px 0 10px 15px;
    width:150px;
    background:#F2F7E8;
    border:1px solid #CCD8B2;
    padding:8px;
}

.article_functions ul {
    clear:both;
    list-style:none;
    padding:8px 0 8px 5px;
    margin:8px 0 0 0;
    border-top:1px solid #fff;
}

.article_functions li {
    padding:5px 8px 5px 25px;
}

.article_functions li.icon_rate {
    background:url(../images/icon_star.gif) no-repeat 0 4px;
}

.article_functions li.icon_email {
    background:url(../images/icon_email.gif) no-repeat 0 4px;
}

.article_functions li.icon_print {
    background:url(../images/icon_print.gif) no-repeat 0 4px;
}

.pad_10 {
    padding:10px;
}

.float_left_box {
    float:left;
    width:48%;
}

.float_right_box {
    float:right;
    width:48%;
}

/*** FAQ Page ***/
#faqcontent {
	margin-top: 20px;
}
#faqcontent H2 {
	margin-top: 25px;
	margin-bottom: 0px;
}
#faqcontent H4 {
	margin-top: 20px;
	margin-bottom: 5px;
}
#faqcontent P {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*** Pop Up Dialog styles ***/
/*** New Blog Post Form ***/
.dialog {
    position: absolute;
    top: 200px;
    left: 80px;
    font-size: 11px;
    background: #FFF;
    width: 600px;
}

.dialog DIV {
    margin-top: 10px;
}

.dialog H2 {
    margin: 0;
    display: block;
    font-size: 11px;
    background: url("../images/titleBar-popup.gif") right top no-repeat;
    height: 27px;
    padding-right: 8px;
    color: #7D563B;
    font-weight: bold;
}

.dialog H2 SPAN {
    position: relative;
    display: block;
    background: url("../images/titleBar-popup.gif") 0 0 no-repeat;
    height: 27px;
    line-height: 27px;
    padding-left: 8px;
}

.dialog H2 .close {
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
    width: 13px;
    height: 13px;
    background: url("../images/icon-closeWindow.gif") 0 0 no-repeat;
    border: none;
    
}

.dialog FIELDSET {
    border: none;
    border-left: 2px solid #7D563B;
    border-right: 2px solid #7D563B;
    padding: 5px 15px;
    margin: 0;
    background: #FFF;
}

.dialog .fixed_height_scroll_container {
    border:2px solid #7D563B;
	border-top:0;
	margin:0;
}

.dialog LABEL {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}

.dialog TEXTAREA {
    display: block;
    width: 95%;
}

.dialog .instructions {
    display: block;
    color: #AAA;
    font-size: 10px;
    margin: 4px 0;
}

.dialog .controls {
    float: left;
    width: 596px;
    border: 2px solid #7D563B;
    border-top: 1px dotted #805B40;
    background: #FFF;
    margin: 0;
}

.dialog .controls INPUT {
    float: left;
    margin: 2px 5px;
}


.dialog .error {
    position: relative;
    width: 510px;
    border: 3px solid #C24C33;    
    padding: 5px 10px;
    margin-top: 15px;
    background: url("../images/error-background.gif") 0 0 repeat-x;
    color: #C24C33;
}

.dialog .error .pointer {
    position: absolute;
    top: -15px;
    left: 20px;
    width: 28px;
    height: 15px;
    background: url("../images/error-pointer.gif") 0 0 no-repeat;
}

.dialog .topActions, .dialog .bottomActions {
	background:#F1ECD3;
	margin:0;
}

.circlelist {
	margin-bottom: 10px;
}
.circlecolumn {
	float: left;
	margin-right: 40px;
	margin-left: 0;
}

.notetext {
	font-size: 10px;
}

#contact_field_floats_row p {
    float:left;
    width:25%;
    margin:0 15px 0 0;
}

.msg_float_50 {
    float:left;
    width:47%;
}

.img_right_float {
    display:block;
    float:right;
    margin:5px 0 10px 15px;
}

.center_float_section {
	margin:0 auto; 
	display:table;
}

table.dotted_line {
	border-top:1px dotted #DE9C6C;
	margin:12px 0;
}

table.dotted_line td, table.dotted_line th {
	border-bottom:1px dotted #DE9C6C;
}

table.dotted_line th, table.dotted_line td.highlight {
	background:#FFE2AF;
}

h2.user_heading {
	background:url("../images/icon_user.gif") no-repeat 0 50%;
	font-weight:bold;
	font-size:16px;
	padding:4px 0 4px 20px;
	margin:0 0 8px 15px;
	color:#A24601;
}

.fixed_height_scroll_container {
	overflow:auto;
	max-height:500px;
	margin:0;
	background:#F1ECD3;
}

.vert_align_content img {
	vertical-align:middle;
}

.create_tip_form_note {
	float:right; 
	background:#F1EBD1; 
	padding:10px; 
	margin:27px 0 10px 10px !important; 
	width:200px;
}

.create_tip_textfield {
	width:350px;
}

.my_pic_thumb {
	text-align:center;
	margin-bottom: 12px;
}

.my_pic_thumb span {
	display:block;
}

.my_pic_thumb img {
	margin-bottom:4px;
}

.circle_thumb_bg{
	background:url("../images/bg_circle.gif") no-repeat center; 
	width:90px; 
	height:90px; 
	text-align:center; 
	vertical-align:middle; 
	display:table-cell; 
	font-size:75px;
	margin-bottom: 4px;
}

.circle_thumb_bg img{
	border:1px solid #909789;
}

.skip {
	width: 160px;
	text-align:right;
	vertical-align:bottom;
}