

/* -----  Cool Ketubah Base Styles   --------    */


@import "reset.css";
@import "type.css";
@import "grid.css";

a {
	text-decoration: none;
	color: #000;
}

p {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.2em;
	color: #333;
	line-height: 19px;
	margin: 4px 0px 10px 0px;
	padding: 2px 0px 6px 0px;
}

p a {
	border-bottom: 1px solid #aaa;
}

p a:hover {
	color: #999;
	border-bottom: 1px solid #ddd;
}

strong {font-weight:bold;}

h1 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 2.2em;
	line-height: 26px;
	padding: 0px;
	margin: 20px 0px;
	}
	
h2 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	margin: 4px 0px 8px 0px;
	padding: 4px 0px 0px 0px;
	line-height: 19px;
	}
	
	h2 a:hover {
		color: #999;
	}
	
h3 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	margin: 25px 0px 8px 0px;
	padding: 0px;
	line-height: 19px;
	}
	
	
blockquote {
	font-size: 1.5em;
	font-family: georgia, 'trebuchet ms', arial, sans-serif;
	line-height: 20px;
	font-style: italic;
	padding: 10px 0px 0px 16px;
	margin: 0px 0px 5px 0px;
	background: transparent url(../_images/quote.gif) no-repeat;
	background-position: 0px 10px;
	}
	
p.quote {
	padding-left: 16px;}
