
/* The mighty Back40 Design, Inc. style sheet */

/* calling other css files */
   @import "sheepmailings-template.css";
   /*@import "lightbox.css";*/
/* -------------------------------------------- */


/* site wide */
a {
	color: #4475A1;	
}
	a:hover {
		color: #64b91d;	
	}
	
#content p {
	margin: 0 10px 15px 0;	
}

#content ul {
	list-style: square;
	padding: 0 0 0 15px;
	margin: 10px 0;
}
	#content ul li {
		padding: 0 0 5px 0;
	}

hr {
	visibility: hidden;
	clear: both;
	height: 1px;
	border: none;
	margin: 5px 0 0 0;
	padding: 0;
}

hr.border {
	visibility: visible;
	clear: both;
	height: 1px;
	border: none;
	border-bottom: 1px solid #efece5;
	margin: 10px 0;
}

p.right {
	text-align: right;
	display: block;
	float: none;
}

.note {
	font-style: italic;
	background: url(images/asterisk_yellow.png) 0 50% no-repeat;
	padding-left: 21px;
}

	
	
	
	
/* general images */
.right {
	float: right;
	clear: right;
	margin: 0 5px 10px 25px;
	position: relative;
	z-index: 2;
}
	
.left {
	float: left;
	margin: 15px 10px 10px 10px;
}

.img {
	border: 1px solid #D0C9AB;
}

p.caption {
	float: right;
	clear: right;
	width: 220px;
	text-align: center;
	font-size: 90%;
	padding: 0 20px 10px 0;
	font-family: times;
}

p.pageLogout {
	float: right;
	font-weight: bold;
	padding-top: 5px;
}







/* forms and submit buttons */
form p input, form p textarea, form p select {
	border: 1px solid #B7D0E8;
	color: #4475A1;
	background: #fff;
	font-family: verdana;
	font-size: 1.1em;
	padding: 2px 3px;
}
	form p input:focus, form p textarea:focus {
		background: #f2fafd;
	}

.submit {
	background: #f2fafd;
	border: 1px solid #B7D0E8;
	text-transform: uppercase;
	color: #4475A1;
	margin: 5px 5px 0 0;
	padding: 3px 5px;
}
	.submit:hover {
		background: #aed8f1;
	}
	
.purchase {
	margin-top: -20px;
	clear: both;
	position: relative;
	z-index: 1;
	float: right;
}

.bold {
	font-weight: bold;
	background: #aed8f1;
}
	
	
	
	
/* login box */
#loginBox {
	background: #E5F2FE;
	border: 1px solid #B7D0E8;
	padding: 8px 12px;
	text-transform: uppercase;
	color: #4475A1;
	margin: 0 0 20px 0;
}	
	#loginBox h2 {
		text-transform: uppercase;
		font-family: arial;
		margin: 0 0 10px 0;
		font-size: 1.5em;
	}
	
	#loginBox label {
		float: left;
		clear: both;
		width: 80px;
		margin-top: 2px;
	}
	
	#loginBox #formUsername, #loginBox #formPassword {
		border: 1px solid #B7D0E8;
		color: #4475A1;
		background: #fff;
		width: 115px;
		padding: 2px 3px;
	}	
		#loginBox #formUsername:focus, #loginBox #formPassword:focus {
			background: #f2fafd;
		}
	
	#loginBox #loginButton {
		float: right;
		background: #fff;
		border: 1px solid #B7D0E8;
		text-transform: uppercase;
		color: #4475A1;
		margin: 5px 5px 0 0;
		padding: 3px 5px;
	}	
		#loginBox #loginButton:hover {
			background: #f2fafd;
		}
		
	#loginBox p {
		text-transform: none;
	}
	
	#loginBox p.forgotPass {
		margin-top: 10px;
		font-size: .9em;
	}
	
	/* login page getting the box all nice and to the right side */
	.loginPage {
		width: 209px;
	}
	
	
	
/* links page */
ul.links li a {
	font-weight: bold;
} 




/* shopping cart */
table.cart {
	width: 100%;
	margin: 0 0 15px 0;
}
	table.cart h3 {
		margin: 0;
	}
	table.cart td {
		border-bottom: 1px solid #efece5;
	}
	
	table.cart .submit {
		font-size: 1em;
	}
	
	
			
		
		
/* headings */		
h1, h2, h3, h4 {
	font-family:  georgia; 
	color: #4475A1;
}
	h2 a, h3 a, h4 a {
		text-decoration: none;
	}
		h3 a {
			color: #64b91d;
		}
	
h1 {
	margin: 0;
	font-size: 2.2em;
	font-weight: normal;
}	
	
h2 {
	font-size: 1.8em;	
	margin: 10px 0 0 0;
	font-weight: normal;
}	
	#homeRight h2.sampleMailings {
		margin: 0 0 15px 0;
	}
		#homeRight h2.sampleMailings a {
			color: #6DAA3B;
			font-size: .8em;
			float: right;
		}
	
h3 {
	font-size: 1.5em;
	margin: 20px 0 0 0;
	color: #64b91d;
	font-weight: normal;
}	
	
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}	



		
			



