

/* agate styles

this is a copy of the .cfm styles and is used for the backoffice WYSIWYG

333333 dark grey
F6F6F6 light grey
ff4700 orange

fab93a BOlden yellow
91e378 B2 green
94b8bf  Surrey teal



*/


html {
background-image: url(http://agatepublishing.com/images/right_side.gif);
background-repeat: repeat-y;
background-position: top right;
}

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
background-image: url(http://agatepublishing.com/images/left_side.gif);
background-repeat: repeat-y;
color: #000000;


}

#container {
	
	display: inline;
}

#main-title {
margin-bottom: 0;
margin-left: 110px;
margin-right: 110px;
text-align: right;
margin-top: 0;
padding-bottom: 0px;
padding-top: 0px;
padding-right: 50px;
background-color: #333333;
border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;
min-width: 625px;
width:expression(document.body.clientWidth < 625? "625px": "auto" );
}


#header-image {
background-repeat: no-repeat;
background-position: left top;
border-top: 2px #ff4700 solid;
border-bottom: 2px #ff4700 solid;
margin-left: 110px;
margin-right: 110px;
min-width: 675px;
background-color:#ffffff;
width:expression(document.body.clientWidth < 675? "675px": "auto" );
}

#navbar {
margin-bottom: 0;
margin-left: 110px;
margin-right: 110px;
font-size: .73em;
text-align: center;
margin-top: 0;
padding-bottom: 8px;
font-weight: bold;
padding-top: 8px;
background-color: #333333;
color: #ffffff;
word-spacing: 2px;
border-bottom: 2px #ff4700 solid;
min-width: 675px;
width:expression(document.body.clientWidth < 675? "675px": "auto" );

}

#navbar a:link, #navbar a:visited {
color: #ffffff;
word-spacing: 0;
}

#navbar a.current {
color: #ff4700;
}

#navbar a:hover {
color: #ff4700;
text-decoration: underline;
}


#headline {
font-size: .65em;
padding-top: 30px;

background-color: #F2F2F2;
padding-left: 100px;
padding-right: 100px;
margin-left: 110px;
margin-right: 110px;
margin-bottom: 0;
line-height: 1.5em;}




h1.bighead {
margin-left: -50px;
margin-right: -50px;
font-size: 1.2em;
padding-bottom: 3px;
padding-top: 23px;
padding-left: 50px;
padding-right: 0;
color: #000000;
border-bottom: 1px #ff4700 solid;
letter-spacing: 5px;
font-weight: bold;
background-color: #F6F6F6;
margin-top: 0;
margin-bottom: 0;
}


#mainshell {
margin-top: 0;
margin-bottom: 0;
padding-bottom: 0;
margin-left: 160px;
margin-right: 160px;
font-size: .7em;
line-height: 1.8em;
background-color: #ffffff;


}

#booksmallmenu {
	border: 1px #eeeeee solid;
	border-top: 11px #eeeeee solid;
	padding-top:12px;
	padding-left:4px;
	margin-top:20px;
	padding-bottom:14px;
	line-height: 1.5em;

}


#bookbox {
margin-top: 15px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 20px;
padding-left: 5%;
padding-right: 5%;
padding-top: 2%;
border: 1px #cccccc solid;
}



h5 {  
 
	font-size: 12px; color: #000000; 
	line-height: 12px
}

h1 {
padding-bottom: 3px;
padding-right: 0;
color: #000000;
border-bottom: 1px #000000 solid;
letter-spacing: 5px;
font-size: 1em;
padding-top: 10px;
}

p, ul, ol {
margin-top: 3px;
margin-bottom: 0;
}

ol, ul {
margin-left: 75px;
margin-right: 75px;
}



LI LI, LI P, TD P, BLOCKQUOTE P {font-size:1em}

table { font-size: inherit; line-height:inherit;  }


a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #ff0000;
}

a:hover {
text-decoration: underline;
}


#footer {
text-align: right;
margin-bottom: 0;
padding-top: 5px;
padding-bottom: 3px;
margin-left: -50px;
margin-right: -50px;
font-size: 10px;
margin-top: 20px;
padding-right: 50px;
background-color: #333333;
color:#CCCCCC;
border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;
}

#footer a:link, #footer a:visited {
color: #CCCCCC;
text-decoration: none;
font-weight: normal;
}

#footer a:hover {
text-decoration: underline;
color: #ff4700;
font-weight: normal;
}

.right {
float: right;
text-align: right;
width: 50%;
}
.left {
float: left;
text-align: left;
padding-left: 50px;
}



.authorlist {
	color: #003366;
}

.coverbox img{
	border: 1px solid #cccccc;
}

.coverImage img{
	border: 1px solid #cccccc;
}


/* forms
----------------------------------------------- */

.InputField1 {	
	font-size: 10px;
	margin: 0;
	padding:0;
	background-color: #F6F6F6;
}

input.agate {background-color: #ffffcc; font-weight: bold; font-size: 9px; color:#cc6600;}

  
form.reduced {
	margin: 0;
	padding:0;
}

.navmenu {	
	background-color:#333333; 
	color:#ff4700;
	font-size: .95em;
}



.bookactionmenu {
	margin-top:3px;
	padding-top:3px;
}

.bookmenu {
	padding-top:14px;
	margin-top:0px;
	padding-bottom:4px;
	font-weight:bold;

}



.detailbox {
	font-size : 10px;
	color: #000000;
	background-color : #EEEEEE;
}


:focus {
	outline: 0;
}	



HR {
	 background: #000000; border: 0; Height:1px; margin-top:0; padding-top:0;
}


