/* Style.css */
/* Will need to adjust some items for firefox.  */

.error {color: #FF0000;}


body {
	margin: 0;
	background: #b30000 url(Images/background1.jpg) repeat left top;  /* red */ 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;  /* white */ 
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;  /* Black */
}

h1 { font-size: 44px; }

h2 { font-size: 32px; }

h3 { font-size: 20px;
     	align left;}

#blink_effect {
            color: red;
            font-size: 20 px;
            transition: 0.5s;
        }     

h4 { font-size: 32px; 
     margin-left: -130px}

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}



ul {	text-align: left;
}

ul, ol { }

blockquote { }

a { color: #FFFFFF; }  /* white */

a:hover { text-decoration: none; }

a img {	border: none;
}


img.left {  float: left; 
	 margin: 7px 0 0 0px;
}

img.right {  float: right;
	     margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}


.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	background: url(Images/background.jpg) repeat-x left top;
	padding-top: 30px;
}

/* Header */

#header-wrapper {
}

#header {
	width: 800px; 
	height: 100px;
	margin: 0 auto;
}

/* Menu */

#menu {
    float:left;
	width: 1080px;  /* this was originally 540px  */
	padding: 0px 0px; 
	height: 51px;
}

#menu a {
	display: block;
	visibility: visible;
    	float:left;
	padding: 0px 175px 0px 50px;  
	text-decoration: none;
 	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}  


#menu .current_page_item a {
	color: #b30000 ;  /* Red */
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li:hover ul{
	display:block;
	color:#000000;
	width:350px; /* changing this affects wrapping on sub-menu*/
}

#menu li a:hover {
	color:#fff;
	text-decoration:underline;
}

/* this is my menu information */
#menu ul li {
	display:inline;
	height:20px;
	float:left;
	list-style:none;
	margin-left: -140px;
	position:relative;
}

/* this is my submenu drop box */
#menu li ul {
    	margin:0px;
	display:none;
	position:absolute;
	left:140px;
	top:20px;
   	padding-left:0px;  /*production does not have this */
} 

#menu li li a:hover {
	color:#fff; /* white */
	text-decoration:underline;
}

/* Page */

#page {
	width: 913px;
	margin: 0 auto;
	padding: 30px 0px 0px 0px;
	background: #FFFFFF;   /* white */
}


/** LOGO */

#logo {
	width: 1000px;
	/*height: 200px;  this was causing the big pictures to not load all the way */
	text-align: center;
	margin: 0 auto;
	background: #FFFFFF;  /* white */
}

#logo h1, #logo p {
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}
#logo h1 { 	
	padding-top: 30px; 
}

#logo h1 a {
	text-decoration: none;
	text-transform: lowercase;
	color: #FFFFFF;   /* white */
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 0 0 0 18px;
	margin: 0;
}

#logo h3 {
	padding: 0 0 0 14px;
	margin: 0;
}

#logo p {margin: 0em 1em 0em 1em;
	padding: 0em 1em 0em 1em;
	text-align: left;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#logo p2 {text-align: center;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#logo p a {
	text-decoration: none;
	color: #b30000 ;
}




/* contact us */
* {
  box-sizing: border-box;
}

/* Style inputs for contact us page */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #b30000;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #b30000;
}

/* Style the container/contact section */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
}

/* Columns */
/* Create two columns that float next to each other */
.column {
  float: left;
  width: 50%;
  margin-top: 0px;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}


/* Footer */

#footer {
	width: 913px;
	margin: 0 auto;
	padding: 0;
	height: 80px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
}

#footer a {
	color: #000000;
}





/*  None of the following is used, but keeping for reference. */

/* Content */

#content {
	float:left;
	width: 1000px;
	margin-top: -170px;
	margin-left: 150px;
}

/* Post */

.post {
	margin-bottom: 25px;
}

.post .title {
	height: 25px;
	margin-top: -10px;
        margin-left: 0px;
	margin-bottom: 3px;
	text-align: center;
	padding: 0px 0px 2px 0px;
	color: #000000;
}

.post .date {
	float: right;
	margin-top: -40px; 
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #DB44DB;
}

.post .meta {
	margin: -30px  0 3px 25px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

.post .meta a { color: #B6ACA2; }

.post .entry {
	padding: 0px 20px 0px 200px;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 50px 0 20px 0px;
}

#sidebar li ul {
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding: 0 20px;
}

#sidebar p {
	margin: 0;
	padding: 20px 20px;
}

#sidebar h2 {
	height: 30px;
	margin-bottom: 3px;
	padding: 8px 0px 2px 20px;
	background: #230C23;
	font-size: 20px;
	color: #FFFFFF;
}


#sidebar p {
	line-height: 200%;
}

#sidebar .current_page_item a {
	padding-left: 0px;
	color: #FF00FF;
}

/* Sidebar for pages without picture */

#sidebar2 {
	float: left;
	width: 240px;
}

#sidebar2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar2 li {
	margin-bottom: 30px;
	padding: 0px 0 20px 0px;
}

#sidebar2 li ul {
	line-height: 200%;
}

#sidebar2 li li {
	margin: 0;
	padding: 0 20px;
}

#sidebar2 p {
	margin: 0;
	padding: 20px 20px;
}

#sidebar2 h2 {
	height: 30px;
	margin-bottom: 3px;
	padding: 8px 0px 2px 20px;
	background: #230C23;
	font-size: 20px;
	color: #FFFFFF;
}


#sidebar2 p {
	line-height: 200%;
}


#sidebar2 .current_page_item a {
	padding-left: 0px;
	color: #FF00FF;
}

/* Product */

.product {
}


.product {
	margin-bottom: 25px;
}

.product .title1, {
	height: 20px;
	width: 225px;
   	margin-left: -20px;
	margin-right: 0px;
	margin-top: 375px;
	margin-bottom: 3px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
}

.product .title1, .title3 {
	height: 20px;
	width: 225px;
   	margin-left: -20px;
	margin-right: 0px;
	margin-top: 375px;
	margin-bottom: 3px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
}
.product .title2 {
	height: 20px;
	width: 225px;
  	margin-left: 250px;
	margin-right: 0px;
	margin-top: -230px;
	margin-bottom: 3px;
	padding: 0px 0px 2px 0px;
	color: #FFFFFF;
}


.product .title3 {
	margin-top: 80px;
}

.product .entry1, .entry2, .entry3 {
	margin-left: -20px;
	margin-right: 0px;
	margin-top: 375px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.product .entry2 {
	margin-left: 250px;
}

.product .caption {
	padding-bottom: 5px;
	font-weight: bold;
}

.product .meta {
	margin: -30px  0 3px 25px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #B6ACA2;
}

.product .meta a { color: #B6ACA2; }

.product .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.product .links .MoreInfo {
}

.product .links .permalink {
	padding-left: 17px;
}


/* Product Detail */

.productdetail  {
}

.productdetail  {
	margin-bottom: 25px;
}

.productdetail  .title1 {
	height: 20px;
   	margin-left: -25px;
	margin-right: 0px;
	margin-top: 375px;
	margin-bottom: 3px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
}

.productdetail  .entry1 {
  	margin-left: -25px;
	margin-right: 80px;
	margin-top: 475px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.productdetail  .title2 {
	height: 20px;
   	 margin-left: 280px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
}

.productdetail  .entry2 {
    	margin-left: -25px;
	margin-right: 80px;
	margin-top: 280px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.productdetail  .entry3 {
 	margin-left: -25px;
	margin-right: 80px;
	margin-top: 220px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}
.productdetail  .caption {
	padding-bottom: 5px;
	font-weight: bold;
}

.productdetail  .meta {
	margin: -30px  0 3px 25px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #B6ACA2;
}

.productdetail  .meta a { color: #B6ACA2; }

.productdetail .links .permalink {
	padding-left: 17px;
}
