
	
	/* @group custom.css */
	
	/* ******************************************************************************************************** */
	/* Sticky footer																					*/
	/* ******************************************************************************************************** */  
	
	html {
	  	position: relative;
	 	 min-height: 100%;
		}
		
	body {
	  	/* Margin bottom by footer height */
	  	margin-bottom: 600px;
		}
		
	#footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		/* Set the fixed height of the footer here */
		height: 600px;
		}
	
	/* ******************************************************************************************************** */
	/* Add the top border																						*/
	/* ******************************************************************************************************** */  
		
	.top-border {
		margin-top: 2px;			
		border-top: 1px solid #ddd;
		}
	
	
	/* ******************************************************************************************************** */
	/* User Block Threads page																					*/
	/* ******************************************************************************************************** */  
	
	.userblock{
		border-right: 1px solid #E8E8E8;
		}
	
	/* ******************************************************************************************************** */
	/* Forum icons																								*/
	/* ******************************************************************************************************** */  
	
	div.show-forum-icon img {
		height:48px;
		width: 48px;
		}
	
	.forumLightLinks{display:none;}
	
	/* @end */
	
	
	

html {
		font-size:  18px;
	
}
body {
		background-color: #fafafa;
	
	font-size:  1rem;
	line-height: 1.5;
	font-family: 'Lato', sans-serif;  font-weight: 400; color:  #555;
}

a {
	color: #71A14A ;
}

a:hover, a:active  {
	color:  #5c833c;
}

p, li {
	font-size: 1rem;
}


blockquote {
	font-size: inherit;
	color: #666;
	background: #f9f9f9;
	border-color: #ccc;
}

.content_body blockquote .quote_author {
	font-size: 0.875rem;
	font-style:  italic;
}


a.navbar-brand {

	height: auto;

}

.navbar-brand  img {
	height: 100px;
	width: auto;
	
}







.navbar {
min-height: 100px;
	margin-bottom: 0;
		background-color: #fafafa;

}

/*.navbar-default {
	background-color: #f9f9f9;
	border-color: #fff
}*/

.flows-title {
	padding-top: 1.5rem;
	padding-bottom: 0.25rem;
	margin-bottom: 2rem;
/*	background: #7D146D ;*/
background-color: #7d146d;
/*background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(125, 20, 109)), to(rgb(91, 27, 81)));
background-image: -webkit-linear-gradient(top, rgb(125, 20, 109), rgb(91, 27, 81));
background-image: -moz-linear-gradient(top, rgb(125, 20, 109), rgb(91, 27, 81));
background-image: -o-linear-gradient(top, rgb(125, 20, 109), rgb(91, 27, 81));
background-image: -ms-linear-gradient(top, rgb(125, 20, 109), rgb(91, 27, 81));
background-image: linear-gradient(top, rgb(125, 20, 109), rgb(91, 27, 81));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7d146d', EndColorStr='#5b1b51');*/

	
	
	background-image: url(/images/headerpattern.png);
	background-repeat: repeat;
	background-position: bottom center;
	background-size: cover;

}

.flows-title a {
		color:  #fff;
		text-decoration: none;
			
		
}

.flows-title img {
	max-width: 90%;
	margin: 0 0 1rem 1rem;
}
@media print, screen and (min-width: 40em) {
	.flows-title img {
		max-width: 400px;
	}
}


.flows-title p {
/*	color: #e6d3e3 ;*/
	margin: 0;
	font-size:  2.5rem;

font-weight: 700;
	margin-left:  15px;
}


.flows-title p em {
font-weight: 400;
/*	opacity: 0.8;*/
	color: #d3afcd;
	display: block;
	font-size: 1.5rem;
	line-height: 1;
	margin-top: -0.5rem;
	margin-bottom: 1rem;
}
.nav li{
font-style: italic;
}

.nav >li{
	font-size: 0.875rem ;
}

.dropdown-menu>li>a {
font-size: 0.875rem;
	color: #666;
	
}


.nav li a:hover i.fa {
	color:  #5c833c;
}

.navbar-toggle {
	position: absolute;
top:  1rem;
right: 1rem;
}



	
.forum-welcome  {
	margin: 0 1rem 2rem 1rem;
padding: 1rem 2rem;
		background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 4px;
	
}



.forum-welcome h2 {
border-top: 1px solid #dddddd;padding-top: 1rem;

}

	
/*.forum-welcome p, 
	
.forum-welcome  li {
	font-size: 1.25rem;
}*/

.forum-welcome .btn {
margin-top: 1rem;
}

.breadcrumb {
	background-color: #ededed;
}
.breadcrumb li {
	font-style: italic;
	font-size: 0.875rem ;
}


/*
h4 {
	font-size: 1.5rem;
}*/

.form-control:focus {
	border-color: #aaa;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.2)
}

select.form-control {
/*	font-size: 0.875rem;*/
height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;
	-webkit-appearance: none;
}

span.help-block {
font-size: 0.75rem;
}


button, .btn {
	color: #fff ;
	background: #7D146D ;
	background-image: none;
	filter: none;
border: 1px solid #7D146D;
}

button:hover, .btn:hover {
color: #fff;
	background: #5c0f50 ;

	border-color: #5c0f50
}


.btn-default {
	border-color: #ccc;
	color: #555;
	background: #eee;
}

.btn-default:hover	 {
	color: #333;
	background: #dedede;
	border-color: #bbbbbb;
}

.panel-heading , .panel-title {
	background-color: #7D146D !important;
	color: #fff !important;

/*
background-image: url(/images/headerpattern.png);
background-repeat: repeat;
background-position: top left;*/
	font-size: 1rem;
	font-style: italic;;
}
.panel-heading strong {
	font-weight: 700;
}
.panel-title>a{color:#fff; text-decoration: none;}

.panel-title>a:hover{text-decoration: none;
}

.panel .table thead  th {
	padding-top: 1.5rem ;
	background: #f5f5f5 ;
}





.forum-row {
	padding: 1rem 2rem;
		border-bottom: 1px solid #ddd;
	
}


.forum-row:last-of-type {
	border-bottom: none;
}



.topic-marker-forum, .topic-marker, #topic_legend i  {
color: #71A14A;
}


.topic-marker-forum i  {
font-size: 1.875rem;
margin: 0.5rem 1rem 0 1rem;
}

.topic-marker i {
	font-size:  2.5rem;
margin: 0.75rem 1rem ;
}

/*alerts:*/
div.topic-marker {
	width: 100%;
}

.alert-success {
	color: #71A14A;
	border-color: #71A14A
}


#topic_legend i.fa-bar-chart-o , .topic-marker i.fa-bar-chart-o {
opacity: 0.5;	
}

h2.forum-title {
	margin-top: 0.5rem;
	font-size: 1.75rem;
	font-weight: 700;
}


p.forum-description {
	font-size: 1.25rem;


}


p.forum-mods , p.forum-numbers , p.topic-author , div .topic-latest{
	font-size: 0.875rem;
	color:  #666;
margin-bottom: 0;
font-style: italic;
}

p.topic-author {
	margin-bottom: 0.5rem;
}


/*


p.forum-latest {
	font-size: 1rem;
	color:  #666;
	border-top: 1px solid #eee;
	margin-top:  1rem;
	padding: 1rem 0;
}*/






.PostPrefixTitle {
	font-size: 1.25rem;
	font-weight: 700;
}


#forum_legend , #topic_legend  {
margin-top: 2rem;	
margin-bottom: 2rem;
}

#forum_legend .row, #topic_legend .row{
	font-size: 0.875rem;
	color:  #777;

}

#topic_legend .row div {
	margin-top: 1rem;
}


#forum_legend .fa, #topic_legend .fa {
margin-right: 0.25rem;

}


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {

	background-color: #71A14A;
	border-color: #71A14A
}


.signature p {
	font-size: 0.875rem
}

.badge, .progress-bar {

	background-color: #71A14A;

}


.attachment-title {
	margin-top: 1rem;
}


.text-truncated{

		white-space: normal;
}



.userblock .fa-star {
color: #71A14A;	}
	
	
.userblock small {
	font-style: italic;
}



#footer {
	background: #f5f5f5;
	border-top: 1px solid #ddd;

}

#footer img.flogo {
	max-width: 200px;
	float: right;
	padding-left: 1rem;
}

@media print, screen and (min-width: 70em) {
#footer img.flogo {

	margin-top: -2rem;
}

}

#footer p , #footer li {
	
	font-size: 0.75rem ;
	line-height: 1.75;
}




#footer .list-inline li {
						font-style: italic;
		
		font-size: 0.875rem;
	
/*	border-right: 1px solid #ccc;*/
	padding: 0  0.5rem;
}
/*#footer .list-inline li:last-of-type {
	border:  none;
}*/


.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #666
}

.back-to-top i {    
color: #fff;	}








.pagination>li>a, .pagination>li>span {

	color: #71A14A;

}


.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #71A14A;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {

	background-color: #71A14A;
	border-color: #71A14A
}






#user-message-content {
	max-width: 500px;
	margin:10% auto ;
	padding:0 2rem  1rem 2rem;
	border: 1px solid #ddd;
	border-radius: 4px;
}

#user-message-content ul {
	padding: 1rem;
}




.tosdiv {
	padding:  1rem;  border-bottom: 1px solid #ccc; }



.tosdiv p, .tosdiv li{
	font-size: 0.875rem;;
	
}

/* @group accordion */

#accordion {
	margin-top:  2rem;
}
#accordion .panel-title a {
	display: block;
padding-right: 1.5rem;
}

#accordion .panel {
	margin-bottom: 0.5rem;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  right: -1.5rem;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}


.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


/* @end */

.subscribehere {
	background: #f5f5f5 ;border-radius: 4px ; border: 1px solid #ddd;;padding: 1rem;margin: 1rem 0;
}

.mc_fieldset {
	margin-left: 1rem;
}
.mc-field-group  li {background: #f5f5f5 ;border-radius: 4px ; border: 1px solid #ddd;
	font-weight: normal;padding-left: 0.5rem; margin: 0.25rem;
}

.mc-field-group  li label {
	font-size: 0.75rem;line-height: 1;
	padding: 0 0 0 0.25rem;
}

#subscribe-result div {
padding: 1rem ;
}

