﻿/* CSS layout */
#shell {
  width: 972px;
  margin: 0 auto;
  text-align: left;
}

body
{
  font-family:Calibri, sans-serif;	
  font-size:small;
}
img{
	border:0;
}
/*
=====================================================================
		LAYOUT

=====================================================================
*/

#masthead {

}

#top_nav {	
	vertical-align:text-bottom;
	background-color:black;
	height:40px;
	font-size:medium;
}

#container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#left_col {
	width: 180px;
	position: absolute;
	left: 0px;
	top: 0px;	
}

#page_content {	
	margin-right: 300px;
	margin-left: 200px;	
}

#right_col {		
	width: 280px;
	position: absolute;
	right: 0px;
	top: 0px;	
}

#footer {
	clear: both;
	text-align: center;
	padding: 4px 0;
	margin: 10px 0 0;
	background: #000;
	color: #fff;
}

/*

/*
=====================================================================
		LAYOUT

=====================================================================
*/

#top_nav ul
{
	padding: 0; margin: 0;
	list-style-type: none; /*turns off display of bullet*/
	overflow: hidden;
}

#top_nav ul li
{
	width:150px;
	height: 40px;
	float: left;
	background-image:url('/images1/red8pixel.png');
	background-position:left;
	background-repeat:repeat-y;
	padding: 0 20px;
	font-weight:bolder;
	position: relative;
}

#top_nav ul li a
{
	display: block;
	position: absolute;
	bottom: 5px;
	color:white;
	text-decoration:none;
}
#top_nav ul li a:hover
{
	color:red;
	text-decoration:none;
}


=====================================================================
		COMMON

=====================================================================
*/

.section
{
	
}
.section h4
{	
	margin:5px 0px 5px 0px;
	font-size:medium;
	background-image:url('/images1/red8pixel.png');
	background-position:left;
	background-repeat:repeat-y;
	background-color:black;
	color:white;
	padding:5px 5px 5px 20px;
	text-transform: uppercase;
}
/*
=====================================================================
		LATEST MAGAZINE SIDE BAR

=====================================================================
*/
#latestMagazine div
{
	text-align:center;	
	margin:0px 0px 0px 0px;

}

/*
=====================================================================
		FEATURED PHOTO SIDE BAR

=====================================================================
*/
#featuredPhoto div
{
	text-align:center;	
	margin:0px 0px 0px 0px;

}
#featuredPhoto p
{
	background-color:gray;
	color:black;
	padding:5px 5px 5px 5px;	
	margin:0px 0px 0px 0px;
}
/*
=====================================================================
		IN BRIEF SIDE BAR

=====================================================================
*/

#inBrief
{
	background-color:black;
	color:white;
	padding:0px 5px 0px 5px;	
	margin:5px 0px 5px 0px;
}
#inBrief a
{
	color:white;
}
#inBrief a:hover
{
	color:red;
}
#inBrief h4
{		
	margin:0px 0px 0px 0px;
	color:red;
	font-size:x-large;
	font-weight:bolder;
	padding:0px 5px 0px 5px;
}

/*
=====================================================================
		NEWS MAIN

=====================================================================
*/
.newsItem
{
	
}
.newsItem h5{
	font-size:xx-large;
	margin:0px 0px 0px 0px;
	color:gray;
}
.newsItem p img
{
	float:left;
	margin:0px 5px 0px 0px;
}
.newsFooter
{
	padding:3px 10px 3px 3px;
	text-align:right;
	background-color:gray;
}
/*
=====================================================================
		SNAPSHOT SIDE BAR

=====================================================================
*/

.snapshotItem
{
	padding:0px 0px 0px 0px;
	width:128px;
	background-color:gray;
	float:left;
	overflow: hidden;
}

.snapshotItem.odd {
	margin: 0 12px 5px 0;
}

.snapshotItem.even {
	margin: 0 0 5px 12px;
}

.snapshotItem p {
	margin: 0;
	padding: 2px 4px;
	height: 50px;
}

/*
=====================================================================
		EVENTS SIDE BAR

=====================================================================
*/
.eventItem p 
{
	height:50px;
	margin:5px 0 5px 55px;
	padding:0px 10px 0px 0px;
	background: #ddd;
}
/*
=====================================================================
		DATES

=====================================================================
*/
.date_cal {	
	color:white;
	margin:5px 15px 5px 5px;	
	float:left;
	display:block;
	width: 50px;
	height: 50px;
	margin: 0 0px 0 0;
	background-color:gray;
	text-align:center;
	font-weight: bold;
	}

.date_cal .month {
	font-size: 14px;
	text-transform: uppercase;
	}
	
.date_cal .date {	
	font-size: 40px;
	line-height: 24px;
	}
	