/*
THEME NAME: Tifereth Israel
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: A custom wordpress theme for Tifereth Israel Synagogue in San Diego, CA
VERSION: 1.0
AUTHOR: <a href="http://www.evanwebdesign.com">Evan Web Design</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* ---------- A note on font-sizing ---------- 
Default font size in IE6, IE7 and FireFox is 16px. 
Default for Safari 2 is 16px for "standard fonts" and 13px for "fixed-width fonts." (Safari 3 uses 16px for all fonts.) 
I am ignoring the Safai 13px mono-space type issue since this site does not use any mono-spaced fonts.
*/

html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background:#5f4150;
	font-size:.75em; /* 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin: 12px 0; 
	color:#000;
	}

a:link, a:visited {
	color:#590058;
	}
	
a:hover, a:active {
	color:#895d8c;
	}


h1 {
	font-size:1.8em;
	color:#590058;
	margin-bottom:10px;
	margin-top:5px;
	}

h2 {
	font-size:1.4em;
	color:#590058;
	margin-bottom:6px;

	margin-top:5px;
	}

h3 {
	font-size:1.2em;
	color:#000;
	margin-bottom:12px;
	}
	
	#archives h3 {
		font-size:1.5em;
		margin-bottom:0;
		}

h4, h5, h6 {
	margin-bottom:12px;
	}

blockquote {

	}

hr {
	background:#5A0256;
	color:#5A0256;
	height:1px;
	overflow:hidden;
	border:none;
	}

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_right {
	float:right;
	margin:0 0 0 20px;
	}

.pic_left {
	float:left;
	margin:0 20px 0 0;
	}

.alignleft  {
	margin:0 10px 0px 0;
	float:left;
	border:1px solid #fff;
	padding:2px;
	}

.alignright {
	margin:0 0px 0px 10px;
	float:right;
	border:1px solid #fff;
	padding:2px;
	}

.pic_border, a img.pic_border {
	background:#aaa;
	padding:3px;
	}

	a img.pic_border:hover, a img.pic_border:active {
		background:#fff;
		}

.raquo {
	font-size:1.2em;
	color:#888;
	}

.small {
	font-size:.92em;
	line-height:1.3em;
	}

.big {
	font-size:1.2em;
	}


.hr {
	color:#f6e7b2;
	background:#f6e7b2;
	width:100%;
	height:1px;
	overflow:hidden;
	margin:20px 0 20px 0;
	}
	
	
.italic {
	font-style:italic;
	}

.bold {
	font-weight:bold;
	}

.right {
	text-align:right;
	}

.entry-date {
	font-size:.92em;
	margin:10px 0;
	}
	



.nav-previous {
	width:326px;
	float:left;
	font-size:.92em;
	text-align:left;
	}

.nav-next {
	width:326px;
	float:right;
	font-size:.92em;
	text-align:right;
	}

.entry-meta {
	font-size:.92em;
	width:687px;
	padding:12px;
	background:#FBF7ED;
	border-top:1px solid #e2ddd3;
	border-bottom:1px solid #e2ddd3;
	}

.divided {
	padding:12px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
	

.facebook_button {
	background:url(images/facebook_button.gif) no-repeat;
	width:192px;
	height:19px;
	margin:12px 12px 8px 0;
	float:left;
	color:#686355;
	text-decoration:none;
	padding-left:32px;
	padding-top:7px;
	line-height:1.0em;
	font-size:12px;
	}
	
	.facebook_button:hover {
		filter: alpha(opacity=80);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		opacity: .8;
		}


/* Layout
 * ------------------------------------------------------------------------- */
 
#container {
	width:950px;
	margin:0 auto;
	background-color:#fff;
	padding:5px;
	border:1px solid #42182d;
	}

#header {
	background:url(images/title_bar.jpg) no-repeat;
	width:950px;
	height:180px;
	margin-bottom:2px;
	
	}
	
	#home_link {
		width:285px;
		height:163px;
		display:block;
		text-indent:-5000px;
		outline:none;
		margin:0px 0 0 25px;
		}
	
	
#cse-search-box {
	float:right;
	margin:148px 8px 0 0;
	}

#single_column {
	width:930px;
	margin:0 auto;
	}

#content_container {
	background:url(images/content_container_bg.gif) repeat-y;
	width:950px;
	margin-top:2px;
	}
	
	#content_container.plain_white {
		background:none;
		}
	
	#content_container.home {
		background:url(images/content_container_bg_home.gif) repeat-y;
		}


#column_left {
	width:193px;
	margin-right:20px;
	float:left;
	display:inline;
	padding:12px 8px;
	}
	
	#column_left ul li {
		background:url(images/arrow_bullet.gif) no-repeat 0px 2px;
		padding-left:12px;
		border-bottom:1px solid #e2ddd3;
		margin-bottom:10px;
		padding-bottom:10px;
		font-weight:bold;
		line-height:1.0em;
		}
		

		#column_left ul.ec3_events li {
			background:none;
			border-bottom:none;
			color:#795d10;
			margin-bottom:0px;
			padding-bottom:0px;
			word-spacing:normal;
			letter-spacing:normal;
			}
			
			#column_left ul.ec3_events li ul li {
			background:url(images/arrow_bullet.gif) no-repeat 0px 2px;
			border-bottom:1px solid #e2ddd3;
			margin-bottom:10px;
			padding-bottom:10px;
			margin-top:3px;
			word-spacing:normal;
			letter-spacing:normal;
			}
			
		
		#column_left ul li a:link, #column_left ul li a:visited {
			text-decoration:none;
			}
	
#coming_events_title {
	background:url(images/coming_events.gif) no-repeat;
	width:132px;
	height:19px;
	text-indent:-5000px;
	margin:0 auto 12px auto;
	}

#home_column_center {
	width:531px;
	float:left;
	display:inline;
	margin-right:20px;
	padding-top:10px;
	}
	
	#home_column_center a {
		font-weight:bold;
		}

#home_column_right {
	width:170px;
	float:left;
	display:inline;
	padding-bottom:10px
	}

	#home_column_right ul li {
		background:url(images/quick_links_bg.gif) repeat-y;
		width:170px;
		padding:10px 0;
		margin-bottom:2px;
		font-size:1.2em;
		font-weight:bold;
		}
		
		#home_column_right ul li a:link, #home_column_right ul li a:visited {
			background:url(images/solid_arrow_bullet.gif) no-repeat 8px 4px;
			padding-left:20px;
			text-decoration:none;
			}
	
#email_list {
	background:url(images/join_our_mailing_list.gif) no-repeat;
	width:193px;
	height:35px;
	display:block;
	margin:20px auto 20px auto;
	text-indent:-5000px;
	outline:none;
	}
	
	#email_list.home {
		background:url(images/join_our_mailing_list_home.gif) no-repeat;
		width:150px;
		margin-top:10px;
		}
	
	#email_list:hover, #email_list:active {
		background-position:0px -35px;
		}

#donate_while_you_shop {
	background:url(images/donate_while_you_shop.gif) no-repeat;
	width:193px;
	height:94px;
	display:block;
	text-indent:-5000px;
	outline:none;
	margin:20px 0;
	}
	
	#donate_while_you_shop:hover {
		filter: alpha(opacity=90); /* for IE5-7 */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* For IE8 */
		opacity: .9;
		}
	
	#donate_while_you_shop.home {
		background:url(images/donate_while_you_shop_home.gif) no-repeat;
		width:150px;
		height:73px;
		margin-left:10px;
		}
	
#quick_links_title {
	background:url(images/quick_links.gif) no-repeat;
	width:170px;
	height:31px;
	text-indent:-5000px;
	margin-bottom:2px;
	margin-top:10px;
	}
	
#amazon {
	margin:20px auto;
	width:120px;
	}
	
	#amazon.sub {
		margin-bottom:0;
		}

#jnf {
	margin:20px auto; 
	display:block;
	outline:none;
	width:168px;
	}
	
	
	#jnf.home {
		width:150px;
		margin-left:10px;
		}

#conservative {
	float:left;
	display:inline;
	margin-right:10px;
	margin-left:25px;
	}

#ujf {
	float:left;
	display:inline;
	}

#column_right {
	width:711px;
	float:left;
	display:inline;
	padding-top:10px;
	}

#footer {
	width:952px;
	padding:0 5px;
	margin:10px auto;
	color:#fff;
	}
	
	#footer a:link, #footer a:visited {
		color:#f6d99f;
		text-decoration:none;
		}
	
	#footer a:hover, #footer a:active {
		color:#e9be47;
		text-decoration:none;
		}

#footer_left {
	float:left;
	width:470px;
	font-size:.92em;
	}

#footer_right {
	float:right;
	width:360px;
	text-align:right;
	}

#copyright {
	color:#888;
	font-size:.92em;
	width:950px;
	text-align:left;
	margin:7px auto 15px auto;
	}


/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#column_right .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	margin-bottom:0;
}

/* End captions */



 /* Heb Cal Styles
 * ------------------------------------------------------------------------- */
#heb_date {

	font-family:Arial, Helvetica, sans-serif;

	font-size:1.0em;

	}





#hebcal {

 font-family:Arial, Helvetica, sans-serif;

 font-size: small;

}

#hebcal H3 {

 font-family:Arial, Helvetica, sans-serif;

 font-weight:bold;

 font-size:1.1em;

}

#hebcal .candles {}

#hebcal .havdalah {  } 

#hebcal .parashat { color: black; }

#hebcal .holiday { display: none }



 
 /* Blog content styling
 * ------------------------------------------------------------------------- */
#nav-below {
	margin-top:20px;
	}

.blog_content {
	margin-bottom:12px;
	font-size:1.2em;
	}
	
	#home_column_center .blog_content {
		font-size:1.1em;
		}

.blog_content img {
	margin-bottom:10px;
	}
	
	.blog_content a {
		font-weight:bold;
		}

.blog_content p {
	margin-bottom:12px;
	line-height:1.7em;
	}

.blog_content ul {
	margin-left:20px;
	margin-bottom:12px;
	}

	.blog_content ul li {
		padding-left: 12px;
		line-height:24px;
		
		list-style: none;
		background: transparent url(images/bullet_lrg.gif) 0px 9px no-repeat;
		}

		.blog_content ul li ul li {
			background: transparent url(images/bullet_med.gif) 0px 10px no-repeat;
			padding-left:11px;
			line-height:24px;
			}

			.blog_content ul li ul li ul li {
				background: transparent url(images/bullet_sm.gif) 0px 10px no-repeat;
				padding-left:9px;
				line-height:24px;
				}	

		.blog_content ul ul, .blog_content ul ul ul {
			margin-bottom:0;
			}

.blog_content ol { 
	margin-left:30px;
	list-style:decimal;
	}

	.blog_content ol li {
		margin-bottom:8px;
		}

		.blog_content ol ol, .blog_content ol ol ol {
			margin-left:22px;
			margin-top:8px;
			}

	.blog_content blockquote {

		}





/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("images/nav.gif") no-repeat; 
	width:950px; 
	height:32px; 
	}

#nav span { display: none; }

#nav li, #nav a { height:32px; display:block; outline:none; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 73px; left: 0px;}
#nav-02 { width: 89px; left: 1px; }
#nav-03 { width: 122px; left: 2px; }
#nav-04 { width: 135px; left: 3px; }
#nav-05 { width: 143px; left: 4px; }
#nav-06 { width: 86px; left: 5px; }
#nav-07 { width: 71px; left: 6px; }
#nav-08 { width: 120px; left: 7px; }
#nav-09 { width: 103px; left: 8px; }


/*-------------- (-79px) X position of button / (-32px) height of image from above ------------- */
#nav-01 a:hover, #nav-01.selected { background:url("images/nav.gif") -0px -32px no-repeat; }
#nav-02 a:hover, #nav-02.selected { background:url("images/nav.gif") -74px -32px no-repeat; }
#nav-03 a:hover, #nav-03.selected  { background:url("images/nav.gif") -164px -32px no-repeat; }
#nav-04 a:hover, #nav-04.selected { background:url("images/nav.gif") -287px -32px no-repeat; }
#nav-05 a:hover, #nav-05.selected { background:url("images/nav.gif") -423px -32px no-repeat; }
#nav-06 a:hover, #nav-06.selected { background:url("images/nav.gif") -567px -32px no-repeat; }
#nav-07 a:hover, #nav-07.selected { background:url("images/nav.gif") -654px -32px no-repeat; }
#nav-08 a:hover, #nav-08.selected { background:url("images/nav.gif") -726px -32px no-repeat; }
#nav-09 a:hover, #nav-09.selected { background:url("images/nav.gif") -847px -32px no-repeat; }





/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	text-align:left;
	float:left;
	z-index:5;
	
	}

#nav li ul li { 
	height:28px; 				/* Height of each drop down nav item */
	border:1px solid #c5980b;
	border-top:none;
	background-color:#f1e7c6; /* Put background here! Not in the ul!!*/
	left:-1px; /*Optional - Makes drop-down line up even with the dividing line in primary nav (instead of 1px to the right) */
	
	}	

#nav li ul li a {
	width:100%;
	height:28px;				/* Height of each drop down nav item, should match above */
	line-height:28px;			/* Height of each drop down nav item again, should match above */
	
	}

#nav li ul li a span {
	display:block;
	padding-left:10px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	color:#000;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left:0; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover { 
	background-image:none;
	background-color:#fbf9f1;
	color:#000;
	text-decoration:none;
	cursor:pointer; 
	}

/* width of drop down nav - choose width that allows items to display on one line */

#nav-02 ul, #nav-02 li { width:167px; }	

#nav-03 ul, #nav-03 li { width:105px; }	

#nav-04 ul, #nav-04 li { width:115px; }	

#nav-05 ul, #nav-05 li { width:97px; }	

#nav-06 ul, #nav-06 li { width:109px; }	

