/* CSS Styles Mullane Literary Associates */
/* June 2010 Gayle Ormand Boyer */
/* furlizards.net */


/* HTML tag styles                   */

* { 
	margin: 0; padding: 0; 
	}

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	margin: 0 auto;
	background-image: url(../images/bg/bg-map.gif);
	background-repeat: repeat;
	}
	
a:link {
	color: #1E4164;
	}

a:visited {
	color: #336633;

	}
a:hover {
	color: #0000cc;
	}

a img {
	border: none;
	}

h1, h2, h3, h4, h5 {
	font-family: Times, "Times New Roman", serif;
	color: #880033;
	font-style: italic;
	text-align: center;
	clear: both;
	}

p {
	line-height: 1.6em;
	}


/* layout DIV styles     */
	
#wrap {
    width: 800px;
	margin: 0 auto;
	background: url(../images/bg/bg-mid.gif) #fff repeat-y left top;

	}
	
#header {
    width: 800px;
    margin: 2em auto 0 auto;
	min-height: 30px;
	background: url(../images/bg/bg-top.gif) no-repeat left top;
	}

#content {
	width: 600px;
	float: right;
	}
	
#sidebar {
	float: left;
	width: 200px;
	text-align: center;
	background: url(../images/bg/bg-sidelogo.gif) no-repeat center top;
	padding-top: 200px;
	}


#footer {
	clear: both;
	width: 800px;
	margin: 0;
	}

#bottom {
	min-height: 30px;
	background: url(../images/bg/bg-btm.gif) no-repeat center top;
	text-align: center;
	margin-bottom: 30px;

	}
	
/* Nav styles */

#sidebar #nav ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	text-align: center;

}
#nav li {
	margin: 0 10px;
	line-height: 1.5em;
	border-top: 2px dotted #A69474;
	font-family: 'Times New Roman', Times, serif;
	font-variant: small-caps; 
	}

#nav li.last {
	border-bottom: 2px dotted #A69474;
	}
	
#nav li a {
	background: #D8DBE3;
	padding: 5px 0;
	text-decoration: none;
	display: block;
	
}

#nav li a:hover, #nav li a:hover.active {
	background: #e6e6e6;
	color: #0000cc;

	}
	
#nav li a.active {
	font-weight: bold;
	background: url(../images/bg/arrow.gif) #e6e6e6 no-repeat 12px 11px;
	}
	
	
	
/* Other Sidebar styles */

#sidebar .news {
	text-align: center;
	margin: 10px;

	line-height: normal;
	}

#sidebar .news h5{
	text-align: left;
	font-weight: normal;
	font-size: 110%;
	margin-top: 1.6em;
	}

#sidebar .news a {
	background: none;
	line-height: normal;
	}
	
#sidebar .news ul {
	margin: 0;
	padding: 0;
	}
	
#sidebar .news ul li{
	border: none;
	font-variant: normal;
	text-align: left;	
	line-height: normal;
	list-style: disc;
	margin: 0 10px;
	padding: 0 0 0 0;

	}
	
#sidebar h4, h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	font-variant: small-caps;
	font-size: 140%;
	margin: 30px 5px 5px;
	}
	
#sidebar h5 {
	font-size: 110%;
	}

#sidebar p.blurb {
	color: #880033;
	text-align: center;
	margin: 10px;
	font-style: normal;
	}

.sidelist ul {
	margin: 20px 0;
	padding: 0;
	text-align: left;
	list-style: none;

}
.sidelist li {
	margin: 0 10px 10px 15px;
	padding-left: 17px;
	background: url(../images/bg/bg-dot.gif) no-repeat 6px .4em;
	font-size: 90%;
	color: #444;
	}

.media ul {
	margin: 10px 10px 0 15px;
	padding: 0;
	text-align: left;
	list-style: none;

}
.media li {
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	background: none;
	font-size: 90%;
	color: #444;
	border-bottom: 2px dotted #A69474;
	}


#sidebar .caption {
	color: #880033;
	font-weight: bold;
	font-variant: normal;
	margin: 15px;
	}

#sidebar p {
	text-align: left;
	color: #444;
	font-style: italic;
	line-height: 1.3em;
	margin: 0 15px;
	}

.sidebox {
	border:1px solid #A69474; 
	margin: 20px 10px;
	
	}

#sidebar .sidebox p{
	color: #880033;
	text-align: center;
	font-style: normal;
	margin: 5px;
	}

.sidebox-alt {
	border:1px solid #880033; 
	margin: 20px 10px;
	
	}

#sidebar .sidebox-alt p{
	color: #444;
	text-align: center;
	font-style: normal;
	margin: 5px;
	
	}
	

/* 2-column List styles */

div.doublelist
  {
    margin-bottom: 1em;
  }


.doublelist ul
  {
    width: 550px;

  }


#content .doublelist ul li
  {
    float: left;
    width: 250px;
    background-image: none;
  }


.doublelist br
  {
    clear: left;
  }


/* #Content styles */


#content h1.banner {
	background: url(../images/bg/plain_logo_gold.gif) no-repeat center center;
	text-indent: -9999px;
	min-height: 50px;
	width: 600px;
	margin: 20px 0 0 0; 
	}

	
#content h2 {
	margin: 30px 50px 10px;
	font-size: 140%;
	font-weight: normal;

	}

#content h3 {
	margin: 30px 50px 10px;
	font-size: 120%;
	font-weight: normal;
	border-bottom: 2px dotted #A69474;
	text-align: left;
	
	}

#content h4 {
	margin: 20px 50px 10px;
	text-align: left;
	}

#content p {
	margin: 10px 50px;
	color: #444;
	}

#content ul {
	margin: 10px 50px 10px 50px;
	color: #444;
	text-align: left;
	list-style: none;
	}

#content ul li,
#content dl dd ul li {
	line-height: 1.6em;
	padding-left: 17px;
	background: url(../images/bg/bg-dot.gif) no-repeat 6px .5em;
	color: #444;
	}
	
#content dl dd ul li {
	margin-left: 40px;
	margin-right: 0;
}
	

#content dl {
	color: #444;
	line-height: 1.6em;
	}

#content dl dt {
	font-weight: bold;
	margin: 20px 50px 10px;
	clear: both;
	}

#content dl dd{
	margin: 10px 70px;

	}


#content .box,
#content .doublebox {
	border:1px solid #A69474; 
	margin: 50px;
	font-size: 90%;
	}

#content .doublebox {
	border: 3px double #a69474;
	}
	
#content .newsbox {
	border:1px solid #A69474; 
	margin: 20px 125px;
	font-size: 85%;
	padding: 10px;
	clear: both;
	}

	

#content .box h3 {
	margin: 20px;
	}
	
#content .box p {
	margin: 10px 20px;
	}

#content .rightlist, #content .leftlist {
	margin-bottom: 40px;
	width: 250px;
	
	}

#content .rightlist {
	float: right;
	margin-right: 40px;
	}
	
#content .leftlist {
	float: left;
	margin-left: 50px;
	}

#content .leftlist ul, 
#content .rightlist ul {
	margin: 0;
	padding: 0;
		
	}


#content .leftlist h4,
#content .rightlist h4 {
	margin: 10px;
	padding: 0;
		
	}


#content h2 em,
#content h4 em {
	font-style: normal;
	}
	




/* Home page - recent titles */

#content ul.toplist {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	text-align: center;
	
	}

#content ul.toplist li {
	display: inline;
	margin: 3px;
	padding:0 0;
	text-align: center;
	}

#content ul.toplist li img {
	border: 2px solid #A69474;
	}


/* Booklist Styles */

a.tip {
	position: relative;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	

}

a.tip img, 	#content ul.booklist li img {
	border: 2px solid #A69474;
	margin-bottom: 20px;
	}

a.tip span {
	display: none;
	position: absolute;
	top: -20px;
	left: -10px;
	width: 125px;
	padding: 5px;
	z-index: 100;
	line-height: 1.4em;
	background: #D8DBE3;
	color: #880033;
	border: 1px solid #A69474;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	text-decoration: none;
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
	
}

a:hover.tip span {
	display: block;
	text-align:center;
	font-weight: normal;
	font-size: 90%;
}


#content ul.booklist {
	list-style: none;
	margin: 30px 45px 45px;
	padding: 0 0 0 0;
	text-align: center;

	}

#content ul.booklist li {
	display: inline;
	list-style: none;
	margin: 20px 5px 0 10px;
	padding:0 0;
	text-align: center;
		background: none;
	}

#content ul.booklist li img {
	margin-bottom: 20px;
		list-style: none;
	}

#content img.feature {
	float: left;
	margin: 5px 10px 5px 0;
	border:2px solid #A69474
	}
	
#content .blurber {
	text-align: right;
	font-size: 90%;
	margin-top: -.5em;
	margin-bottom: 1.5em;
	line-height: normal;

	}

#content .blurber em {
	background: url(../images/bg/arrow.gif) no-repeat .3em .3em;
	padding-left: 15px;

	}

#content .blurber em.plain {
	background: none;
	padding-left: 0;

	}
	
#content h2.recent {
	text-indent: -99999px;
	margin: 0;
	}

.hr {
	border-bottom: 2px dotted #a69474; 
	padding: 10px;
	text-align: center;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	}


/* List of Recent Publications */

dl.recent dt {
	padding-top: 10px;
	font-family: Times, "Times New Roman", serif;
	color: #880033;
	font-weight: normal;
	border-top: 2px dotted #a69474;
}

dl.recent dd img {
	float: left;
	margin: 5px 10px 5px -20px;
	border:2px solid #A69474
	}


	
/* #Footer Styles */

#footer p {
	padding-left: 200px;
	text-align: center;
	font-size: 80%;
	font-family: Verdana, Arial, sans-serif;
	color: #737E99;
	line-height: 1.4em;
	padding: 25px 0 0 200px;
	}

/* Misc. Elements */

img.center {
	display: block;
	margin: 0 auto;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

.clear {
	clear: both;
	}

.center {
	text-align: center;
	color: blue;
	}
	
img.border {
	border:2px solid #A69474;
	}
	
#content .highlight {
	color:#880033; 
	font-family: Arial, Verdana, sans-serif;
	margin:10px 0; 
	font-weight: bold; 
	line-height: normal;
	text-align: center;
	font-size: 90%;
	}

#sidebar p.more,
#content p.more,
#content dd.more {
	text-align: right;
	font-style: normal;
	padding: 0 12px 0 0;
	font-size: 90%;
	background: url(../images/bg/arrow.gif) no-repeat right center;
}

#content dd.more {
	margin-top: -15px;
}
