/* Sonic Postcard CSS Document */

/* General Rules */

/** 	{	
	border: 1px dotted #F00;
}*/

html	{
	margin: 0;
	padding: 0;
	height:100%;
}

body	{
	margin:0 auto 0 auto;
	padding: 0;
	color: #000;
	background-color: #FFF;
	font-family: arial, verdana, sans-serif;
	background: url(images/sp-bkgd.jpg) 50% 0% no-repeat;
}

/* Layout Rules */

#page {
	position:absolute;
	width: 780px;
	left:50%;
	margin-left:-390px;
	padding: 0;
	font-size: 0.8em;
	height: 100%;
}

#header {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	height: 90px;
	width: 780px; 
	color: #FFF;
	font-size: 0.9em;
	font-weight : bold;
	background: url(images/sp_header.gif) no-repeat;
}

#header .left{
	margin: 0;
	padding: 0;
	float: left;
}

#header .right{
	margin: 0;
	padding: 70px 0 0 0;
	float: right;
}
	
#header a:link, #header a:visited { 
	color: #FFF;
	font-weight : bold;
	text-decoration : none;
}

#header a:active { 
	color: #FFF;
	font-weight : bold;
	text-decoration : none;
}

#header a:hover { 
	color: #FFF;
	font-weight : bold;
	text-decoration : underline;
}

#top-navigation {
	margin: 0;
	padding: 10px 0 0 0;
	width: 780px;
}

#content {
	margin: 0;
	padding: 0;
	width: 780px;
	background-image: url(images/sp_page.gif);
	background-repeat:repeat-y;
	color: #006699;
	font-size: 1.0em;
	clear:both;
	min-height: 300px;
}

#content #home {
	margin: 0;
	padding: 0;
	width: 760px;
	position:relative;
	left:10px;
}

#content #flashContent {
	margin: 0;
	padding: 0;
	width: 760px;
	position:relative;
	left:10px;
}

#content #notFlashContent {
	margin: 0;
	padding: 0;
	position:relative;
	left:10px;
}

#content-footer {
	margin: 0;
	padding: 0;
	clear:both;
}

#content #main-full {
    float: right;
	margin: 0;
	padding: 10px 0  10px 0;
    width: 740px;
	position:relative;
	right: 20px;
}

#content #main-2column {
    float: right;
	margin: 0;
	padding: 10px 0  10px 0;
    width: 565px;
	position:relative;
	right: 20px;
}
	
#content #sub-navigation, #content #latest-postcards, #content #quotations {
	margin: 0;
	padding: 10px 0 0 0;
    float: left;
    width: 165px;
	position:relative;
	left:20px;
}

#footer {
	margin: 0 auto;
	padding: 10px 0;
	width: 780px;
	background: #FFFFFF url(images/sp_footer.gif) no-repeat;	
}

#footer .address{
	position:relative;
	left: 15px;
	top: 15px;
	color: #006699;
	font-size: 1.0em;
	width:700px;
}

#footer .left{
	float:left;	
}

#footer .right{
	float:right;	
}

div.spacer {
  	clear: both;
	margin: 0;
	padding: 0;
}

/* Content Rules */

#content h2{
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	border-bottom: 1px solid #BEDBF0;
}

#content #quotations h2{
	margin: 0;
	padding: 10px 0 0 0;
}

/* General linkology */
	
a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color:  #006699;
	background: transparent; 
}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #FF9900;
	background: transparent; 
}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #000;
	background: transparent;  
}

/* Top Navigation Rules */
/* Adapted from http://www.projectseven.com/tutorials/css/uberlinks */

#top-navigation .list {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	width: 100%;
}
#top-navigation .list ul {
	margin: 0;
	padding: 0;
}
#top-navigation .list li {
	margin: 0;
	padding: 0;
	width: 195px;
	float: left;
	list-style-type: none;
	text-align:center;
	white-space: nowrap;
}
/* tab unselected state */
#top-navigation .list li#tab-1{
	background-image: url(images/sp_tab-1.gif);
}
#top-navigation .list li#tab-2{
	background-image: url(images/sp_tab-2.gif);
}
#top-navigation .list li#tab-3{
	background-image: url(images/sp_tab-3.gif);
}
#top-navigation .list li#tab-4{
	background-image: url(images/sp_tab-4.gif);
}
/* tab selected state */
#top-navigation .list li#tab-1-over{
	background-image: url(images/sp_tab-1-over.gif);
}
#top-navigation .list li#tab-2-over{
	background-image: url(images/sp_tab-2-over.gif);
}
#top-navigation .list li#tab-3-over{
	background-image: url(images/sp_tab-3-over.gif);
}
#top-navigation .list li#tab-4-over{
	background-image: url(images/sp_tab-4-over.gif);
}
#top-navigation li a {
	padding-top: 10px;
	height: 35px;
	text-decoration: none;
	display: block;
	width: 100%;
}
html>body #top-navigation li a {
	width: auto;
}
#top-navigation .list a:link, #top-navigation .list a:visited {
	color: #006699;
}
#top-navigation .list a:hover, #top-navigation .list a:active {
	text-decoration: underline;
}

/* Content Sub Navigation Rules */

#content #sub-navigation .list {
	margin: 0;
	padding: 0;
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content #sub-navigation ul {
	margin: 0;
	padding: 0;
}
#content #sub-navigation .list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #BEDBF0;
	border-left: 1px solid #BEDBF0;
	border-right: 1px solid #BEDBF0;
}
#content #sub-navigation li a {
	margin: 0;
	padding: 8px;
	text-decoration: none;
	display: block;
	width: 147px !important; /*BMH*/
    width /**/:165px; /*BMH*/
}
html>body #content #sub-navigation li a {
	width: auto;
}
#content #sub-navigation .list a:link, #content #sub-navigation .list a:visited {
	color: #006699;
}
#content #sub-navigation .list a:hover, #content #sub-navigation .list a:active {
	text-decoration: underline;
}


/* Latest Postcards */

#content #latest-postcards .list {
	margin: 0;
	padding: 0;
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#BEDBF0;
}
#content #latest-postcards .list .title {
	font-weight:bold;
}
#content #latest-postcards .list .location {
	font-weight:normal;
}
#content #latest-postcards ul {
	margin: 0;
	padding: 0;
}
#content #latest-postcards .list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	border-bottom: 2px solid #FFF;
}
#content #latest-postcards .list a {
	margin: 0;
	padding: 8px;
	text-decoration: none;
	display: block;
	width: 147px !important; /*BMH*/
    width /**/:165px; /*BMH*/
}
html>body #content #latest-postcards li a {
	width: auto;
}
#content #latest-postcards .list a:link, #content #latest-postcards .list a:visited {
	color: #006699;
}
#content #latest-postcards .list a:hover, #content #latest-postcards .list a:active {
	text-decoration: underline;
}

/* Quote */
#content #quotations {
	margin: 0;
	padding: 0;
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#content #quotations .quote-item {
	margin: 0 0 20px 0;
	padding: 5px;
	background-color:#BEDBF0;
}
#content #quotations .quote-item .quote {
	margin: 0;
	padding: 0;
	font-weight:bold;
}
#content #quotations .quote-item .reference {
	margin: 0;
	padding: 10px 0 0 0;
	font-weight:normal;
	font-style:italic;
	text-align:right;
}


/* Page Item Rules */

.page-item{
	margin: 0;
	padding: 0 0 20px 0;
}
.page-item h2{
	margin: 0;
	padding: 0;	
}
.page-item .item-right{
    float: right;
	margin: 0;
	padding: 0;
    width:420px;	
}	
.page-item .item-left {
	margin: 0;
	padding: 0;
    float: left;
    width: 120px;
	text-align:center;
}	
.page-item .item-date {
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}	
.page-item .item-copy {
	margin: 0;
	padding: 10px 0 0 0;
}	
.page-item .item-title {
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}	
.page-item .item-audio{
	margin: 0;
	padding: 10px 0;
}	
.page-item .item-audio a{
	margin: 0;
	padding: 5px;
}
.page-item .item-audio a:link {
	color: #BDE2FD;
	text-decoration: none;
	background-color: #006699;
}
.page-item .item-audio a:visited {
	color: #006699;
	text-decoration: none;
	background-color: #BDE2FD;
}
.page-item .item-audio a:hover, page-item .item-audio a:active {
	color: #006699;
	text-decoration: none;
	background-color: #FFCC00;
}


/* Postcards Data */

.postcards-title{
	margin: 0;
	padding: 0;
	float: left;
	width: 500px;
}
.postcards-info{
	margin: 0;
	padding: 10px 0;
	float: left;
	width: 500px;
}
.postcards-links{
	margin: 0;
	padding: 10px 0;
	float: left;
	width: 500px;
}
#content .postcards-links h2{
	margin: 10px 0;
	padding: 0;
}
a.audio-link, a.audio-link:visited{
	padding: 20px; 
	margin: 0; 
	margin-right: 10px; 
	color: #006699;
	display: block;
	font-size:18px;
	text-decoration: none;
	text-align:center;
	background: #FFCC00;
	width: 180px;
	float: left;
}
a.audio-link:hover{
	color: #006699;
	background: #99CCFF; 
}
.postcards-media{
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	margin-left: 520px;
	height: 1%; /*IE Peek-A-Boo Fix*/
}
.postcards-media .media-copy{
	font-weight: normal;
	color: #99CCFF;
}
.postcards-media h3{
	margin-top: 0px;
	padding: 0;
}
.postcards-title h3{
	margin-top: 10px;
	padding: 0;
}
.postcards-media ul{
	border: 0; 
	margin: 0; 
	padding: 0; 
	list-style-type: none;
}
.postcards-media li{
	border: 0; 
	margin: 0; 
	padding: 1px;
	display: block;
}
.postcards-media li a {
	margin: 0;
	padding: 5px;
	display: block;
}
.postcards-media ul li a:link{
	color: #BDE2FD;
	text-decoration: none;
	background-color: #006699;
}
.postcards-media ul li a:visited{
	color: #006699;
	text-decoration: none;
	background-color: #BDE2FD;
}
.postcards-media ul li a:hover, .postcards-media ul li a.selected{
	color: #006699;
	text-decoration: none;
	background-color: #FFCC00;
}

/* Tables */

table.postcard-data {

}
table.postcard-data tr {
	padding: 10px;
	background-color: #FFF;
	border-bottom: 1px solid #F00;
}
table.postcard-data tr.d0 td {
	background-color: #FFF;
	padding: 4px;
}
table.postcard-data tr.d1 td {
	background-color: #D9EFFD;
	padding: 4px;
}

