* {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	color: #111;
	background: rgb(232, 233, 241);
	background: -moz-linear-gradient(top, rgb(232, 233, 241) 0%, #ffffff 1000px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(232, 233, 241)), color-stop(1000px,#ffffff));
	background: -webkit-linear-gradient(top,  rgb(232, 233, 241) 0%,#ffffff 1000px);
	background: -o-linear-gradient(top,  rgb(232, 233, 241) 0%,#ffffff 1000px);
	background: -ms-linear-gradient(top,  rgb(232, 233, 241) 0%,#ffffff 1000px);
	background: linear-gradient(to bottom,  rgb(232, 233, 241) 0%,#ffffff 1000px);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(232, 233, 241)', endColorstr='#ffffff',GradientType=0 );
}

body > header > nav .navbar-inner {
	padding-left: 0px;

	background-color: #d0542b;
	background-image: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
}
.navbar .nav>li>a {
	text-transform: uppercase;
	color: #fff;
}
.navbar .nav>li>a:hover {
	color: #fff;
	background-color: #000;
}

a {
	color: #d0542b;
}

a:hover {
	color: #000;
}

a:focus {
	outline: 0;
	text-decoration: none;
	color: rgb(16, 92, 92);
}

div.menu .nav a {
	padding: 10px 25px;
}

.menu .nav a:hover {
	color: rgb(85, 85, 85);
	text-decoration: none;
	background-color: rgb(229, 229, 229);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.125) inset;
}

.header_trophy {
	float: right;
	height: 80px;
	margin: 4px 20px;
}

.header-text{
	margin-right: 20px;
	margin-top: 30px;
	float: right;
}

.header-text h1{
	margin-bottom: 0;
}

.header-text h5{
	margin-top: 0;
	float: right;
}

.header_content h1 a {
	text-decoration: none;
}

.header_content{
	background-image: url(../img/header-img.jpg);
	height: 350px;
	text-shadow: 0px 0px 5px #fff;
	    border: 3px solid #d0542b;
	    border-bottom: 0;
}


.lead {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 200;
	line-height: 25px;
}

.affix {
    position: fixed; 
    top: 10px;
	width: 270px;
}

section {
	margin-bottom: 10px;
}

section > img {
	margin-right: 10px;
}

.span4 {
	width: 270px;
}	
.details img {
	max-width: 100%;
}

.details .img_right {
	width: 15px;
	margin: 0px -1px;
}

.sidebar ol {
	margin-left: 30px;
}

.button {
	margin-top: 6px;
	margin-bottom: 2px;
	margin-right: 41px;
	margin: 6px 41px 2px auto;
}

article {
	margin: 20px 0;
	padding: 0px 5px 5px 10px;
	/*background: rgb(245, 247, 250);*/
	/*border-radius: 10px 10px 10px 10px;*/
	/*box-shadow: 1px 1px 5px rgb(100, 100, 100);*/
	overflow: hidden;
	border: 1px solid #d0542b;
}

article h2{
	background-color: #d0542b;
	color: #fff;
	padding: 5px;
	margin: 0 -10px;


}
article h2 a{
	color: #fff;
}
article h2 a:hover{
	color: #fff;
}

article.article_site {
	margin: 20px 0;
	padding: 5px 5px 5px 10px;
	background: none;
	border-radius: none;
	box-shadow: none;
}

article.article_site .details.pull-left {
	margin: 0 10px 0 0;
}

article.article_site .details.pull-right {
	margin: 0 0 0 10px;
}

article .medal {
	position: absolute;
	margin: 8px 0 0 8px;
}

article .table_wrapper{
	margin: 40px 10px;
}

article .table_wrapper tr{
    line-height: 25px;
    border-top: 1px solid#d0542b;}

table tr:last-child td:first-child {
	border-radius: 5px;
}

p.limiter {
	width: inherit;
	word-wrap: break-word;
}

article table tr td:first-child {
	font-weight: bold;
	width: 210px;
	vertical-align: top;
}

article table tr td:last-child {
	width: 97px;
	text-align: right;
}

article table tr td:last-child a {
	word-wrap: break-word;
}

.sidebar .box {
	margin: 20px 0;
	background: #fff;
	border: 1px solid #d0542b;
}

.sidebar .box h3 {
	margin: 0 0 10px 0;
	color: #fff;
	line-height: 30px;
	padding-bottom: 5px;
	padding: 5px 10px;
	background: #d0542b;
}

.sidebar .box ul, .sidebar .box ol {
	padding: 5px 10px;
	color: #d0542b;
}

.sidebar .box ul {
	list-style: none;
	margin-left: 20px;
}

.sidebar .box ul li {
	text-align: left;
	text-indent: -7px;
}

.sidebar .box a:hover {
	color: #ccc;
	text-decoration: none;
}

input {
    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}

.button{
	background-color: #d0542b;
	color: #fff;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 10px 40px;
}
.button:hover{
	color: #fff;
	background-color: #222;
}