.allDiscussionsLink {
	text-align: right;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
}

.allDiscussionsLink a:hover {
	text-decoration: underline;
}

#salsaCommunity .topic-list-content, #salsaCommunity .topic-content-body {
	width: 500px;
}

#salsaCommunity .topic-list-content h3 {
	font-size: 1.2em;
	margin: 5px 0;
	width: 380px;
}

#featureContent {
	height: 335px;
	overflow: hidden;
}

#featureContent h3 {
	margin: 0 0 5px;
}

#featureContent #featuredBlogPost {
	height: 335px;
	padding: 15px;
	padding-top: 35px;
	background: url("../img/featuredBlogPost_bg.png") no-repeat;
}
/*
#sidebar a.signupButton {
	display: block;
	padding: 10px;
	width: 190px;
	margin-bottom: 1em;
	
	background: #F4F4F4;
	border: 3px solid #E9E9E9;
	
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
}	

#sidebar a.signupButton:hover {
	background: #ddd;
	
}
*/

#sidebar a.signupButton {
	/* background-color: #d9ebfd; */
	color: #870d10;
	border: 1px solid #ccc;
	padding: 10px;
	display: block;
	margin-bottom: 1em;
	width: 195px;
	
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	/* text-shadow: #ccc 1px 1px 4px; */
	
	-moz-border-radius: 4px;
	
	
	background: #eee url('/images/tr_background2.png');
	background-repeat: repeat-x;
	background-position: bottom center;
}

#sidebar a.signupButton:hover {
	/* background-color: #c6e3ff; */
	border: 1px solid #990000;
	color: #990000;
}

#newTopicForm {
	display: block;
	clear: both;
	margin: 1em 0;
}

#newTopicForm #textareaBox {
	width: 674px;
}

#textareaBox {
	float:left;
	padding:10px;
	margin: 0;
	width:400px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	position:relative;
	top: 0;
}

#textareaBox textarea {
	font-family: "Trebuchet MS",Trebuchet,Verdana,sans-serif;
}

#textareaBox.box {
	border: 3px solid #7F1D14;
	background: none;
}

#textareaBox.box1 {
	border: 3px solid #7F1D14;
}

#textareaBox.box2 {
	border: 3px solid #006599;
}

#textareaBox.box3 {
	border: 3px solid #a6ce3a;
}

#textareaBox.box4 {
	border: 3px solid #b6a8a8;
}


#newTopicForm label {
	background: none;
	color: #999;
	font-weight: bold;
}

#newTopicForm .questionTabs li label.instructions {
	color: #7F1D14;
}

#newTopicForm label.highlightedTab {
	color: white;
	padding:10px 5px;
	-moz-border-radius-bottomleft: 0; 	
	-moz-border-radius-bottomright: 0; 
}

#newTopicForm #tab1 label.highlightedTab {
	background: #7F1D14;
}

#newTopicForm .submitButton {
	clear: both;
	text-align: right;
}

.salsaStaff {
	background: white;
}

.salsaUAC {
	background: white;
}

#salsaCommunity .byline {
	display: inline !important;
	padding: 2px;
}

#signupForm {
	margin-bottom: 1em;
}

#signupForm label {
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
}

#signupForm input[type='text'] {
	color: #666;
	width: 145px;
}

#signupForm input[type='submit']  {
	/* background-color: #d9ebfd; */
	color: #870d10;
	border: 1px solid #ccc;
	padding: 3px;
	display: inline;
	margin-bottom: 1em;
	
	width: 60px;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	/* text-shadow: #ccc 1px 1px 4px; */
	
	-moz-border-radius: 4px;
	
	
	background: #eee url('/images/tr_background2.png');
	background-repeat: repeat-x;
	background-position: bottom center;
}

#signupForm input[type='submit']:hover {
	/* background-color: #c6e3ff; */
	border: 1px solid #990000;
	color: #990000;
}