/*
Livimichaael.css - 
*/

/*
Author: nickwood.net
Created: 20050712
Last Modified: 20060531
*/

body, html
{
	margin:0;
	padding:0;
	border:0;
}

body
{
	text-align:center; /* Fix for IE 5 */
	background-image:url(../images/bg-pattern.jpg);
	font: small/1.5em Georgia, "Times New Roman", Times, serif;
}

#wrapper
{
	position: relative;
	margin:0 auto;
	width:600px;
	text-align:left; /* correct IE 5 */
}

#header
{
	
	height: 60px;
	padding-top: 150px;
	background-image: url(../images/bg-header.jpg);
	background-position: top center;
	background-repeat: no-repeat; /* use background image long-hand for IE 4 */
	clear:both;
}

#content
{
	background-image: url(../images/bg-body.jpg);
	background-position: top center;
	background-repeat: repeat-y; /* use background image long-hand for IE 4 */
	float:left;
	clear:both;
}
	
#footer
{
	clear:both;
	width:300px;
	height:164px;
	padding: 50px 200px 50px 100px;
	background-image: url(../images/bg-bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 85%;
	color: #c90;
	background-color: inherit;
}

/* floating implementation, source independent, but needs IE hackery */
#main
{
	float:left;
	width:385px;
	padding-left: 15px;
	padding-top: 15px;
}

#side
{
	float:right;
	padding: 20px 9px 10px 0;
	width: 188px; /* IE 5.2/Mac needs the extra 2px space */
	text-align:left; /* for IE 4.72 */
}

.hide
{
	display:none;
	height:0;
	width:0;
	overflow:hidden;
	position:absolute;
}

.clear
{
	height:1px;
	clear:both;
}

img.title
{
	padding-left: 30px;
}

#frank
{

	position:absolute;
	right:9px;
	width:188px;
	height: 75px;
	background-image: url(../images/frank.gif);
	background-position: top center;
	background-repeat: no-repeat;
	
}

#strapline
{
	position:absolute;
	top:190px;
	left:12px;
	/* font-style:italic;*/
	margin:0;
	font-weight:normal;
	color: #A17A00;
	background-color: inherit;
	font: small/1.5em Georgia, "Times New Roman", Times, serif;
}

#strapline a
{
	font-style: normal;
}

#local-nav
{
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top:190px;
	left:12px;
	margin:0;
	font-weight:normal;
	color: #000;
	background-color: inherit;
	font-size:90%;
}

#home a
{
	display: block;
	position: absolute;
	width: 400px;
	height: 140px;
	top: 15px;
}

#headline img.title
{
	width:300px;
	margin: -10px auto 10px auto;
}

ol.newslist
{
	list-style-type: none;
	padding-left: 1em;
}

ol.newslist li
{
	list-style-type: none;
}

.date
{
	text-align:right;
	color: #c90;
	background-color: inherit;
	font-size: 76%;
	margin:0;
}

#titleheader
{
	color:transparent;
	font-size:1px; margin:0;
	float:left;
}

.headlineImg
{
	width:186px;
	height:286px;
	float:left;
	border:solid 1px #c90;
	margin-right:10px;
}

.headlineTxt
{
	width:186px;
	float:right;
}

.speech-bubble
{
	float:right;
	margin:0;
	padding: 5px;
	width:180px;
	height:105px;
	background-image: url(../images/speech-bubble.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

.pullquote
{
	margin:0;
	width: 100%;
	border-top: solid 3px #c90;
	border-bottom: solid 3px #c90;
	color:#CD1B07;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
}

.pullquotefw
{
	width: 90%;
	margin: 1.5em auto;
	border-top: solid 3px #c90;
	border-bottom: solid 3px  #c90;
	color:#CD1B07;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
}

.xtra
{
	color:#CD1B07;
	background-color: inherit;
	font-weight:bold;
}

ul.quill
{
	padding:0;
	margin:0;
}

ul.quill li
{
	padding:0 0 0 65px;
	margin:0;
	list-style-type: none;
	background-image: url(../images/bullet-quill.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	font-weight:bold;
}

.amazon-link
{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 12px;
	background-image: url(../images/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.float-left
{
	float:left;
}

.float-right
{
	float:right;
}

.center
{
	text-align: center;
}

li.bullet, ul.bulleted li, ol.bulleted li, .bullet
{
	padding-left: 12px;
	background-image: url(../images/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	list-style-type: none;
}

.cover-sm
{
	
}

a:link
{
	color: #00f;
	background-color: inherit;
}

a:visited
{
	color:#909;
	background-color: inherit;	
}

a:hover
{
	color:#CD1B07;
	background-color: inherit;	
}

a:active
{
	color:#CD1B07;
	background-color: inherit;	
}

a img
{
	border:0;
}

hr
{
	clear:both;
	border-width:1px 0 0 0;
	border-top-style: solid;
	border-top-color: #c90;
	height:0px;
	color:#c90;
	background-color:transparent;
	margin: 1em 0;
}

h1, h2, h3, h4
{
	font-family:Arial, Verdana, Geneva, Helvetica, Arial, sans-serif;
	/* text-transform:capitalize; */
	text-align:left;
	margin:0.2em 0;
	clear: both;
}

h1
{
	font-size:140%;
	color:#CD1B07;
	background-color: inherit;	
}

h2
{
	font-size:120%;
	color:#CD1B07;
	background-color: inherit;	
}

h3
{
	font-size: 110%;
	color:#CD1B07;
	background-color: inherit;	
}

h4
{
	font-size: 100%;
	color:#CD1B07;
	background-color: inherit;	
}

dl.type1
{
	margin: 0;
	padding-left: 0.5em;
	clear:both;
}

dl.type1 dt
{
	display: inline;
	font-style:italic;
	margin:0;
}

dl.type1 dd
{
	display: inline;
	margin:0;
	color:#CD1B07;
	background-color: transparent;	
}

table.bord
{
	border: solid 1px #c90;
	font-family: Arial, Helvetica, sans-serif;
}

table.bord td
{
	border: solid 1px #c90;
	border-collapse: collapse;
}

table.bord th
{
	background-color: #c90;
	color:white;
	border: solid 1px #fff;
	border-collapse: collapse;
	}

caption
{
	color: #CD1B07;
	background-color:transparent;
	font-weight: bold;
}