@import url("/stylesheets/story_submissions.css");

/* formerly: body#at_community #primaryContent h2.landing { */
body#at_community #primaryContent h2 {
	height: 98px;
	margin: 0 0 0 20px;
	position: relative;
	padding: 12px 0 0 18px;
	color: #fff;
	background: url(../images/headers/member.profile.png) 0 0 no-repeat;
}
body#at_community #primaryContent h2.tour {
	height: 110px;
}
body#at_community #primaryContent h2.pillar.member {
	background: url(../images/headers/h2.pillar.member.jpg) 0 0 no-repeat;
	font-size: 2.7em;
	height: 110px;
}
body#at_community #primaryContent h2 .memberCount {
	width: 80px;
	display:block;
	position: absolute;
	top: 17px;
	right: 20px;
	padding: 10px 20px;
	margin: 0;
	background: url(../images/backgrounds/splash.member.count.png) 0 0 no-repeat;
	font-size: 0.48em;
}
body#at_community #primaryContent h2.welcome {
	height: 61px;
	background: url(../images/backgrounds/community-alt-header.png) 0 0 no-repeat;
}

#at_community #primaryContent h4{
	font-size: 1.4em;
}
body#at_community #primaryContent #more-archive h4 {
	font-size: 1.1em;
}
.stories li{
	min-height: 0;
}
#at_community #carousel{
	margin-left: 20px;
	overflow: hidden;
}
body#at_community #primary {
	background: url(../images/backgrounds/community-primary.gif) 0 0 no-repeat;
}
#related{
	/*min-height: 730px;*/
	background: url(../images/backgrounds/community-related.gif) 0 0 no-repeat;
}
#at_community #primaryContent .horizontal-rule{
	margin: 20px;
}
#recently-network {
	background-color: #E9E8DB;
	margin: 32px 20px 32px 19px;
}
#recently-network h3 {
	height: 30px;
	background: url(../images/headers/recently-around-the-network.png) 0 0 no-repeat;
	text-indent: -9000px;
	overflow: hidden;
}
#recently-network ul li {
	width: 135px;
	height: auto!important;
	height: 94px;
	min-height: 94px;
	float: left;
	padding: 0 16px 17px;
	background: url(../images/backgrounds/recently-network.item.png) 0 50% no-repeat;
	font-size: 10px;
	line-height: 14px;
	list-style-type: none;
}
#recently-network ul li.first {
	background: none;
}
#recently-network ul li img {
	float: left;
	margin-right: 7px;
	margin-bottom: 3px;
}
#recently-network ul li .user {
	padding: 0 0 3px 0;
}
#recently-network ul li .user img,
#recently-network ul li .time img,
#recently-network ul li .activity img {
	float: none;
	margin: 0;
}
#recently-network ul li .time {
	color: #8b827a;
}
#recently-network ul li .activity {
	clear: left;
}
#community-updates{
	margin: 20px;
}
#community-updates h3{
	background: url(../images/headers/updates-for-the-community.png) 10px center no-repeat;
	text-indent: -9000px;
	overflow: hidden;
}
#community-updates .calendar{
	position: relative;
	margin-top: 14px;
	width: 59px;
	height: 89px;
	float: left;
	background: url(../images/backgrounds/calendar.png) left 0 no-repeat;
}
#community-updates .calendar .month{
	position: absolute;
	top: 15px;
	left: 19px;
	color: #FFFF7C;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Courier, monospace;
}
#community-updates .calendar .day{
	position: absolute;
	top: 29px;
	left: 20px;
	font-size: 13px;
	font-family: Courier, monospace;
	font-weight: bold;
	color: #868275;
}

#community-updates .text{
	margin-top: 14px;
	float: left;
	width: 420px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
}
#community-updates .text p{
	margin: 12px 0;
}

/* Member Stories */

dl#stories.member {
	background: url(../images/headers/community.all-member-stories.jpg) 0 0 no-repeat;
}

#more-archive .story span.no-program-area img{
	padding-left: 6px;
}

/* Tour */

.mixedContent a.register_now {
	position: relative;
	display: block;
	height: 33px;
	width: 126px;
	overflow: auto;
	text-indent: -9999px;
	text-align: left;
	background-image: url(../images/buttons/register-now.gif);
	background-position: 0 0;

}
.mixedContent a.register_now:hover {
	background-position: 0 -33px;
}

/* Invites */

#at_community #primaryContent .form-container p {
	margin-bottom: 30px;
}

#at_community textarea{
	width: 400px;
	height: 140px;
	font-size: 1.2em;
	margin-right: 10px;
}
#at_community #invite_recipients{
	width: 320px;
}
#at_community .error textarea,
#at_community .captcha .error #recaptcha{
	border: 1px solid red;
}
#at_community div.validation{
	width: 300px;
}

/* refactor to user form css shared between all similar styled forms  */


.form-container {
/*	border-top: 1px solid #dad6c6; /* member specific*/
	margin: 0 0 0 20px;
	width: 660px;
}
#primaryContent .form-container p {
	margin: 0 10px;
}

	.form-container fieldset.submit{
		margin-top: 30px;
		padding-top: 5px;
		background: transparent url(/images/rules/groove.gif) repeat-x scroll left top
	}
		.form-container fieldset.submit div{
			float: right;
		}
			.form-container fieldset.submit a.cancel{
				display: block;
				float: left;
				width: 78px;
				height: 33px;
				text-indent: -9000px;
				overflow: hidden;
				background: url(../images/buttons/cancel4.png) center top no-repeat;
			}
			.form-container fieldset.submit a.cancel:hover{
				background-position: center bottom;
			}

/* Inputs */
.form-container input,
.form-container select {
	margin-right: 10px;
}
.form-container select {
	float: left;
}
#invite_submit{
	margin-right: -4px;
}

/* Labels */
.fel label{
	color: #025951;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	padding-bottom: 10px;
}
	.fel label span{
		color: #828076;
		font-style: italic;
		font-size: 10px;
		font-family: Verdana, sans-serif;
		padding-left: 7px;
	}

#primaryContent div.flash {
	background: #f8f4d6 url(../images/backgrounds/register.top.message.gif) 0 0 no-repeat;
	color: #8a846c;
	display: block;
	font: bold 1em verdana;
	padding: 10px 10px 10px 35px;
	width: 615px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#primaryContent div.welcome{
	padding-left: 20px;
}

#primaryContent div.notice {
	background: #f8f4d6 url(../images/backgrounds/flash-notice.gif) 8px center no-repeat;
}

fieldset ul {
	list-style: none;
	display: inline;
}	
fieldset li input, fieldset li label {
	float: left;
}
fieldset li input {
	clear: left;
}
.interests ul{
	width: 33%;
	float: left;
}

.registration li label, .registration label.inline{
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	color: #000;
}
fieldset fieldset div.fel{
	padding: 0 10px;
	float: left;
	margin-top: 10px;
}
.three-column div.fel{
	width: 192px;
	border-left: 1px solid #DAD7C1;
}
.three-column div.first{
	border: none;
}
.one-column div.fel{
	width: 640px;
}
.three-column div.span-two{
	width: 415px;
}
label span{
	color: #828076;
	font-style: italic;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	padding-left: 7px;
}

#primaryContent div.welcome{
	margin: 0 0 0 20px;
	width: 605px;
	padding-top: 20px;
	padding-right: 35px;
	background: #fff url(../images/backgrounds/welcome-flash.gif) 0 bottom repeat-x;
}
#primaryContent div.welcome p{
	font-weight: normal;
}
