﻿/* css for gateway pods (left / right nav)*/


.gatewayPod { width: 210px; clear:both;}

.gatewayPod .header,
.gatewayPod .header a, 
.gatewayPod .header a:link, 
.gatewayPod .header a:hover, 
.gatewayPod .header a:visited, 
.gatewayPod .header a:active,
.gatewayPod .header h4 
{
	padding-top:19px;
	font-size:9pt;
	font-style:italic;
	font-weight:bold;
	color:#828385;
}

.gatewayPod .header h4 {padding-top:0px; margin: -1px 0px 0px 0px }

div.gatewayPod div.innerContent { color: gray; font-size: 8pt; width: 200px; }

.gatewayPod div.tribute 
{
	clear: both; 
	height:54px;
    border-bottom: solid 1px #D9D9D9;	
    margin-bottom:4px;
}

.gatewayPod div.tribute div.image { display: block; width: 50px; height: 50px; float:left; margin-right: 4px;}
.gatewayPod div.tribute div.text { width: auto; }
.gatewayPod div.tribute div.text * { font-size:9pt;  }
.gatewayPod div.tribute div.text span.year { font-style:italic; color:#828385; }

a.visitMore { 
	border-bottom: solid 1px #D9D9D9;
	font-size:7pt; 
	color:Gray;  
    text-decoration:none;       
    font-weight:normal;
	float: right;
}


div.tributePod div.footer
{
	margin-top:-1px;
	text-align:right;
}




/* lists */

.gatewayPod ul
{
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding-left:13;
	list-style-image: url(../img/bullet.jpg);
}

.gatewayPod ul a, .gatewayPod div.tribute a
{
	font-size:7.5pt;
	font-weight:bold;
	color: #7b2d8a;
}




/* headers */
div.gatewayPod div.header
{
	width:200px;
	height:54px;
    background-image: url(../img/gateway_pod/header_ribbon.png); 	/* default */ 
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-bottom: -25px;
}

div.gatewayPod div.ribbon { background-image: url(../img/gateway_pod/header_ribbon.png); }
div.gatewayPod div.dove { background-image: url(../img/gateway_pod/header_dove.png); }
div.gatewayPod div.books { background-image: url(../img/gateway_pod/header_books.png); }
div.gatewayPod div.flower { background-image: url(../img/gateway_pod/header_flower.png); }
div.gatewayPod div.calendar { background-image: url(../img/gateway_pod/header_calendar.png); }
div.gatewayPod div.candles  { background-image: url(../img/gateway_pod/header_candles.png); }
div.gatewayPod div.collection_tin { background-image: url(../img/gateway_pod/header_collection_tin.png); }
div.gatewayPod div.gift_box { background-image: url(../img/gateway_pod/header_gift_box.png); }
div.gatewayPod div.information { background-image: url(../img/gateway_pod/header_information.png); }
div.gatewayPod div.news { background-image: url(../img/gateway_pod/header_news.png); }
div.gatewayPod div.rosette { background-image: url(../img/gateway_pod/header_rosette.png); }
div.gatewayPod div.runner { background-image: url(../img/gateway_pod/header_runner.png); }
div.gatewayPod div.document_seal { background-image: url(../img/gateway_pod/header_document_seal.png); }
div.gatewayPod div.target { background-image: url(../img/gateway_pod/header_target.png); }
div.gatewayPod div.teddy_pink { background-image: url(../img/gateway_pod/header_teddy_pink.png); }
div.gatewayPod div.teddy_purple { background-image: url(../img/gateway_pod/header_teddy_purple.png); }
div.gatewayPod div.thank_you { background-image: url(../img/gateway_pod/header_thank_you.png); }
div.gatewayPod div.tv_screen { background-image: url(../img/gateway_pod/header_tv_screen.png); }
div.gatewayPod div.person { background-image: url(../img/gateway_pod/header_person.png); }

/* add bgs as required.... */

div.gatewayPod div.nobg 
{
	background-image: none;
	border-bottom:1px solid #D9D9D9;
	border-top:1px solid #D9D9D9;
	height:20px;
	padding-top:3px;
	width:200px;
	margin: -5px 0px 0px 0px;
}



