﻿/*---------------------------------------------------------- 
theo.css v8, revised : 15 October 2015 
 


 Partial URLs are interpreted relative to the source of the style sheet, not relative to the document. 



   ________________________________________________             
   |                      body                    |             
   | ____________________________________________ |             
   | |                     top                  | |             
   | |__________________________________________| |             
   | |   ___________________________________    | |             
   | |   |               Header             |   | |             
   | |   |__________________________________|   | |             
   | |   ___________________________________    | |             
   | |   |               Content            |   | |             
   | |   |                                  |   | |             
   | ____________________________________________ |             
   | |                  Footer                  | |             
   | |                                          | |             
*/

#dummy {}

html, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, fieldset, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0; 
}


html { height:100% ;}

body   {
    margin: 			0;
    background-color:	#444;
    color: 				#222;
    font-family:		Arial, Helvetica, sans-serif;
    font-weight:		normal;
    font-size:			14px;
}

/*
img	{
	width:100%; height:auto	/* responsive */
}
*/

p img {
	max-width:100%;	// make pictures inside para responsive
	}

#container {
    max-width:1080px;
    margin:0 auto;
    padding:0 0 1px 0;  
    background-color:#eee;
  }
  
#content  {
	margin	: 0 auto;
	padding	:	20px;
	width	: 70%;
	min-height:	100vh;
	/*  border:1px solid yellow; */
}

#footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 1080px;
	margin-left: -540px;
    height: 20px;
	color: white;
    background: #269668;
    text-align: center;
  }


  
#header {
  height: 300px; width: 100%;
  margin: 0 0 20px 0;
  overflow: hidden;
  background-color: transparent; 
  border:0px solid #666;
}

#header-text {
	position: relative;
	top: -270px;
	z-index: 10;
	text-align: center;
	color: rgba(255,255,255,0.8);
	font-size: 48px;
}


ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

ul.topnav li {float: left;}

ul.topnav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background-color: #111;}
ul.topnav li a.active {background-color: #4CAF50;}
ul.topnav li.right {float: right;}

@media screen and (max-width: 600px){
    ul.topnav li.right, 
    ul.topnav li {float: none;}
}


.hangingindent {
	padding-left: 22px ;
	text-indent: -22px ;
	}
	
.para-indent {
	padding-left: 22px ;
	}	




  
#title {
float:left;
    margin: 0;padding: 0; 
    height:40px;width:300px;
    font-size: 18px;
    color:#fff; /* #68a; */
    }

#menu {
float:right;
    margin: 0;padding: 0; 
    height:40px;width:300px;
    font-size: 18px;
    color:#fff; /* #68a; */
    text-align:right;
    }





#part2 {  
    background-color: #444;
}

.thumb {
  position: relative;
  float:left;
  margin:5px; padding:5px 0 0 0;
  width:150px; height:200px;
  background-color:transparent; /* to avoid seeing them being re-arranged */
  border:1px solid transparent; 
  text-align:center;
  font-size:12px;
  font-family: "Verdana", sans-serif;
  transition-duration: 1.5s;
}

.box-sale {
  position: relative;
  float:left;
  margin:5px; padding:5px 0 0 0;
  width:30%; height:auto;
  text-align:center;
  background-color:transparent; /* to avoid seeing them being re-arranged */
  border:1px solid transparent; 
  }


.SubHeader {height:35px;margin:0;padding:13px 0 0 0 }

.link {margin:0 0 0 10px; color:pink;}

/* global title and description */ 

#Msg-block {
  position: relative; top: 50px;
  height:auto;
  margin: 0; padding:0;
}




/* thumbnails */  
.item {
  position: relative;
  float:left;
  margin:5px; padding:5px 0 0 0;
  width:150px; height:200px;
  background-color:transparent; /* to avoid seeing them being re-arranged */
  border:1px solid transparent; 
  text-align:center;
  font-size:10px;
  font-family: "Verdana", sans-serif;
  transition-duration: 1.5s;
} 
             

img {margin:0px;padding:0px;border:0px}

h1 {
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 42px;
    color: black;
    margin:0;
} 

h2 {
	margin: 15px 0 4px 0;
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: normal;
    font-size: 30px;
    color:black;
}

h3 {
	margin: 15px 0 4px 0;
    font-family: "Century Gothic", Helvetica, sans-serif;
    font-weight:normal;
    font-size: 18px;
    color:black;
}

h4 {
	margin: 15px 0 4px 0;
	padding-left: 22px ;	
    font-family: "Century Gothic", Helvetica, sans-serif;
    font-weight:normal;
    font-size: 16px;
    color:black;
}

h5 {
    font-family: "Verdana" ,Arial, Helvetica, sans-serif;  /* used first line in thumbs */
    font-weight:normal;
    font-size:12px;
    color:#1888dd;
    margin:0 0 5px 0;
}

p {margin:0;}

.clear {clear: both;} /* needed at end of floats to keep 'm within the div */

a:link		{color:#ddd;text-decoration: none;}
a:visited	{color:#ddd;text-decoration: none;}
a:hover		{color:#ddd ;text-decoration: none;}
a:active	{color:#ddd;text-decoration: none;}

