				/* webkit/gecko banner typography */

	/*for ie banner typography see workspace/styles/banners-ie.css*/


				
/*static banner styles*/

#banner {
	position: relative;
	top: 20px;
	padding-bottom: 95px;
	height: 200px;
	overflow: hidden;
}

.slideboard {
	position:absolute;
	left:0px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 0;
	height: 100px;
}

.bannernav {
	position: relative;
	height: 140px;
	width: 40px;
	margin-left: -25px;
	margin-top: -240px;
	margin-bottom: 90px;
	cursor: pointer;
}

.bannernav a {
	margin-left: -9999px;
}

.bannernav img {
	display: block;
	width: 40px;
	height: 140px;
}

#right.bannernav {
	float:right;
	left: 37px;
	top: 2px;
	background-image:
url("http://thinkingwithtype.com/images/brackets.png");
	background-repeat: no-repeat;
	background-position: -100px 0px;
	display: block;
}

#right.bannernav:hover, .rightbannernavhover {
	background-position: 0px 0px;
	display:block;
	cursor: pointer;
}

#left.bannernav {
	float:left;
	left: -15px;
	background-image:
url("http://thinkingwithtype.com/images/brackets.png");
	background-repeat: no-repeat;
	background-position: -50px 0px;
	display: block;
}

#left.bannernav:hover, .bannernavlefthover {
	background-position: -150px 0px;
	display:block;
	cursor: pointer;
}


/*dynamic banner styles
	(if you are adding banner content, put your styles here)*/

	/*generic styles*/
	
#banner p {
	font-family: "Fedra Serif A Book Italic 2", "Palatino Linotype",
	"Book Antiqua", "Palatino", "georgia", serif;
	font-size: 14px;
	width: 625px;
	font-style: italic;
	margin-top: 14px;
}

.banner2 p, .banner3 p, .banner4 p {
	font-size: 18px;
	line-height: 165%;
	width: 700px;
}

#banner em {
	color: black;
	font-family: "Fedra Serif A Demi", "Palatino Linotype", 
	"Book Antiqua", "Palatino", "georgia", serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

#banner big {
	font-family: "Fedra Serif B Medium 2", "Palatino Linotype", 
	"Book Antiqua", "Palatino", "georgia", serif;
	font-weight: bold;
	font-size: 65px;
	line-height: 60%;
}

#banner big em {
	font-family: "Fedra Serif A Medium", "Palatino Linotype", 
	"Book Antiqua", "Palatino", "georgia", serif;
	font-weight: bold;
	font-size: 94px;
}

#banner big i {
	font-family: "Fedra Serif A Book Italic 2", "Palatino Linotype", 
	"Book Antiqua", "Palatino", "georgia", serif;
	font-size: 34px;
	font-weight: normal;
	font-style: italic;
}

#banner b {
	font-family: "Fedra Serif A Book 2", "Palatino Linotype", 
	"Book Antiqua", "Palatino", "georgia", serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

.banner2 b, .banner3 b, .banner4 b {
	font-size: 18px;
}

#banner b em {
	font-family: "Fedra Serif A Book 2", "Palatino Linotype", 
	"Book Antiqua", "Palatino", "georgia", serif;
	font-style: normal;
	font-weight: normal;
}

.slab {
	position: absolute;
	background-image: url("http://thinkingwithtype.com/images/ornament2.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 10px;
	top: 111px;
	z-index: -1;
	left: 0;
}
	
	
	/*banner #1*/


.banner1 {
	position: absolute;
	width: 624px;
	margin-left:243px;
	text-align: center;
	height: 212px;
	left: 0;
	top: -21px;
}

#book {
	position: absolute;
	width: 172px;
	height: 210px;
	background-image: url("http://thinkingwithtype.com/images/cover.gif");
	background-repeat: no-repeat;
	margin-top: 24px;
	left:-200px;
}

	/*banner #2*/


.banner2 {
	position: absolute;
	width: 624px;
	margin-left:130px;
	top: 5px;
	text-align: center;
	height: 212px;
}

.banner2 big {
	font-size:75px;
	letter-spacing: 4px;
}

.banner2 .slab {
	top: 103px;
	z-index: -1;
}

	/*banner #3*/


.banner3 {
	position: absolute;
	width: 624px;
	margin-left: 130px;
	top: -10px;
	text-align: center;
	height: 212px;
}

.banner3 p {
	width:800px;
}

.banner3 .slab {
	top: 153px;
}

.banner3 big {
	position: relative;
	top: -20px;
	font-size:60px;
	line-height: 90% !important;
}


	/*banner #4*/


.banner4 {
	position: absolute;
	width: 624px;
	margin-left:134px;
	top: 15px;
	text-align: center;
	height: 212px;
}

.banner4 big {
	position: relative;
	font-size:75px;
}

.banner4 .slab {
	top: 103px;
	z-index: -1;
}

