/* 
fontbureau.com CSS
text nav
*/


/* BODY */

body {
	background: #FFFFFF;
	margin: 10px;
	padding: 0px;
}

body, div, td {
	font-family: IbisRE, Georgia, serif;
	font-size: 12px;
}

div {
	padding: 0px;
	margin: 0px;
}

ol li {
	padding-bottom: 15px;
}


/* UTILITY */

.left { position: relative; float: left; margin: 0px 15px 15px 0px; }
.right { position: relative; float: right; margin: 0px 0px 15px 15px; }
.caps { text-transform: uppercase; }
.smallcaps { font-variant: small-caps; }
.bold { font-style: bold; }
.italic { font-style: italic; }
.sans { font-family: "Benton Sans RE", Verdana, sans-serif; }
.serif { font-family: IbisRE, Georgia, serif; }
.red { color: #990000; }
.orange { color: #EEBB00; }
.green { color: #006633; }
.gray { color: #888888; }
.lightgray { color: #CCCCCC; }
.centered { text-align: center; }
.toppadded { margin-top: 12px; }
.debug { border: 1px solid red; }
.leaded_tight { line-height: 130%; }
.leaded_150 { line-height: 150%; }
.first { margin-top: 0px; }

/* LINKS */

a:link {
	color: #003366;
	text-decoration: none;
}

a:visited {
	color: #006666;
	text-decoration: none;
}

a:hover, a:active {
	color: #CC0000;
	text-decoration: underline;
}

a.on:link, a.on:visited {
	color: #990000;
}

/* NAV */

#navframe {
	float: left; /* enclosing div fix */
	width: 900px;
}

.navborder {
	float: left; /* enclosing div fix */
	width: 900px;
	margin: 0px;
	padding: 0px;
}

.navborder2 {
	float: left;
	margin: 0px;
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.navborder3 {
	float: left;
	margin: 0px;
	padding: 1px;
	border: 1px solid #000000;
}

#navlist, #subnavlist {
	float: left;
	width: 890px;
	margin: 0px;
	padding: 0px;

	font-family: Interstate, "Benton Sans RE", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 100%;
	letter-spacing: 2px;
	color: #FFFFFF;
	-webkit-text-stroke: 1px transparent; /* remove Safari outline for knockout type */
}

#subnavlist {
	letter-spacing: 1px;
}

#navsearch {
	margin: 7px 5px 0px 0px;
	float: right;
	text-align: right;
	vertical-align: bottom;
	font-size: 10px;
}

#navsearch input {
	width: 110px;
	font-size: 10px;
}

.home #navsearch input {
	width: 130px;
	font-size: 10px;
}

@media only screen and (max-device-width:480px) {
	#navlist, #subnavlist {
		-webkit-text-stroke: 0 black; /* fix for Safari webkit outline */
	}
}

#navlist a, #subnavlist a {
	font-family: Interstate, "Benton Sans RE", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	margin: -1px 0px -1px 0px;
	padding: 5px 9px 5px 9px;

	float: left;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#navlist .right, #subnavlist .right {
	margin-bottom: 0px;
}

#subnavlist a {
	margin: 0px 0px -1px 0px;
	padding: 3px 8px 4px 10px;
}

#subnavarrows {
	position: relative;
	float: left;
	top: -25px;
}

#subnavform {
	position: relative;
	float: left;
	padding: 4px 0px 0px 5px;
}

#navuser {
	width: 885px; 
	text-align: right;
	font-size: 10px;
	margin-top: -5px;
	margin-bottom: 2px;
}

/* FRAMEWORK */

#framework {
	width: 900px;
	padding-top: 0px;
	clear: both;
}

body.fonttalk #framework, body.type101 #framework {
	position: relative;
	z-index: 2;
	background: url("https://www.fontbureau.com/media/images/banners/news_bg.gif") top left no-repeat;	
	padding-top: 0px;
	top: -4px;
}

body.fonttalk #framework .rsb, body.type101 #framework .rsb {
	padding-top: 8px;
}

#frameicon {
	display: block;
	margin: 0px auto 5px auto;
}


/* FOOTER */

#footer {
	width: 900px;
	height: 31px;
	margin-top: 30px;
	background-position: top left;
	background-repeat: no-repeat;
}

#copyright {
	font-size: 9px;
	line-height: 100%;
	color: #BBBBBB;
	margin-left: 13px;
	margin-top: 7px;
}


/* PANEL */

.leftarrow {
	margin: -9px 0px 7px 11px;
}

.rightarrow {
	margin: -9px 11px 7px 0px;
}


/* PANEL style tester */

.tester {
	padding-top: 13px;
}

img.tester {
	width: 410px;
}


/* PANEL blogs */

body.fonttalk .byline, body.type101 .byline {
	font-family: IbisRE, Georgia;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

body.fonttalk h5 a, body.type101 h5 a, body.fonttalk .byline a, body.type101 .byline a {
	color: #666666;
}

.post {
	margin: 5px 0px 10px 0px;
	line-height: 150%;
}

.post p {
	font-size: 13px;
}

.post img {
	margin: 15px 0px 15px 0px;
	border: 0px;
}


/* PANEL thumbnails */

table.thumbnail {
}

table.thumbnail td {
	text-align: center;
	width: 14%;
	font-size: 11px;
	line-height: 120%;
	padding: 5px;
}

table.thumbnail td img {
	margin: 10px auto 3px auto;
	background-color: #EEEEEE;
	border: 1px solid #888888;
}

table.thumbnail td img.noborder {
	border: none;
}


/* COLUMNS */

.lsb, .rsb, .center {
	line-height: 150%;
}

.rsb {
	font-size: 11px;
}

.rsb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rsb ul li {
	padding: 0;
	margin: 0;
	padding-left: 0.5em;
	margin-bottom: 0.25em;
	text-indent: -0.5em;
}

.rsb ul li:before {
	content: "· ";
}

table.columns {
	margin: 0px 15px 15px 15px;
	border: 0px;
}

table.columns tr {
	vertical-align: top;
}

table.columns td {
	margin: 0px;
	padding: 0px;
}

.gutter { width: 25px; }
.x1 { width: 64px; }
.x2 { width: 153px; }
.x2h { width: 185px; }
.x3 { width: 242px; }
.x4 { width: 331px; }
.x5 { width: 420px; }
.x5h { width: 456px; }
.x6 { width: 509px; }
.x7 { width: 598px; }
.x8 { width: 687px; }
.x9 { width: 776px; }
.x10 { width: 865px; }


/* HEADS */

h1 {
	font-family: Interstate, "Benton Sans RE", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 31px;
	line-height: 100%;
	color: #000000;
	padding: 0px;
	margin: 30px 0px 30px 0px;
}

h1.framesubtitle {
	font-family: Interstate, "Benton Sans RE", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 100%;
	color: #555555;
	padding: 0px;
	margin: 15px 0px 50px 0px;
}

h2 {
	/* blog posts */
	font-family: Interstate, "Benton Sans RE", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 23px;
	line-height: 100%;
	padding: 0px;
	margin: 20px 0px 3px 0px;
}

h3 {
	font-family: IbisRE, Georgia, "Benton Sans RE", Verdana, sans-serif;
	font-weight: normal;
	font-size: 23px;
	line-height: 31px;
	color: #000000;
	padding: 0px;
	margin: 9px 0px 9px 0px;
}

h4 {
	/* news titles */
	font-family: IbisRE, Georgia, serif;
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

h5 {
	/* all caps */
	font-family: Interstate, "Benton Sans RE", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #777777;
	padding: 0px;
	margin: 20px 0px 10px 0px;
}

.rsb h5 {
	letter-spacing: 1px;
}

h5 a:link, h5 a:visited { color: #777777; }
h5 a:hover, h5 a:active { color: #CC0000; }


/* TYPE */

.bio, .fontbio {
	font-family: IbisRE, Georgia, serif;
	font-size: 13px;
	line-height: 140%;
}

.fontbio {
	/* used in font specimens */
	font-size: 12px;
}

.note {
	color: #555555;
	font-style: italic;
	font-size: 11px;
	line-height: 140%;
}

.sans, .caption {
	font-size: 11px;
}

.byline {
	font-size: 11px;
	color: #999999;
}

.fontlist {
	font-size: 15px;
}

.instructions, .searchlist {
	font-size: 11px;
	color: #333333;
	line-height: 140%;
}

.azlist {
	font-size: 11px;
	color: #333333;
	padding-left: 41px;
	padding-top: 3px;
	padding-bottom: 10px;
	margin: 0px;
}


/* ERRORS */

.error {
	color: #990000;
	font-weight: normal;
}

ul.errorlist, ul.successlist {
	list-style: none;
    margin: 5px 0px 5px 0px;
    padding: 0px;
}

ul.errorlist li, ul.successlist li {
	color: #990000;
    line-height: 130%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 23px;
    background: url('https://www.fontbureau.com/media/images/icon/error.gif') no-repeat 0px 1px;
}

ul.successlist li {
	color: #009933;
    background: url('https://www.fontbureau.com/media/images/icon/success.gif') no-repeat 0px 1px;
}


/* RULES */

.rule {
	height: 3px;
	font-size: 1px;
	border-top: 1px dotted #666666;
}

.notice {
	color: #FF6600;
	padding: 10px;
	background-color: #FFEEDD;
	border: 1px solid #FF9933;
	margin-bottom: 10px;
}

.results td {
	color: #333333;
	font-size: 11px;
	padding-bottom: 7px;
}

.dottedrule {
	height: 1px;
	font-size: 1px;
	background-image: url("https://www.fontbureau.com/media/images/rule/dottedrule.gif");
	background-repeat: no-repeat;
	margin: 15px 0px 10px 0px;
	padding: 0px;
}


/* TABS */

.tab_on {
	background-color: #FFFFE6;
	position: relative;
	z-index: 30;
	float: left;
	padding: 3px 7px 3px 7px;
	margin-right: 3px;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	font-size: 11px;
	color: #990000;
}

.tab_on a {
	color: #990000;
}

.tab {
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
	float: left;
	padding: 3px 7px 3px 7px;
	margin-right: 3px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 11px;
	color: #990000;
}

.tabright {
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
	float: right;
	padding: 3px 7px 3px 4px;
	margin-right: 0px;
	font-size: 11px;
	color: #990000;
}

.tabrule {
	background-color: #FFFFE6;
	position: relative;
	z-index: 20;
	top: -1px;
	height: 3px;
	font-size: 1px;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
}

.tabfade {
	background-color: #FFFFE6;
	position: relative;
	z-index: 20;
	top: -1px;
	height: 3px;
	font-size: 1px;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}

.tabfade2 {
	background-color: #FFFFEE;
	position: relative;
	z-index: 20;
	top: -1px;
	height: 3px;
	font-size: 1px;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}

.tabfade3 {
	background-color: #FFFFFF;
	position: relative;
	z-index: 20;
	top: -1px;
	height: 3px;
	font-size: 1px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-bottom: 10px;
}


/* MISC */

#navsearch input {
	height: 12px;
}

button {
	width: 39px;
	height: 15px;
	border: 0;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	background: transparent;
	vertical-align: middle;
}

.icon {
	margin: 0px 0px 0px 3px;
	padding: 0px;
	vertical-align: middle;
}

.icontext {
	font-size: 11px;
}


/* FORM TABLE */

table.formtable {
}

table.formtable tr {
	vertical-align: top;
}

table.formtable td.label {
	text-align: right;
	width: 80px;
}

table.formtable td select {
	width: 130px;
}

