payp/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

html, body {
	background: #D1B298 url(../images/mainBG.gif) repeat-x top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
h1 {
	color: #990000;
	font-size: 24px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
}
h2 {
	color: #990000;
	font-size: 20px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
}
h3 {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
}
h4 span {
	color: #ef0700;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 24px;
	margin-left: -300px;
}
p {
	margin: 10px 0;
}
p span.event {
	color:#333;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
}
a {
	outline: none;
}
.articles {
	color: #000066;
	font-size: 18px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
}
/* --( Global Styles )-- */
.clear {
	clear: both;
}
.horRule {
	display: block;
	background: url(../images/sep.gif) no-repeat center;
	height: 24px;
}
.center {
	text-align: center;
}

/* --( Site Backgrounds )-- */
#wrap {
	width: 856px;
	margin: 0 auto;
}
#bodyBG {
	background: url(../images/bodyBG.gif) repeat-y;
}
#shadowTL {
	background: url(../images/bodyShadowTL.gif) no-repeat top left;
}
#shadowTR {
	background: url(../images/bodyShadowTR.gif) no-repeat top right;
}
#shadowBL {
	background: url(../images/bodyShadowBL.gif) no-repeat bottom left;
}
#shadowBR {
	background: url(../images/bodyShadowBR.gif) no-repeat bottom right;
}

/* --( Body Container )-- */
#bodyContainer {
	width: 780px;
	margin: 0 auto;
	padding-bottom: 25px;
}

/* --( Header )--*/
#header {
	height: 42px;
	background: url(../images/headerBG2.gif) no-repeat top left;
}
#header h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	float: left;
}
#header h1 a {
	display: block;
	text-indent: -3000px;
	background: url(../images/logo2TM.gif) no-repeat;
	height: 35px;
	width: 272px;
	float: left;
	position: relative;
	top: 19px;
	left: 111px;
}

#nav1 {
	height: 38px;
	width: 200px;
	text-align: right;
	float: right;
}
#nav1 h3 {
	display: none;
}
#nav1 ul {
	width: 150px;
	margin: 0;
	padding: 0;
	float: right;
}
#nav1 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav1 ul li span {
	display: block;
	float: left;
	background: url(../images/vertDot.gif) repeat-y top left;
}
#nav1 ul li a {
	display: block;
	float: left;
	padding-top: 15px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #8A7950;
	text-decoration: none;
}
#nav1 ul li.home a {
	background-image: url(../images/iconHome.gif);
	background-repeat: no-repeat;
	background-position: 5px 16px;
	padding-left: 20px;
	padding-right: 8px;
}
#nav1 ul li.contact a {
	background-image: url(../images/iconContact.gif);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	padding-left: 24px;
	padding-right: 11px;
}
#nav1 ul li a:hover {
	text-decoration: underline;
}


/* --( Page Header )-- */
#pageGraph p {
	margin: 0;
}

#pageGraph h4.event{
	left: 174px !important; 
	top: -721px !important; 	
}


/* --( Page Heading Images )-- */
#contentWrap .resources .content h2 {
	text-indent: -3000px;
	width: 165px;
	height: 125px;
	background: url(../images/title_resources_01.gif) no-repeat;
}
#contentWrap .dance .content h2 {
	text-indent: -3000px;
	width: 185px;
	height: 125px;
	background: url(../images/title_dance_01.gif) no-repeat;
}
#contentWrap .story .content h2 {
	text-indent: -3000px;
	width: 185px;
	height: 125px;
	background: url(../images/title_story_01.gif) no-repeat;
}
#contentWrap .events .content h2 {
	text-indent: -3000px;
	width: 185px;
	height: 103px;
	background: url(../images/title_events_01.gif) no-repeat;
}

/* --( Main Navigation )-- */
#access {
	background: url(../images/navBG.gif) repeat-x top left;
	height: 37px;
	margin: 0 auto;
	text-align: center;
	width: 780px;
}
#access .menu-header {
	text-align: center;
}
#access h3 {
	display: none;
}
#access ul {
	display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom: 1;
    *display: inline;
}
#access ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin-top: 6px;
	padding: 0 11px;
	border-left: 1px solid white;
}
#access ul #menu-item-19 {
	border-left: none !important;
	padding-left: 0 !important;
}
#access ul #menu-item-19 {
	border-left: none !important;
	padding-left: 0 !important;
}
#access ul li a {
	color: #F7F1E0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}
#access ul li a:hover {
	color: #FFF;
}
#access ul li .navSep {
	display: block;
	width: 2px;
	height: 37px;
	background: url(../images/navSep.gif) no-repeat;
	float: left;
}

/* --( Page Side Picture )-- */
#contentWrap .pic {
	float: right;
	padding-bottom:10px;
	padding-left:10px;
	width:247px;
}

/* --( Content )-- */
#contentWrap {
	padding: 25px;
	background: url(../images/contentShadow.gif) repeat-x top;
}
#contentWrap .content {
	width: 457px;
	float: left;
}
#contentWrap .content-full {
	width: 730px;
}
	
/* --( Contact Styles )-- */
	#contentWrap .contact .content {
		width: 100%;
	}
	#contentWrap .contact .content  h3 {
		margin: 0;
	}

/* --( Events Styles )-- */
	#contentWrap .events .content dl dt {
		font-weight: bold;
		float: left;
	}
	#contentWrap .events .content dl dd {
		margin-left: 60px;
		margin-bottom: 1em;
	}
/* --( Resources Styles )-- */
	#contentWrap .resources .content h3 {
		margin-bottom: 0;
	}
	#contentWrap .resources .content p {
		margin-top: 6px;
	}
	#contentWrap .resources .content ul li {
		margin-bottom: .8em;
	}


/* --( Footer )-- */
#footer {
	text-align: center;
	background: #F4EED9 url(../images/footerBG.gif) repeat-x bottom center;
	padding: 0 0 26px;
	color: #A4A4A4;
	font-size: 11px;
	margin: 0 auto;
	width: 780px;
}
#footer a {
	color: #A4A4A4;
}
#footer h3 {
	display: none;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#footer ul li a {
	color: #A4A4A4;
	font-weight: bold;
	text-decoration: none;
	padding: 0 6px;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer p.copyright {
	margin-top: 6px;
	color: #AC9F82;
}
#footer span#footerSep {
	display: block;
	height: 8px;
	background: url(../images/dotSep.gif) no-repeat top center;
	padding-bottom: 26px;
}
sup {
	font:normal 8px "Times New Roman", Times, serif;
}

.right {
	float:right;
	padding:3px;
	border:1px solid #CCC;
	margin-left:10px;
	margin-bottom:10px;
}

/*********************** planetary section *****************/
#leftCol {
	float:left;
	width:400px;
}
#rightCol {
	float:left;
	width:330px;
	margin-top:45px;
}
.fb {
	float:right;
	width:58px;
	height:40px;
	/*margin:70px 0 0 0;*/
}
.fb p {
	margin:-32px 0 0 37px;
}

/* events customer */

#contentWrap .custom p {
	font-size:13px;
	margin:3px;
}

.custom ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
.israel {
	margin-top: 10px;
	float: right;
	width: 225px;
}

/* sponsorship */
.divider {
	padding-top: 5px;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}
.sponsor-left {
	float: left;
	width: 224px;
}
.sponsor-right {
	float: right;
	width: 404px;
}

/* Home Page */
.paypal-section {
	font-family: "Arial Black", sans-serif;
	top: -140px;
	padding-left: 8px;
	position: relative;
	font-weight: 700;
}
.paypal-section-events {
	font-family: "Arial Black", sans-serif;
	top: -20px;
	padding-left: 8px;
	position: relative;
	font-weight: 700;
}
.paypal-section h2 a {
	color: #551A8B;
	font-family: "Arial Black", sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.paypal-section-events h2 a {
	color: #551A8B;
	font-family: "Arial Black", sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.paypal-section .text {
	bottom:3px;
	left:0px;
	position:relative;
	visibility:hidden;
}
.paypal-section-events .text {
	bottom:3px;
	left:0px;
	position:relative;
	visibility:hidden;
}
.paypal-section:hover .text {
	visibility:visible;
}