/* @override http://thenearsky.com/ohc/css/style.css */

/* @override http://thenearsky.com/ohc/css/style.css */

/* @override http://thenearsky.com/ohc/css/style.css */

/* @override http://thenearsky.com/ohc/css/style.css */

/* @override http://thenearsky.com/ohc/css/style.css */

/* @override http://thenearsky.com/ohc/css/style.css */



/*
	 Our Hebrew Connection
	 by nearsky Creative
	 http://www.thenearsky.com
	 
	 COLOR KEY:
	 	Gray: #676a61;
		Green: #b6cc00
		Cream:#f9ffcc

*/




/*
	RESET AND BASICS
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*end reset*/


body{ 
font-size: 14px;
line-height: 21px;
color: #000;
background: #fff;
}


/*
	Some Basic, reusable styles
*/

a, a:visited						{ text-decoration: none; outline: none; color: #4570ad; }
a:hover								{ color: #4570ad; text-decoration: underline; }
a img								{ border: none; }
img									{ vertical-align: middle; }
.clear								{ clear: both; }
fieldset							{ border: none; }
::selection                         { background: #ffffff; color: white; /* Safari */ }
::-moz-selection                    { background: #ffffff; color: white; /* Firefox */ }

.button								{ background: #94c33d url(images/button-bg.png) top left repeat-x; color: white !important; 
									  font-size: 18px; -moz-border-radius: 10px; border: none;
									  letter-spacing: -1px; padding: 8px 15px 6px 15px; -webkit-border-radius: 10px; }
.button:hover						{ background: #0098db; cursor: pointer; }
.alignCenter						{ text-align: center; }
.floatLeft							{ float: left; }
.floatRight							{ float: right; }

/*
	Site Tile Image Replacement
*/

h1.site-title {
	width: 350px; height: 75px;
	position: relative;
	overflow: hidden;
	}

h1.site-title span {
		background: url("../images/header-image.jpg");
		position: absolute;
		width: 100%;
		height: 100%;
	}


/*
	MAIN STRUCTURE
*/

#wrapper {
	
}

#header {
	width: 100%;
	height: 130px;
	border-bottom: 45px solid #4570ad;
}

#footer {
	width: 100%;
	height: 390px;
	border-top: 45px solid #4570ad;
}

#roots {
	width: 893px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	top: 61px;
	width: 366px;
	position: relative;
}

#nav {
	width: 550px;
	float: right;
	margin-top: 18px;
	font-size: 18px;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	text-transform: uppercase;
}

#nav ul {
	display: inline;
	float: right;
}

#nav ul li{
	display: inline;
	padding-left: 45px;
}

#nav ul li a{
color: #fff;
}

#nav ul li a:hover{
text-decoration: underline;
}



/*text styles*/

h1 {
	font-size: 32px;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	padding-bottom: 10px;
	padding-top: 20px;
}

h2 {
	font-size: 26px;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	padding-bottom: 10px;
}

h3 {
	font-size: 22px;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	padding-bottom: 10px;
}

h4 {
	font-size: 18px;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	padding-bottom: 10px;
}

h5 {
	font-size: 14px;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	padding-bottom: 10px;
}

h6 {
	font-size: 12px;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	padding-bottom: 10px;
}

p {
	padding-bottom: 10px;
	font-size: 15px;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}


/*padding styles*/

.pad-left {
	padding-left: 10px;
}

.pad-right {
	padding-right: 10px;
}

.pad-top {
	padding-top: 10px;
}

.pad-bottom {
	padding-bottom: 10px;
}

.pad-all {
	padding: 10px;
}

#quote {
	margin-top: -33px;
	width: 724px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.contentpad {
	padding-top: 20px;
}

#sidebar ul {
	padding-left: 60px;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	padding-bottom: 20px;
	padding-top: 5px;
}

#sidebar ul li {
	padding-bottom: 5px;
}

#sidebar ul li a {
	color: #4570ad;
}

#footer p {
	font-size: 12px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

img#sentance {
	float: right;
	padding-top: 95px ;
}

img.aboutphotos {
	float: left;
	padding-right: 20px;
	
}

