﻿/* //  GLOBAL STYLES  // */

body	{
	background: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

#mainBody:before {
	content: "Ruth O'Leary Textile Art"; 
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:30pt;
	display: block; 
	margin-bottom: 5px; 
	padding: 3px 3px 2px; 
	background: #ffffff; 
	text-align: center; 
}

#mainBody {	
	width: 100%; 
	margin:0 auto;
	padding: 0; 
	border: 0;
	float: none;
	overflow: visible;
	color: black; 
	background: transparent;
}

#FooterBlock	{
	display: none;   /* Don't display the footer menu */ 
}

.footermenu	{
	display: none;
}


/* //  BANNER STYLES  // */

#logoPrintFirefox {
	background-image:url('../images/printLogo.gif');
}

#logoLayout	{
	display: none;   /* Don't display the screen version of the banner */ 
}

#MenuBlock	{
	display: none;   /* Don't display the main menu */ 
}

/* //  GALLERY STYLES  // */

#detailImage {
	float:left;
	display:inline;
	padding-right:10px;
}
					
#detailText	{
	float:left;
	display:inline;
}

#galleryContainer {
	width:100%;
}

#galleryImage {
	float:left;
	display:inline;
	width:50%;
}
					
#galleryText {
	float:left;
	display:inline;
	width:50%;
}


/* //  TEXT STYLES  // */

h1 {
	font-size:14pt; 
	font-weight:bold;
}

h2 {
	font-size:12pt; 
	font-weight:bold;
}

h3 {
	font-size:12pt; 
	font-weight:bold;
}

h4 {
	font-size:12pt; 
	font-weight:bold;
}

p.caption	{
	font-size:9pt; 
	color: #444444;
	overflow: visible;
	text-align:right;
}

p.heading1	{
	font-size: 11pt;
}
					
p.heading2	{
	font-size: 11pt;
}

/* //  IMAGE STYLES  // */

img.border	{
	border: 1px solid #AE9910;
}	
					
img.blankBorder	{
	border: 0;
}

img.floatImage	{
	float: left;
	margin:0 5px 0 0;
}

img.floatImageRight{
	float: right;
	margin:0 0 0 5px;
}

