/* Temporary groups nav */

.groups-nav {
	margin-top:1em;
	clear:both;
	}

.groups-nav {
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	border-radius: 10px;
	}

.groups-nav ul#section-nav .first, .groups-nav ul#section-nav .first a {
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	
	-moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;	
	}
	

/* Groups Bar */

body.artist div#section_wrap {
	width: auto;
	padding:0;
	}

body.artist div#artist-content {
	width:96em;
	margin:0 auto;
	padding:0 2em 1em 2em;
	text-align:left;
	clear:both;
	position: relative;
	}

#group-bar #group-controls {
	display: none;
	}

#group-bar-wrap {
	background: #eee;
	border-bottom:2px solid #ddd;
	}

#group-bar, #manage-work-selector {
	width:96em;
	margin:0 auto;
	padding:1em 2em 1em 2em;
	text-align:left;
	clear:both;
	position: relative;
	}

#group-bar h2 {
	margin:0;
	background: none;
	padding:.5em 0;
	display: block;
	clear:none;
	font-size:18px;
	}

#group-bar div.groups-nav {
	clear:none;
	float:left;
	font-size:1.3em;
	width:49em;
	margin:0;
	}
	
#group-bar div.groups-nav ul {
	background: none;
	}

#group-bar div.groups-nav ul li {
	background: none;
	}

#group-bar div.groups-nav ul li a {
	background: #fff;
	}

#group-bar div.groups-nav ul li a:hover {
	background: #ddd;
	}

#group-bar div.groups-nav ul > li:last-child a {
	border-right:none;
	
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;	
	}


#group-bar #group-avatar {
	display:block;
	width:60px;
	height:60px;
	background:#eee;
	float:left;
	margin-right:1em;
	border:2px solid #fff;
	}

#group-bar #groups-manage-work {
	float:right;
	}

#groups-manage-work #manage-work, #groups-manage-work #join-group, #groups-manage-work #add-work {
	display: block;
	background:#fff url('/images/silk/images.png') 1em .4em no-repeat;
	color:#222;
	padding:.4em 1.4em .5em 34px;
	font-size: 1.1em;
	text-decoration: none;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

#groups-manage-work #join-group {
	background:#fff url('/images/silk/group_add.png') 1em .4em no-repeat;
	}

#groups-manage-work #add-work {
	background:#fff url('/images/silk/add.png') 1em .4em no-repeat;
	}

#groups-manage-work #manage-work:hover, #groups-manage-work #join-group:hover, #groups-manage-work #add-work:hover {
	background-color: #ddd;
	text-decoration: underline;
	}

#manage-work-wrap {
	border-top:1px solid #ddd;
	background: #eee url('/images/mybubble/hatched-back.png');
	clear:both;
	position: relative;
	}

#manage-work-wrap h3 {
	color:#555;
	font-size:1.2em;
	font-weight: bold;
	}

#manage-work-wrap h3 span {
	color:#888;
	font-size:.9em;
	}

#not-in-group, #in-group {
	width:45%;
	float:left;
	}

#big-arrow {
	display:block;
	font-size:3em;
	color:#aaa;
	float:left;
	width:1em;
	height:1.5em;
	padding-top:1.5em;
	margin:0 .6em 0 .5em;
	}

#manage-work-selector {
	height: 20em;
	}

#manage-work-selector div img {
	margin:0 1px 1px 0;
	}

#manage-work-selector div a {
	position: relative;
	text-decoration: none;
	}

div.manage-work-controls a {
	text-decoration: none;
	color:#555;
	font-size:11px;
	}

div.manage-work-controls a:hover {
	text-decoration: underline;
	color:#222;
	}

#manage-work-wrap .newer a {
	float:left;
	background:url('/images/mybubble/mb_back.png') top left no-repeat;
	line-height:17px;
	padding-left:20px;
	margin:.5em 1em .5em 0;
	}

#manage-work-wrap .older a {
	float:right;
	background:url('/images/mybubble/mb_fwd.png') top right no-repeat;
	line-height:17px;
	padding-right:20px;
	margin:.5em .75em .5em 1em;
	}

div#leave-group {
	clear:both;
	position: absolute;
	bottom:.5em;
	right:1.75em;
	}

div#leave-group a {
	font-size:11px;
	color:#555;
	text-decoration: none;
	}

div#leave-group a:hover {
	color:#222;
	text-decoration: underline;
	}


body#artist_art-show2 #actions ul li.right {
	float:right;
	position: relative;
	}

body#artist_art-show2 #actions ul li.right ul {
	position: absolute;
	top:1.75em;
	left:0;
	background: #fff;
	border:2px solid #eee;
	font-size:1.1em;
	width:auto;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}

body#artist_art-show2 #actions ul li.right ul li a {
	display: block;
	background-color:#fff;
	padding:.25em .5em .25em 25px;
	margin-right:0;
	}

body#artist_art-show2 #actions ul li.right ul li a:hover {
	background-color: #eee;
	}

body#artist_art-show2 #actions ul li.right ul li a#feature-work {
	background-image: url('/images/silk/bw/image.png');
	background-position:  6px 4px;
	background-repeat: no-repeat;
	border-bottom:1px solid #eee;
	}

body#artist_art-show2 #actions ul li.right ul li a#feature-user {
	background-image: url('/images/silk/bw/user.png');
	background-position:  6px 4px;
	background-repeat: no-repeat;
	}

body#artist_art-show2 #actions ul li#hosts-title {
	color:#888;
	}

body#artist_art-show2 #actions ul li#feature-in-group a {
	background-image: url('/images/silk/bw/medal_gold_add.png');
	background-position:  center left;
	background-repeat: no-repeat;
	}

body#artist_art-show2 #actions ul li a#remove-from-group {
	background: url('/images/silk/bw/group_delete.png') center left no-repeat;
	}

/* Group overview screens*/
div.individual-group { margin: 0; padding: 0; width: 100%; float: left; }
div.individual-group * { margin: 0; padding: 0; }
div.individual-group div#subnav h1 a { text-decoration: none; color: black}
div.individual-group div#subnav p { font-size: 1.4em; }
body.groups h2 { font-size: 1.2em; font-weight: bold; }
body.groups h2 span { visibility: hidden; }

div.subtitle {
	width:40em;
	clear:left !important;
	}

#group-controls {
	float:right;
	margin-bottom:1em;
	}

#group-controls a {
	margin-left:.5em;
	background:#555;
	}

#group-controls a:hover {
	background:#ccc;
	color:#222;
	text-shadow: none;
	}

b.join-title {
	display:block;
	float:left;
	color:#888;
	padding-top:.75em;
	font-size:1.1em;
	}

div.individual-group #subnav { margin-top: 0; float: left; width: 100%; border: none; }
div.individual-group .subnav-wrap { margin: 1em 0 0 0; float: left; width: 100%; border-bottom: 1px solid #333; border-top: 1px solid #333; }
div.individual-group #subnav ul { list-style: none; float: left; }
div.individual-group #subnav ul.left { float: left; width: 69%; }
div.individual-group #subnav ul.right { width: 30%; float: right; text-align: right; }
div.individual-group #subnav ul li { float: left; background: none; }
div.individual-group #subnav ul.right li { float: right; }
div.individual-group #subnav ul.right li#signup a { font-weight: bold; text-decoration: underline; }
div.individual-group #subnav ul li a { padding: 3px 5px 2px 5px; display: block; text-decoration:none; color: #333; min-width:30px; width: auto; text-align:center; }
div.individual-group #subnav ul li.active a { font-weight: bold; background: none; border-bottom: 2px solid #333; }
div.individual-group #subnav ul li a:hover { text-decoration:underline; }
div.individual-group #subnav ul#gallery-views li a span { display: block; text-indent: -1000em; overflow: hidden; }
div.individual-group #subnav ul li a span { visibility: hidden; text-indent: -1000em; width: 1px; height: 0px; }

div.individual-group #subnav ul li#signup { padding-top: 2px; width: 250px; text-align: right; }
div.individual-group #subnav ul li#signup a { margin: 0; padding: 0; display: inline; }

.works h2, .people h2 { margin: 0 0 15px 6px; padding: 0; font-size: 1.5em!important; }
.people h2 { margin-left: 4px; }

.works, .people { width:95.5em; float: left; margin-bottom:0.5em; }
.works ul li { margin: 0 10px 7px 0; padding: 0; list-style:none; float:left; width: 135px; }
.works ul li div.work-content { margin: 0; padding: 0; width: 135px; height: 135px; overflow: hidden; text-align: center; border: 1px solid #ddd; background:#fff; /**/ }

.works ul li img { margin: 0; padding: 0; background: url('/images/bg_thumbnail_loading.gif') center no-repeat; }
  
.people ul li a.remove:hover, .works ul li a.remove:hover { text-decoration:underline; color: #c2002a; }


.works ul.grid { margin: 0 0 0 0; padding: 0; float: left; clear: left; width: 100%; }
.works ul.grid li * { font-size: 1em; z-index: 1; position: relative; /**/  }
.works ul.grid li { margin: 0 24px 20px 0px; position: inherit; text-align: center; /**/ }

.works ul.grid li.image_work a { margin: 0; padding: 0; display: inline; float: left; }

.works ul.grid.work-descriptions {/*for where the hover effect is used*/ }
.works ul.grid.work-descriptions li span.wrapper { width: 135px; height: 2px; display: block; z-index: 1; }
.works ul.grid.work-descriptions li div.description { position: absolute; left: -1000em; line-height: 1000em; margin: 100px 0 0 100px; padding-top: 20px; padding-bottom: 20px; overflow: hidden; width: 285px!important; height: 146px!important; z-index: 1000; }
.works ul.grid.work-descriptions li div.description p { text-align: left; margin: .75em; width: 285px; height: 7.4em!important; overflow: hidden; }
.works ul.grid.work-descriptions li div.description.hover { left: 0; line-height: 20px; background: url('/images/bg_work_tooltip.gif') no-repeat; z-index: 100;}
.works ul.grid.work-descriptions li.alternate-tooltip-style div.description.hover { margin-left: -270px; background: url('/images/bg_work_tooltip_alt.gif') no-repeat; }
.works ul.grid.work-descriptions li div.description h3 { margin: .75em; font-weight: bold; }
.works ul.grid.work-descriptions li div.description p { clear: left; margin: .75em; width: 250px; height: 10.3em; overflow: hidden; }
.works ul.grid.work-descriptions li.visual-work *, .works ul.grid.work-descriptions li.image_work * { text-align: left; }
.works ul.grid.work-descriptions li div.description h4 { margin: 0 0.75em;}


#groups_journals-index div#works
{
	float:  left;
	margin: 0;
	padding: 0;
	text-align: left;
}

#groups_journals-index div#works ul
{
	list-style-type:  none;
	list-style: none;
	margin:0;
	padding:0;
}

#groups_journals-index div#works ul li
{
	width:79em;
	border-top: 1px solid #eee;
	padding:  1em 0 1em 1em;
	float: left;
	clear: left;
	background:#fff;
	border-bottom:1px solid #ddd;
	border-top:1px solid #f7f7f7;
	margin-bottom:.5em;
}



#groups_journals-index div#works ul li div.avatar
{
	width: 100px;
    border: 1px solid #888;
	float: left;
	margin-right: 10px;
}

#groups_journals-index div#works ul li div.details
{
  width: 550px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  text-align: left;
}

#groups_journals-index div#works ul li div.metadata
{
	width: 170px;
	padding:  0 5px 0 1em;
	float: right;
	border-left:3px solid #eee;
	text-align: left;
}

#groups_journals-index div#works ul li div#tags {
	width:14em;
	}

#groups_journals-index div#works ul li div.details img
{
	display: none;
}


#groups_journals-index div#works ul li span.title a
{
	font-weight: bold;
	font-size: 1.2em;
}

#groups_journals-index div#works ul li div.description
{
	font-size: 0.9em;
}

#groups_journals-index div#works ul li div.description a
{
	display: none;
}

div.works ul.grid li.writing-work p.excerpt a, div.works ul.grid li.journal-work p.excerpt a { display: block; text-decoration: none; color: #666; }
div.works ul.grid li.writing-work p.excerpt span.wrapper, div.works ul.grid li.journal-work p.excerpt span.wrapper { margin: 0 5px 0 5px; width: 123px!important; display: block; }
div.works ul.grid li.writing-work h3, div.works ul.grid li.journal-work h3 { visibility: hidden; height: 0; }
div.works ul.grid li.writing_work div.byline { margin-top: 0; font-size: 1em; font-family: Georgia, Times, serif; }

div.works ul.grid li.writing_work span.links { 
	clear: both; 
	display: block; 
	text-align: center; 
	background: #eee; 
	margin:-1.25em 0 1em 3.75em; 
	padding:.25em;
	
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;	
	}
div.works ul.grid li.writing_work span.links a { font-family: Georgia, Times, serif !important; font-size: 1em !important; }
ul li span.links a { margin: 0; text-decoration: none; padding:0 .5em;}
ul li span.links a.feature { border-left: 1px solid #ccc; padding-left:1em;}

body#groups_art-index ul li span.links, body#groups_clothing-index ul li span.links {
	text-align: center;	
	background: none;
	display:inline;
	font-size:.9em;
	}

body#groups_art-index ul li span.links a,  body#groups_clothing-index ul li span.links a {
	padding:0 1em;
	float: none;
	}

body#groups_journals-index ul li span.links {
	text-align: center;
	margin:.5em 1em 0 0;
	padding-bottom:.25em;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

div.works ul.grid li.writing-work div.work-content { background: #c1c1c1 url('/images/bg_writing_thumbnail.gif') top left repeat-x; }
div.works ul.grid li.journal-work div.work-content { background: #c1c1c1 url('/images/bg_journal_thumbnail_2.gif') top left repeat-x; }


div.works ul.grid li.writing-work p.excerpt, div.works ul.grid li.journal-work p.excerpt { font-size: 1em; margin: 15px 0 0 0; padding: 0; height: 8.9em; overflow: hidden; display: block; }



div.people { margin: 0 0 1em 0; padding: 0; float: left; clear: left; width: 100%; border-bottom: 1px solid #ccc; /**/ }
div.people ul.grid { margin: 0; padding: 0; width: 100%; float: left; }
div.people ul.grid li { margin: 0 4px 7px 4px; padding: 0; width: 100px; height: 100px; float: left; list-style: none; /**/ }
div.people ul.grid li a { position: relative; margin: 0; padding: 0; width: 100px; height: 100px; display: block; z-index: 10; }

div.credits { margin-top: 2em; padding: 1em 0 1em 0; width: 100%; float: left; clear: left; border-top: 2px solid #eee;}
div.credits p.first { font-size: 1.35em; }
div.credits p { margin: 0 15% 0 15%; font-size: 1.1em; line-height: 120%; text-align: center; color: #9f9f9f; }



#heading-and-filter-wrap { margin-bottom:0; }



ul li span.links { margin: 0; padding: 4px 0 0 0; clear: left; display: block; width: 135px; float: left; text-align: center; background-color: #f8f8f8; }
div.works ul li.journal_work span.links { margin-top: -20px; width: 160px; float: right; clear: both; }


div.float-left { border:none!important;}
div.float-left h3, div.float-right h3 { font-weight:bold; }

div.float-right ul.moderators { margin: 0; padding: 0; float: left; width: 430px; }
div.float-right ul.moderators li { margin: 10px 6px 0 0; list-style: none; float: left; width: 100px; min-height: 130px; font-size: .9em; }
div.float-right ul.moderators li a { display: block; }
div.float-right ul.moderators li a img { border: 1px solid #e4e4e4; }

body.groups #main .groups-section h2
  {
    font-size: 1.6em;
    color:#c2002a;
    padding-left:0;
    background:none;
    margin-bottom:11px;
  }
body.groups #main h2.groups-section a
  {
    font-weight:normal;
    font-size:0.8em;
  }

body.groups #main h2
{
  font-size: 1.8em;
  padding:0;
  padding-left: 20px;
  background: url('/images/header_bullet_arrows.gif') 0 4px no-repeat;
  margin-bottom: 20px;
}


#main form
{
  background: none;
}
form label span.info
{
  font-weight: normal;
  font-size: 0.8em;
}  

form span.validation-error {
  margin: 0 0 10px 0;
}

form label {
  clear: left;
}

form input, form textarea {
  float: none;
  margin-bottom: 15px;
  margin-top: 0px;
}

form input.submit {
  float: left;
}
  
label {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
}

a.more
{
  clear:left;
  display: block;
  text-align: right;
  border-bottom: 1px solid #ddd;
  padding-top: 2px;
  padding-bottom: 8px;
  font-size: 1.1em;
  font-weight: bold;
}



/* Group challenges - see groups/challenges.css */

div.group-rules { border-top: 1px solid #333;}

/* GROUP SEARCH FORM
------------------------------------------------------------------------------------------------- */

h2#group-list-hdr
  {
    float: left;
    margin: 0;
  }
ul.group-list
  {
    clear: both;
  }
form#form-group-search
  {
	background:#eee;
	margin:1em auto;
	padding:1em 2em;
	text-align: center;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
  }

form#form-group-search input#input-group-search { 
	padding:.3em .25em;
	color:#555;
	border:1px solid #ddd;
	font-size:14px;
	width:30em;
	margin:0;
	}
	
form#form-group-search input#group-search-submit {
	font-size:12px;
	color:#fff;
	background:#c2002a;
	padding:5px 14px;
	margin:2px 0 0 4px;
	border:none;
	cursor: pointer;
	text-align: center;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

form#form-group-search input#group-search-submit:hover {
	background:#555;
	color:#fff;
	}


span#not-found
  {
    clear: both;
    display: block;
    font-weight: bold;
    font-size: 1.4em;
  }




/* LISTS OF GROUPS
------------------------------------------------------------------------------------------------- */

div.groups-section { margin-top: -1px; border-top: 1px solid #ccc!important; width: 100%; float: left; font-size:1.1em; }
ul.group-list                   { clear:both; padding:0; margin:0; margin-bottom:2em; width: 100%; float: left; list-style:none; }
ul.group-list li                { float:none; clear:left; width:auto; min-height:72px; border-bottom:1px solid #ccc; margin:0; padding:0; padding-top:10px; }
ul.group-list li img            { margin:0; padding:0; float:left; height:60px; width:60px; margin-right:10px; }
body#groups-show #people li img { width: 100px; height: 100px;}
ul.group-list li p              { margin:0; padding:0; text-align:left; float:left; width:80%; line-height:120%; color:#666; }
ul.group-list li h4             { margin:0; padding:0; text-align:center; }
ul.group-list li a              { font-size: 0.8em; text-decoration: none; }
ul.group-list li .title         { font-size:1.1em; margin-top:2px; font-weight:bold; }
ul.group-list li p.description  { font-size:0.9em; color:#000; }
ul.group-list li p.moderators   { font-size:0.9em; }
ul.group-list li p.moderators a { font-size:1.1em; }
ul.group-list li p.g-subtitle     { font-size:0.9em; }

div.bottom { padding-top: 1em; }
div.bottom p { margin: 0; padding: 0; text-align: center; font-size: 1.5em; }


/* INDEX
------------------------------------------------------------------------------------------------- */

#groups-index ul.group-list             { border:none; width:73em; margin-right:-10px; float: left; }
#groups-index ul.group-list li          { float:left; clear:none; width:137px; border:none; margin: 0 22px 0 0; padding:0; height:150px; text-align:center; }
#groups-index ul.group-list li img      { display: block; border: 1px solid #888; background: white; width: 135px; height: 135px; margin: 0; }
#groups-index ul.group-list p           { text-align:center; margin:0; padding:0; margin-top:2px; width:100%; }
#groups-index ul.group-list p.title     { font-weight: bold; font-size:0.9em; }
#groups-index ul.group-list p.subtitle  { font-size: 0.8em; }
#groups-index a.more  { width: 79em; }


/* PEOPLE LIST
------------------------------------------------------------------------------------------------- */

#people                  { width:875px; margin:0; padding:0; }
#people ul               { width:875px; margin:0; padding:0; }
#people li               { clear:left; list-style-type:none; border-top:1px solid #ccc; padding:10px 0; height:62px; }
#people li .avatar       { float:left; margin-right:10px; }
#people li .avatar img   { width:60px; height:60px; border:1px solid #666; }
#people li .info         { float:left; width:600px; margin-top:13px; }
#people li .info h3      { margin:0; padding:0; font-size:1.2em; font-weight:bold; }
#people li .info h3 span.roles { font-size:0.75em; font-weight:bold; }
#people li .info p.member-since { font-size:1em; margin:0; padding:0; margin-top:3px; }
#people li .tools        { clear:none; float:left; width:200px; margin-top:14px; }
#people li .tools p      { font-size:0.9em; margin:0; padding:0; }
#people li .tools a      { display:block; color:#666; text-decoration:none; }


/* EDIT
------------------------------------------------------------------------------------------------- */

#groups-edit #main form { clear:left; }
#groups-edit #main form fieldset { padding:0; margin:0; border: none!important; }
#groups-edit #main form fieldset legend { margin:0; padding:0; padding-bottom:0.5em; font-size:1.2em; }
#groups-edit #main form fieldset label { text-align:left; width:100%; font-weight:normal; float:none; margin:0 0 0.5em 0; padding:0;  }
#groups-edit #main form fieldset.radio-buttons label:after { content:""; }
#groups-edit #main form fieldset label input { margin:0; padding:0;  }
#groups-edit #main form fieldset label span { font-size:0.8em; color:#666; }
#groups-edit #main form textarea#group_rules { height: 100px;}

body#groups-edit #main form fieldset#work-limits, body#groups-edit #main form fieldset.invites { margin: 1em 0 1em 0; }
body#groups-edit #main form label { margin-bottom: 0; }
body#groups-edit #main form select { margin: 0 0 .5em 0; }


/* PRIVATE MESSAGES
------------------------------------------------------------------------------------------------- */

#groups_private_messages-new form { padding:0; margin:0; }
#groups_private_messages-new form fieldset { padding:0; margin:0; }
#groups_private_messages-new form label { display:block; float:none; text-align:left; font-weight:normal; margin-bottom:1em; }
#groups_private_messages-new form textarea { margin:0; padding:0;  }
#groups_private_messages-new form .submit input { float:none; }



/* GROUP APPLICATIONS

To do: the radio button assembly down the bottom of the application page (needs XS)
--------------------------------------------------------------------------------------------------*/
body.group_applications .intro { margin: 0 0 1em 0; padding: 0; width: 100%; float: left; border-bottom: 1px solid #ccc; }
body.group_applications .intro p { margin: 0; font-size: 1.5em; max-width: 875px; }
body.group_applications .intro ol { margin: 0 0 1em 1em; list-style-type: decimal!important; width: 100%; float: left; font-size: 2em; /**/ }
body.group_applications .intro ol li { margin: 0 25px 0 13px; padding: 2px 10px 2px 0; min-height: 3.5em; width: 125px; float: left; line-height: 1em; position: relative; border-right: 1px solid #ccc; /* */ }
body.group_applications .intro ol li:first-child { margin-left: 0; /* */ }
body.group_applications .intro ol li:last-child { border-right: none; /* */ }
body.group_applications div.intro ol li span { font-size: .6em; display: block; width: 120px; position: absolute; top: 0; /**/ }
body.group_applications div.intro ol li span.number { display: none; /**/ }
body.group_applications p { max-width: 600px;}
body.group_applications ul.filter { margin: 0 0 2em 0; padding: 0; list-style: none; }
body.group_applications ul.filter li { padding: 2px 0 2px 5px; display: inline; border-left: 1px solid #ccc; }
body.group_applications ul.filter li:first-child { border-left: none; }
body.group_applications ul.filter li a { text-decoration: underline; }
form.group_application { margin: 0; padding: 0; float: left; width: 100%; /*border: 1px solid #fc0;*/ }
form.group_application h2, body.group_applications .intro h2 { margin: 0 0 .5em 0; padding: 0; }
form.group_application fieldset { margin: 0 0 1em 0; padding: 0; border-bottom: 1px solid #ccc; }
form.group_application fieldset.admin { border-bottom: none; }
form.group_application fieldset.admin h2, form.group_application fieldset.group-rules h2 { margin-top: .75em; }
form.group_application ol { margin: 0 0 1em 0; padding: 0; float: left; width: 100%; list-style: none; /*border: 1px solid #c00;*/ }
form.group_application ol li { margin: 0 0 .5em 0; padding: 0; float: left; width: 100%; /*border: 1px solid #3cf;*/ }
form.group_application ol li label { margin: 0 10px 0 0; padding: 0; float: left; width: 200px; font-size: 1em; font-weight: normal; /*border: 1px solid #000;*/ }
form.group_application ol li textarea, form.group_application ol li input { margin: 0; padding: 0; width: 350px; font-size: .9em; }
form.group_application ol li input[type="radio"] { width: 12px; }
form.group_application ol li select { margin: 0; padding: 0; }
form fieldset input.submit { float: right; }
form.group_application ol li textarea { height: 7em;  }
body.group_applications form.group_application span.hint { margin: .5em 0 1.5em 210px; width: 400px; padding: 0; display: block; clear: left; font-size: .9em; color: #999; /*border: 1px solid #ccc;*/ }
body.group_applications form.group_application span.validation-error { margin: 0 0 .75em 210px; width: 400px; padding: 0; display: block; clear: left; font-size: .9em; }

form.group_application fieldset.group-rules { border-top: 1px solid #ccc; }
form.group_application fieldset.group-rules fieldset { }
body.group_applications ol.can-haz-moderation li label { font-size: .85em; }


body.group_applications table.group-applications { width: 100%; font-size: 1.2em; border-collapse: collapse; }
body.group_applications table.group-applications tr th { padding-bottom: 6px; border-bottom: 1px solid #ebebeb; }
body.group_applications table.group-applications tr td { padding: 2px 0; border-bottom: 1px solid #ebebeb; }


/* these may be floated out for all forms with radio/checkbox assemblies */
fieldset.radios-checkboxes { position: relative; width: 600px; float: left; margin: 1em 0; padding: 0; clear: left; }
fieldset.radios-checkboxes h3 { margin: 0 10px 0 0; padding: 0; width: 200px; float: left; font-size: 1em; font-weight: bold; display: block; text-align: right; }
form.group_application fieldset.radios-checkboxes h3:after { content: ":"; }
fieldset.radios-checkboxes ol { margin: -15px 0 0 210px; float: left; width: 400px; }
form.group_application fieldset.radios-checkboxes ol { margin-top: -14px; margin-bottom: 1em; }
fieldset.radios-checkboxes li { line-height: 190%; font-weight: normal; width: 200px!important; clear: left; position: relative; }
fieldset.radios-checkboxes li label { margin: 0; margin-left: 20px!important; width: 200px; font-weight: normal; text-align: left!important; }
fieldset.radios-checkboxes li label:after { content: ""; }
fieldset.radios-checkboxes li input { margin: 0 0 0 -140px; float: left; clear: none; position: absolute; top: 3px; left: 0; width: 13px!important; font-weight: normal; }

div.moderators { top: 120px;}

body#groups-promote #intro, body#groups-promote #example-widget { float: left; width: 400px; margin-right: 20px; }
body#groups-promote textarea { width: 400px; height: 130px; }
body#groups-promote h3.highlight{ color: #c2002a; font-weight: bold; }

span.user_name {
	font-size:11px;
	color:#888;
	font-weight: normal;
	}