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

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

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

a {
	color: rgb(187, 69, 32);
}

a:hover {
	color: rgb(141, 55, 28);
}

a:focus {
	outline: 0;
	color: rgb(141, 55, 28);
	text-decoration: none;
}

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_content h1 a {
	text-decoration: none;
}


.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: 5px 5px 5px 10px;
	background: rgb(255, 255, 255);
	border-radius: 10px 10px 10px 10px;
	box-shadow: 1px 1px 5px rgb(100, 100, 100);
	overflow: hidden;
}

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 170px;
}

article .table_wrapper {
	border: 1px solid #ccc;	
	border-radius: 5px;
	margin: 10px 0;
	padding: 5px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
}

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: 110px;
	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 {
	border-radius: 6px;
	margin: 20px 0;
	box-shadow: 1px 1px 5px rgb(150,150,150);
	background: #fff;
}

.sidebar .box h3 {
	margin: 0 0 10px 0;
	color: #fff;
	line-height: 30px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	padding-bottom: 5px;
	padding: 5px 10px;
	background: #BD3E3E;
	background: -moz-linear-gradient(top,  #F81F1F  0%, #CC5200 90%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F81F1F ), color-stop(90%,#CC5200), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #F81F1F  0%,#CC5200 90%,#ffffff 100%);
	background: -o-linear-gradient(top,  #F81F1F  0%,#CC5200 90%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #F81F1F  0%,#CC5200 90%,#ffffff 100%);
	background: linear-gradient(to bottom,  #F81F1F  0%,#CC5200 90%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F81F1F ', endColorstr='#ffffff',GradientType=0 );
}

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

.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;
}
