@charset "UTF-8";

/* --- STRUCTURE --- */

body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.container_5 { 
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 1.2em;
}



#boxTeaser a, #col-four a, #col-five a {
	color: #2A9FAA;
	text-decoration:none;
}
#boxTeaser a:hover, #col-four a:hover, #col-five a:hover {
	text-decoration: underline;
	color: #009FFF;
}
#col-five IMG.title {
	border: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#col-five IMG {
	border: 1px solid #000000;
	margin-bottom: 10px;
	text-align:left;
}
#col-four ul, #col-five ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0px;
}
#col-four ul li, #col-five ul li {
	margin-bottom: 5px;
}
#col-four ul li a, #col-five ul li a {
	text-decoration: none;
	color: #2A9FAA;
}
#col-four ul li a:hover, #col-five ul li a:hover {
	text-decoration: underline;
	color: #009FFF; 
}



#header {
	padding: 100px 0px 0px 0px;
	background:url(../../images/header.png) #EEE no-repeat;
}
#header h1 {
	margin: 0;
	padding: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../../images/footer-bg.png) repeat-x #DDDDDD;
	height: 98px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.eventColumn {
	display:inline;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	padding:10px 0px;
	width:152px;
}
.divider {
	display:inline;
	padding: 0 5px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}
p.imageCaptions {
	padding-bottom:10px;
	text-align:center;
}
p.imageCaptions IMG {
	margin:0;
	padding:0;
}

/* --- NAVIGATION BAR --- */

#menu {
	margin: 0, auto;
	padding: 0px 0 20px 0;
	border-bottom: 1px dotted #808080;
}
#navigation, #navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	background-color:#EEEEEE;
	z-index:16;
}
#navigation a{
	padding:0px 30px;
	display:block;
	border:0px solid #333;
	color:#333333;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	line-height:1.8em;
}
#navigation a:hover{
	background-color: #007FFF;
	color:#FFF;
	display:block;	
}
#navigation li{
	text-transform: uppercase;
	float:left;
	position:relative;
}
#navigation li.subscribe a {   
	color: #FFFFFF;
	background-color:#FF0000;
}
#navigation ul {
	position:absolute;
	display:none;
	top:1.75em;
}
#navigation li ul li {
	border-bottom: 1px dotted #A0A0A4;
	border-right: 1px solid #A0A0A4;
	border-left: 1px solid #A0A0A4;
}
#navigation li ul a{
	width:12em;
	height:auto;
	float:left;
}
#navigation ul ul{
	top:auto;
}	
#navigation li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li:hover ul ul ul ul{
	display:none;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul{
	display:block;
}



/* --- BREAKING NEWS --- */


#breakingNews {
	float: left;
	background: #D40000;
	text-align: center;
	padding: 0px;
	color:#FFFFFF;
/*	width: 548px;	*/
	width: 384px;
}

#breakingNews p a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	font-size:0.8em;
	font-weight:bold;
	color:#FFFFFF;
}
#breakingNews p a:hover {
	color:#660000;	
}


/* --- SLIDESHOW --- */


#slideshow {
	position: relative;
	float: left;
	height:400px;
	/** width:748px;  **/
	width: 748px;
	margin-top:10px;
}
#slideshow DIV {
	position:absolute;
	top:-2px;
	left:0px;
	z-index:8;
	opacity:0.0;
	background-color: #FFF;
	overflow:hidden;
}
#slideshow DIV IMG {
/**    width: 928px;
	height: 400px; **/
    display: block; 
    border: 0;
    margin-bottom: 0px;
}
#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}
#slideshow DIV.last-active {
    z-index:9;
}

/* --- COVER TEASER BOX --- */

#teaser {
	position: relative;
	width:556px;
	height: 400px;
	margin: 40px 10px 0 0;
}
#teaserCover {
	float:left;
	width:261px;
	margin: 0 20px 0 0;
}
#teaser h1 {
	font-size:2.0em;
	margin: 5px 0 20px 0;
	color:#2A9FFF;
}
h2.coverTeaserName {
	margin: 5px 0 0 0;
	text-transform:uppercase;
	font-size:1.2em;
}
#teaser h2 a {
	text-decoration: none;
	color: #1a478c;
}
#teaser h2 a:hover {
	text-decoration: underline;
	color: #2A3FAA;
}

#teaser p {
	margin: 0;
	padding-bottom: 20px;
	font-size:0.95em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#teaser hr {
	margin: 5px;
}

.inThisIssue {
	background-color:#EEEEEE;
	padding:20px;
	height:375px;
}

/* --- PROFILEE BOX TEASERS --- */

#boxTeaser {
	margin: 0px auto;
}
p.teaserName {
	text-transform: uppercase;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.2em;
	margin: 0px;
	padding: 5px 0 3px 0;
}
p.teaserInfo {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.0em;
	line-height: 1.1em;
}
#boxTeaser01, #boxTeaser04 {
	float: left;
	width: 160px;
	margin: 0 18px 20px 0;
	padding: 0px;
}
#boxTeaser02, #boxTeaser05 {
	float: left;
	width: 160px;
	margin: 0 15px 20px 15px;
}
#boxTeaser03, #boxTeaser06 {
	float: left;
	width: 160px;
	margin: 0 0 20px 18px;
}
#boxTeaser2C {
	float: left;
	width: 260px;
	margin: 0 15px 20px 0;
}
#boxTeaser2C-right {
	float: left;
	width: 260px;
	margin: 0 0 20px 15px;
}


/* --- COVER ARCHIVES --- */

#archiveCover {
	padding: 10px;
	background:#CCCCCC;
}
#archiveCover p {
	margin: 0 250px 0 10px;
	padding: 0px;
}
#archiveCover IMG {
	margin: 10px;
	padding: 0px;
	box-shadow: 2px 2px 5px #818181;
	-webkit-box-shadow: 2px 2px 5px #818181;
	-moz-box-shadow: 2px 2px 5px #818181;
}
h3.thisIssue {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-style:italic;
	text-transform:normal;
	font-weight:bold;
	margin: 10px 0 0 0;
	color: #1a478c;
}
span.also1 {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}
span.also2 {
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;	
}
span.articleTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	font-weight:normal;
	font-style:italic;
	color:#999999;
}

IMG.event {
	margin-bottom: 10px;
	border: 1px solid #000000;
}

p.byLine {
	font:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-transform:uppercase;
	font-weight:bold;
}
hr.sectionTitle {
	margin: 0px;
	padding: 0px;
	width:200px;
	height:1px;
	color:#009FFF;
	align: left;
	float:left;
	clear:both;
}
h3.sectionTitle {
	margin:0px;
	padding:0 0 10px 0;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;	
}

/* --- FOOTER --- */

#footer { 
	font-size: 0.95em;
	color: #FFF;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	text-decoration:underline;
	color: #66FFFF;
}

/* --- ABOUT US --- */

#archive a, #aboutUs a, #contactUs a, #subscribe a {
	text-decoration: none;
	color: #2A9FAA;
}
#archive a:hover, #aboutUs a:hover, #contactUs a:hover, #subscribe a:hover {
	text-decoration: underline;
	color: #009FFF;
}
#aboutUs p {
	margin-bottom: 20px;
}
#advertisers {
	float: left;
	width: 137px;
	margin-right: 2px;
}


/* --- CONTACT --- */

#contactTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	padding: 50px 7px 3px 0px;
	color:#2A7FFF;

}
#contactUs p {
	margin-bottom: 5px;
}
#contactUs ul {
	margin: 0 0 5px 20px;
}

/* --- SUBSCRIBE --- */

#subscribeTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	padding: 0 7px 3px 7px;
	color:#2A7FFF;
}

.subscribeLink {
	font-family:Arial, Helvetica, sans-serif;
}

.paypalForm, .paypalForm td .paypalForm form {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding: 10px;
}

.newSub {
	padding:10px;
	background:#EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
}

.formField {
	margin: 5px;
}
.fieldset {
	margin-bottom: 40px;
	padding: 10px;
	border: 2px groove #999999;
}

/* --- ARCHIVE --- */

#archive p.archive-h1 {
	margin-top: 55px;
}
.archive-h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	line-height:1.6em;
	text-align:right;
}
#archive IMG {
	margin: 0px;
}
#archive IMG.archiveTitle {
	margin-left: 0px;
}
#archive div.cover {
	float: left;
	margin: 5px;
	width:170px;
	height: 240px;
	text-align:center;
}
p.coverName {
	padding: 0px;
	margin: 0px;
	text-align:center;
}

/* --- MAGAZINE --- */

.toc-h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	text-align:right;
}
.toc-h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.8em;
	text-align:right;
}
.toc-h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	text-align: right;
	line-height:0.8em;
}
#coverImage {
	float: left;
	padding-right: 10px;
}
#coverStory {
	padding-top:0px;
}
#coverCredit {
	padding-right: 50px;
	font-size: 0.8em;
}
#magazineContent h1, #coverStory h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:1.8em;
	text-transform:normal;
	margin: 10px 0;
	padding-top: 20px;
	color:#666666;
}
#magazineContent p, #coverStory p {
	margin-top: 0px;
	padding: 0 0 15px 0;
}
#magazineContent h3, #coverStory h3 {
	margin: 15px 0 0 0;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.2em;
	color:#007FFF;
}
#magazineContent h6, #coverStory h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}
#magazine {
	padding-right: 50px;
}
#magazineContent {
	margin-top: 25px;
	padding-right: 150px;
}
#magazineContent ul {
	margin: 0;
	padding: 0;
	list-style:none;
	display:block;
}
#magazineContent ul li {
	padding-bottom: 5px;
}

.toc-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-style:italic;
	color:#007FFF;
}
.toc-intro {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.0em;
	color:#AA9F55;
}


/* --- THANK YOU --- */
#thankyou {
	text-align: center;
}
h3.thanks {
	margin: 20px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	color: #000000;
}
#thankyou IMG {
	margin-top: 50px;
}


/* --- COMMON ELEMENTS --- */

@font-face {
	font-family: 'Vegur';
	src: local('Vegur-L 0601.otf'),
	     url('/public_html/resources/font/Vegur-L-0601.otf') format('opentype');

}

.columnHeading {
	font: Vegur, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px #ccc;

}
em {
	font-style:italic;
}

h1 {
	font-size:2.4em;
	font: Vegur, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px #ccc;
	margin:10px auto;
}

h2 {
	font-size:2.2em;
}

h3 {
	font-size: 1.8em;
	font: Vegur, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px #ccc;
	margin:10px auto;
	color: #2A7FFF;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.1em;
	margin: 0px;
	padding: 20px 0 5px 0;
	line-height:1em;
	font-weight: normal;
	color: #2A7FFF;
}
#spaceRight {
	margin-right: 5px;
}
#spaceLeft {
	margin-left: 5px;
}
.prepend-top { 
  margin-top:1.5em; 
}
.append-bottom { 
  margin-bottom:1.6em; 
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

