  /* ---- Echo Hill CSS ----  */
/*-------- 2/16/08 5:25PM ----------*/
/*   
Theme Name: EchoHillStyles
Theme URI: www.echohillcards.com
Description: Theme for Echo Hill Cards
Author: Allan Douglas, DDGraphics WebMedia
Author URI: www.ddgwebmedia.com
*/
/*-------- HTML Elements --------*/ 
body {
	font-family: "Trebuchet MS";
	font-size: 90%;
	color: #006633;
	background-color: #4BBFE1;
	padding: 20px;
}
p, ul, li, td, h1, h2, h3 ,h4, h5, h6 {
	font-family: "Trebuchet MS";
	color: #063;
}
a {
	text-decoration: none;
}
img {
	border: 0px;
}
p {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 5px;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 5px;
}
h3 {
	font-size: 1.15em;
	font-weight: bold;
	margin: 10px;
}
/* ---- Page Layout id Selectors ---- */
/*------inhalt Keeps Page Centered in View Port ------*/
#inhalt {
	background-color: #E7FFFF;
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	width: 860px;
}
#header {
	background-color: #E7FFFF;
	display: block;
	text-align: left;
	height: 74px;
	width: 100%;
  }
 #container {
 	margin: 0px;
	width: 99%;
}
#container div#leftCol {
	float: left;
	width: 18%;
	overflow: visible;
	margin-right: -1px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-top: 130px;
	margin: 0px;
} 
#container div#mainCol {
	float: left;
	width: 79%;
	overflow: visible;	/* fix for IE italics bug */
	margin-right: -2px;
	border-top: none;
	border-left: none;
}
#mainCol iframe { 
	text-align: left;
	width: 700px;
	height: 540px;
	margin: 0px auto;
}

#privacy {
	width: 700px;
	padding-right: 5px;
	padding-left: 5px;
}
#about {
	width: 95%;
	padding-right: 5px;
	padding-left: 5px;
}
/*------ Calendar Page Stuff ------*/
#calendar {
	background-color: #E7FFFF;
}
#calender p {
	font-size: .9em;
	margin: 5px 5px 0px;
}
#calendar h3 {
	font-size: 1.15em;
	font-weight: bold;
	margin: 5px;
}
#calendar h2 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 5px;
}
/*------ Products Page Stuff ------*/
#product {
	margin: 0 auto;
	width: 100%;
	}
/*------ Contacts Page Stuff ------*/
/*------- Needed in every site that uses our DB for 
contact information -----------------*/
#contact {
	float: left;
	top: 20px;
	width: 570px;
	position: relative;
	left: 24px;
}
html>body #contact {
	left: 24px;
}
#contact h2 {
	text-align: center;
	margin-top: 15px;
}
#contact h4 {
	text-align: center;
}
#contact h5 {
	text-align: center;
	font-weight: normal;
}

#contact .contact {
	text-align: center;
	float: left;
	display: block;
	width: 180px;
}

/*************************?
/*-------- Navigation --------*/
/* --- SideNav CSS --- */
#sidenav, #sidenav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 9em;
}
#sidenav li  {
	position : relative;
	float : left;
	line-height : 1.9em;
	width: 9em;
	font-size: 0.9em;
	padding-left: 10px;
	font-weight: bold;
}
#sidenav a:link, #sidenav a:visited {
  	color: #006633;
	display: block;
}
#sidenav a:hover, #sidenav a:active {
	color: #4BBFE1;
	display: block;
}

/*------ Footer CSS ------ */
#footer {
	clear: both;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	display: block;
	background-color: #E7FFFF;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #333333;
}
#footer p {
	text-align: center;
}
#footer a:link, #footer a:visited  {
	color:  #006633;
}
#footer a:hover, #footer a:active {
	color: #4BBFE1;
}

/********* Misc CSS **********/
/* ---- Classes ---- */
/* twoColumns class for implementing a simple 2-column structure wherever needed
 * inside the content column. 
 */
.twoColumns {
	float: left;
	width: 100%;
}
.twoColumns img {
	text-align: center;
	display: block;
}
.twoColumns p {
	text-align: center;
	margin-top: 0.5em;
}
.twoColumns h5 {
	text-align: left;
	margin-bottom: 0em;
	margin-top: .2em;
	margin-left: .5em;
}
.twoColumns div.leftColumn {
	float: left; 
	width: 49%;
	overflow: visible;	/* fix for IE italics bug */
	margin-right: -1px;
	border-top: 1px solid #063;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.twoColumns div.rightColumn {
	float: left;
	width: 49%;
	overflow: visible;	/* fix for IE italics bug */
	margin-right: -2px;
	border-top: 1px solid #063;
	border-left: none;
}
div.rightColumn {
	text-align: center;
	display: block;	
}
.twoColumns div.leftColumn div.inside {
	padding-left: 0;
}
.twoColumns div.rightColumn div.inside {
	padding-right: 0;
}
.twoColumns div.oneColumn {
	float: left; 
	width: 98%;
	overflow: visible;	/* fix for IE italics bug */
	margin-right: -1px;
	border-top: 1px solid #063;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
/*------ Classes Used in All Column Layouts ------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */ 	


.inside { 	/* glitch in IE caused by vertical padding in this class, so 0 padding is
	 * set here and those blocks that need the vertical padding must be 
	 * applied to the parent element. the purpose of this class is to provide
	 * horizontal padding without using hacks to get around IE's broken box 
	 * model. so it's okay to apply vertical padding to the parent element, 
	 * just not horizontal padding.
	 */
	padding: 0 5px;
}

.ddGraphics1 {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.WebMedia1 {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}	
