/* 
    Document   : colors
    Created on : 9-Nov-2009, 8:28:22 AM
    Author     : swilcox
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


body {
	color:black;
}


hr {
	color:silver;
}


h1,h2,h3,h4,h5,h6 {
  /* color:#20A0F8; */
  color:#086AF1;
}

/* standard main heading */
h1 {
/*	border-top:1px solid red;
	border-bottom:1px solid red; */
	color:red;
}



/** links **/
  /* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */
a:link {
	color:#086FA1;
}

a:visited {
	color:#A63100;
}

a:hover,
a:focus,
a:active {
	color:#086AF1;
}


/* header navigation */
a.head-link,
a.head-link:link{
	color:#086AF1;
	background:white;
	text-decoration:none;
	font-size:90%;
}
a.head-link:visited {
	color:#1047A9;
	background:white;
	text-decoration:none;
	font-size:90%;
}
a.head-link:hover,
a.head-link:active,
a.head-link:focus{
	color:#086AF1;
	background:yellow;
	text-decoration:none;
	font-size:90%;
}



/* side bar navigation links */
p.nav-item a {font-size:9pt;}


a.nav-item,
a.nav-item:link{
	font-size:0.7em;
	color:#A66C00;
	background:white;
}
a.nav-item:visited {
	font-size:0.7em;
	color:#A66C00;
	background:white;
}
a.nav-item:hover,
a.nav-item:active,
a.nav-item:focus{
	font-size:0.7em;
	color:#1047A9;
	background:yellow;
}



a.text-button {
	background-image:url('http://greatlittlepublishing.com/content/greatlittlepublishing.com/images/text-button-norm.png');
	background-position:0 0;
	background-repeat:no-repeat;
	height:40px;
}



div#page {
	background-color:#FFBE73;
}


#header {
    /* background-image:url('/GreatLittlePublishing.com/system/images/banner.png');
    background-position:20px 0px;
    background-repeat:no-repeat; */
}

/* the base tan color */
.sand-light { background-color:#FFBE73;}


div.nav-tab {
    background:#20A8F8;
    color:white;
    font-weight:bold;
    cursor:pointer;
}

a.nav-tab:link,
a.nav-tab:visited,
a.nav-tab:focus{
    color:white;
    text-decoration:none;
}

a.nav-tab:hover,
a.nav-tab:active {
    color:yellow;
    text-decoration:none;
}

div.nav-tab-base {background:#20A8F8;}


div.nav-tab-buy {
    background:#F85800;
    color:white;
    font-weight:bold;
    cursor:pointer;
}




p.local-button {
		height:50px;
		background-image:url('http://greatlittlepublishing.com/content/greatlittlepublishing.com/images/text-button-norm.png');
		background-repeat:no-repeat;
		background-position:center;background-position:top;
		margin-top:20px;
		padding-top:10px;
		color:white;
		font-weight:bold;
		font-size:0.7em;
		text-align:center;
	}
p.local-button-hover {
		height:50px;
		background-image:url('http://greatlittlepublishing.com/content/greatlittlepublishing.com/images/text-button-hover.png');
		background-repeat:no-repeat;
		background-position:center;background-position:top;
		margin-top:20px;
		padding-top:10px;
		color:#1047AA;
		font-weight:bold;
		cursor:pointer;
		font-size:0.7em;
		text-align:center;
}









/** the main content layout container */
#main {
}

div#sb-left {
    background:transparent;
    /* border:1px solid green; */
}

td#center {
    background-image:url('http://greatlittlepublishing.com/content/greatlittlepublishing.com/images/background-shading.png');
    background-repeat:repeat-x;
    background-position: 0px 0px;
}

div#sb-right {
    /* background-image:url('/GreatLittlePublishing.com/system/images/sidebar-background.png');
    background-repeat:repeat-x;
    background-position: 0px 0px; */
}


#footers {
}


/* main image class */
.images {
}



h2.side-nav {
    color:#1047A9;
}




/** customer service contact phone */
.service {
	color:#1047A9;
	font-size:110%;
}
