﻿/* Defines non-color styles for home page of showizala.com */

/******** Global ********/
a:hover {
	text-decoration:underline
}
a {
	text-decoration:none;
}
body {
	font-family: Tahoma,Arial,Helvetica;
}
a.item:hover {
	text-decoration:none
}

/******** Header ********/
div#header {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	white-space: nowrap;
}
td { /*tables are used in a couple of places to prevent word wrap or overlapping floats*/
	vertical-align: top;
}
div#headerLeft {
	float: left;
	margin: 8px 0px 8px 8px;
	display: inline-block;
	vertical-align: top;
}
div#headerRight {
	float: right;
	margin: 8px 12px 8px 0px;
	display: inline-block;
	height: 100%;
}
h1 {
	font-size: medium;
	font-weight: normal;
	margin-bottom: 4px; /* for getting showizala.com image to look baseline-aligned (see below) */
	margin-top: 0px;
}
h1 img { /*showizala.com logo*/
	margin-bottom: -4px;
}
h2 {
	font-size: small;
	font-weight: normal;
	margin: 0px 0px 0px 1.5em;
}
p#subhead2 {
	font-size: large;
	font-weight: normal;
}

/******** Main Content ********/
div#mainContentContainer {
	margin-top:1em;
}
div.contentBlock {
	margin: 10px 10px 10px 10px;
}
/* this glues the businesses to the right edge of the window. Looks archaic.
table#mainContentMiddleAndRight {
	width: 100%;
} */

/******** Main Content Left ********/
div#mainContentLeft {
	margin: 45px 10px 6px 3px;
	float: left;
	width: 120px; /* workaround for IE6 overlap bug; seem harmless on IE8/Firefox ... as long as it matches the image width */
}

/******** Main Content Middle ********/
div#whatsNew {
	display: inline-block;
}
div#olderStuff {
	display: inline-block;
}
div#mainContentMiddle {
	min-width: 250px; /* 90px picture x some factor */
}
span.mainContentHeader {
	font-weight: bold;
	font-size: 1.2em;
}
span.mainContentSubHeader {
	font-style: italic;
	font-size: 0.8em;
}
div#olderStuffHeader {
	margin-top: 3em;
}
div.item {
	margin: 0.8em 0em 0em 1.5em;
	font-family: Tahoma, Geneva, Verdana;
}
div.itemHeader {
	display: table;
}
span.itemDate {
	font-weight: bold;
	font-size: 0.77em;
	display: table-cell; /* IE6 doesn't understand this, but not a huge issue; text just wraps differently */
}
span.itemTitle {
	font-weight: bold;
	font-size: 0.9em;
	padding-left:0.5em;
	display: table-cell;
}
span.itemDetail {
	font-weight: normal;
}
div.itemThumbnail {
	margin: 3px 0px 0px 6px;
}
div#prevUpdatesBlock {
	margin-top: 2em;
}
div#prevUpdatesBlock img {
	border-width: 0px;
	vertical-align: middle;
}
/* neat but unnecessary
a:hover span.pseudoLink {
	text-decoration: underline;
} */
span.pseudoLink {
	text-decoration: underline;
}

/******** Main Content Right ********/
div#mainContentRight {
	/*max-*/width: 310px; /*IE6 doesn't understand max-width*/
	display: inline-block;
	float: right;
	text-align: center;
	font-size: 0.8em;
	padding-top: 2em;
}
div.businessBlock {
	display: block;
	margin-bottom: 4em;
}
img.businessLogo {
	border-width: 0px;
}
img.businessLogoWithBorder {
	border-width: 1px;
	border-style: solid;
}
div.businessHeader {
	font-weight: bold;
	margin-bottom: 0.4em;
}
div.businessDetail {
	margin: 0.4em 0em 0.4em 0em;
}
div.businessLogo {
	margin-top: 0.8em;
}

/******** Footer ********/
div#footer {
	border-top-width: 1px;
	border-top-style: solid;
	padding: 20px 10px 10px 10px;
	margin-bottom: 1em;
}
div#footer img {
	float: left;
	margin-right: 1em;
}
div.footerTitle {
	font-size: 0.9em;
}
div.footerContentBlock {
	margin-top: 1em;
}
div.footerContent {
	font-size: 0.8em;
}
a.footerLink {
	font-weight: bold;
}
