/**
* Global Community Everywhere Styles
* This stylesheet should only be altered with global CE styles. If
* you need to apply property specific styles or colors please add
* supplement style declarations your main css or create a local version of this css file.
*
* Most customizations will likely be colors or button gradiants/images
* #jive-header color & background
* Button/Input/A  - on & off colors
*/

#community-module {
	background-color: white;
	margin: 30px 0;
	padding: 60px 60px 0;
	text-align: left;
	clear: both;
}
#community-module .cross-domain {
	margin: 0 auto;
	padding: 0 0 15px 0;
	font: bold 14px/18px Arial, non-serif;
	color: red;
}

#jive-title {
	border-bottom: 1px #cccccc solid;
	color: black;
	font-family: avenir-next-rounded-std-med, Arial, Helvetica, sans-serif;
	font-size: 35px;
	padding-bottom: 40px;
}

#community-module .clr {
	clear: both;
	width: auto;
	height: 1px;
	line-height: 1px;
}


#jive-error-post {
	margin: 0 auto;
	width: 670px;
	font: bold 13px/16px Arial, non-serif;
	color: red;
	text-align: center;
}
.error-active {
	padding: 10px 5px;
	background: #ffe9e9;
	border: 1px solid red;
}

#jive-comments{
	margin: 0;
	padding: 10px 0;
	font: normal 14px/16px Arial, non-serif;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.jive-login {
	margin-bottom: 38px;
}
.jive-login h4 {
	color: #737373;
	font: normal 26px Arial, sans-serif;
}
.jive-login .btnLogin {
	color: white;
	background-color: black;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	display: block;
	font: 25px/43px "cn-bold", arial, helvetica, sans-serif;
	margin-top: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 172px;
}
.jive-login .btnLogin:hover{
	color: white;
	background: black;
}

#jive-abuse {
	margin: 0 0 0 -250px;
	padding: 20px;
	width: 460px;
	font: normal 12px/14px Arial, non-serif;
	position: absolute;
	top: 200px;
	left: 50%;
	z-index: 10;
	background: white;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #cccccc;
	box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.7);
}
#jive-abuse form {
	margin: 20px 0 0 0;
	padding: 0;
}
#jive-abuse p {
	margin: 0;
	padding: 0;
	font: 24px/28px CNBold,Trebuchet MS,sans-serif;
	color: black;

}
#jive-abuse a.btn-close {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 15px;
	width: 15px;
	font: bold 12px/14px Trebuchet MS, Arial, non-serif;
	color: gray;
	text-decoration: none;
	text-align: center;
	background: gray;
	color: white;
}

#jive-abuse ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#jive-abuse li {
	margin: 5px 0;
}
#jive-abuse label {
	padding: 0 5px 0 0;
	width: 80px;
	display: block;
	float: left;
	text-align: right;
	color: gray;
}
#jive-abuse select {
	border: 1px solid black;
}
#jive-abuse textarea {
	width: 350px;
	border: 1px solid black;
}
#jive-abuse li.errors {
	margin: 4px 0 20px 0;
	padding: 0 15px 0 85px;
	font: bold 12px/14px Arial, non-serif;
	color: red;
}
#jive-abuse li.buttons {
	text-align: center;
}




#jive-postform {
	padding-top: 33px;
}
#jive-post h4 {
	font: 25px "cn-bold", arial, helvetica, sans-serif;
	text-transform: uppercase;
}
#jive-post textarea {
	background-color: #f4f4f4;
	border: 1px #c7c7c7 solid;
	font: 22px Arial, sans-serif;
	height: 110px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px 2%;
	width: 96%;
}

#jive-post button {
	font: normal 16px/28px Arial, non-serif;
}
#jive-post input {
	background-color: black;
	border: none;
	color: #f4f4f4;
	height: 46px;
	font: bold 17px/46px Arial, sans-serif;
	margin-bottom: 38px;
	text-transform: uppercase;
	text-align: center;
	width: 194px;
}
#jive-post input:hover {
	background-color: #737373;
	cursor: pointer;
}
#jive-post ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
#jive-link{
	display: none;
}
#jive-stats{
	display: none;
}

#jive-message-list{
	margin: 0;
	padding: 40px 0 30px 0;
	border-top: 1px solid #cccccc;
}
#jive-message-list #jive-error-message {
	font: bold 18px/24px Arial, non-serif;
	color: #cccccc;
	text-align: center;
}
#jive-message-list ul{
	margin: 0 auto;
	padding: 0;
	word-wrap: break-word;
	list-style: none;
}
#jive-message-list li{
	margin-top: 20px;
	clear: left;
}
#jive-message-list blockquote {
	margin: 0 10px 0 0;
	padding: 10px 50px 10px 0;
	clear: both;
	font: bold 13px/15px Arial, non-serif;
	color: #d5117f;
	border-top: 1px dashed #d5117f;
}
#jive-message-list blockquote strong {
	padding: 5px 0 5px 0;
	display: block;
	font: bold 18px/24px Arial, non-serif;
}
#jive-message-list .jive-header {
	padding-bottom: 0px;
}

#jive-message-list .jive-author{
	margin: 0;
	width: auto;
	height: 50px;
}
#jive-message-list .jive-author a {
	text-decoration: none;
	color: #818181;
}
#jive-message-list .jive-author img {
	margin: 0 10px 0 0;
	width: 50px;
	height: 50px;
	float: left;
}
#jive-message-list .jive-date{
	margin: 0;
	padding: 0;
	display: block;
	font: normal 11px/18px Arial, non-serif;
	color: #818181;
}
#jive-message-list .displayname{
	font: bold 18px/20px Arial,non-serif;
	color: #818181;
}
#jive-message-list .jive-body{
	padding: 0 0 10px 60px;
	clear: both;
	font: normal 17px/22px Arial,non-serif;
	color: black;
	position: relative;
	top: -10px;
}

#jive-message-list span.comment {
	padding: 0 0 0 70px;
}

#jive-message-list a.report {
	margin: 0 2px 0 10px;
	padding: 0 0 0 6px;
	font: normal 10px/18px Arial, non-serif;
	text-decoration: none;
	text-transform: uppercase;
	border-left: 1px solid gray;
}
#jive-message-list a.report:hover {
	color: red;
}

#community-module #show-more-container {
    padding: 28px 0;
    text-align: center;
}
#community-module #show-more {
    background-color: #fafafa;
    border: 2px #bcbcbc solid;
    color: #464646;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    height: 66px;
    margin: 0 auto;
    text-align: center;
    width: 85%;
}
#community-module #show-more:hover {
    background-color: #737373;
    color: white;
    border-color: #737373;
}
#community-module #show-more-label {
    font: 28px/66px "avenir-next-rounded-std-med", Arial, sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
}
#community-module #show-more-image {    
	background: url("/static/images/global/desktop-nav.png") no-repeat;
    background-position: -211px -271px;
    display: inline-block;
    height: 12px;
    margin: 0 0 -2px 6px;
    width: 20px;
}
#community-module #show-more:hover #show-more-image {
    background-position: -211px -256px;
}
#community-module #loading-gif {
	display: none;
	margin-top: 15px;
}