/*
-----------------------------------------------
Sean Rowe Main Stylesheet
Author:   etherweave communications
Version:  August 2005
----------------------------------------------- */

/*Global Styles*/

body {
	background-image: url(http://www.sean-rowe.com/images/background.jpg); 
        width: 100%;
        height: 100%;
	margin: 0;
  	padding: 0;
  	font: x-small/1.5em Georgia, TimesNewRoman, Times;
   	color: #666666;
	font-size/* */:/**/small;
	font-size: /**/small;
	}

h1, h2, h3 {
	font-family: Georgia, TimesNewRoman, TimesRoman, Times, serif;
	}

h1 {
	font-size: 150%;
	line-height: 2em;
	font-weight: normal;
	color: #336699;
	margin: 10px 0 .5em;
	margin-left: 10px;
	}
h2 {
	font-size: 130%;
	font-weight: normal;
	color: #336699;
	margin-bottom: 10px 0 .5em;
	margin-left: 10px;
	}
h3 {
	font-size: 110%;
	line-height: 2em;
	font-weight: normal;
	color: #336699;
	margin: 10px 0 .75em;
	margin-top: 20px;
	margin-left: 10px;
	}
h4 {
	font-size: 100%;
	line-height: 2em;
	font-weight: normal;
	color: #336699;
	margin: 10px 0 0;
	margin-left: 10px;
	}
	
p {
	text-align: justify;
	margin-left: 10px;
        margin-right: 10px;
	}

p.blurb {
        font-size: 11px;
        }

img {
	margin: 0;
	}

#author-photo {
        width: 200px;
        height: 150px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
	}
	
a:link {
	color: #336699;
	text-decoration: none;
	}
a:hover {
	color: #666633;
	text-decoration: underline;
	}
a:active {
	color: #666633;
	text-decoration: underline;
	}
a:visited {
	color: #666633;
	text-decoration: underline;
	}

ul {
	margin-top: 0;
	margin-left: 10px;
	padding-left: 0;
	list-bullet-style: none;
	list-style-type: none;
	}

ul.bullets {
        list-bullet-style: square;
        list-style-type: square;
        }

ul.bullets li {
        margin-left: 20px;
        padding-left: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
        }

.button {
	width: 120px;
	height: 10px;
	padding: 5px;
	}

.button2 {
	width: 120px;
	height: 13px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	}

/* Page Layout */

.prop {
	height: 600px;
	float: right;
        width: 1px;
	}

.clear {
       clear: all;
       height: 1px;
       overflow: hidden;
       }
	
#container {
	background: #ffffff;
	width: 641px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	min-height: 500px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	}

#site-title {
	position: relative; top: 0; left: 5px;
	width: 166px;
	height: 18px;
	padding: 0;
	margin-left: 10px;
	}

#quotes img {
        border: none;
        }

#email {
	position: relative; top: 15px; left: 600px;
	width: 18px;
	height: 13px;
	padding: 0;
	}
	
#masthead {
	position: relative; top: 10px; left: 0;
	background: url(http://www.sean-rowe.com/images/masthead_bg.jpg) no-repeat;
	width: 641px;
	height: 117px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}

/* Left Column - BOOK INFO */

#column1 {
        background: #ffffff;
	position: relative; top: 10px; left: 0;
	width: 160px;
        float: left;
        margin: 0;
        padding: 0;
	}

#bookinfo {
	width: 100px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

.bookjacket {
	margin-top: 15px;
	padding: 0;
	border: 1px solid #666666;
	}

.bookinfolist {
	font-size: 11px;
	text-align: left;
	padding-left: 0;
	margin-left: 0;
	margin-top: 10px;
	}
	
/* Middle Column - CONTENT AREA */

#column2 {
        background: #ffffff;
        background-image: url(http://www.sean-rowe.com/images/bg_content.gif); repeat-y;
	margin-left: 160px;
	margin-right: 160px;
        min-height: 500px;
	}

.content {
        width: 300px;
        padding: 0;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
	}

.audioplayer {
	width: 300px;
        height: 35px;
	margin-top: 20px;
        padding: 0;
	text-align: center;
        }

/* Right Column - NAVIGATION AREA */

#column3 {
    background: #ffffff;
	position: relative; top: 10px; left: 0;
	float: right;
	width: 160px;
	margin-top: 0;
	}

#navigation {
	text-align: left;
	margin-left: 5px;
	margin-right: auto;
	margin-top: 15px;
	width: 120px;
	height: 100px;
	padding: 0;
	}

#footer {
	position: relative; right: 0; bottom: 0;
	font-size: 10px;
	text-align: right;
	margin-top: 75px;
	margin-right: 5px;
	}

#footer p {
	margin: 0;
	padding: 0;
	text-align: right;
	}