/*
	TOP LEVEL 
	main stylesheet 
*/

body, html, td, th, a, b, strong, li, p, * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
}

p, li {
	text-align: left;
}

ol, ul {
	margin: 20px;
	text-align: left;
}

body {  
	text-align: center; /* That Explorer Malarkey */
}

/* links in general */
a:link, a:visited {
	text-decoration: underline;
}

div#container {
	/* everything goes inside this */
	position: relative;
	background: transparent;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 10px;
  	width: 773px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width: 770px;
}

/* footer */
div#footer, div#footer a, div#foottext, div#foottext a, div#foottext p {
	font-size: 0.93em;
	line-height: 1.05em;
}

div#footer {
	margin-top: 30px;
	display: block;
	clear: both;
	text-align: left;
  	width: 773px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width: 770px;
}

div#foottext {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#foottext a:link, div#foottext a:visited {
	text-decoration: none;
}

img.footerlogo, div#foottext a img {
	/* the turnpiece logo */
	vertical-align: bottom;
	margin-right: 5px;
	margin-left: 0;
	border: none;
}	

/* header */
div#header, div#banner, div#banner a, img.banner {
	text-align: left;
  	width: 773px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width: 770px;
}

/* headings in the header */
div#header h1 {
	background: transparent;
	margin: 10px;
}

h1.large {
	font-size: 4em;
}

h1.medium {
	font-size: 2em;
}

h1.small {
	font-size: 1em;
}

div#header h1 a {
	text-decoration: none;
}

a.header:link, a.header:visited {
	text-decoration: none;
}

p {
	margin-bottom: 0.3em;
}

p.info {
	/* an info message */
	margin-left: 0;
	margin-top: 0.4em;
	width: 353px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width: 350px;
}

html>body p.info {
	width: 350px;
}
	
/* page content text */
div#about {
	background: transparent;
	text-align: left;
}

div#about h1 {
	margin-bottom: 0.3em;
	margin-top: 0.7em;
}

div#about h1, div#about h2 {
	margin-bottom: 0.3em;
	margin-top: 0;
}

div#about h3, div#about h4, div#about h5, div#about h5 {
	margin-bottom: 0.2em;
	margin-top: 0;
}

div#about p {
	margin-bottom: 1em;
}


/* used for when image links are hovered over */
a.highlight:link, a.highlight:visited {   
	text-decoration: underline;
}

a.lowlight:link, a.lowlight:visited {   
	text-decoration: underline;
}

.lowlight, p.displaydate {
	text-decoration: none;
}

img.highlight {
	border: 1px solid;
}

img.lowlight {
	border: 1px solid;
}

p.displaydate {
	/* smaller font for created and updated dates of sites & galleries
	when displayed on front page */
	font-size: 9pt;
	line-height: 1.2em;
	margin: 0;
}

.cleaner {
	/* create a space 
	ensure proper css flow*/
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; 
	padding: 0;
	background: transparent;
}

/* error messages for register and contact */
.error {
	color: #f00;
}

/* submit button */
.submitbutton {
	margin-right: 5px;
	text-align: center;
}

/* main image */
div#mainimage span {
	/* gap between text and main image */
	margin-bottom: 5px;
}

div#mainimage h3 {
	font-size: 1.1em;
}

/* image page */
span.imagetext, span.imagetext h3 {
	margin-top: 5px;
}

.tpg2 .imagetext { display: block; margin-top: 20px; }

/* gallery - space between text and icons */
#galleryspace, .iconspace {
	width: 20px;
}

/* icons holder */
#iconsholder {
	border: none;
}

.tpg2 div.iconbox {
	border: 1px solid;
}

.tpg2 div.icontitle a {
	display: block;
	width: 150px;
}

.icontitle a, .icontitle a:link, .icontitle a:visited {
	text-decoration: none;
}

#pagetitle {
	display: none;
	text-align: left;
	font-weight: bold;
}

.tpg1 #pagetitle {
	/* don't display page titles in version 1 */
	display: none;
}

.tpg #pagetitle {
	display: block;
}

/* set image widths */
.tpg2 .main {
	width: 520px;
}

.icon {
	width: 150px;
}

.thumb {
	width: 105px;
}

.thumbnail {
	width: 60px;
}

/* links page */
#links td.linktitle { width: 200px; text-align: right; }
#links td.linkspace { width: 20px; height: 20px; }