.block-inner, .region-help, .messages, #primary-nav, #secondary-nav, #breadcrumb, #main-content > header, #branding, #attribution {
    margin-left: 0;
    margin-right: 0;
}

#content-wrapper {
/*background-color: #993333;*/
background-color: #ffffff;
}

#content-wrapper .container {
    /*background-color: #EDEDED;*/
background-color: #ECEDEC;
}

#header-wrapper, #footer-wrapper, #top-panels-wrapper {
background-color: #ffffff;
}

input.form-text, input.form-password, input.form-file, textarea {
    -moz-box-sizing: border-box;
    background-color: #FAFAFA;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 6px;
-webkit-appearance: none;
}

h1, h2, h3, h4, h5 {
  color: #993333;
}

h1 {
  font-size: 1.5em;
  line-height: 1.3em;
  margin-bottom: 1em;
}

h2 {
  font-size: 1.5em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.1em;
  line-height: 1.1em;
  margin-bottom: 0.5em;
}

#branding {
  padding: 15px 0 0 0;
}

.article-title {
  font-size: 1.5em;
  
}

.content-margin {
  margin: 0 20px;
}

.content-style {
  padding: 0 0 25px 0;
}

.region-header {
  padding: 15px 0 15px 0;
}

.region-header .block {
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
}

.region-header .block:last-child {
  margin-bottom: 0;
}

.region-header p {
  margin-bottom: 0;
  display: none;
}

.region-header #block-search-form form {
  float: right;
}

#tasks ul.primary {
  margin: 0 0 1em 0;
  border-bottom: 1px solid #E1E1E1;
}

#tasks ul.primary li.active a {
  border-color: #E1E1E1;
}

#tasks ul.primary li a,
#tasks ul.primary li a:hover,
#tasks ul.primary li a:focus {
  border-color: #E1E1E1;
}

#main-content{
    padding-top: 10px;
}

input.form-text{
    height: 28px !important;
    padding: 0px !important;
}

.views-exposed-form .views-exposed-widget .form-submit{
    margin-top: 1.5em !important;
}