/* 

master style sheet: www.pierrepress.com
author:             scott mccrossen / five65.com
updated:            08/07/2006
client:             monica pierre & the pierre press

*/

/* ----------- MISCELLANEOUS ----------- */

img { border: none; }
hr { display: none; }

/* ----------- GENERAL LAYOUT PARAMETERS ----------- */

/*			
general parameters for CSS were adapted from zeldman.com *
*
navbar and main menu rollovers were inspired from the navbar at www.alistapart.com. circa 12/2005.
code generated using listamatic. *
*

/* contact scott@five65.com with questions about this site */	

a:link {color: #a49b92; }
a:visited { color: #a49b92; }
a:hover, a:active { color: #fff; }
a:hover, a:active {background-color: #009900; }

body
{
	background: #b6c9da url(images/gen-back.jpg) top center repeat-y;
	margin: 0;
}

.bold {
	font-weight: bold;
}

hr {
	display: block;
	clear: both;
	visibility: hidden;
}

.topbox {
	background: transparent;
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}


.wrap {
	background: #fff url(images/main-back.jpg) top center repeat-y;
	width: 728px;
	border-bottom: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.line {
	background: transparent url("images/rules.gif") repeat-x;
	height: 10px;
	font-size: 0;
	clear: both;
	margin: 0 10px 5px 0px;
	padding: 2px;
}


/*
.sidebar img.quote {
	border: none;
	}
*/

/* this rollover CSS created by collys rollover generator at http://www.collylogic.com/scripts/rollover.html */

.boxtest {
float:left;
width:196px;
height:262px;
border:0px solid ;
padding: 0px 0px 14px 0px;
font:normal 10px verdana;
text-align:center;
color:;
background: url(http://www.pierrepress.com/images/quote1.gif) no-repeat 0 0px;
}
a.boxtest:link, a.boxtest:visited, a.boxtest:active {
color:;
text-decoration:none;
background: url(http://www.pierrepress.com/images/quote1.gif) no-repeat 0 0px;
}
a.boxtest:hover {
color:;
background: url(http://www.pierrepress.com/images/quote1.gif) no-repeat -196px 0px;
}

/* main menu and navlist */

#navbar {
	height: 20px;
	width: 728px;
	padding: 0px;
	background-color: #6c93b5;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

#navbar ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	text-decoration: none;
}

#navbar ul li {
	float: left;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-style: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
    border-right: 1px solid #e1e1e2;
}

#navbar ul li a {
	background: #6c93b5;
	padding: 0;
	width: 121px;
	color: #fff;
	margin: 0 0 0 0;
	display: block;
	font-family: verdana, helvetica, arial, sans-serif;
	font: bold 10px/20px verdana, arial, sans-serif;
    text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0;
}

#navbar ul li a:hover {
	color: #FFF;
	background: #000066;
	
}

#navbar a#active {
	background: #009900;
	color: #fff;
}
/*  TYPOGRAPHY */
	
h1, h2, h3, h4, h5, h6	{
	font-family: "Trebuchet MS", trebuchet, verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 1px;
	text-align: left;
	color: #396AA6;
	}

div, p, a, form, input {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: normal;
	color: #333;
}

/* content boxes, TEXT & LAYOUT */
.content
{
	float: left;
	width: 480px;
	margin: 16px 10px 10px 10px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: normal;
	height: 100%;
}

.maincontent p {
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0;
	margin: 5px 20px 10px 0;
	color: #333;
	}
	
.maincontent a {
    font-family: verdana, arial, helvetica, san-serif;
	font-size: 12px;
	color: #009900;
	text-decoration: underline 1px solid #000;
}
	
.maincontent a:hover {
    font-family: verdana, arial, helvetica, san-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: underline 1px solid #009900;
}

.maincontent h2 {
    font-family: "Trebuchet MS", trebuchet, verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 16px;
	margin-bottom: 1px;
	text-align: left;
	color: #396AA6;
}

.sidebar {
	margin: 0px 15px 0 510px;
	padding: 0;
	height: 100%;
}

.sidehead {
	margin-top: 0;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.sidehead_img {
	background url: (images/sidehead.png);
	margin-top: 0;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top center;
	height: 33px; color: transparent;
}

.sidecontent p {
    font-size: 11px;
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #666;
    text-align: left;
    }

.sidecontent a {
	font-size: 11px;
	color: #009900;
	text-decoration: none;
}

.sidecontent a:hover {
	color: #000066;
	text-decoration: none;
	}
	
.sidecontent h4 {
    font-family: Verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 510px;
	margin-bottom: 1px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	text-align: left;
	text-decoration: underline 1px dotted #333;
	color: #333;
}
	
/* begin books and SEMINAR PAGE layout specs */
#bookinfo {
	float: left;
	font-size: 11px;
	margin: 0px 10px 0px 2px;
	padding: none;
	display: inline;
	border-top: 1px dashed #009900;
	width: 150px;
}

#bookinfo dl {
	margin: 0;
	padding: 0;
}


#bookinfo dl dd {
	margin: 0 0 2px 2px;
	padding: 0;
}

#bookinfo dl dd.addtobasket a:link, #bookinfo dl dd.addtobasket a:visited  {
	color: #A49B92;
	text-decoration: none;
	background: transparent;
	margin: 0px;
	padding: 0px 0px 0px 2px;
}

#bookinfo dl dd.addtobasket a:hover {
	color: #000000;
	text-decoration: none;
	background: transparent;
	margin: 0px;
	padding: 0px 0px 0px 2px;
}

#bookinfo dl dd.addtobasket {
	text-transform: uppercase;
	margin-top: 15px;
	font: 10px Arial, Helvetica, sans-serif;
}

#bookinfo dl dt {
	text-transform: uppercase;
	color: #000;
	margin: 0px 0px 4px;
	padding: 0px;
	font: normal 10px/20px Arial, Helvetica, sans-serif;

}

/* begin FOOTER Styles */

#banner_foot{
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 646px;
	background-color: transparent;
	background-image: url(images/footer-back.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 10px;
}

.footer
{
	clear: both;
	width: 728px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	text-align: center;
}

.footer a
{
	font-size: 10px;
	color: #009900;
}

.footer a:hover
{
	font-size: 10px;
	color: #000066;
}

.footer p
{
	font-size: 10px;
}

/* end CSS file */

