/*
Title:      Yom Kippur shoes styles for screen media
Author:     Tzipora Ginzberg, ThumperMedia.com
*/

body {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background: #edeae3 url(../img/TOMSbgNew.jpg) repeat-y top center; 
	}
	
/* ----------[ links ]---------- */

a:link {
	color: #58a;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #58a;
}
a:visited {
	color: #58a;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}
a:hover {
	color: #f90;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #f90;
}
a img {
	border: 0;
	border-bottom: none;
}
a:active,
a:focus {
	outline: 0;
}
/* -----[ common elements ]----- */

p {
	margin: 1em 0;
	padding: 0;
}
h1 {
	font-family: helvetica, arial, sans-serif;
	font-size:130%;
	font-weight: bold;
	margin: .8em 0;
	}
h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	}
h3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 120%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
h4 {
	font-family: helvetica, arial, sans-serif;
	font-size: 110%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
ul {
	font-size: 90%;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
/* -----[ layout structure ]----- */	

#headerNew {
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	background: url(../img/HaSheader3.jpg) no-repeat top center;
	/*	border: 1px solid #999; */
	height: 220px;
	overflow: hidden;
}
#headerNew h1 {
	display: none;
}
#wrap {
	width: 680px;
	margin: 0 auto;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	text-align: left;
}
#header {
	margin: 0;
	padding: 0;
	text-align: center;
/*	background: url(../img/GreyFade.jpg) repeat-x top left; */
/*	border: 1px solid #999; */
	background: url(../img/blue_rule.jpg) no-repeat top center;
	height: 2px;
}
#header a {
	border-bottom: none;
}
#main {
	clear: left;
	margin: 0 auto;
	width: 680px;
	padding: 0;
}

/* --------[ navigation ]-------- */

#nav {
	width: 680px;
	margin: 0;
	padding: .4em 0;
	list-style: none;
/*	background: url(../img/GreyFade.jpg) repeat-x top left; */
	background: #fff url(../img/blue_rule.jpg) no-repeat bottom center;
	/*	border: 1px solid #999; */
	font-size: 100%;
	text-align: center;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
}
#nav a {
	color: #58a;
	text-decoration: none;
/*	background: #ddd url(../img/GreyFade.gif) repeat-x top left; */
	margin: 0;
	padding: .4em 1em;
/*	border-left: 1px solid #fff; */
/*	border-top: 1px solid #999; */
/*	border-right: 1px solid #aaa; */
	border-bottom: none;
}
#nav a:hover,
#nav a:active,
#nav a.active:link,
#nav a.active:visited {
	background: #ddd url(../img/GreyFade.gif) repeat-x top left;
}
#nav a.active:link,
#nav a.active:visited {
	position: relative;
	z-index: 102;
}
/* ---------[ content ]--------- */

body#home #content {
	/* float:right; */
	margin: 0;
	padding: 0;
	color: #333;
	background: #fff;
/*	border: 1px dotted #300; */
	font-size: 110%;
}
body#about #content,
body#contact #content,
body#forward #content,
body#pledge #content,
body#thanks #content {
	float:right;
	margin: 0 10px 0 0;
	padding: .5em 0 3.5em;
	width: 460px;
	color: #333;
	background: #fff;
/*	border: 1px dotted #300; */
}
/* --------[ sidebar ]-------- */

#sidebarL {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 170px;
/*	border: 1px dotted #300; */
}

/* --------[ featured ]-------- */

.featured {
	margin: 1.5em 0 1.5em;
	padding: 0px;
	background: #fff;
/*	border: 1px solid #999; */
}
.featured h2 {
	margin: 0 0 .5em;
	background: url(../img/GreyFade.gif) repeat-x top left;
	border-bottom: 1px solid #999;
	padding: .5em;
}
.featured p {
	margin: .5em;
}
.jump {
	font-size: 90%;
}
/* ---------[ footer ]--------- */

#footer {
	background: url(../img/blue_rule.jpg) no-repeat top center;
	padding: .5em 0 0;
}
/* ---------[ classes ]--------- */

#content p,
#content h1,
#content h2,
#content h3,
#content h4 {
	margin: 15px 20px;
	padding: 0;
}	
body#home #content {
	text-align: center;
}
.contact, .textlink {
	line-height: 1.5em;
}
.textlink_big {
	margin: 0;
	padding: .5em 10px 0;
	font-size: 100%;
	text-align: center;
}
.copyright, .contact, .textlink {
	margin: 0;
	padding: .3em 10px;
	font-size: 90%;
	text-align: center;
}	
.copyright {
	padding: .75em 10px;
	color: #999;
}
.copyright a,
.contact a,
.textlink a, 
.textlink_big a {
	text-decoration: none;
	border-bottom: none;
}
img.display {
	margin: 0 15px 15px;
	padding: 6px;
	-webkit-box-shadow: 0px 5px 25px #666;  
	-moz-box-shadow: 0px 5px 25px #666;  
	box-shadow: 0px 5px 25px #666;  
	border: 1px #58a solid;
}
body#home img.display {
	margin: 10px 20px 30px;
	padding: 0;
	border: 0;
}
img.button {
	border: none;
	margin: 0;
	padding: 20px;
}
img.buttonL {
	margin: 0;
	padding: 20px 8px 10px 20px;
}
img.buttonR {
	margin: 0;
	padding: 20px 20px 10px 8px;
}
img.buttonTL {
	margin: 0;
	padding: 20px 8px 8px 20px;
}
img.buttonTR {
	margin: 0;
	padding: 20px 20px 8px 8px;
}
img.buttonBL {
	margin: 0;
	padding: 8px 8px 20px 20px;
}
img.buttonBR {
	margin: 0;
	padding: 8px 20px 20px 8px;
}
a.noborder {
	border-bottom: none;
}	

/* --------[ page bottom ]-------- */

#bottom {
	margin: 0;
	padding: 0;
	background: url(../img/TOMSbottomNew2.jpg) no-repeat top center;
	text-align: center;
	line-height: 3em;
	font-size: 90%;
}
#bottom a {
	color: #468;
	font-weight: normal;
	text-decoration: none;
}

/* ---------[ IE hacks ]--------- */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
}
html>body { /* be nice to Opera */
	font-size: small;
}
#wrap {
	width: 680px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 680px;
}
html>body #wrap { /* be nice to Opera */
	width: 680px;
}
