/* STYLES UNIQUE TO A CERTAIN PAGE. PLEASE MAKE BEGINNING AND END COMMENTS TO SEPARATE EACH PAGE. */

h1.fancy_title {
	padding:0px 0px 6px 0px;
	font-family:"Edwardian Script ITC", "Kunstler Script", "Palace Script MT", "Georgia";	
	font-size:48px;
	font-weight:bold;
	color:#AD8B43;		
}

h1.fancy_title_home {
	padding:0px 0px 6px 0px;
	font-family:"Edwardian Script ITC", "Kunstler Script", "Palace Script MT", "Georgia";	
	font-size:36px;
	font-weight:bold;
	color:#AD8B43;		
}

/*Contact Heading Center*/
h4.before_ship {
	padding:30px 0px 10px 0px;
	font-size:14px;
	font-weight:bold;
	color:#B69B73;
	text-align:center;	
}

h4.ship_page {
	padding:15px 0px 30px 0px;
	font-size:12px;
	font-weight:bold;
	color:#B69B73;
	text-align:center;	
}

h4.top_heading {
	padding:20px 0px 10px 0px;
	font-size:14px;
	font-weight:bold;
	color:#B69B73;		
}

p.list{
	font-weight:bold;
	padding:15px 0px 0px 0px;
}

p.shipping-title{
	font-size:13px;
	font-weight:bold;
	padding:25px 0px 5px 0px;	
}

p.shipping{
	padding:6px 0px 4px 0px;	
}

p.shipping-address{
	padding:6px 0px 0px 180px;
	font-weight:bold;
	
}

p.faq{
	padding:12px 0px 0px 0px;
	font-weight:bold;
}

p.faq-top{
	padding:0px 0px 2px 0px;
	
}

/*Map*/
div#map {
	width:556px; 
	height:500px; 
	margin:0px; 
	padding:0px 0px 0px 0px;	
}

img.right_pic{
	margin:0px 8px 10px 8px;
	float:right;
	padding: 0px 10px 0px 0px;

}

span.red{
	color:#A90333;
}

/*Contact Us Page commands, table and cell can remain the same, but everything else is changable*/

table#contact-us  {
	width:500px;
	margin-top:12px;
	margin-bottom:24px;
	
}

table#contact-us td  {
	padding:5px 3px;
}

td.name  {
	width:200px;
	font-weight:bold;
}

td.field  {
	width:300px;
}
/*End contact us page styles*/

/*Word Press Blog Styles*/

#sidebar {
	padding:0;
	margin:0 0 36px 0;
}


div.post {
	padding:0;
	margin:0;
}

div.entry {
	padding:0;
	margin:0;
}

div.post h3 {
	font-family:Arial, Helvetica, sans-serif;
	padding:18px 0 9px 0;
	font-size:18px;
}

div.post h2 a {
	color:#000000;
}

div.post h2 a:hover {
	color:#A90333;
}

div.post h3 a {
	color:#000000;
}

div.post h3 a:hover {
	color:#A90333;
}