﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font: 62.8% verdana, arial, sans-serif;
	background: url(../images/bgblugrad.gif) repeat-x;
	background-color: #040220;
}
/* use ems for font size if use 62.8 per cent */

#container {
	position: relative;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	position: relative;
	width: 100%;
}

#leftcol {
	font-size: 130%;
	height: auto;
	position: absolute;
	width: 200px;
	color: #FFFFFF;
	background-color: transparent;
	top: 0;
	left: 40px;
}

#leftcol img { margin: 0; }

#nav {
	font-size: 130%;
	height: auto;
	position: absolute;
	width: 200px;
	background-color: transparent;
	top: 0;
	left: 40px;
}

#nav ul.nav {
	border: 0;
	margin: 20px 1em 12px 1em;
	padding: 0;
	list-style-type: none;
}

#nav li {
	margin: 0;
	padding: .75em 0;
	list-style-image: none;
}

#nav a:link {
	text-decoration: none;
	background-color: transparent;
	color: #FFFFFF;
	outline: none;
}

#nav a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #FFFFFF;
	outline: none;
}
#nav a:hover {
	color: #6996D3;
	outline: none;
	font-size: 105%;
}

#body_home #nav_home a,#body_pubs #nav_pubs a,#body_awards #nav_awards a,#body_marktime #nav_marktime a,#body_writing #nav_writing a,#body_poems #nav_poems a, #body_contact #nav_contact a {
	text-decoration: none;
	color: #7d7d7d;
	padding: 2px;
	font-weight: bold;
}

#nav p.smallnav {
	font-size: 80%;
	margin-right: 20px;
	padding: 0 20px 10px 0;
	margin-left: 1em;
	color: #7d7d7d;
}

p.bws {
	color: #7d7d7d;
	font-size: 80%;
	margin-left: 1em;
}

#nav span {
	color: #7D7D7D;
	text-decoration: underline;
}

p.gotop {
	margin-top: 250px;
	color: #7d7d7d;
	margin-left: 1em;
}

p.gotopxx {
	margin-top: 500px;
	color: #7d7d7d;
	margin-left: 1em;
}


#whitebg {
	/* white outer bg - contains bgdropshad and header and content divs */
	background: url(../images/whitebg.png) repeat-y;
	margin-left: 250px;
	/* distance of white box from LHS */
	margin-right: 30px;
	/* makes room for blue bg on RHS */
	width: 510px;
}

#bgdropshad {
	/* contains header and content divs; sits inside whitebg div */
	padding: 90px 0 20px 0;
	/* padding moves RossDonlon text down. margin-top moves whole white box down */
	margin-top: 60px;/* moves title and portrait up */
	/* margin-right increased width of back white box before I added width */
	width: 500px;
	border-bottom: 3px solid #7d7d7d;
}

#header {
	height: 57px;
	width: 390px;
	background: url(../images/rossheader.jpg) no-repeat;
	margin-left: 50px;
	margin-top: 5px;
}

h1 { margin-bottom: 25px; }
#header h1 a {
	text-decoration: none;
	outline: none;
}


#content {
	font-size: 130%;
	margin: 50px 0 20px 60px;
	width: 380px;
}

h2 {
	font-size: 190%;
	font-weight: normal;
	color: #666699;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 100%;
	color: #666699;
	padding-top: 10px;
}

h4 {
	font-size: 100%;
	color: #666699;
	font-weight: normal;
	padding-bottom: 3px;
}

#content img.r {
	float: right;
	margin-top: -30px;
	padding-left: 20px;
}
#content img.l {
	float: left;
	padding-right: 20px;
}

#content p {
	padding: 10px 0;
	line-height: 150%;
}

#content p.mt {
	padding: 10px 0;
	line-height: 150%;
}

#content p.mt span {
	font-family: "Times New Roman", serif;
	font-weight: normal;
	font-size: 110%;
	font-style: normal;
	color: #666699;
}

#content p.near {
	padding: 10px 0 5px 0;
	line-height: 150%;
}

#content p.near span {
	font-family: "Times New Roman", serif;
	font-weight: normal;
	font-size: 115%;
	font-style: normal;
	color: #666699;
}

#content p.ps {
	padding: 12px;
	line-height: 150%;
	font-size: 80%;
}
#content p.ps span {
	font-family: "Times New Roman", serif;
	font-weight: normal;
	font-size: 115%;
	font-style: normal;
	color: #666699;
}

#content p#last { padding-bottom: 50px; }

#content p#stoppress {
	color: #FF0000;
}

#content p span {
	color: #FF0000;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-style: italic;
}

#content p#quote {
	padding: 20px;
	font-style: italic;
	margin: 0 30px;
	font-size: 80%;
	background-color: #CCCCFF;
}

#content p#source {
	margin: 0 30px;
	background-color: #CCCCFF;
	padding-left: 150px;
	font-size: 60%;
}

#content p a:link, a:visited {
	text-decoration: none;
	color: #666699;
}

#content p a:hover, a:active {
	text-decoration: none;
	color: #1C146B;
	background-color: #BCCBFF;
}

#content p.closeup {
	font-size: 80%;
	line-height: 140%;
	padding-bottom: 0;
	padding-top: 0;
}

#content p.closeupin {
	font-size: 80%;
	line-height: 140%;
	padding-bottom: 0;
	padding-top: 0;
	margin-left: 10px;
}

#content p.lastline {
	font-size: 80%;
	line-height: 140%;
	padding-bottom: 10px;
	padding-top: 0;
}

#content p.lastlinein {
	font-size: 80%;
	line-height: 140%;
	padding-bottom: 10px;
	padding-top: 0;
	margin-left: 10px;
}


td {
	font-size: 90%;
	padding-bottom: 5px;
}

#content td a:link, a:visited {
	text-decoration: none;
	color: #666699;
}

#content td a:hover, a:active {
	text-decoration: none;
	color: #1C146B;
	background-color: #BCCBFF;
}

td.head {
	font-size: 100%;
	color: #666699;
	padding-top: 10px;
}
td.firstoftwo { padding-bottom: 0; }

td.closeup {
	padding-bottom: 0;
	font-size: 80%;
}

td.indent {
	padding-bottom: 0;
	font-size: 80%;
	padding-left: 10px;
}

td.tween {
	padding: 0;
	font-size: 10%;
	line-height: 50%;
}

td.near {
	font-size: 80%;
	padding-top: 0;
	padding-left: 10px;
}
td.nearsame {
	padding-top: 0;
	padding-left: 10px;
}

td.wide {
	font-size: 90%;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
}

td.add { padding: 0 30px; }
td.phone { padding: 7px 0 0 30px; }

#bklist {
	background-color: #BCCBFF;
	font-size: 95%;
	border-right: 4px groove #666699;
	border-bottom: 4px groove #666699;
	border-left: 0;
	border-top: 0;
	margin-top: 30px;
	padding-top: 10px;
}

table.blue { margin-left: 20px; }


td.mtbooks {
	font: 120% Times New Roman, serif;
	padding-bottom: 3px;
	padding-left: 7px;
}

td.titleshead {
	font-size: 80%;
	padding: 5px 7px 0 7px;
	font-style: oblique;
	color: #666699;
}
td.bktitles {
	padding: 4px 11px 4px 9px;
}

td.author {
	font-size: 75%;
	padding: 10px 0 0 7px;
	color: #666699;
}

#clear { clear: both; }

#footshad {
	/* white outer bg - contains bgdropshad and header and content divs */
	background: url(../images/whitebg.png) repeat-y;
	margin-left: 250px;
	/* distance of white box from LHS */
	margin-right: 30px;
	/* makes room for blue bg on RHS */
	width: 510px;
	height: 31px;
}

#bgfootshad {
	/* contains header and content divs; sits inside whitebg div */
	padding: 10px 0 20px 0;
	/* padding moves RossDonlon text down. margin-top moves whole white box down */
	/* margin-right increased width of back white box before I added width */
	width: 400px;
}

#footer {
	font-size: 1em;
	margin: 0;
	background-color: #FFFFFF;
	height: 10px;
	width: 500px;
	position: absolute;
	border-bottom: 3px solid #7d7d7d;
	padding-bottom: 8px;
}

#footer ul.footer {
	margin: 0;
	padding: 0 40px;
}

#footer li.footer {
	display: inline;
	padding: 0 4px;
}

#footer li.footer:first-child { padding-left: 20px; }

#footer li.footer a:link, a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #040220;
	outline: none;
}

#footer li.footer a:hover {
	color: #6996D3;
	background-color: #040220;
	padding: 3px 4px;
	outline: none;
}



