/*
-----------------------------------------------
Screen Stylesheet for Relation-ary.com

Site: www.InnovativeInSite.com
Author:   John Holleman    www.InnovativeInSite.com

----------------------------------------------- */



body, html {
	padding: 0;
	margin: 0;
	font-family: arial;	
	background-color: white;
	color: black;
	font-size: 13px;
	width: 100%;
	max-height: 852px;
	min-height: 852px;
	background: url(../images/bgrepeat.jpg) repeat-x;
}

ul, h1, h2, h3, h4, h5, h6, input, form, p, dt, dd, dl {
margin:0;padding:0;
list-style:none;
}

/* ----- Positioning ----- */

.container {
	background: url(../images/bg.jpg) no-repeat;
	margin: 0 auto;
	height: 852px;
	overflow: hidden;
}

.content {
	width: 900px;
	padding-left: 20px;
}

.header {
	clear: both;
}

.logo {
	float: left;
	padding-top: 40px;
	padding-left: 15px;
}

.tagline {
	float: right;
	padding-top: 25px;
}

.pictureframes {
	clear: both;
	min-height: 500px;
}

.gallery {
	width: 900px;
}

.left, .center, .right {
	width: 300px;
	vertical-align: top;
}

.footer {
	
}

.footercredits {
	width: 900px;
	clear: both;
}

.footerleft {
	color: white;
	float: left;
}

.footerright {
	color: white;
	float: right;
}

.footercredits a {
	color: white;
}

.footercredits a:hover {
	text-decoration: none;
}

.amanda {
	padding-left: 50px;
}

.game {
	
}

.what2say {
	padding-left: 10px;
}

.book {
	
}

.press {
	padding-left: 70px;
}

.jreadmusic {
	padding-left: 20px;
}


/* ----- Formatting ----- */

a img {
	border: 0px;
	text-decoration: none;
}

h2 {
	color: white;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: .1em;
}

p {
	color: white;
	font-size: 14px;
	letter-spacing: .05em;
}

/* ----- Tool tips formatting ----- */
.tipper {
	color: #222;
	font-weight: bold;
	padding: 0.2em;
	margin: 0.5em;
}
a.tipper {
}

.tool-tip {
	color: #fff;
	width: 210px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
.tool-loading {
	background: url(ajax_load.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}


a.tipper img {
	border: 0px;
	text-decoration: none;
}
