@import url('js/jquery.lightbox-0.5.css');

/* 3 Column Structure - Fixed - You shouldn't edit this section */

body{margin: 0;padding: 0;}
#mainwrapper, #nav{float: left;}
#mainwrapper{width: 100%;}
#nav{margin-left: -100%;}
#footer{clear: both;}

/* ------------------------ */

/* 3 Column Structure - Variable - Define widths, margins and padding */

#content{
	margin: 0 auto;
	width: 800px
}

#main{
	padding: 0 10px;
	margin: 0 0 0 150px;	/* 0 (RCWidth+pad+border) 0 (LCWidth+pad+border) */
	background: #fff;
	position: relative;
	min-height: 600px;
	border: 1px solid #fff;
	border-right: 2px solid #4675B8;
}

#nav{
	width: 150px;				/* LCWidth */
	padding: 0;
}

/* ------------------------ */
/* Colors

tan = #D4CDBC
blue = #4675B8
light blue = #A6BBDC
lightest blue = #D8DEED
pink = #D25B86
light pink = #E4ABBA

*/

/* ------------------------- */
/* --- Structure Styles --- */
/* ----------------------- */

#top{height:25px;}

#masthead{
	height: 130px;
	border: 2px solid #4675B8;
	background: url(images/masthead_bg.gif) #4675B8;
}
#masthead img{float:left;}
#masthead a{color: #fff;}
#banner_ad{
	width: 200px;
	height: 130px;
	float: right;
}

#content{
	background: url(images/contentbg.gif) #4675B8;
}

#footer{
	width: 800px;
	background: #4675B8;
	color: #fff;
}
#footer>p{
	font-size: 75%;
	margin: 0;
	padding: .5em 1em;
}
#footer a{color:#E4ABBA;}

/* ---------------------- */
/* --- HTML ELements --- */
/* -------------------- */

body{
	background: url(images/background.gif) repeat-x #D4CDBC;
}

body, p{
	font-family: sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
}

a{
	color:#4675B8;
}

a img{
	outline: 0;
	border: 0;
}

a.extlink,
#resource_list a{
	padding-right: 18px;
	background: url(images/extlink.png) right no-repeat;
}

img{display: block;}

form{
}

h1, h2{
	font-weight: normal;
	text-transform: uppercase;
	color: #4675B8
}

hr{
	border: 1px solid #4675B8;
	border-width: 1px 0 0 0;
}

/* ------------------- */
/* --- Typography --- */
/* ----------------- */

@font-face {
	font-family: 'BarmenoBoldRegular';
	src: url('fonts/bfb_____-webfont.eot');
	src: local('☺'), url('fonts/bfb_____-webfont.woff') format('woff'), url('fonts/bfb_____-webfont.ttf') format('truetype'), url('fonts/bfb_____-webfont.svg#webfonteBou1DHo') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BarmenoRegular';
	src: url('fonts/bfrg____-webfont.eot');
	src: local('☺'), url('fonts/bfrg____-webfont.woff') format('woff'), url('fonts/bfrg____-webfont.ttf') format('truetype'), url('fonts/bfrg____-webfont.svg#webfont4pOwe1YJ') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ------------------------ */
/* Site Wide Elements */

.left{float: left; margin-right: 1em;}
.right{float: right; margin-left: 1em;}

.clear{
	clear:both;
}

.line-top{
	border: 0 solid #4675B8;
	border-top-width: 1px;
	padding-top: 1em;
}
.line-bottom{
	border: 0 solid #4675B8;
	border-bottom-width: 1px;
	padding-bottom: 1em;
}
.line-both{
	border: 0 solid #4675B8;
	border-width: 1px 0;
	padding: 1em 0;
}
h2.line-both{
	padding: .25em 0 .15625em 0;
}

.button{
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: inline-block; 
	border: 1px solid #bbb;
	padding: .25em .5em 0 .5em;
	background: url(images/button_bg.gif) center repeat-x;
}
.button:hover{
	cursor: pointer;
	color: #D25B86;
}

input.button{
	padding: .4em .5em .25em;
	font-size: 100%;
	font-family: sans-serif;
	color: #4675B8;
}

.top{padding: .25em;}

.no-margin{margin: 0;}
.no-top-margin{margin-top: 0;}
.no-bottom-margin{margin-bottom: 0;}

.center-text{text-align: center;}
.right-text{text-align: right;}

.nowrap{white-space: nowrap;}

.s{font-size: 75%;}
.l{font-size: 125%;}

.b{font-weight:bold;}
.i{font-style:italic;}

.lc{text-transform:lowercase;}
.uc{text-transform:uppercase;}

.underline{text-decoration: underline;}
.strike{text-decoration: line-through;}

sup{line-height: 1px;font-size: 75%;}

.blue{color: #4675B8}
.pink{color: #D25B86}

/* --------------- */
/* --- Navbar --- */
/* ------------- */

#mainnav,
#mainnav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'BarmenoRegular', sans-serif;
	text-transform: uppercase;
	text-align: center;
}
#mainnav a{
	display: block;
	padding: 4px 0 2px;
	color: #fff;
	text-decoration: none;
	border: 2px solid #4675B8;
	border-bottom-width: 0;
	background: url(images/navbutton_bg.gif) repeat-x #4675B8;
}
#mainnav a:hover, #mainnav li.on>a{
	color: #4675B8;
	background: url(images/navbutton_bg_on.gif) repeat-x #A6BBDC;
}
#mainnav ul a{
	color: #4675B8;
	background: none;
	border-width:0;
}
#mainnav ul a:hover{
	color: black;
	background: none;
	border-width:0;
}
.submenu{
	display: none;
	background: url(images/subnav_bg.gif) repeat-y #fff;
}
.submenu li:first-child{
	background: url(images/subnav_bg_top.gif) top no-repeat;
}
.submenu li:last-child{
	background: url(images/subnav_bg_bottom.gif) bottom no-repeat;
}
#mainnav .submenu li:first-child a{padding-bottom: 0;}
#mainnav .submenu li:last-child a{padding-top: 0;}

#testimonial{
	font-weight: bold;
	background: url(images/quotes_l.gif) top no-repeat #98abd7;
	text-align: center;
	border: 2px solid #4675B8;
	padding-top: 2em;
}
#testimonial p{
	color: #245396;
	background: url(images/quotes_r.gif) bottom no-repeat;
	padding: 0 1em 1em;
	margin: 0;
}
#testimonial p span{font-weight: normal;}

/* ---------------- */
/* --- Welcome --- */
/* -------------- */

.annoucement{
	width: 575px;
	margin: 20px 15px -10px;
	text-align: center;
	font-weight: bold;
	color: white;
	border: 2px solid #D25B86;
	padding: .25em .5em 0 .5em;
	background: url(images/announcement_bg.gif) center repeat-x;
}

.featurebox{
	margin-top: 25px;
}
.featurebox .imageframe{
	padding:5px 5px 0 5px;
	overflow:hidden;
}
.featurebox .imageframe img{
	width: 100%;
}
.featurebox .header{
	border: 2px solid #4675B8;
	border-bottom-width:0;
	margin:0 15px;
	background:url(images/featurebox_header_bg.gif) repeat-x #9aacd8;
}
.featurebox .header h1{
	margin:0px;
	padding:5px 5px 2px;
	font-size:12pt;
	font-family: 'BarmenoBoldRegular', sans-serif;
}
.featurebox .content{
	border: 2px solid #4675B8;
	margin:0 15px;
	padding: 10px;
}

.featurebox .content p,
.featurebox .content ul{
	margin:0;
}


#iti .header{
	text-align:right;
}
#iti .imageframe{
	float:left;
}
#iti .content{
	padding-left:230px;
}
#iti #mail_date{
 text-align: center;
 margin-top: .5em;
}

#ftu .header{
	text-align:left;
}
#ftu .imageframe{
	float:right;
}
#ftu .content{
	/*padding-right:;*/
}

#special .imageframe{
	float: left;
}

#KandB .imageframe{
	width: 240px;
	float: right;
	margin-right: 12px;
}

#box1 {
	width: 425px;
	float: left;
}

#box2 {
	width: 200px;
	float: left;
}

#bottom_spacer{margin-bottom: 25px;}

#imageScroller{
	float: left;
	margin-right: 10px;
	width: 275px;
	height: 180px;
	overflow: hidden;
}
#imageScroller #viewport{
	position: relative;
}
#imageScroller img{
	display: inline;
	float: left;
	height: 180px;
	width: auto;
	border: 1px solid white;
}

/* ----------------------------------- */
/* --- Additional Frontpage Boxes --- */
/* --------------------------------- */

.cotton_quote h2{margin-bottom:0;}

.cotton_quote h4{
	margin: 0;
	color: #4675B8;
}

.almost_100_block{
	border-top: 1px solid #4675B8;
}

#thank_you p{
	font-family: serif;
	text-align: center;
	font-size: 13pt !important;
	text-shadow: 2px 2px 3px #777;
}


/* -------------- */
/* --- About --- */
/* ------------ */

.staff{
	height: 125px;
	position:relative;
}

.staff p{
	position: absolute;
	bottom: -1.25em;
	left: 120px;
}

/* ----------------- */
/* --- Contribs --- */
/* --------------- */

.bio{
	min-height: 125px;
	border: 0 solid #4675B8;
	border-top-width: 1px;
	padding-top: 1em;
}

.bio img{float: left; margin-right: 1em;}


/* -------------------------- */
/* --- Buttons and Flags --- */
/* ------------------------ */

#button_display .fabric_button,
#button_display .fabric_flag{
	float: left;
	display: inline;
	width: 75px;
	height: 75px;
	margin: 5px;
	cursor: pointer;
}

#button_display .fabric_flag{
	width: 75px;
	height: 93px;
}

.button_popup{
	position: absolute;
	display: none;
	background: white;
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
	box-shadow: 0 0 15px #666;
	padding: 10px;
	width: 290px;
}

#button_display .button_popup .fabric_button
#button_display .button_popup .fabric_flag{
	margin: 0 10px 0 0;
}
#button_display .button_popup .fabric_flag{
	width: 125px;
	height: auto;
}

.closebox{
	float: right;
	margin: 0 0 0 10px;
	cursor: pointer;
}

/* ------------------------ */
/* --- Who Do You Know --- */
/* ---------------------- */

#wdyk_people-list{
	list-style: none;
	padding: 0;
}

/* -------------------- */
/* --- Back Issues --- */
/* ------------------ */

.back_issue{
	min-height: 142px;
	border: 0 solid #4675B8;
	border-top-width: 1px;
	padding-top: 1em;
}

.back_issue img{float: left; margin-right: 1em;}

.back_to_top{
	display: block;
	float: right;
	font-size: 85%;
}
.back_to_top a{text-decoration: none;}

.sold_out{
	background: url(back_issues/images/soldout_bg.gif) center no-repeat;
}

/* -------------------------- */
/* --- Industry Calendar --- */
/* ------------------------ */

.industry_calendar_p{
	
}

/* --------------------- */
/* --- Just Ask Jim --- */
/* ------------------- */

#jaj_question_div{
	float: right;
}

/* -------------------- */
/* --- FREE To Use --- */
/* ------------------ */

.ftu_current{
	text-align: center;
	padding-bottom: 1em;
}
.ftu_archive{
	border: 0 solid #4675B8;
	border-top-width: 1px;
	min-height: 300px;
}
.ftu_archive img{
	margin-top: 1em;
}

#archive_block{
	width: 49%;
}

#faq_block{
	position: relative;
	top: -10px;
	float: right;
	width: 49%;
}

#faqs h4{
	margin-bottom: 0;
	color: #4675B8;
}

#faqs h4.alt{
	color: #D25B86;
}

#faqs p{
	margin-top: 0;
	margin-left: .75em;
}

/* -------------------- */
/* --- Retail Aids --- */
/* ------------------ */

#newbook{
	border: 1px solid orange;
	background: orange;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}

/* ------------------ */
/* --- Advertise --- */
/* ---------------- */

.ad_table{
	border-collapse: collapse;
}
.ad_table td{
	padding: .5em;
	text-align: center;
	border: 1px solid #4675B8;
}
.ad_table thead{
	font-weight: bold;
	color: white;
	background: #4675B8;
}
.ad_table thead td{
	border: 1px solid white;
	border-width: 0 1px;
}
.ad_table thead tr td:first-child{
	border-left-color: #4675B8;
}
.ad_table thead tr td:last-child{
	border-right-color: #4675B8;
}
.ad_table tr:nth-of-type(even) {
  background-color: #D8DEED;
}

#rates thead tr td:first-child{ /* first cell blank */
	background: white;
	border: 0 solid #4675B8;
	border-bottom: 1px;
}
#rates tr td:first-child{ /* first column colored */
	font-weight: bold;
	color: white;
	background: #4675B8;
	border: 1px solid white;
	border-width: 1px 0;
}
#rates thead td:first-child + td + td,
#rates thead td:first-child + td + td + td + td{ /* uncolor thead text */
	color: white;
}

#rates td{
	width: 120px;
}

#rates #tfoot td{
	font-weight: normal;
	color: black;
	background: white;
	border: 0 solid #4675B8;
	border-bottom: 1px;
}

#deadlines tr td:first-child{ /* first column bold */
	font-weight: bold;
}

#backroom,
#e-ads,
#combo
{
	margin-bottom: 20px !important;
}

#backroom thead td:first-child,
#e-ads thead td:first-child,
#combo thead td:first-child{
	background: white;
	border: 0 solid #4675B8;
	border-bottom: 1px;
}

#adchart {line-height:1em;}
#adchart tr td:first-child + td + td{ /* align color choice */
	text-align: left;
}
#adchart thead tr td:first-child + td + td{ /* reset color title */
	text-align: center;
}
#adchart #SMI{
	background: #E4ABBA;
}
#adchart .tfoot td{
	font-weight: bold;
	text-align: right;
	/*background: #D8DEED;*/
}

.deadline_alert{
	font-weight: bold;
	color: #D25B86;
}

/* ----------------- */
/* --- Blog Ads --- */
/* --------------- */

.blogad{
	width: 147px;
	border: 1px solid #4675B8;
	margin: 1px 0 0;
}

/* --------------------- */
/* --- Vendor Links --- */
/* ------------------- */

#vendor_link_table{
	width: 100%;
	text-align: center;
}

#vendor_link_table img{
	width: 300px;
	height: 225px;
}


/* -------------- */
/* --- Forms --- */
/* ------------ */

fieldset{
	border-width: 1px 0 0 0;
	border-color: #4675B8;
	border-style: solid;
}

legend{
	text-transform: uppercase;
	color: #4675B8;
}

label{
	display: block;
	float: left;
	text-align: right;
	width: 5.5em;
}

.form_indent{margin-left: 5.5em;}

.radio_label{
	display: inline;
	float: none;
}

.req{color: #D25B86;}

.labeless{
	display: block;
	padding-left: 5.5em;
}

#intl,
#ad_payment{
	display:none;
}

#total{
	margin: 0;
}

#price{color: #4675B8;}

#addons_table td{;
	text-align: center;
}
#addons_table p{
	margin-top: 0;
}
#addons_table img{
	margin:auto;
}

#backissue_column{
	width: 33%;
	padding: 10px;
}

#backissue_checkboxes{
	text-align: left;
	margin-left: 33%;
}
#morebackissues{
	display: none;
}
.soldout{
	font-size: 75%;
	font-weight: bold;
	color: #D25B86;
}

#retail_aid_column{
	width: 66%;
	padding: 10px;
	border-left: 1px solid #4675B8;
	text-align: left !important;
}

#retail_aid_column hr{
	margin: 1em 0;
	clear: both;
}

.retail_aid_image{
	float: left;
	margin: 0 1em 1em 0 !important;
}

.popup{
	background: #fff;
	padding: 1em;
}

#NextYearIssues{
	margin-left: 5.5em;
}

#adchart{width: 100%;}
#SMI_note{
	border: 1px solid #D25B86;
	padding: 1em;
}
