/*@import url(http://fonts.googleapis.com/css?family=Share:400);*/

h1, h2, h3, h4, h5, h6 {
	/*font-family: "Gill Sans", "Gill Sans MT", sans-serif;*/
	font-weight: normal;
}

#header h1	{
	display: none;
}

#header	{
	/*margin: 30px;*/
	margin-left: auto;
	margin-right: auto;
	/* width: auto; */
	/* display: inline-block; */
	text-align: center;
}

/*
#header h1 a,
#header h2 a	{
	color: #EEE;
}*/

#header h2	{
	font-size: 2em;
	color: #000;
    margin: 10px 0;
    font-size: 1.8em;
}

#header h1 a	{
	color: transparent;
	font-size: 0px;
	background-image: url('../images/bldb-logotype-w.png');
	/*background-image: url('../images/bldb-logotype.svg');*/
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 375px;
	height: 95px;
}

body	{
	/*background: #222;*/
	/*font-family: calibri, arial, sans-serif;*/
	font-family: "Gill Sans MT", "Gill Sans", sans-serif;
	margin: 0px;
	padding: 0px;
	 -webkit-text-size-adjust: none;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	background: #F1F0F0;
    padding-top: 60px;
}

/* Header image on main pages */
body.standard	{
    /*background-image: url('../images/header.jpg');
    background-size: 1330px auto;
    background-repeat: no-repeat;
    /* background-size: contain; */
    /*background-position: center top;
    background-color: #000;*/
}

#content	{
	/*width: 90%;*/
	/*max-width: 1300px;*/
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	padding: 20px;
	border: 1px solid #E4E4E4;
}

.mfr_logo	{
	float: right;
	padding: 0;
	margin: 20px;
}

#breadcrumbs {
	padding: 5px 20px;
/*	width: calc(90% + 30px);*/
	border-bottom: 1px solid #E9E9E9;
	font-size: 0.9em;
    margin: 0;
	/*background: rgb(0,30,75);
	background: rgba(0, 30, 75, 0.8);*/
	/*border: 1px solid rgb(200,200,200);
	border: 1px solid rgba(200, 200, 200, 0.25);
	border-width: 0 1px;*/
	/*color: #E4E4E4;*/
	
	/*background: transparent;*/
    color: #000;
    border: none;
    text-align: center;
}

#breadcrumbs:empty	{
	display: none;
}

#breadcrumbs li {
	display: inline;
    display: inline-block;
    /* padding: 0 10px 0 0; */
    padding: 0;
}
#breadcrumbs li:after {
    content: "→";
    padding: 0 10px;
}
#breadcrumbs li:last-child:after {
    content: "";
	padding: 0;
}

#breadcrumbs a	{
	color: inherit;
}


.clearboth	{
	clear: both;
}

.clearleft	{
	clear: left;
}

a	{
	transition: color 0.5s;
}

a:link,
a:visited	{
	color: #2EB1E4;
	text-decoration: none;
}

a:hover,
a:active	{
	color: #2494C0;
	text-decoration: underline;
}

/* Review links */

.light_added_date {
	font-size: 0.9em;
	margin: 5px 0 0 0;
	color: #555;
	font-weight: bold;
}

.review p {
	margin: 0 0 1em 0;
}

.review h1, 
.review h2, 
.review h3, 
.review h4, 
.review h5, 
.review h6 {
	margin: 10px 0 5px 0;
	padding: 0;
	font-family: "Gill Sans MT", "Gill Sans", sans-serif;
}

.review h1	{
	font-size: 1.4em;
	clear: right;
}

.review h2	{
	font-size: 1.2em;
}

/* Navbar */

body.standard #navbar	{
    height: 60px;
    position: relative;
    background-color: #006899;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 60px;
    border-bottom: 1px solid #A5A5A5;
	width: 100%;
	max-width: none;
	display: block;
}

body.standard #navbar li {
	display: inline;
    display: inline-block;
    margin: 0;
    text-align: center;
    /* padding: 15px 0; */
	/*background: rgb(0,30,75);
    background: rgba(0, 30, 75, 0.8);*/
	border: 1px solid rgb(200,200,200);
	border: 1px solid rgba(200, 200, 200, 0.25);
	border-width: 1px 1px 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: background 0.3s;
	
    height: 100%;
    font-size: 1.2em;
    padding: 0 /*8px*/;
}

body.standard #navbar li:hover {
	background: rgba(0,0,0);
	background: rgba(0, 30, 75, 1);
}


body.standard #navbar li:first-child {
    /*border-width: 1px 1px 1px 1px;*/
	/*border-radius: 1px 0 0 0;*/
}

body.standard #navbar li:last-child {
	border-width: 0;
}

body.standard #navbar ul {
    /* margin: 0 0 20px 0; */
    padding: 0;
    margin: 0;
	white-space: nowrap;
    line-height: 60px;
}

body.standard #navbar a {
	display: block;
	color: #FFF;
	padding: 0 8px;
}

body.standard #navbar li.home	{
	width: 250px;
	border-width: 0 1px 0 0;  
	background-image: url('../images/bldb-logotype-w.png');  
    /*background-image: url('../images/bldb-logotype.svg');  */
	background-repeat: no-repeat;  
	background-size: contain;     
	/*font-size: 0px;*/
	vertical-align: top;
}

body.standard .hometext	{
	display: none;
}

#navbar .home:after {
	content: url('../images/bldb-logotype-wb.png');
	display: none;
}

body.standard #navbar li.home:hover {
	background-color: transparent;
	background-image: url('../images/bldb-logotype-wb.png');
}

body.standard #navbar li.home a	{
	color: transparent;
	/* font-size: 0px; */
	/* vertical-align: top; */
}

#navbar ul > li > ul {
    position: absolute;
    z-index: 500;
    list-style: none;
	top: 59px;
	display: none;
}

body.standard #navbar ul > li > ul > li a {
    padding: 10px;
}

#navbar ul > li:hover > ul	{
	display: block;
}

body.standard #navbar ul > li > ul > li {
    display: list-item; 
	font-size: .9em;
	line-height: initial;
	line-height: normal;
	height: initial;
	background: #006899;
	border-width: 0 0 1px 0;
}

/* Standard footer */
#footer {
    /*color: #FFF;*/
	color: #5A5A5A;
    font-size: 0.8em;
	text-align: center;
}
/*
#footer a {
    color: #B8E0F0;
}*/

#footer .linklist p	{
	display: inline;
	display: inline-block;
	margin: 0;
}

#footer .linklist li {
	display: inline;
    display: inline-block;
	padding: 0 20px 0 0;
}
#footer .linklist ul {
    margin: 0;
    padding: 0;
	display: inline;
    display: inline-block;
}

#footer > div,
#footer > p {
    margin: 10px 0;
}

#footer .thanks li:first-child {
	padding-left: 20px;
}

/* Buylinks, used on multiple pages */

.buylinks, 
.buylinks ul 	{
	margin: 0;
	padding: 0;
}

.related_reviews,
.buylinks {
	background: #FAFAFA;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #DBDBDB;
}


/* Buy links */

.buylinks	{
	clear: left;
	float: left;
	margin: 10px 0 0 0;
	padding: 5px;
	/*text-align: center;*/
}

.buylinks .msrp {
    margin: 0 0 10px 0;
}
.buylinks .msrp .price {
	float: left;
	display: block;
	padding: 0 10px;
	font-size: 2em;
	min-width: 85px;
	text-align: center;
}
.buylinks .msrp ul {
    float: left;
	margin: 0;
}
.buylinks ul {
    list-style-type: none;
    margin: 0 10px;
    padding: 0;
}

.buylinks .thirdparty {
    margin: 0 5px;
    border-top: solid 1px #CCC;
    padding: 5px 0 0 0;
}

.buylinks .thirdparty:empty {
    display: none;
}

.buylinks .merchant_icon img {
	max-height: 20px;
	max-width: 100%;
	vertical-align: middle;
}

.buylinks .merchant_icon {
	display: inline-block;
	width: 80px;
	text-align: center;
	padding: 0 15px 0 5px;
	/* vertical-align: top; */
	line-height: 25px;
}

.buylinks .thirdparty .price {
    display: inline-block;
    padding: 0 10px 0 0;
}


/*
.buylinks > li{
	display: inline;
	display: inline-block;
	color: #333;
	list-style-type: none;
	float: left;
	margin: 0 10px 0 0;
}

li.buylink,
li.buylocal,
.fromamazon	{
	display: list-item;
	list-style-type: none;
	margin: 2px 0 5px 0;
}



.buylinks .price	{
	font-size: 2em;
}
*/

.buylinks a,
.morelinks a	{
	text-decoration: none;
	color: #2EB1E4;
	padding: 0px 5px;
	border-radius: 3px;
	transition: color 0.5s, background 0.5s;
}

.buylinks a {
	display: block;
	white-space: nowrap;
}


.buylinks a:hover,
.morelinks a:hover	{
	color: #2494C0;
	background: #E0E0E0;
}

/*
.msrp .price	{
	font-weight: bold;
}

.msrp .price,
.amazon a	{
	display: block;
	padding: 5px 10px;
	color: #000;
}*/


.buylocal a {
	color: #47B847;
	font-weight: bold;
	/*font-size: 1.2em;*/
}

.buylocal a:hover	{
	background: #47B847;
	color: #FFF;
}
/*
.fromamazon	{
	padding: 5px 0;
	color: #2EB1E4;
}*/

.text_content, /* Generic class, can be applied anywhere */
.list_entry_text, /* Specific to top lights list page */
.desc_and_review .review, /* Specific to light details page */	
.desc_and_review #descriptions,
.description, /* Specific to series list page */
.mfr_description, /* Specific to mfr detail page */
#list_description p,
.flattext p	{
	text-align: justify;
	font-family: georgia, garamond, serif;
	font-size: 1em;
	line-height: 1.4;
}

.text_content img	{
	max-width: 100%;
}

.desc_and_review p, 
.desc_and_review :not(div):not(img) {
	max-width: 620px;
}

.flattext_wrap	{
	max-width: 800px;
	margin: auto;
}


.text_content h1 {
	font-family: "Gill Sans MT", "Gill Sans", sans-serif;
	font-size: 1.6em;
}

#disqus_thread {
	max-width: 800px;
	margin: 30px auto;
	border-bottom: 2px solid;
	padding: 0 0 12px 0;
	border-color: #DBDBDB;
}

.social_links iframe {
	display: inline-block;
	vertical-align: top;
}

#footer .social_links {
	margin: 30px auto 20px auto;
}


/* Info and testing boxes */

ul.infoboxes,
.infostrips	ul {
	margin: 0;
	padding: 0;
}

.infobox /* ,
 .infostrip /**/ {
	width: 75px;
	height: 100px;
	background: #333;
	color: white;
	display: inline-block;
	padding: 5px;
	margin: 20px 5px 20px 0px;
	border-radius: 5px;
	text-align: center;
	position: relative;
	vertical-align: top; 
}

.infobox:not(.fl1_tested)	{
	height: 80px;
	margin-bottom: 25px;
	/*margin-bottom: 40px;*/
}

.infobox:not(.fl1_tested) .infobox_label	{
	bottom: 10px;
}

.infobox_data,
.infobox_label	{
	position: absolute;
	left: 0;
	right: 0;
}

.infobox_data	{
	top: 15px;
	font-size: 1.5em;
}

.infobox_label	{
	bottom: 30px;
	font-size: 0.8em;
}

.infobox.fl1_tested:after {
	content: "FL-1 tested";
	position: absolute;
	bottom: 0;
	font-size: 0.7em;
	left: 0;
	right: 0;
	padding: 3px 0;
	background: #666;
	font-weight: bold;
	border: 2px solid #333;
	border-radius: 0 0 5px 5px;
}

/* INFO STRIPS */

/*
.infostrip {
	height: 1em;
	width: auto;
	min-width: 50px;
	padding: 5px 10px;
	margin: 0 5px 10px 0;
	font-size: 0.9em;
	background: #DDD;
	border: 1px solid #AAA;
	color: #000;
	transition: background 0.5s;
}

/**/

/* Info strips */

.infostrips	{
	display: inline-block;
	/*border: solid #CCC;
	border-width: 1px 0;*/
	padding: 10px 0;
	margin: 10px 40px 20px 0;
	float: left;
}

.basicinfo,
.batteryinfo,
.mountinfo	{
	float: left;
}

li.infostrip	{
	list-style: none;
	padding: 2px 5px;
	border-radius: 2px;
}

.basicinfo > li:nth-child(odd),
.batteryinfo > li:nth-child(even),
.mountinfo > li:nth-child(odd)	{
	background-color: #E5E5E5;
}

.basicinfo > li:nth-child(even),
.batteryinfo > li:nth-child(odd),
.mountinfo > li:nth-child(even)	{
	background-color: #F5F5F5;
}

ul.basicinfo,
ul.batteryinfo	{
	/*border-right: 1px solid #CCC;*/
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}

.mountinfo	{

}


.morelinks	{
	float: left;
	padding: 0;
	margin: 20px 0 0 30px;
}

.morelinks li {
	list-style-type: none;
	display: list-item;
	padding: 2px 5px;
	margin: 5px 0px;
}

.morelinks a:hover	{
	background: #F3F3F3;
}


/* Battery info box */

.battery_measured .infobox_label,
.battery_claimed .infobox_label {
	background: no-repeat url('../lights/icons/fl1_time.png');
	background-size: 22px;
	background-position: 3px center;
	padding-left: 30px;
	text-align: left;
	font-size: .7em;
}

.battery_claimed.oversize .infobox_data, 
.battery_measured.oversize .infobox_data	{
	font-size: 1.1em;
}

/* Brightness info boxes */

.lumens_claimed .infobox_label,
.avg_lumens .infobox_label {
	bottom: 25px;
}

.lumens_claimed,
.avg_lumens	{
	background-image: url('../lights/icons/fl1_lumens.png');
	background-repeat: no-repeat;
	background-position: center 4px;
	background-size: 80px 40px;
}

.lumens_claimed .infobox_data,
.avg_lumens .infobox_data {
	top: 24px;
}

/* Beam shape infobox */

.beam_shape {
	background-repeat: no-repeat;
	background-position: center 5px;
}

.beam_spot	{
	background-image: url('../lights/icons/beam_spot.png');
	background-size: auto 60px;
}

.beam_flood {
	background-image: url(../lights/icons/beam_wide.png);
	background-size: 80px auto;
	background-position: center 20px;
}

.beam_beseen	{
	background-image: url(../lights/icons/beam_beseen.png);
	background-size: 55px auto;
	background-position: center 5px;
}

.beam_both {
	background-image: url(../lights/icons/beam_both.png);
	background-size: 80px auto;
}

/* Details buttons */

.more_buttons a	{
	display: inline-block;
	padding: 4px 5px;
	background: #F0F0F0;
	border-radius: 3px;
	color: #333;
	margin: 8px 6px 10px 0;
	box-shadow: 2px 2px 1px #EEE;
	border: 1px solid #CCC;
	text-decoration: none;
}

.more_buttons a:hover,
.more_buttons a:active	{
	background: #E8E8E8;
	transition: background 0.5s;
}

a.buy_local_link	{
	background: #2FCF2F;
	color: #FFF;
	font-weight: bold;
}

a.buy_local_link:hover,
a.buy_local_link:active	{
	background: #249724;
}

.amazon_list {
	list-style-type: none;
	padding: 0;
}

/* Inline compare */
#beamshot_data, #lumen_data {
    display: inline-block;
    position: relative;
    height: auto;
    border: 0;
	margin: 30px;
}

#beamshot_data .beamshot_link {
	z-index: 10;
	position: absolute;
	background: transparent;
	bottom: 10px;
	right: 150px;
	left: 150px;
	text-align: center;
	margin: 0;
}

.beamshot_link  a	{
	color: #FFF;
}


#beamshot_data .dummy, 
#lumen_data .dummy {
    padding-top: 67%;
}
#beamshot_data > div {
    height: auto;
}

/* Inline comparator */
.comparelights iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.ar_content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (min-width: 1200px) {
	body.standard #navbar a {
		padding: 0 15px;
	}
}