/* Article Layout and styling */
.container .item-page .item-page-title h1{
	font-size: 140%;
line-height: 1.8em;
margin-bottom: .5em;
text-indent: .5em;
border: 1px solid white;
color: #8D0D04;
border-radius: 5px;
box-shadow: 0px 0px 5px darkGray;
background-image: url("/binary_thread/../images/goldgrad.png");
background-repeat: repeat-x;
background-position: left center;
}

.container .item-page .item-page-content p {
	padding: .5em;
font-size: 90%;
line-height: 1.3em;}

/* Review Data */

.container .item-page .item-page-content .topboxes {
	float: left;
overflow: hidden;
width: 100%;
}
.container .item-page .item-page-content dl.reviewdata{
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
margin-bottom:10px;
}
.container .item-page .item-page-content dl.reviewdata .even {
overflow: hidden;
border: 1px solid #C4D2D0;
background-color: #EFEFEF;
}
.container .item-page .item-page-content dl.reviewdata .odd {
overflow: hidden;
border: 1px solid #C4D2D0;
background-color: #E6E6E6;
}
.container .item-page .item-page-content dl.reviewdata dt{
	font-weight: bold;
	text-align: left;
	float: left;
	width: 150px;
	padding-left: 10px;	
}
.container .item-page .item-page-content dl.reviewdata dd{
	display: block;
	float: left;
	width: 530px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C4D2D0;
	padding-left:9px;
}
.container .item-page .item-page-content dl.reviewdata dt#title{
	overflow: visible;
	float: left;
}
.container .item-page .item-page-content dl.reviewdata div{
	width: 700px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.container .item-page .item-page-content dl.reviewdata h3{
color: #FC6;
margin-bottom: 1em;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px black;
-moz-box-shadow: 0px 1px 3px #000;
box-shadow: 0px 1px 3px black;
line-height: 2em;
position:relative;
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169, 3, 41, 1)), color-stop(44%,rgba(143, 2, 34, 1)), color-stop(100%,rgba(109, 0, 25, 1)));
background: -webkit-linear-gradient(top, rgba(169, 3, 41, 1) 0%,rgba(143, 2, 34, 1) 44%,rgba(109, 0, 25, 1) 100%);
background: -o-linear-gradient(top, rgba(169, 3, 41, 1) 0%,rgba(143, 2, 34, 1) 44%,rgba(109, 0, 25, 1) 100%);
background: -ms-linear-gradient(top, rgba(169, 3, 41, 1) 0%,rgba(143, 2, 34, 1) 44%,rgba(109, 0, 25, 1) 100%);
background: linear-gradient(to bottom, rgba(169, 3, 41, 1) 0%,rgba(143, 2, 34, 1) 44%,rgba(109, 0, 25, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
}
.container .item-page .item-page-content dl.reviewdata img#shield{
width: 6em;
margin-right: 1em;
padding-left: .5em;
float: left;
padding-top: .3em;
}
.container .item-page .item-page-content .goldbutton {
padding-left: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-align: center;
background-image: url("/binary_thread/../images/goldgrad.png");
background-repeat: repeat-x;
border: 1px solid #3B2412;
text-decoration: none;
padding-right: 10px;
padding-top: 3px;
padding-bottom: 3px;
color: #7F0000;
}
.container .item-page .item-page-content .goldbutton a {color: #7F0000;}