body > .container{
    margin: 0px auto;
    border: 1px solid #2f2f2f;
    padding: 0px;
    font-size: 13px;
    letter-spacing: .3px;
}
h2 {
    font-size: 20px;
    line-height: 24px;
    color: #7C0000;
}
h3 {
    font-size: 16px;
    line-height: 20px;
    color: #2f2f2f;
}
a {
    color: #A1A1A1;
    text-decoration: none;
}
a:hover {
    color: #7C0000;
    text-decoration: underline;
}
#page {
    margin-right: 0px;
 		padding: 0px 0 0px;
 		
}
.row {
    margin-left: 0px;
}
[class*="span"] {
    float: left;
    margin-left: 0px;
}
#branding hgroup, #header-image, .entry-content {
    margin-bottom: 0px;
}
#header-image {
    background: #2F2F2F;
}

.navbar-inner {
    background-color: #AAAAAA;
    border: 1px solid #A1A1A1;
    background-image: none;
    background-repeat: repeat-x;
    border-width: 1px 0px;
    border-radius: 0px;
    box-shadow: none;
    min-height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 50px;
}
.navbar .nav > li > a {
    color: #2f2f2f;
    float: none;
    padding: 20px 20px 10px;
    text-decoration: none;
    text-shadow: none;
    font-weight: bold;
    font-size: 16px;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: /*#E5E5E5*/transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.125) inset;
    color: #7C0000;
    text-decoration: none;
}
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
    background-color: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.125) inset;
    color: #7C0000;
    text-decoration: underline;
}
.page-header {
		display: none;
    border-bottom: 0px solid #EEEEEE;
    margin: 0px;
    padding-bottom: 0px;
}

#primary #content {
		padding: 0px 45px;
}
.aligncenter {
    display: block;
    margin: 0 auto 0;
}

.thumbnail {
    -moz-transition: all 0.2s ease-in-out 0s;
    border: 1px solid #A1A1A1;
    border-radius: 0px;
    box-shadow: 0px rgba(0, 0, 0, 0.055);
    display: block;
    line-height: 20px;
    padding: 15px 30px;
    background: #2F2F2F;
    line-height: auto;
    font-size: 80%;
    color: #fff;
    max-width: 100%;
}
.wp-caption {
    padding-bottom: 0px;
}
.wp-caption .wp-caption-text {
    padding-top: 0px;
    color: #fff;
}

#author-info, article.post, article.page {
    margin-bottom: 18px;
}

#page-footer.well {
    background-color: #AAAAAA;
    border: 1px solid #A1A1A1;
    border-width: 0px 1px;
    border-radius: 0px;
    box-shadow: 0px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 0px;
    min-height: 50px;
    padding: 0px;
}

#site-generator {
		display: none;
    float: right;
    font-family: Georgia,"Bitstream Charter",serif;
    font-style: italic;
}
#colophon .credits {
    margin: 0;
    padding: 15px 45px 0px;
}
.subnav  > .nav > li  {
		display: inline-block;
		padding-left: 20px;
}
.subnav  > .nav > li > a {
		color: #2f2f2f;
}
.subnav > .nav > .active > a, .subnav > .nav > .active > a:hover, .subnav > .nav > .active > a:focus {
    background-color: /*#E5E5E5*/transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.125) inset;
    color: #7C0000;
    text-decoration: none;
}
.subnav > .nav > li > a:hover, .subnav > .nav > li > a:focus {
    background-color: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.125) inset;
    color: #7C0000;
    text-decoration: underline;
}