/**
 * Customization from Calidat for the default Bootstrap layout
 */

.navbar-inner {
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}
.news_article {
	margin-bottom:2px;
}
.news_controls {
	margin-bottom:20px;
}

body {
  font-size: 13px;
  line-height: 18px;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

.control-group-line { width:100%; clear: left; }
.control-group-line > div { float: left; margin-right: 1em; }

label > span 
{ 
	display: inline-block; 
	*display: block; 
	*zoom:1; 
	position: relative;
	top:3px;
	padding-bottom:0;
}

.well
{
	background-color: #D8CDAD; /*E8DDBD / D8CDAD;*/
	border-color: #A18943;
	color: #000;
}
.nav-header
{
	color: #891D46;
}