/* Salsa No Ka Oi Print Stylesheet - snko-print.css - Designed by Chris Hall (chrishall78@gmail.com)
 *
 *  This file is the print stylesheet for SalsaNoKaOi.com. It contains layout as well as specific 
 *  styles for each page. If you're looking for the screen stylesheet it is called "snko-main.css".
 *  11/25 - currently just copied from the screen stylesheet 
 */

/* Reset */
html, body, h1, h2, h3, h4, h5, h6, form, fieldset, blockquote, em,
cite, code, dt, dd, dl, button, code, table, th, tr, td { margin: 0px; padding: 0px; font-family: Verdana, Arial, Times New Roman; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }


/* Formatting Styles - General */
a:link { color: #EE3509; text-decoration: none; }
a:visited { color: #FF891F; text-decoration: none; }
a:hover { color: #EE3509; text-decoration: underline; }
a:active { color: #EE3509; text-decoration: none; }
.j { text-align: justify; }

/* Layout Styles - General */
#wrapper { width: 800px; border: 1px solid black; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; }
#header { height: 75px; }
#navigation { height: 50px; }
#content_area { padding: 5px 5px 0px 5px; }
#footer {  }
.copyright { font-size: 10pt; text-align: center; }

/* Layout Styles - Home Page Specific */
#header_home { height: 250px; }
#navigation_home { width: 200px; float: right; }
#news_announcements { width: 585px; float: left; }
.ad_banner_home { border: 1px solid black; }

/* Instructor Page Styles */
#instructor_01, #instructor_02, #instructor_03, #instructor_04, #instructor_05, #instructor_06, #instructor_07, #instructor_08
{ border: 0px solid black; width: 380px; margin-right: 10px; margin-bottom: 10px; float: left; }
.instructor_img { float: left; padding: 5px; }
.instructor_name { font-family: Verdana, Arial, Times New Roman; font-weight: bold; font-size: 16pt; }

/* Class Schedule / Pricing Page Styles */
#schedule_images { width: 310px; text-align: center; float: right; padding-left: 5px; }
#schedule_images img { border: 1px solid black; }

/* Salsa Venues Page Styles */
TABLE.venues, TABLE.radio { border: 0px solid black; font-size: 10pt; }
TABLE.venues TD, TABLE.radio TD { padding: 3px; border-bottom: 1px dotted black; text-align: center; }
TABLE.venues TD.textleft, TABLE.radio TD.textleft { text-align: left; }
TABLE.venues TD.bottom, TABLE.radio TD.bottom { border-bottom: 1px solid #EE3509; }
TABLE.venues TD.right, TABLE.radio TD.right { border-right: 1px solid #EE3509; }
TABLE.venues TH, TABLE.radio TH { padding: 2px; border-bottom: 1px solid #EE3509; vertical-align: middle; color: #000000; }
TABLE.venues TH.side, TABLE.radio TH.side { border-right: 1px solid #EE3509; border-bottom: 0px solid black; vertical-align: top; }
.nostyle { padding: 0px; border: 0px solid black !important; }
