﻿/* ------------------------------- INDEX PRINT ------------------------------ */

.index .left-column, .index .main-nav, .index .cross-refs, .index .banner-subscribe 
{ display: none; }
.index .print-banner {display: none;}
.index .left-column
{
	margin: 0;
	padding: 0 20px 20px 20px;
}

.index .main-column
{
	float: left;
	margin: 0;
	padding: 0 20px 20px 20px;
	width: 550px;
}

.index .right-column
{
	float: right;
	padding: 0 20px 20px 25px;
	width: 130px;
}

.index .body-bkg
{
	margin: 30px 0 0 0;
}

.index .footer
{
	padding: 1px 0;
	color: #4d4d4d;
	font-size: 10px;
	white-space: nowrap;
	background-color: #fff;
}

.index .body-txt
{
	margin: 0;
	padding: 0;
	color: #000;
}
.index h1
{
	font-size: 16px;
	color: #000;	
}

.index li
{
	font-size: 14px;
	font-weight: bold;
}

/* ----------------------------- END INDEX PRINT ---------------------------- */
body, body *
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 100%;
}

h1
{
	margin: 0 0 .8em 0;
	padding: 0;
	font-size: 145%;
	text-transform: uppercase;
	font-weight: bold;
	color: #00ADEF;
	font-size: 190%;
	line-height: 110%;
}

.magazine h1 { color: #000; }
.news h1
{
	color: #4DB848;
	text-transform: none;
}

h2
{
	margin: .2em 0 .8em 0;
	font-size: 120%;
	font-weight: bold;
}

h3
{
	margin: .4em 0 0 0;
	font-size: 100%;
}

p { margin-bottom: 1em; }

a
{
	color: #ED1D24;
	text-decoration: none;
}


ul
{
	margin: 1em 0 1em 3em;
	list-style-type: square;
}

ol
{
	margin: 1em 0 1em 3em;
	padding: 0;
	list-style-type: decimal;
}

li { margin: 0 0 .2em 0; }

ul ul, ol ul, ol ol, ul ol { font-size: 90%; }

ul ul, ol ul
{
	margin: 0 0 .6em 1.6em;
}

ol ol, ul ol
{
	margin: 0 0 .6em 2em;
	padding: 0;
	list-style-type: lower-alpha;
}

ul ul li, ol ul li, ul ol li, ol ol li { margin: 0 0 .4em 0; }

img { border-style: none; }

.hr
{ 	border-bottom: 1px solid #000;
	height: .2em;
	margin-bottom: 10px;
}



/* ----------------------------- =Articles ------------------------------- */

.callout
{
	float: right;
	margin: 0 0 1em 2em;
	width: 100px;
	line-height: 120%;
	font-family: times, serif;
	color: #4DB848;
	font-size: 90%;
}

.callout a
{
	color: #4DB848;
	text-decoration: underline;
}

/* ----------------------------- =Structure -------------------------------- */

.container
{
	width: 880px!important;
	width: 660px;
	height: 600px;
}

.left-column
{
	float: left;
	width: 400px!important;
	width: 280px;
	height: 600px;
}

.large-photo
{
	margin: 0;
	padding: 0;
}

.large-photo img
{
	width: 400px!important;
	height: 600px!important;
	width: 280px;
	height: 420px;
}

.inside .large-photo img
{
	width: 400px!important;
	height: 280px!important;
	width: 280px;
	height: 196px;
}
.main-column
{
	float: right;
	width: 480px!important;
	width: 380px;
}

.body-txt
{
	margin: 8em 2em 2em 2em;
	line-height: 130%;
}

.tx
{
	font-size: 14px;
	color: #ED1D24;
}



/* ------------------------------- =Mainnav --------------------------------- */

ul.main-nav
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
}

.main-nav li
{
	padding: 0 8px 0 8px;
	margin: 0;
	display: inline;
	float: left;
	font-size: 10px;
	text-align: center;
}


.index .main-nav li a
{
	padding: 8px 0;
}

.current
{
	padding-top: 14px;
	font-size: 200%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.main-nav li.home a, .home .current a               { color: #4DB848; }
.main-nav li.about a, .about .current a             { color: #ED1D24; }
.main-nav li.magazine a, .magazine .current a       { color: #FFCB08; }
.main-nav li.contact a, .contact .current a         { color: #5E1E79; }
.main-nav li.subscribers a, .subscribers .current a { color: #818285; }



/* ------------------------------- =Subnav --------------------------------- */

ul.navlist
{
    margin: 2em 0 2em 0;
    padding: 0;
	list-style-type: none;
	font-size: 12px;
	text-transform: lowercase;
}


ul.navlist li
{
	display: inline;
	padding-right: 4px;
	margin-right: 4px;
	border-right: 1px solid #000;
}

ul.navlist li.current
{ display: none; }

ul.navlist li.last { border: none; }


/* ----------------------------- =List Pages ------------------------------- */

.list-page ul.navlist
{
	margin: 1em 0 0 4em;
	font-size: 140%;
	font-weight: bold;
	list-style-type: none;
	text-transform: none;
}

.list-page ul.navlist li
{
	float: none;
	width: auto;
	padding: 0 0 1em 1em;
	background-image: url(../images/bullet_square_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	border: none;
	display: list-item;
}

.list-page ul.navlist ul
{
	padding: .4em 0 0 0;
	margin: 0;
	font-size: 80%;
	font-weight: normal;
	list-style-type: none;
	background-image: none;
}

.list-page ul.navlist ul li
{
	padding: 0 0 .6em 0;
	margin: 0;
	list-style-type: none;
	background-image: none;
}

.list-page ul.navlist li a
{ 
	color: #000;
	text-decoration: none;
}


.contents .list-page ul.navlist li a
{ 
	color: #4DB848;
	text-decoration: underline;
}



/* ----------------------------- =SubscribeBtns ----------------------------- */

.button
{
	margin: 1em 1em 0 0;
	float: right;
}

.index .button { margin-top: 2.7em; }



/* ------------------------------- =News Detail --------------------------------- */

.news
{
	padding: 0;
	margin: 0;
}

.back-link
{
	padding: 0;
	margin-bottom: .6em;
}



/* ----------------------------- =Forms ------------------------------------ */

.form-div .form-cells
{
	margin: 0;
	padding: 3px 0;
}

.form-buttons  { margin: 15px 0 0; } /* Spacing above and below the Submit, Reset, etc. at the bottom of a form */

input, select, textbox, textarea
{
	margin: 0;
	padding: 0;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
}

input.two, input.four,
input.date, input.small,
input.medium, input.large,
input.text-search, input.text-filter, input.text-contact, input.text-zip
{
	padding-left: 3px;
	width: 80px;
	height: 17px;
	vertical-align: middle;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	border: 1px solid #666;
}

input.four   { width: 40px; }
input.five   { width: 50px; }
input.date   { width: 80px; }
input.small  { width: 80px; }
input.medium { width: 180px; }
input.large  { width: 330px; }

textarea, textarea.medium, textarea.large
{
	padding-left: 3px;
	width: 305px;
	height: 80px;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	border: 1px solid #666;
}
textarea.medium { }
textarea.large { width: 400px; }

select.small, select.medium,
select.large, select.filter,
select.state, select.country,
select.contact, select.date-time, select.filter
{
	width: 150px;
	height: 17px;
	vertical-align: middle;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	border: 1px solid #666;
}

select.medium    { width: 185px; }
select.large     { width: 335px; }
select.state     { width: 158px; } /* Fits side by side w/ zip in a table */
select.country   { width: 305px; }
select.date-time { width: 60px; }

select.combo-box       { width: 220px; }
select.combo-box-small { width: 180px; }
select.combo-box-large { width: 330px; }

.large-button, .small-button
{
	padding: 2px;
	vertical-align: middle;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
}

.small-button
{
	margin: 0;
	padding: 0 3px;
	font-size: 10.5px;
}

input.text-contact { width: 300px; }
input.text-zip     { width: 130px; } /* Fits side by side w/ state in a table */

.textbox-contact   { width: 305px; height: 100px; }
select.contact     { width: 305px; }
select.filter      { width: 137px; font-size: 10px; }






