﻿.container
{
	width: 880px;
	background-color:#FFFFFF;

}

.left-column
{
	float: left;
	width: 400px;
	height: 630px;
	background-repeat: no-repeat;
}

.large-photo { display: none; }

.about .left-column       { background-image: url("/PublishingImages/bkg_about.jpg"); }
.magazine .left-column    { background-image: url("/PublishingImages/bkg_magazine.jpg"); }
.inside .left-column      { background-image: url("/PublishingImages/bkg_mag_inside.gif"); }
.contents .left-column, .article .left-column 
                          { background-image: url("/PublishingImages/bkg_inside.gif"); }
.contact .left-column     { background-image: url("/PublishingImages/bkg_contact.jpg"); }
.subscribers .left-column { background-image: url("/PublishingImages/bkg_subscribers.jpg"); }

.subscribers .list-page ul.navlist li a	  { color: #BE171D; }

.main-column
{
	float: left;
	width: 480px;
}

.body-txt
{
	margin: 8em 2em 2em 2em;
	width: 425px;
	line-height: 130%;
}

.centered { text-align: center; }

.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;
	margin: 0;
	display: inline;
	float: left;
	text-align: center;
	background-color: #4DB848;
}

.main-nav li a
{
	display: block;
	padding: 4px 0;
	width: 100px;
	color: #fff;
}


.index .main-nav li a
{
	padding: 8px 0;
	width: 176px;
}

.main-nav li a:hover, .current a:hover
{
	text-decoration: none;
	color: #fff;
}

.current
{
	font-size: 180%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 480px;
	height: 50px
}

.current a
{
	padding: 15px;
	display: block;
	color: #fff;
}

.main-nav li.about a, .about .current a             { background-color: #ED1D24; }
.main-nav li.magazine a, .magazine .current a       { background-color: #FFCB08; }
.main-nav li.contact a, .contact .current a         { background-color: #5E1E79; }
.main-nav li.subscribers a, .subscribers .current a { background-color: #818285; }

.main-nav li.home a:hover                                       { background-color: #3E933A; }
.main-nav li.about a:hover, .about .current a:hover             { background-color: #BE171D; }
.main-nav li.magazine a:hover, .magazine .current a:hover       { background-color: #CCA206; }
.main-nav li.contact a:hover, .contact .current a:hover         { background-color: #250C30; }
.main-nav li.subscribers a:hover, .subscribers .current a:hover { background-color: #67686A; }



/* ------------------------------- =Subnav --------------------------------- */

ul.navlist
{
    margin: 2em 0 2em 0;
    padding: 0;
	list-style-type: none;
	font-size: 12px;
	text-transform: lowercase;
}

ul.navlist li
{   
    float: left;
	padding-right: 4px;
	margin-right: 4px;
	border-right: 1px solid #000;
}

ul.navlist li a
{
	white-space: nowrap;
}

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('/PublishingImages/bullet_square_blue.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
	border: none;
}

.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;
}

.list-page ul.navlist li a:hover
{ 
	color: #000;
	text-decoration: underline;
}

.contents .list-page ul.navlist li a
{ 
	color: #4DB848;
	text-decoration: underline;
}

.contents .list-page ul.navlist li a:hover
{ 
	color: #3E933A;
	text-decoration: none;
}

.odd, .even
{
	margin: 15px 0;	
}

.slug { display: none; }


/* ----------------------------- =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;
}


/* ----------------------------- =Cross Refs ------------------------------- */

.magazine .cross-ref-container { margin: 300px 0 0 25px!important; margin: 275px 0 0 25px; }

.cross-refs *
{
	margin: 0;
	padding: 0;
	line-height: 140%;
}

.cross-refs      { font-size: 11px; }
.cross-refs h1   { margin: 0 0 .6em 0; font-size: 16px; }
.cross-refs h4 a { font-size: 11px; color: #f00; }


.cross-refs div /* .cross-ref-0, .cross-ref-1, .cross-ref-2, etc. */
{
	margin: 10px 0 30px 0;
}

.cross-refs div div { margin: 0 0 10px 0; }



/*------------------------------ =Paging ------------------------------------*/
.body-text-paging
{
	padding: 0 2px;
	font-size: 11px;
	font-weight: normal;
}

.body-text-paging .current
{
	padding: 0 2px;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	background-color: #111;
}


/* ----------------------------- =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; }


/* ------------------------------ =Messages ------------------------------- */


div.msg-negative, div.msg-positive, div.msg-neutral
{
	margin: 5px 0 10px 0;
	padding: 10px; 
	color: #b30006;
	background-color: #ffeedd;
}

div.msg-positive { color: #196d17; background-color: #dcffdb; }
div.msg-neutral  { color: #666600; background-color: #ffffcc; }

.validation-summary
{
	margin: 5px 0 10px 0;
	padding: 10px;
	font-size: 11px;
	color: #f00;
	background-color: #ffeedd;
}

.validation-summary ul, .validation-summary ul li
{
	margin: 0;
	padding: 0;
	color: #f00;
}

.validation-summary ul li
{
	margin: 2px 0 2px 20px;
	list-style-type: square;
	background-image: none;	
}

.failed-validation { color: #ff0000; }


/* CLEAR
/* -------------------------------------------------------------- */
/* this class makes floats streach to the footer */
.clear
{
	margin: 0;
	padding: 0;
	clear: both;
	height: .1px!important; /* for gecko browsers */
	height: 0px;
}

