body 	{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}	


.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	}

.text	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

.text12	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}



h1 {
font-size: 16px;
font-weight: bold;
}

h2 {
font-size: 14px;
font-weight: bold;
}



#container {
position: relative;
width: 730px;
padding: 0;
margin-left: auto;
margin-right: auto;
}

/*----------------- DIVS FOR HEADER (BANNER AND NAV BAR)-----------*/
#header {
position: absolute;
top: 0;
left: 0;
width: 730px;
height: 98px;
}

#date {
position: absolute;
top: 55px;
right: 0;
width: 200px;
height: 15px;
text-align:right;
font-weight: bold;
color: #666666;
}
/*-------------------- END DIVS FOR HEADER ---------------------*/



/*-------------------- BEGIN DIVS FOR HOME PAGE ----------------*/
#homeLeftTop
{
width: 155px;
height: 75px;
position: absolute;
top: 101px;
left: 0;
background-image: url(../images/home/homeBlogLink1.gif);
}

#homeLeftBottom
{
width: 135px;
height: 305px;
position: absolute;
top: 176px;
left: 0;
background-color:#53bd64;
padding: 10px;
font-size: 10px;
}

#coverImage
{
width: 258px;
height: 400px;
position: absolute;
top: 101px;
left: 156px;
z-index: -1;
}
html>body #coverImage {z-index:0;}/*for non-IE browsers*/

#homeRight
{
width: 305px;
height: 302px;
position: absolute;
top: 101px;
left: 415px;
background-image: url(../images/home/homeRightBg2.gif);
padding: 10px 0 10px 10px;
}

#homeRightBottom
{
width: 305px;
height: 68px;
position: absolute;
top: 423px;
left: 415px;
background-image: url(../images/home/runwayReportBg.gif);
padding: 5px;
z-index: -1;
}
html>body #homeRightBottom {z-index:0;}/*for non-IE browsers*/
/*------------- END DIVS FOR HOME PAGE ----------*/


/*-------- BEGIN FOOTERS FOR MAIN PAGES AND HOME PAGE ----------*/
#footer
{
width: 720px;
height: 15px;
padding: 5px;
position: absolute;
top: 502px;
left: 0;
background-color:#666666;
text-align: center;
z-index: 0;
}
html>body #footer {z-index:0;}/*for non-IE browsers*/

#footer2
{
width: 720px;
padding: 5px;
position: absolute;
top: 527px;
left: 0;
text-align: center;
z-index: 0;
}
html>body #footer2 {z-index:0;}/*for non-IE browsers*/
/*---------- END FOOTERS FOR MAIN PAGES AND HOME PAGE ----------*/



/*---------------BEGIN DIVS FOR MAIN PAGES ----------*/
#mainLeft
{
width: 239px;
height: 390px;
padding: 5px 5px 5px 10px;
position: absolute;
top: 101px;
left: 0;
background-image: url(../images/global/stripe.gif);
}

#mainCenter
{
width: 239px;
height: 390px;
padding: 5px 5px 5px 10px;
position: absolute;
top: 101px;
left: 255px;
background-image: url(../images/global/stripe.gif);

}

#mainRight
{
width: 210px;
height: 390px;
padding: 5px;
position: absolute;
top: 101px;
right: 0;
background-color: #53bd64;
color: #ffffff;
}



#mainRight a:link, a:visited, a:hover, a:active
{
color: #ffffff;
}
/*---------------END DIVS FOR MAIN PAGES ----------*/


/*----------- BEGIN DIV FOR CONTENT PAGES -- ALSO SETS THE RIGHT MENU BACKGROUND COLOR---------*/

#content 
{
width: 730px;
position: absolute;
top: 101px;
}

/*----------- FOOTER FOR PAGES WHERE HEIGHT OF CONTENT CHANGES ---------*/
#contentFooter
{
width: 720px;
height: 15px;
padding: 5px;
position: static;
background-color:#666666;
text-align: center;
clear:both;
border-top: 1px solid #ffffff;
}

#contentFooter2
{
width: 720px;
padding: 5px;
position: static;
text-align: center;
background-color:#FFFFFF;
}


/*-------------- CLASSES FOR IMAGES -------------------*/

img {
border: none;
}

.left {
	float: left;
	padding: 0 15px 15px 0;
	}

.right {
	float:right;
	padding: 0 0 15px 15px;
	}
	
img.center {
display: block;
margin-left: auto;
margin-right: auto;
margin-top:10px;
margin-bottom: 10px;
    }	
	
img.border {
	border: 1px solid #333333;
	}
	
	
img.block {
display: block;
margin: 10px 0 10px 0;
}

.clear {
clear: both;
}

div.caption {
width: auto;
}

div.caption p{
text-align: left;
font-size: 10px;
color: #666666;
padding: 0;
margin: 2px 0 0 0;
}

/*------------ END CLASSES FOR IMAGES ------------------*/


/*--------- THIS IS ALL FOR THE BLOG ----------*/
.post {
width: 475px;
border-bottom: 1px solid #b8b8b8;
padding: 10px 0 10px 0;
font-size: 11px;
}


.postinfo a:link {
font-size: 11px;
font-weight: normal;
}

.postinfo a:visited {
font-size: 11px;
font-weight: normal;
}

.postinfo a:hover {
font-size: 11px;
font-weight: normal;
}

.postinfo a:active {
font-size: 11px;
font-weight: normal;
}

.post h1 { 
font-weight: bold;
font-size: 14px;
}

.post h1 a:link { 
font-weight: bold;
font-size: 14px;
}

.post h1 a:visited { 
font-weight: bold;
font-size: 14px;
}

.post h1 a:hover { 
font-weight: bold;
font-size: 14px;
}

.post h1 a:active { 
font-weight: bold;
font-size: 14px;
}


.comment 
{
text-align: left;
padding: 10px;
background-color: #f1f1f1;
}

      
/*--------------- MAIN LINKS: WHOLE SITE --------------- */	

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #278c37;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #278c37;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #278c37;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}
	
	

/* HOME PAGE SUB LINKS: "Other Stories This Week"  */

a.home1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}

a.home1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}
	
a.home1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	}
	
a.home1:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}

		
/*  MAIN PAGE SIDE BAR LINKS: "mainsidebar"  */

a.mainsidebar:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	}

a.mainsidebar:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	}
	
a.mainsidebar:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
	}
	
a.mainsidebar:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
	}


/*----------PEOPLE AND PLACES MAIN PAGE SIDE MENU LINKS------------*/
div.peoplePlacesMenu
{width: 164px;
margin: auto;
}
div.peoplePlacesMenu p {
text-align: center;
font-size: 11px;
padding: 0 0 15px 0;
margin: 2px 0 0 0;
}
div.peoplePlacesMenu img {
border: 1px solid #333333;
display: block;
}

/*-------------- FOOTER BAR LINKS ------------------------*/

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}

#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}
	
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}
	
#footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b4ec96;
	text-decoration: none;
	font-weight: normal;
	}
	
/*-------- CONTENT FOOTER LINKS (these should be the same as #footer links)----------*/
#contentFooter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}

#contentFooter a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}
	
#contentFooter a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}
	
#contentFooter a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b4ec96;
	text-decoration: none;
	font-weight: normal;
	}


/*---------- FOR NAV LISTS ON MAIN PAGES --------*/
.navlist
{
margin: 0;
padding: 5px 0 0 0;
list-style: none;
}

.navlist li
{
padding-left: 10px;
padding-bottom: 2px;
background-image: url(../images/global/arrow.gif);
background-repeat: no-repeat;
background-position: 0 4px;
}

/*---------- FOR NAV LIST ON CONTENT PAGES --------*/

.navlist2
{
margin: 0;
padding: 5px 0 25px 0;
list-style: none;
}

.navlist2 li
{
padding-left: 10px;
padding-bottom: 2px;
background-image: url(../images/global/arrow.gif);
background-repeat: no-repeat;
background-position: 0 4px;
}

/*-----------------FOR RUNWAY GALLERY------------*/


.gallery {
width: 500px;
margin: 10px 0 10px 0;
}

.gallery p {
font-size: 0.8em;
color: #999999;
}

.galleryMainpic {
float: left;
}

.galleryMainpic img {
width: 250px;
}

.galleryThumb {
width: 215px;
padding: 0 0 0 15px;
border-left: 1px solid #cccccc;
float:right;
text-align: left;
}

.galleryThumb img {
width: 50px;
border: 0;
}
/*---This is for when the gallery contains more than 5 rows (20 images)---*/
.galleryThumbScroll {
width: 215px;
height: 370px;
overflow: auto;
padding: 0 0 0 15px;
border-left: 1px solid #cccccc;
float:right;
text-align: left;
}

.galleryThumbScroll img {
width: 45px;
border: 0;
}

/*---This is for galleries with horizontal and vertical images---*/

.galleryMainpic2 {
width: 500px;
padding: 10px 0 10px 0;
}

.galleryMainpic2 img {
display: block;
margin: auto;
}

.galleryThumb2 {
width: 500px;
border-top: 1px solid #cccccc;
padding: 10px 0 0 0;
margin: auto;
text-align: center;
text-align: left;
}

.galleryThumb2 img {
width: 97px;
border: 0;
}

.galleryThumbScroll2 {
width: 500px;
height: 130px;
overflow: auto;
border-top: 1px solid #cccccc;
padding: 10px 0 0 0;
text-align: left;
}

.galleryThumbScroll2 img {
width: 93px;
border: 0;
}
