
.feature_box {
	width: 316px;
	float: left;
	border: 1px solid #96b8fc;
	margin: 0;
	padding: 0;
	display: inline;
}

.feature_box h3 {
	border: 2px solid #ffffff;
	padding: 3px 0 3px 8px;
	background-color: #f2f6fa;
	
}

/*Used on Gateway, city, and state pages probably belongs in each */
#activate_box {
	width: 228px;
	float: right;
	border: 1px solid #ff0000;
}

#activate_box h3 {
	border: 2px solid #ffffff;
	padding: 3px 0 3px 5px;
	background-color: #f2f6fa;
}

#activate_box h3 img {
	vertical-align: bottom;
	padding-right: 3px;
}

#activate_box h4 {
	font-weight: bold;
	margin: 8px 0 10px 0px;
	text-align: center;
}


/*Styling for Featured Neighborhoods */
ul.nl_list {
	width: 100%;
	float: left;
	margin: 10px 0;
	list-style-type: none;
	padding-left: 5px;
	
}

.nl_list li {
	width: 250px;
	float: left;
	font-size: 1.2em;
	line-height: 1.3em;
	padding-bottom: .2em;
	padding-left: 0px;
	padding-right: 20px;
}

/*Styling for Featured Discussions */
.usersandposts {	
	margin-top: 21px;
	width: 558px;
	min-height: 10em; /* Provide enough vertical space for userdetails even on short post-ie6 hack below */
	_height: 10em;
}


ul.user_details {
	width: 92px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
	line-height: 1.1em;
	overflow:hidden;
}

.user_details li {
	width: 100%;
	margin-bottom: 1px;
	padding-left: 10px;
	overflow: hidden;
}


.posts {
	margin-left: 93px;	
}

/* -- Robert's bubble stylesheet --*/
/* User_Details is 92px so 558-92-1=465-18px for sharkfin- total=447px for bubble-1px margin between 2 divs */
.postbubble {
	position: relative;
	margin: 0px auto;
	min-width: 8em;
	width: 447px;
	_width: 444px; /*ie 6 hack because ie6 thinks width is at max at 447 */
	color:#000;
	z-index: 1;
	margin-left: 18px;	/* width of left corner - spacing between bubble and whatever is to the left of it */
	margin-bottom:0.5em; /* spacing under postbubble */
}

.postbubble .postcontent,
.postbubble .t,
.postbubble .b,
.postbubble .b div {
	background: transparent url(/images/discbubble2a.png) no-repeat top right;
/* If our PNG has transparency, make a GIF version for IE6 */
}

.postbubble .postcontent {
	position: relative;
	zoom: 1;
	_overflow-y: hidden;
	padding: 0px 20px 0px 10px;
}

/* top+left vertical slice */
.postbubble .t {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 18px;		/* top slice width */
	margin-left:-18px;
	height: 100%;
	_height: 1600px;	/* arbitrary long height, IE 6 */
	background-position:top left;
}

/* bottom */
.postbubble .b {
	position:relative;
	width: 100%;
}

.postbubble .b,
.postbubble .b div {
	height: 10px;		/* space between end of text and bottom of bubble */
	font-size:1px;
}

.postbubble .b {
	background-position: bottom right;
}

.postbubble .b div {
	position: relative;
	width: 18px;		/* bottom corner width */
 	margin-left:-18px;
	background-position: bottom left;
}
.repliesviews {
	float: right;
	text-align: right;
	font-size: .7em;
}

.topic_title {
	padding-top:11px;
	font-size: 1.6em;
	height: 26px;
	line-height: 1.1em;
}


.layout_topic_tags {
	font-size: 1.1em;
	padding-bottom: 4px;
}

.layout_topic_stats {
	font-size: 1.1em;
	color: #6666cc;
	padding-left: 28px;
}

.layout_topic_stats .topic_started {
	margin-right: 10px;
}

.layout_topic_stats .topic_lastreply {
	margin-left: 10px;
}


/*Styling for Featured Schools */
div.school_list_city{
	width: 100%;
	float: left;
	padding-left: 5px;
	margin: 10px 0 10px 0;
}

.school_list_city h3 {
	clear: both;
}
.school_list_city dl {
	list-style-type: none;
	width: 264px;
	float: left;
	padding-left: 5px;
	margin: 5px 10px 5px 0;	
}

.school_list_city dt {
	width: 254px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}

.school_list_city dd {
	width: 100%;
	font-size: 1.2em;
	line-height: 1.2em;
}

.school_list_city dd.type {
	font-weight: bold;
	font-size: 1.3em;
	margin: 5px 0 -5px 0;
}

/*Stylng for Neighborhood and School search Results */
ul.result_list {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	list-style-type: none;
	padding-left: 5px;
	
}

table.result_list {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 1.3em;
}
.result_list tr:hover {
	background-color: #ffc;
}

.result_list p {
	font-size: .9em;
	text-indent: 5px;
}
.result_list li {
	width: 553px;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-bottom:	.2em;
	padding-left: 0px;
}

.result_list li.type {
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: bold;
}


.result_list li.active {
	background-image: url(/images/active2.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 13px;
}

.result_list li.premier {
	background-image: url(/images/premier3.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 14px;
}

ul.city_list {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	list-style-type: none;
	padding-left: 5px;
	
}

.city_list li {
	width: 180px;
	float: left;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-bottom:	.2em;
	padding-left: 0px;
	margin-right: 5px;
}



h3.browse_tag {
	margin: 0px 0 10px 5px;
	clear: both;
}
/*Used for List of Neighborhoods-width is setup for 2 columns */
ul.all_list {
	width: 264px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 0;

}

.all_list li {
	font-size: 1.2em;
	line-height: 1.3em;
	padding-bottom:	.2em;
	padding-left: 10px;
}

.all_list li.header {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
}

.all_list li.active {
	background-image: url(/images/active2.gif);
	background-repeat: no-repeat;
	background-position: 8px 2px;
	padding-left: 22px;
}

.all_list li.premier {
	background-image: url(/images/premier3.gif);
	background-repeat: no-repeat;
	background-position: 8px 2px;
	padding-left: 22px;
}

/*Used on List of States page */
table.state_list {
	width: 100%;
	font-size: 1.4em;
	line-height: 1.5em;
	margin-left: 5px;
}
.state_list td {
	padding-right: 20px;
	padding-bottom: 3px;
}

dl.states_profile {
	width: 100%;
	margin: 15px 0 10px 5px; 
	padding: 0;
}	

.states_profile dt {
	width: 12em;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.3em;
	clear: left;
}

.states_profile dd {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.3em;
}

/*Used on States Pages with list of all cities */
ul.alpha_list {
	width: 100%;
	margin-left: 5px;
}

.alpha_list li {
	width: 130px;
	float: left;
	font-size: 1.3em;
}

/* Local Resources  */
.city_pages {
	width: 256px;
}


.city_pages dd a.add_new {
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 3px;
}

.city_pages .generic dd {
	line-height: 1.2em;
	padding-bottom: 7px;
}


.city_pages .generic dt {
	background-color: #ffffff;
	padding: 0px 0px 5px 5px;
}


.info_text {
	width: 100%;
	float: left;
	font-size: 1.2em;
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #96b8fc;
	border-bottom: 1px solid #96b8fc;
	margin-bottom: 10px;
	color: #6666CC;
}

.info_text a {
	font-weight: bold;
}

.more {
	margin-top: 3px;
	text-align: right;
	font-weight: bold;
	clear: both;
}