/* BODY 
----------------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #080808 url(../images/img01.gif) no-repeat center top;
	font-family: Century Gothic, sans-serif;
	font-size: 12px;
	color: #8A8A8A;
}
/* ===================================================================================== */

/* PRELOAD BACKGROUND IMAGE
----------------------------------------------------------------------------------------------------*/
#preload img							
{
	height: 0; width: 0; border-width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -30;
} 
/* ===================================================================================== */


/* TAGS
----------------------------------------------------------------------------------------------------*/
h1 
{
	font-size: 22px;
	letter-spacing:-1px;
	color: #ff00de;
}

h2 
{
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #ff00de;
}

h4 
{
	font-size: 14px;
	letter-spacing: -1px;
}

h5 
{
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
}

h9 
{
	color: #ff00de;
	font-weight: bold;
}
hr 
{
	display: none; 
}

p, ul, ol {
	margin-top: 0;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #D4D4D4;
}

a:hover {
}
/* ===================================================================================== */

/* NO BORDER FOR IMAGES
----------------------------------------------------------------------------------------------------*/
img
{
	border: none;
}
:link img 
{
  border: none;
}

:visited img 
{
  border: none;
}		
/* ===================================================================================== */

/* WRAPPER TO CENTRE
----------------------------------------------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	padding: 0;
}
/* ===================================================================================== */

/* HEADER 
----------------------------------------------------------------------------------------------------*/
#header {
	width: 950px;
	margin: 0 auto;
	padding: 0px 0px 0px 30px;
}
/* ===================================================================================== */

/* Logo */

#logo {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-left: 50px;
	color: #000000;
}

/* PAGETITLE
----------------------------------------------------------------------------------------------------*/
#pagetitle_welcome
{
	background: url(../images/Subtitles/Welcome.png) no-repeat;
	float: right;	width: 215px;
	height: 70px;
	margin-top: 15px;
	margin-right: 80px;
}
#pagetitle_event
{
	background: url(../images/Subtitles/Event.png) no-repeat;
	float: right;	width: 280px;
	height: 70px;
	margin-top: 15px;
	margin-right: 110px;
}
#pagetitle_gallery
{
	background: url(../images/Subtitles/Gallery.png) no-repeat;
	float: right;	width: 205px;
	height: 70px;
	margin-top: 15px;
	margin-right: 80px;
}
#pagetitle_audio
{
	background: url(../images/Subtitles/Audio.png) no-repeat;
	float: right;	width: 205px;
	height: 70px;
	margin-top: 15px;
	margin-right: 80px;
}
#pagetitle_videos
{
	background: url(../images/Subtitles/Videos.png) no-repeat;
	float: right;	width: 205px;
	height: 70px;
	margin-top: 15px;
	margin-right: 80px;
}
#pagetitle_jewish
{
	background: url(../images/Subtitles/Jewish.png) no-repeat;
	float: right;	width: 300px;
	height: 70px;
	margin-top: 15px;
	margin-right: 50px;
}
#pagetitle_contact
{
	background: url(../images/Subtitles/Contact.png) no-repeat;
	float: right;
	width: 205px;
	height: 70px;
	margin-top: 15px;
	margin-right: 80px;
}
/* ===================================================================================== */


/* Search */
/*
#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	border: 1px dotted #575757;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}
*/
/* Menu */
/*
#menu {
	width: 980px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 50px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 130px;
	height: 30px;
	margin-right: 1px;
	padding: 9px 0px 0px 0px;
	background: url(images/img02.gif) no-repeat left top;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	padding-left: 0;
}
*/

/* PAGE
----------------------------------------------------------------------------------------------------*/

#page {
	width: 895px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #222222;
	border-bottom-width:0px;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-text-stroke:1px transparent;
}

#page-bgtop {
		padding: 20px 0px;
	background: #111111;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #222222;
	border-bottom-width:0px;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-text-stroke:1px transparent;
}
/* ===================================================================================== */

/* NAV 
----------------------------------------------------------------------------------------------------*/
#nav {
	display:inline-block;
	margin:0;
	padding:8px 8px 0px 8px;
	/*background:#141414;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #000;
	border-bottom-width:0px;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-text-stroke:1px transparent;
	text-shadow: 0 0 1px rgba(0,0,0,0);*/
	vertical-align: top;
    list-style: none;
}

#nav li {
    display: inline;
    list-style: none;
}

#nav li ul {
    display: inline-block;
    position: relative;
    top: 2em;
    left: 0px;
    margin: 0;
    padding: 0;
}

#nav li a {
	font-family:HelveticaNeue, sans-serif;
	font-weight:600;
	color: #666666;
	position:relative;
	top:-3px;
	text-transform:uppercase;
	display:inline-block;
	padding: 0px 6px 4px 6px;
	text-shadow: 0 0 1px rgba(0,0,0,0);
}

#nav li.active ul li a {
	color: #666666;
}

#nav li a:hover,
#nav li.active ul li a:hover, 
#nav li.active a {
	color: #fff;
}


			.fader{opacity:0;display:none;}
/* ===================================================================================== */

/* CONTENT
----------------------------------------------------------------------------------------------------*/
#content {
	float: left;
	width: 625px;
	padding: 0px 0px 0px 0px;
}

.insidecontent {
	/*border-bottom: 1px dotted #171717;
	border-left: 1px dotted #171717;
	border-right: 1px dotted #171717;*/
	margin-bottom: 40px;
	font-size: 14px;
	color:#fff;
}

.insidecontent .pinktitle {/* leaving the possiblity to add bg image behind the title*/
	/*height: 41px; 
	padding: 7px 0px 0px 30px;
	background: url() repeat-x left top; */
	font-size: 16px;
	letter-spacing: 1px;
	color: #ff00de;
	font-weight: bold;
}

.insidecontent .pinktitle a {
}

.insidecontent .highlight {
	color: #ff00de;
	font-weight: bold;
}

.insidecontent .therealcontent {
	padding: 0px 30px 20px 30px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	font-weight: bold;
}
/* ===================================================================================== */
/* CUSTOM CONTENT (wider size)
----------------------------------------------------------------------------------------------------*/
#customcontent {
	float: left;
	width: 895px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

.insidecontent {
	/*border-bottom: 1px dotted #171717;
	border-left: 1px dotted #171717;
	border-right: 1px dotted #171717;*/
	margin-bottom: 40px;
	font-size: 14px;
	color:#fff;
}

.insidecontent .pinktitle {/* leaving the possiblity to add bg image behind the title*/
	/*height: 41px; 
	padding: 7px 0px 0px 30px;
	background: url() repeat-x left top; */
	font-size: 16px;
	letter-spacing: 1px;
	color: #ff00de;
	font-weight: bold;
}

.insidecontent .pinktitle a {
}

.insidecontent .highlight {
	color: #ff00de;
	font-weight: bold;
}

.insidecontent .therealcontentGALLERY{
	padding: 0px 30px 20px 30px;
	padding-bottom: 20px;
	text-align: justify;
	margin: 0 auto;
	width: 900px;
}

.insidecontent .therealcontentWIDE{
	padding: 0px 30px 20px 30px;
	padding-bottom: 20px;
	text-align: justify;
	margin: 0 auto;
	margin-left: 75px;
	width: 850px;
}

.insidecontent .therealcontentSMALL {
	padding: 0px 30px 20px 30px;
	padding-bottom: 20px;
	text-align: justify;
	margin: 0 auto;
	width: 500px;
}

.links {
	font-weight: bold;
}
/* ===================================================================================== */


/* RIGHT COLUMN
----------------------------------------------------------------------------------------------------*/
#speaker {
	float: right;
	width: 79px;
	margin-left: 250px;
	margin-top: -30px;
}

#speaker ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#speaker li {
	margin: 0;
	padding: 0;
}

#speaker li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#speaker li li {
	line-height: 35px;
	/*border-bottom: 1px dotted #171717;*/
	margin: 0px 30px;
	border-left: none;
}

#speaker li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}


/* RIGHT COLUMN
----------------------------------------------------------------------------------------------------*/
#right {
	float: right;
	width: 225px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	color: #787878;
}

#right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#right li {
	margin: 0;
	padding: 0;
}

#right li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#right li li {
	line-height: 35px;
	/*border-bottom: 1px dotted #171717;*/
	margin: 0px 30px;
	border-left: none;
}

#right li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#right h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
}

#right p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#right a {
	border: none;
}

#right a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}


/* FOOTER
---------------------------------------------------------------------------------------------------- */
#footer {
	color:#999;
	font-family:'Abadi MT Condensed Light','Arial';
	font-size: 14px;
	height:100%;
	width: 880px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	text-align:center;
	text-decoration: none;
	opacity: 0.8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color:#999; 
	text-decoration: none;
	opacity: 0.8; 				
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#footer a:hover {
	opacity: 1;				
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#footer .designed {
	text-decoration: none;
	color: #D4D4D4;
}


/* ===================================================================================== */


/* SOCIAL ICONS
---------------------------------------------------------------------------------------------------- */
#socialicons
{
	height: 87px;
	width: 200px;
	float: right;
	overflow: hidden;
}

.social 
{
	opacity: 0.5;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	
}
	
.social:hover 
{
	opacity: 1;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* ===================================================================================== */

	
	
	
	
/* ===================================================================================== */

/* ===================================================================================== */

/* ===================================================================================== */

/* ===================================================================================== */

/* ===================================================================================== */

	
	
	
	
	
	
	
	/* VIDEO THUMBS EFFECT 
----------------------------------------------------------------------------------------------------*/
a
{ 
	color:#C8DCE5; 
	text-decoration: none;
}

a:hover
{ 
	text-decoration:underline;
}

h3
{ 
	margin: 10px 10px 0 10px; 
	color:#FFF; 
	font:16pt Century Gothic; 
	letter-spacing:-1px;  
}
		
.boxgrid
{ 
	width: 190px; 
	height: 140px; 
	margin:10px; 
	float:left; 
	/*background:#000;*/
	/*border: solid 2px #8399AF; */
	overflow: hidden; 
	position: relative;
}

.boxgrid img
{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid p
{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
		
.boxcaption
{ 
	float: left; 
	position: absolute; 
	background: #111;
	height: 40px; 
	width: 190px;; 
	opacity: .6; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.captionfull .boxcaption 
{
	top: 280;
	left: 0;
}

.caption .boxcaption 
{
	top: 200;
	left: 0;
}
/* ===================================================================================== */


/* AUDIO TABLES */
#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0 auto;
	margin-top: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}

#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}

#hor-zebra td
{
	padding: 3px;
	color: #fff;
}

#hor-zebra tr:hover td
{
	padding: 3px;
	background-color: #ff00de;
}

#hor-zebra .odd
{
	background: #000000; 
}

#hor-zebra .even
{
	background: #141414; 
}
/* ===================================================================================== */


/* CONTACT US (FORM)
----------------------------------------------------------------------------------------------------*/
.contact-us {
	text-align:left;
	padding:10px 0;
	width: 500px;

}
	.contact-us input {
	background-image:url(../images/input-bg1.jpg);
	background-repeat:no-repeat;
	height:17px;
	width:350px;
	background-color:#222;
	border:1px solid #333;
	width:350px;
	padding:5px;
	color:#999;
}
.contact-us textarea {
	background-color:#222;
	border:1px solid #333;
	width:350px;
	padding:5px;
	overflow:auto;
	color:#999;
}
.contact-us .submit {
	border:none;
	width:95px;
	height:31px;
	position:relative;
	left:110px;
	margin:0;
	padding:0;
}
.red {
	color:red;
	font-weight:700;
}
.contact-us .form-col1 {
	color:#999;
	width:100px;
	height:30px;
	float:left;
	display:block;
	text-align:left;
	padding-right:10px;
	font-weight:700;
	
	
}
#contactwrapper {width:600px;margin:0 auto;}
.message {background:#222; color:#666;display:none;width:460px;padding:10px;}
.contact {text-align:right;}
.contact ul {list-style-type:none;width:390px;}
.contact li {list-style-type:none;}
.contact input {width:260px;}
.contact textarea {width:260px;}
/* ===================================================================================== */
	
	
	
	
	
	
	
	
/* PROFILE INFORMATION ON CONTACT PAGE
----------------------------------------------------------------------------------------------------*/	
#profile1
{
	float: right;
	width: 150px;
}
#profile2
{
	float: left;
	width: 150px
}

.profile
{
	opacity: 0.5;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	
	/*border: 2px #eaeaea solid;*/
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.profile:hover
{
	opacity: 1;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
	}
	
#picture
{
	cursor: pointer;
	
}
/* ===================================================================================== */

/* SLIDESHOW
----------------------------------------------------------------------------------------------------*/


/* ===================================================================================== */
			
			
