/*==========Style Sheet for your Website.====================*/




/*=======General Styling========*/
html{
  padding-top: 0px;
}


body{
  background: #010101 url("../img/bk.jpg") repeat-x top;
  background-repeat: no-repeat;
 
/*  background-size:100% 100%; */
  width:100%;
  height: 100%;
  padding-top:0;
  font-size: 13px;
}

img{
  max-width: 100%; 
  height: auto;
}


/* Custom container */
      .container-narrow {
        margin-left:auto;
		margin-right:auto;
        max-width: 1024px;
        background-color: white;
      }
      .container-narrow > hr {
        margin: 30px 0;
      }


/*=============Header===============*/

header{
        background-image: url("../../bookofragratis.org/assets/img/headerbg.html");
        height: 155px;
        width: 100%;
      }


.logo{
  padding-top: 15px;
  padding-left: 15px;
}


.nav-pills > li > a {
  color:white;
  font-weight: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}


.navbar .nav{
  margin-top: 50px;
}


.nav > li > a:hover,
.nav > li > a:focus {
  
  text-decoration: none;
  background-color: ;
}


.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 2px;
  line-height: 14px;
}


.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: white;
  text-decoration: none;
  
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: white;
  text-decoration: underline;
  background-color: transparent;

}



.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: purple;
  background-image: url("../img/header_repeat.jpg");
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}


.Navigation {
	list-style: none;
	font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	background-image: url("../img/nav_repeat.jpg");
	background-repeat: repeat-x;
	height: 56px;
	width:1098px;
	}
	.Navigation li {
	Float: left;
	padding-top: 15px;
	padding-left: 0px;
	color: #F3F3F3;
	font-size: 9px;
	font-weight: bold;
	
}	
.Navigation li a{
float: none;
padding: 0px 11px 0px;
color: #FFF;
text-decoration: none;
text-shadow: none;
background-image: url("../img/seperator.png");
background-repeat: no-repeat;
background-position: 10px;
background-position: right;
}


	
		
.nav_left {
	background-image: url("../img/nav_left.jpg");
	
	height: 49px;
	width: 9px;
	float: left;
}

.nav_right{
	background-image: url("../img/nav_right.jpg");
	background-repeat: no-repeat;
	height: 46px;
	width: 9px;
	float: right;
	margin-right:-82px;
	
	}
.Nav_holder {
	margin-top:212px;
}
.Introtext {
	padding-left: 15px;
padding-top: 5px;
padding-right:15px;
margin-bottom: 15px;
}

a{
color:#fff;
}

a:hover, a:focus {
color:#fff;
text-decoration:none;
}


ul, ol {
margin: 0 0 10px 9px;
}



/*===============Main Body================*/

#content {
	background-color: #FFFFFF;
	font-family: Arial;
	font-style: normal;
	font-size: 12px;
margin-top:-16px;
width: 1104px;
}


.ribbon {
	float: left;
	background-image: url("../img/blue_ribbon.png");
	background-repeat: no-repeat;
	width: 36px;
	height: 31px;
	margin-left: -15px;
	padding: 5px;
	padding-left: 12px;
	color: #02316F;
	font-family: Arial;
	font-weight: bolder;
	text-shadow: 1px 1px 0px #00B9D0;
	margin-top: -3px;
}


.table-bordered td {
background: #f3f4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #f3f4f4 0%, #e3eaed 37%, #a6a8ae 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#a6a8ae)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f3f4f4 0%,#e3eaed 37%,#a6a8ae 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f3f4f4 0%,#e3eaed 37%,#a6a8ae 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f3f4f4 0%,#e3eaed 37%,#a6a8ae 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f3f4f4 0%,#e3eaed 37%,#a6a8ae 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3eaed', endColorstr='#a6a8ae',GradientType=0 ); /* IE6-9 */

}

.subheading {
background: #ff952a; /* Old browsers */
background: -moz-linear-gradient(top,  #ffce6e 0%, #ff952a 37%, #ff952a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffce6e), color-stop(37%,#e3eaed), color-stop(100%,#a6a8ae)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffce6e 0%,#ff952a 37%,#ff952a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffce6e 0%,#ff952a37%,#ff952a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffce6e 0%,#ff952a 37%,#ff952a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffce6e 0%,#ff952a 37%,#ff952a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff952a', endColorstr='#ff952a',GradientType=0 ); /* IE6-9 */

}

.topheading {
	background: #c96416; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5NjQxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzc3MmQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #c96416 0%, #772d00 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c96416), color-stop(99%,#772d00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #c96416 0%,#772d00 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #c96416 0%,#772d00 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #c96416 0%,#772d00 99%); /* IE10+ */
background: linear-gradient(to bottom, #c96416 0%,#772d00 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c96416', endColorstr='#772d00',GradientType=0 ); /* IE6-8 */
background-color: #944a11;
text-shadow: 1px 1px #411105;
}

.table td p {
font-size:12px;

}

.table-bordered td {
border-left: 1px dashed #B8B2B2;
}

.table h4{
color:#565656;
text-shadow: 1px 1px #FFF;
}

.Red_button {
	background-image: url("../img/button.png");
	background-repeat: no-repeat;
	height: 32px;
	width: 125px;
	padding-top: 13px;
	text-transform: uppercase;
	text-indent: 21px;
	margin-left: 33px;
	font-size: 14px;
text-shadow: 0px 1px #000;
}
.Red_button:hover{
	background-image: url("../img/button.png");
	background-repeat: no-repeat;
	height: 32px;
	width:125px;
	float:left;
	background-position-y: -48px;
	
	text-decoration:none;
}
.Bonus_arrow {
	background-image: url("../img/arrow.png");
	width: 28px;
	height: 31px;
	margin-top: -33px;
	float: right;
	background-repeat: no-repeat;
}

.Red_button a {
color:#FFAF06;
text-decoration:none;
}

/* 2nd Table */

.table-bordered-screenshot td {
background-color:#fff;
}

.table-bordered-screenshot {
border: 1px solid #DDD;
border-collapse: separate;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.table-bordered-screenshot th, .table-bordered-screenshot td {
border-left: 1px solid #DDD;
}

.table-bordered-screenshot thead:first-child tr:first-child > th:last-child {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
}
.IconTable {padding: 10px;
	}
	
#footer {
	width: 98%;
	height: auto;
	
background-color: #181615;

	color: #747474;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;
}

.Footer_text{
	padding: 4px;
	width: 100%;
	font-size: 11px;
	text-shadow: 1px 1px #090909;
}
.clearfix::after{content:"";display:table;clear:both}
