/* Site-wide */

body {
	font:75%/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif; /* Normalize to 12px  */
	overflow-x:hidden;
}

section {
    display:block;
}

.nicetext {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}

a,a:link {
	color: inherit;
	text-decoration:none;
}

a:link, a:visited {
	
}

a:link:hover, a:link:focus, a:visited:hover, a:visited:focus {
	border-bottom-width:1px;
	border-bottom-style:  solid; 
}

a:link:active {

}

h1 {
	font-size:218%;
}

h2, h3 {
	font-size:164%;
}

h4 {
	font-size:145%;
}

h5 {
	font-size:118%;
}

/* end site-wide  */

.group:after {
    content:".";display:block;height:0;clear:both;visibility:hidden;
}


#wrap,
.landing.widescreen #wrap,
footer, 
.landing.widescreen footer,
.header-wrap,
.landing.widescreen .header-wrap,
.announcement-wrap {
    width:960px;
    margin:0 auto;

}

.widescreen #wrap, 
.widescreen footer, 
.widescreen .header-wrap, 
.widescreen .announcement-wrap {
    width:1227px;
    margin:0 auto;
}

@font-face {
  font-family: 'fontello';
  src: url("/style/fonts/fontello.eot");
  src: url("/style/fonts/fontello.eot?#iefix") format('embedded-opentype'), url("/style/fonts/fontello.woff") format('woff'), url("/style/fonts/fontello.ttf") format('truetype'), url("/style/fonts/fontello.svg#fontello") format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  opacity: 0.8;
  vertical-align: middle;

/* you can be more comfortable with increased icons size */
font-size: 145%;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-facebook-rect:before { content: '\f301'; } /* '' */


/* header  */
header {
	padding-top:5em;
	height:6em;
	display:block;
	position:relative;
}
.nowelcomebar header {
    padding-top:2em;
}

.landing header {
    height:3em;
    margin-bottom:1em;
}


.header-wrap {
    position:relative;
}

#welcomebar {
    height:2.5em;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    line-height:2.5em;
    z-index:25;

    font-weight:lighter;
}

#announcement {
    font-size:118%;
    font-weight:normal;
    padding-left:2em;
    height:0;
    overflow:hidden;
    position:fixed;
    width:100%;
    left:0;
    top:0;
    z-index:15;
    
}
#announcement a:link, #announcement a:visited {
    border-bottom:1px dotted #c8c8c8;
}
#announcement a:hover, #announcement a:focus, #announcement a:active {
    border-bottom:1px solid #c8c8c8;
}
.announcement-dismiss {
    font-size:68%;
    float:right;
    cursor:pointer;
}


#logozone {
    float:left;
    margin-left:2.3em;
}
header h1 {
	width:159px;
	height:28px;
	position: relative;
	float:left;
	text-indent:-9999em;
}

header h1 a {
    display:block;
    position:relative;
    width:100%;
    height:100%;
}

header h1 .nicetext {
	background:url(../images/logo.png) no-repeat left top;
}

.betalabel {
    line-height:1em;
    vertical-align:top;
    text-transform:uppercase;
    margin-left:0.5em;
    padding-right:1em;
    font-weight:lighter;
    float:left;
    
}

.betadata {
    display:block;
    text-align:right;
    margin-right:4em;
    line-height:2em;
    clear: left;
    font-weight: lighter;
}
.betadata * {
	display:inline;
}

.headersearch {
	position:absolute;
	right:0;
}

.headersearch .fakesearchfield {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    display:inline-block;
    padding:0 0.2em 0.1em 0.2em;
    line-height:1.5em;
}


.headersearch input[type="search"], .headersearch #q {
	width:15em;
	border:none;
	-webkit-appearance: textfield;
	line-height:1.5em;
}

.headersearch select {
    border:1px solid #646464;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    line-height:1.5em;
    font-size:0.8333em;
}



.headersearch button[type="submit"], 
.content-search button[type="submit"] {
    border:1px solid #646464;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    line-height:1.2em;
    display:inline-block;
    text-transform: uppercase;

    font-size:100%;

    padding-top:0.1em;
  
}




#welcomebar .wbavatar {
	float:left;
	margin-right:1em;
	margin-top:3px;
	
}
#welcomebar .welcomezone {
	float:left;
	margin:0 1em;
	margin-left:1.3em;
	cursor: pointer;
}

#welcomebar .menuzone {
	padding-left:1em;
}

#welcomebar ul  {
	float:left;
}

.menuzone li, .menuzone a {
	display:block;
	float:left;
	position:relative;
}

.menuzone a {
	padding:0 1em;
	border:none;
}

.menuzone ul {
	position:absolute;
	right:9999em;
	width:16em;
}

.menuzone li.menu_open ul {
	left:0;
	top:2.4em;	
}
.menuzone li li {
	float:none;
	clear:both
}

.menuzone li.menu_open li {
	display:block;
}
.menuzone li li a {
	float:none;
	cursor:pointer;
	padding-left:1.3em;
}
.menuzone li li a:hover, .menuzone li li a:focus, .menuzone li li a:active {
    border-bottom:none;
}

header #addTool {
    display:block;
    float:right;
    font-size:145%;

    width:12em;
    height:2.7em;
    line-height:2.7em;
    margin-top:0.8em;

    text-align:center;

    border:1px solid #fff;

    cursor:pointer;

    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
}

header #addTool .icon {
    width:15px;
    height:14px;
    display:inline-block;
    margin-right:0.5em;
    position:relative;
    top:0.1em;

    
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius:2px;
}



/* end header  */


#content {
	clear:both;
/*	width:820px;  */
/*	float:left; */
}


.widescreen #content {
/*	width:1087px;  */
}
#content:after, .folks:after {
	content:".";display:block;height:0;clear:both;visibility:hidden;
}



.external_loading {
    font-size:118%;
    text-align:center;
}
.external_loading p {
    padding-top:10em;
    padding-bottom:10em;
}

/* For grid boxes  */
.grid #content>ol>li, 
.grid .item {
	/*
	width:253px;
	height:197px;
 	*/

	width:301px;
	height:234px;
	padding-bottom:2.2em;
	
	/*
	margin-top:-1px;
	margin-left:-1px;
	*/
	
/*	-webkit-transform: scale(1.5);  */
}

.widescreen.grid #content>ol>li, 
.widescreen.grid #content .item {
	width:289px;
	height:225px;

}


.siteform .item,
.widescreen.grid #content .siteform .item {
    border:5px solid #F5F5F5;
    width:253px;
    height:197px;
}
.grid .item {
	position:relative;
	z-index:1;
}

.grid .folks, .grid .external_loading {
    padding:5px;
}

.grid #content>ol>li {
	float:left;
	border:5px solid #f5f5f5;
	position:relative;
/*	margin-right:7px;
	margin-bottom:1em;
*/
	margin:5px;
	margin-right:0;
}

.grid .xfolkentry .taggedlink {
	border-bottom:none;
	z-index:5;
	display:block;
	position:relative;
}
.grid .thumb, 
.list .thumb, 
.siteform .thumb {
	display:block;
}


.grid .title {
	z-index:6;
	height:0;
	overflow:hidden;

	font-size:118%;
	font-weight:bolder;
/*	
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
 */
	height:2em;
	line-height:2em;
	position:absolute;
	left:-5px;
	padding:0 10px;
	background:#282828;

	width:291px;
	top:234px;

}

.widescreen.grid .title {
	width:279px;
	top:224px;
}

.grid .controlblock, 
.grid .shareblock {
    display:none;
    padding-left:1em;
}

.grid .shareblock, 
.list .shareblock {
    font-size:83%;
    line-height:1.5em;
    min-height:16px;
    padding-left:1.5em;
    margin-top:1em;
}

.shareblock .sharelink {
    margin:0 0.5em;
    cursor:pointer;
    padding: 0 0 0 20px;
    min-height:16px;
    display:inline-block;
}
.shareblock .sharelink:hover, 
.shareblock .sharelink:focus {
    text-decoration:underline;
}

.sharelink.share-facebook {
    background:url(../images/icons.png) no-repeat left -63px;
}
.sharelink.share-email {
    background:url(../images/icons.png) no-repeat left -83px;
}

.grid .tool, 
.list .tool {
	
	line-height:1.5em;
	cursor:pointer;
	text-align:center;

	border:1px solid #fff;
	color:#fff;

	text-transform: capitalize;
	
	
	-moz-border-radius:0.2em;
	-webkit-border-radius:0.2em;
	-o-border-radius:0.2em;
	border-radius:0.2em;

	padding: 0 0.5em;
	margin: 0 0.25em;

}

.grid .tool .actionsymbol, 
.list .tool .actionsymbol {
    font-size:75%;
}

.item .privateflag {
	background:#C23224;
	color:#fff;
	

	float:right;
	line-height:1.5em;
	padding:0 0.5em;
	margin-top:0.5em;
	
	-moz-border-radius:0.2em;
	-webkit-border-radius:0.2em;
	-o-border-radius:0.2em;
	border-radius:0.2em;
}

.grid .item .privateflag {
    display:none;
}


.tool.info {
    padding-right: 0.25em;
}

.list .tool.info {
    display:none;
}



li:hover, li.newholder {
	z-index:10;
}



.grid #content .folks>li:hover .item, 
.list .item .thumb:hover {
	
	

	width:380px;
	height:auto;
	min-height:296px;
	padding: 1em;

	/* negative margin should counteract padding...  */
	margin-top: -0.5em;
	margin-left: -0.5em;

	position:relative;
	left: -64px;
	top: -50px;

	
	background:#282828;

	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all, 0.15s ease;
	-o-transition: all, 0.15s ease;

	overflow:hidden;

}
.list .item .thumb:hover  {
	height:296px;
}

.list #content .folks>li:hover .item {
    z-index:10;
}



.grid .folks>li:hover .item .title {
	height:auto;
	padding:0.5em 1em;
	position: static;
}




.grid .folks>li:hover .item .thumb {
    width:380px;
    height:296px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all, 0.15s ease;
    -o-transition: all, 0.15s ease;
}

.grid .folks>li:hover .item .controlblock, 
.grid .folks>li:hover .item .shareblock {
    display:block;
    
    
}

.grid .folks>li:hover .item .privateflag {
    display:block;
}

.grid .title .value {
	display:block;
	height:100%;
	border-bottom:none;
	
}


.grid .item .metacabinet {
	height:0;
	overflow:hidden;
	position:relative;
	
	z-index:2;
	

}

.grid .item .metadrawer {
	
	position:absolute;
	bottom:0;
	right:0;
	left:0;

	padding: 0 1em;
}

.grid .item .metaslider {
	padding:1em 0;
	
	line-height:1.5em;
	
}


.grid .item .metaslider>p:first-child {
	margin-top:1.5em;
}



.grid .currentDropTarget, .grid .beforeCurrentDropTarget {
	border-color:transparent;
	
}

.grid .currentDropTarget .item {
	left:40%;
	z-index:100;
	-webkit-transition: left 0.15s ease;
	-moz-transition: left 0.15s ease;
}
.grid .beforeCurrentDropTarget .item {
	left:-30%;
	-webkit-transition: left 0.15s ease;
	-moz-transition: left 0.15s ease;
}
.item.dragEffect, li.dragEffect, .dragEffect {
	z-index:150;
}

.item .description {
	margin:1em 0;
}

.item h6 {
	font-variant: small-caps;
	text-transform: lowercase;
}
.item .tags {
	display:inline;
}
.item .tags li {
	display:inline-block;
	margin:0 0.5em 0.25em 0;
	
	width:auto;
	height:auto;
	border:none;
	text-transform:lowercase;
	float:left;
}
.item .tags a {
    display:inline-block;

    background:#646464;
    border:1px solid #646464;

    padding: 0 0.25em;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    -o-border-radisu: 0.2em;
    border-radius: 0.2em;
}

.grid .emptyboxmsg, .grid .loadingmsg {
	line-height:197px;
	width:100%;
	display:block;
	text-align:center;
}



/* end grid boxes  */

/* content in list view  */
.list .item {
	padding:10px 10px;
	position:relative;
	
	
}
.list .item:after {
	content:".";display:block;height:0;clear:both;visibility:hidden;
}

.list .item h5 {
    word-wrap: break-word;
    margin-bottom:0.25em;
}

.list .item .taggedlink {
	float:left;
	width:253px;
	height:197px;
	
	border:5px solid #f5f5f5;
}
.list .item .taggedlink img {
	width:253px;
	height:197px;
}

/*
.list .taggedlink:hover, .list .taggedlink:focus {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	z-index:10;
}
*/

.list .title, .list .metacabinet {
	margin-left:263px;
	padding-left:1em;
}

.list .title {
	font-weight:bold;	
}

.list .item h6 {  /* for tags */
	margin-top:2em;
}

.list #content li:last-child .item {
	border-bottom:none;
}

.list .item:last-child {
	border-bottom:none;
}

.list .emptyboxmsg, .list .loadingmsg {
	display:none;
}


.list .tool {
    font-size:83%;
}

.list .controlblock {
    float:left; 
    padding-left:1em;
    margin-right:1em;
  
}
.list .shareblock {
    margin-top:0;
    padding-top:0.3em;
}

.bingresults.list h5, 
.bingresults.list .controlblock, 
.bingresults.list .shareblock, 
.bingresults.list .metacabinet {
    margin-left:0;
}


/* content tabs  */

.content-area-tabs {
    line-height:3.25em;
}

.content-area-tabs li {
    float:left;
    font-size:145%;
}

.content-area-tabs span {
    display:inline-block;
    margin:0 1.5em;
}

.communitydash .content-area-tabs .community-tab, .mydash .content-area-tabs .mysites-tab {
    border-top:1px solid #646464;
}

.communitydash .content-area-tabs .community-tab span, .mydash .content-area-tabs .mysites-tab span {
    border-bottom: 1px solid #646464;
}

.content-area-tabs a:hover, .content-area-tabs a:focus, .content-area-tabs a:active {
    border-bottom:none;
}

.mydash .content-area-tabs .community-tab {
    display:none;
}



/* end content tabs  */


/* contenttools & pagination  */
.contenttools {
	clear:left;
	position:relative;
	line-height:3.25em;
	text-align:right;
	padding:0 10px 0 10px;
}

.contenttools .controls {
    display:inline-block;
    padding-top:0.5em;
    
    line-height: 2.25em
}

.pagination, .layout {
	display:inline-block;
	text-align:center;
}

#content .pagination li, .layout a, .pagination a {
	display:inline-block;	
}

 .friend .friendaction a, .friend .removetool, .friend .dismisstool, .friend .close {
    width:100%;
    height:100%;
}

.pagination {
    position:relative;
    bottom:-1px;
}

.contenttools:last-child .pagination, .ctoolslastchild .pagination {
    bottom:0;
}

.contenttools:last-child .controls, .ctoolslastchild .controls {
    padding-top:0;
    padding-bottom: 0.5em;
}



.pagination a {
  padding-bottom:0.5em;
  padding-left:0.6em;
  padding-right:0.6em;
  
}

.pagination li {
    border-left:1px solid #646464;
}

.pagination li:first-child, .pagination li.curpager + li {
    border-left:none;
}

.pagination .curpager {
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}

.contenttools:last-child .pagination a, .ctoolslastchild .pagination a {
    padding-top:0.5em;
    border-top:0;
}

.contenttools:last-child .pagination, .ctoolslastchild .pagination {
    top: -1px;
    bottom:auto;
}


.friend .friendaction a, .friend .removetool, .friend .dismisstool, .friend .close {
    display:block;
}


.layout {
    margin-right:14px;
    height:20px;
}

.friend .friendaction a, .friend .removetool, .friend .dismisstool, .friend .close {
	display:inline-block;
	width:auto;
	height:auto;
}


.friend .removetool {
	line-height:1.5em;
	height:1.5em;
}

.layout .listgrid, .layout .widescreenswitch {
    display:block;
}
.listgrid {
    display:block;
    float: left;
    width:20px;
    height:16px;
    text-indent: -9999em;

    border:1px solid #646464;

    position: relative;
    top:0.5em;

}

.widescreenswitch {
    display:block;
    width:30px;
    height:19px;
    text-indent: -9999em;

    float:left;

    position: relative;
    top: 0.5em;

    margin-right:0.5em
}
.layout .widescreenswitch:hover, .widescreenswitch:focus {
    border-bottom:none;
}
.widescreenswitch.towide {
    background:url(../images/layout-icons.png) no-repeat left -41px;
}
.widescreenswitch.tonarrow {
    background:url(../images/layout-icons.png) no-repeat left -61px;
}


.listgrid.togrid {
    background:url(../images/layout-icons.png) no-repeat left -2px;
}
.listgrid.tolist {
    background:url(../images/layout-icons.png) no-repeat left -22px;
    border-left:none;
}

.grid .togrid, .list .tolist {
    background-color:#fff;
}


.friendaction a, .friend .removetool, .friend .dismisstool, .friend .close {
	cursor:pointer;
}


.breadcrumb {
    float:left;
    padding-left:1.5em;
    padding-right:1.5em;
}

.breadcrumb .viewall {
    display:inline-block;
    margin-left:2em;
    border:1px solid #646464;

    line-height:1.4em;
    padding: 0 0.5em;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.content-search {
	margin-left:1em;
	float:right;
	padding-top:0.2em;
}

/* end contenttools & pagination  */




/* footer */
footer {
	padding-top:4em;
	clear:both;
	display:block;
	height:5em;
	margin-top:2em;
	font-size:0.8333em;
}

footer nav {

}

footer nav li {
	display:inline;
	line-height:2em;
	margin:0 1em 0 0;
}


/* end footer  */

/* for tertiary content - usually an ad space */
#tertiary-content {
    clear:left;
    margin-top:1em;
    display:block;
    float:left;
    height:90px;
}

#leader {
    width:728px;
    

}
/* end tertiary content  */

/* for lightboxes & dialogs */
#lightboxbg {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	z-index:100;
}

.dialog {
	margin:0 auto;
	z-index:60;
	display:block;
	
	
	position:absolute;
	left:0;
	top:0;
	
	
	border-radius:0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	
	
	
	
}

.dialog-title {
	line-height:2em;
	padding-left:0.5em;
	padding-right:5em;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	
	-moz-border-radius-topleft: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	border-top-left-radius: 0.5em;
	
	-moz-border-radius-topright: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	border-top-right-radius: 0.5em;

	
}

.dialog-title a {
	position:absolute;
	font-weight:normal;
	right:0.5em;
	top:0;
	cursor:pointer;
}

.dialog-tiny {
	width:15em;
}

.dialog-small {
	width:30em;
}

.dialog-medium {
	width:40em;
}

.dialog-large {
	width:50em;
}

.dialog-single {
	z-index:110;
}


.accountform .firstpanel, 
.accountform .secondpanel,
.accountform fieldset {

	padding:1em;
	float:left;
	padding-right:3.5em;
	padding-right:5%;
	width:22em;
	clear:left;
}

.accountform .firstpanel, .siteform .secondpanel {
	padding-right:0.5em;
}

.accountform .secondpanel, .siteform .secondpanel {
	clear:none;
	padding-right:0;
	float:right;
	margin-right:1em;
}

.accountform .change_password > div {
    margin-right:2em;
}
.accountform .change_password input {
    width:21em;
}

.dialog .accountform.editprofileform {
	float:none;
	width:auto;
	padding-right:0;
}

/* end lightboxes & dialogs */


/* call-to-action in dialog */

.accountform .signin_cta, 
.accountform .signup_cta {
	padding:1.5em 0.5em;
	clear:none;
	float:none;
}

.accountform .signup_cta div {
	clear:none;
}

.accountform .federated_zone,
.accountform .federated_zone div {
	clear:none;
}

.dialog .federated_zone {
	clear:left;
}

.federated_zone > div {
	cursor:pointer;
}

.signin_cta_question {
	font-size:1.2em;
	margin:0 0 1em 0;
}

.signin_cta a:link {
	background:#eee;
}

.signin_cta strong {
	font-weight:bold;
}

.signup_cta h5, .signup_cta p {
	margin:1em 0;
}
.accountpage .signup_cta,
.accountform .signin_cta {
	float:right;
	width:35%;
}

.accountpage.popped .signup_cta,
.accountpage.popped .signin_cta {
	float:none;
	width:auto;
	clear:left;
}
.accountpage .signup_cta a:link {
	border-bottom-style:dotted;
	border-bottom-width: 1px;
}
.signup_cta h5 {
	margin-top:0;
}
/* end cta in dialog  */

/* for forms */

.accountform {

}

.accountform div, .siteform div {
	clear:left;
	position:relative;
	padding:0.5em 0;
}

.accountform label, .siteform label {
	display:block;
	font-weight:bold;	
}

.siteform label.sharingSiteName {
    font-size:118%;
    margin-bottom:0.5em;
}
.siteform label.sharingSiteName span {
    display:block;
    font-size:84.745%;
}

.accountform .iptholder, .siteform .iptholder {
	display:block;
	position:relative;
	margin-bottom:1em;
}

.accountform textarea, .siteform textarea {
	font-family: inherit;
	font-size:0.92em;
}

.accountform input, .siteform input {
	font-size:0.92em;
}

.accountform input[type="hidden"], .siteform input[type="hidden"] {
	visibility: hidden;
}


.accountform input, .accountform textarea, .siteform input, .siteform textarea {
	width:23em;
	display:block;
	border:1px solid #333;
	padding:0.3em;
	
	border-radius:0.3em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
}

.accountform .signup_cta textarea {
	width:100%;
}

.accountform input#bname {
    display:inline-block;
}

.accountform input[type="checkbox"], .accountform input[type="radio"], .siteform input[type="checkbox"], .siteform input[type="radio"] {
	width:auto;
	display:inline;
}

.accountform button[type="submit"], .siteform button[type="submit"] {
	float:right;
}

.accountform button[type="submit"] .working, .siteform button[type="submit"] .working {
	visibility: hidden;
	width:0;
	height:0;
}

.accountform .remember {
	float:left;
	font-weight: normal;
}

.accountform .label_above, .siteform .label_above {
	font-size:0.8333em;
	font-weight:normal;
	float:right;
}
.accountform .hint, .siteform .hint {
    font-size:0.83333em;
    font-weight:normal;
}




.accountform .valid, .accountform .error, .siteform .valid, .siteform .error {
	width:2em;
	width:24px;
	height:2em;
	height:24px;
	line-height:2em;
	line-height:24px;
	display:block;
	position:absolute;
	right:-2.5em;
	top:0;

	overflow:hidden;
	
	border-radius:0.3em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
}

.accountform .error, .siteform .error {
	text-indent:-9999em;
	background-image: url(../images/sidebar-icons.png);
	background-repeat: no-repeat;
	background-position: center -110px;
}

.accountform .valid, .accountform .valid {
	text-indent:-9999em;
	background-image: url(../images/sidebar-icons.png);
	background-repeat: no-repeat;
	background-position: center -88px;
}

.accountform .errtext, .siteform .errtext {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

/*
.recaptcha .error, 
.recaptcha .valid,  */
.policyrow .error, 
.policyrow .valid, 
.general .error, 
.general .valid {
    float:left;
    position:static;
    margin-right:0.5em;
}
/*
.recaptcha .errtext, 
.policyrow .errtext, */
.general .errtext {
    position:static;
}

.sectionErr {

	padding:0.5em 1em;
	margin:0.5em 0;

	--webkit-border-radius: 0.3em;
	--moz-border-radius: 0.3em;
	--o-border-radius: 0.3em;
	border-radius: 0.3em;
}


.accountform .fakeurl {
	float:left;
	line-height:2em;
	width:9.812em;
	width:7.1em;
}
.accountform #bname,
.accountform .bname {
	width:12.4em;
	width:15.112em;
}

.accountform .below, .siteform .below {
	clear:left;
	display:block;
}

.accountform .below.notice {
    clear:both;
    font-size:0.8333em;
    line-height:1em;
    margin:1em 0;
}
.accountform .notice strong {
    font-weight:bold;
}

.accountform label[for="policies"] {
	padding-bottom:0.5em;
	font-weight:normal;
}

.accountform .submit {
	padding-top:1em;
}

.accountform .below select {
	float:right;
}

.accountform .nameblock {
	float:right;
}

.accountform .nameblock input {
	width:10.5em;
}

.accountform .nameblock:first-child {
	float:left;
}

.accountform.editprofileform button[type="submit"] {
	float:none;
	margin-bottom:2em;
}

.accountform #recaptcha_area div {
    padding:0;
}

.signup-payment fieldset h5 {
	margin:1em 0;
	width:18.52em;
	float:left;
}
.signup-payment fieldset h5 span {
	text-align:right;
	float:right;
}

/* site form special styles  */

.siteform .firstpanel {
	min-width:253px;
	width:22em;
	float:left;
	padding:1.5em 1em;
}
.siteform .secondpanel {
	width:22em;
	margin-right:3em;
}

.siteform #spage {
	width:3em;
	text-align:center;
	margin:0 1em 0 0.5em;
}

.siteform .item {
    padding:0;
}

.siteform input, .siteform textarea {
	width:23em;
}

.siteform .positioncontrol label, .siteform .positioncontrol input {
	display:inline;
}
.siteform .positioncontrol label {
	float:left;
}

.fb-share-form {
    padding:0.5em 1em;
}

.fb-share-form div {
	position:relative;
	z-index:1;
}

.fb-share-form .to_container {
	position: relative;
	z-index:10;
}

.fb-share-form textarea,
.fb-share-form #toselector {
    width:34em;
    z-index:10;
    position:relative;
}

.fb-share-form textarea {
	height:3em;
}

.fb-share-form .to_container label,
.fb-share-form .profile_pic_holder {
	float:left;
	min-width:50px;
	margin-right:1em;
	min-height:0.5em;
}

.fb-share-form .profile_pic_holder {
	padding-top:0;
}

.fb-share-form .to_container .iptholder {
	display:inline-block;
	position:relative;
}


/* for previewing a "Post to Facebook" post */
.fb-share-form .fbpreview {
	margin-left:50px;
	padding-left:1em;
}

.fb-share-form .autocomplete_suggestions {
	position:absolute;
	left:0;
	top:1.5em;

	background-color:#f5f5f5;
	background-color:rgba(245,245,245,0.95);
	width:34em;
	z-index:5;
	padding-top:5px;

	-webkit-border-bottom-left-radius:0.276em;
	-webkit-border-bottom-right-radius:0.726em;

	-moz-border-radius-bottomleft: 0.276em;
	-moz-border-radius-bottomright: 0.276em;

	border-bottom-left-radius: 0.276em;
	border-bottom-right-radius: 0.276em;

	border:1px solid #808080;
	border-top:none;
}

.fb-share-form .autocomplete_suggestions li {
	padding:0.5em;
	cursor:pointer;
}

.fb-share-form .autocomplete_suggestions li:hover,
.fb-share-form .autocomplete_suggestions li.selected {

}

.fbpreview-name {
    color:#3b5998;
}

.fbpreview-name, .fbpreview-caption, .fbpreview-description {
    display:block;
}
.fbpreview-caption, .fbpreview-description {
    color:#808080;
}

.fbpreview-caption {
	 margin-bottom:1em;
}

.fbpreview-img {
    float:left;
    width:90px;
    width:150px;

    height:70px;
    height:117px;

    margin-right:0.5em;
}


/* for the position grid  */
.posgrid {
	float:left;
	margin-left:0.5em;
	
}

.posgrid li {
	display:inline-block;
	margin:0.1em 0.2em 0 0;
	width:1.3em;
	height:1.3em;
	border:1px solid #2C3133;
	background:#eee;
	
	
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	border-radius:0.2em;
}

.posgrid li.selected {
	background:#2C3133;
}


/* end position grid  */



/* end site form special styles  */



/* for forms not in dialog boxes  */

.page_formwrapper, 
.generalpage .contactform, 
.account_pagewrapper {
    width:47em;
    width:auto;
    padding:2em 1em;
  /*  float:left;  */
}


.page_formwrapper:after {
    content:".";display:block;height:0;clear:both;visibility:hidden;
}


.accountpage .page_formwrapper, 
.accountpage .account_pagewrapper {
    width:auto;
}
.accountpage .page_formwrapper form, 
.generalpage .contactform {
    width:auto;
}

.accountpage .page_formwrapper fieldset,
.generalpage .contactform {
	width:35.8em;
	width:54%;
    font-size:118%;
    margin-right:1em;
    float:left;
}
.generalpage .contactform {
    padding:2em;
}

.accountpage .accountform label, .generalpage .contactform label {
    width:21.783em;   
}
.accountpage .accountform label[for="policies"] {
    width: auto;
}

.accountpage .iptholder {
    float:left;
}

.accountpage .error, .accountpage .valid {
    top:0.2em;
    right:-2em;
}
.accountpage .errtext {
    left:24.283em;
    top:2.2em;
    right:auto;
    bottom:auto;
}

.accountpage .accountform .submit button, 
.generalpage .contactform .submit button {
    float:none;
    display:block;
/*    margin: 0 auto;  */
/*    width:8em; */
    font-size:116%;
}
form.shareform .submit button {
	font-size:116%;
}

.accountpage .signup_cta h5, .accountpage .signup_cta strong {
    font-weight:bold;
}

.signup_cta .why-i-shouldnt-pay {
	display:none;
}
/* end forms not in dialog boxes.  */






/* end forms  */





[draggable=true] {
  -khtml-user-drag: element;
  -webkit-user-drag: element;
  
  /*
  -khtml-user-select: none;
  -webkit-user-select: none;
  */
}



/* random tweaks  */

/* make it so we can make stuff go over the feedback tab  */
body a#fdbk_tab {
	z-index:50;
}


/* end random tweaks  */

/* for error notice pages  */
.errornotice {
    margin-top:3.25em;
    padding:3.25em 2em;
    background:#fff;
}

.errornotice p {
    line-height:1.5em;
    margin:1.5em 0;
}

/* end error notice pages  */


/* For landing/tour pages  */

.landing #content a:link, .landing #content a:visited {
    
}

.landing #wrap, .accountpage #wrap, .generalpage #wrap {
    position:relative;
    z-index:1;
    overflow:hidden;
}
.landing #content, .accountpage #content, .generalpage #content {
    float:none;
    z-index:5;
    position:relative;
    width:auto;
    padding:0;
    min-height:695px;
}

.landing #content section, .accountpage #content section, .generalpage #content section {
    padding:2em 2.3em;
}
.landing h2, .accountpage h2, .generalpage h2 {
    font-size:218%;
    /* margin:1.3687em 0 0.4587em 0; */
    
    /* The padding of a section, divided by the new font-size, plus the margin
    that's commented out above, keeps the text in line horizontally with the 
    text below it. */
    padding: 2.2857em 1.055em 1.3757em 1.055em;
}

.accountpage h2, .generalpage h2 {
    padding-top:1.3757em;
    z-index:1;
    position:relative;
}


.landing section#landingfocus {
    margin: 2em 0;
    padding-bottom:1em;
    
}

#landingfocus img {
    float:right;
    margin-left:2.3em;
}

#landingfocus h3 {
    line-height:1.2em;
}

#landingfocus p {
    margin:1.5em 0;
}

#landingsignup, 
.accountpage .submit button, 
.generalpage .accountform .submit button,
.generalpage .contactform .submit button,
.shareform .submit button {
    display:inline-block;
    line-height:2em;
    font-size:164%;
    padding:0 0.75em;
    
    -moz-border-radius:0.375em;
    -webkit-border-radius:0.375em;
    border-radius:0.375em;
    
    -webkit-transition: all 0.5s ease;
}


#landingsignup:hover, 
.accountpage  .submit button:hover, 
.generalpage .accountform .submit button:hover,
.generalpage .contactform .submit button:hover,
.shareform .submit button:hover {
    
    -webkit-box-shadow:0 0 1.5em rgba(255,255,255,0.5);
    -moz-box-shadow:0 0 0.5em rgba(255,255,255,0.3); 
    box-shadow:0 0 1.5em rgba(255,255,255,0.5);
    cursor:pointer;
}

#landing_signinlink {
    float:right;
    font-size:145%;
    margin-right:1.586em;
    text-transform: uppercase;
    position:absolute;
    bottom:-2px;
    right:0;
    
    font-weight:lighter;
    -webkit-transition: text-shadow 0.5s ease, border-color 0.5s ease; 
    
}

#landing_signinlink:hover {
    bottom:-3px;
}

#landingfocus  .ctas {
    margin-top:2.5em;
}
.landing .cta {
    float:left;
    text-align:center;
}

.landing .cta .silink,
.landing .cta .payonce {
    display:inline-block;
    margin-top:0.5em;
    font-weight: lighter;
    
}

.landing .separator {
    display:inline-block;
    margin:0 3em;
    line-height:2.75em;
    white-space: pre;
}

.landing .tryitwrap {
    display:inline-block;
    line-height:2.75em;
    font-size:118%;
}

.landing #content section.contactinvite {
    font-size:118%;
    padding-top:1em;
    padding-bottom:1em;
}
.decorthumb {
    margin-left:-90px;
}
.decorthumb.firstrow {
    margin-bottom:120px;
}
.decorthumb.first {
    margin-left:0;
}


#floaters {
    position:absolute;
    left:0;
    top:0;
    z-index:0;
}

.accountpage #floaters, .generalpage #floaters {
    width:380px;
    left:auto;
    right:0;
    top:8.178052em;
    top:7.5em; /* Seems to work in webkit? @TODO: test like crazy. */
}
.accountpage .decorthumb, .accountpage .decorthumb.firstrow, .decorthumb.first, .generalpage .decorthumb.firstrow {
    margin:0;
}
/* end landing/tour pages */


