/*
THEME NAME: SDSU Hillel
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: A custom wordpress theme for Hillel of San Diego at SDSU
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:url(images/bg.gif) repeat-x #444;
	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:#9e2532;
	}
	
a:hover, a:active {
	color:#bc353e;
	}


h1 {
	font-size:2.0em;
	color:#000;
	margin-bottom:10px;
	}

h2 {
	font-size:1.5em;
	color:#000;
	margin-bottom:6px;
	margin-top:15px;
	}

h3 {
	font-size:1.2em;
	color:#9f2532;
	margin-bottom:12px;
	}
	
	#archives h3 {
		font-size:1.5em;
		margin-bottom:0;
		}

h4, h5, h6 {
	margin-bottom:12px;
	}

blockquote {
	font-style:italic;
	}

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.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:#ccc;
	background:#ccc;
	width:100%;
	height:1px;
	overflow:hidden;
	margin:20px 0 20px 0;
	}
	
	.portfolio .hr {
		margin:20px 0 30px 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;
	}

.divided {
	padding:12px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
	
.sidebar_divider {
	width:100%;
	background:url(images/sidebar_divider.gif) repeat-x;
	height:1px;
	margin:20px 0;
	overflow:hidden;
	}

.constrict {table-layout: fixed;}

.posts {font-family: Verdana, Arial, sans-serif;color: black;font-size:12px;margin:10px;margin-top:0px;}


/* Layout
 * ------------------------------------------------------------------------- */
 
#container {
	width:940px;
	margin:0 auto;
	background-color:#fff;
	padding:5px;
	}

#header {
	background:url(images/header.jpg) no-repeat;
	width:940px;
	height:200px;
	}
	
	#home_link {
		width:238px;
		height:200px;
		display:block;
		text-indent:-5000px;
		outline:none;
		}
	
#single_column {
	width:920px;
	margin:5px auto 0 auto;
	}

#content_container {
	background:url(images/container_bg.gif) repeat-y;
	width:940px;
	margin-top:5px;
	}

#left_column_bottom_bg {
	background:url(images/left_column_bg.gif) no-repeat bottom left;
	width:940px;
	}

#column_left {
	width:195px;
	margin-left:15px;
	margin-right:30px;
	float:left;
	display:inline;
	font-size:.92em;
	padding:12px 0 95px 0;
	}
	
	#column_left p {
		margin-bottom:12px;
		}

#join_mailing_list {
	background:url(images/email_list.gif) no-repeat;
	width:195px;
	height:28px;
	text-indent:-5000px;
	margin-bottom:12px;
	outline:none;
	display:block;
	}
	
	#join_mailing_list:hover, #join_mailing_list:active {
		background-position:0px -28px;
		}

#event_calendar {
	background:url(images/event_calendar.gif) no-repeat;
	width:195px;
	height:50px;
	display:block;
	text-indent:-5000px;
	margin-bottom:12px;
	outline:none;
	}
	
	#event_calendar:hover, #event_calendar:active {
		background-position:0px -50px;
		}

#facebook {
	background:url(images/facebook.gif) no-repeat;
	width:195px;
	height:50px;
	display:block;
	text-indent:-5000px;
	margin-bottom:12px;
	outline:none;
	}
	
	#facebook:hover, #facebook:active {
		background-position:0px -50px;
		}

#hillelsd {
	background:url(images/hillelsd.gif) no-repeat;
	width:195px;
	height:50px;
	display:block;
	text-indent:-5000px;
	outline:none;
	}
	
	#hillelsd:hover, #hillelsd:active {
		background-position:0px -50px;
		}
	
#past_event_archives {
	margin:20px 0 10px 0;
	font-size:1.4em;
	font-weight:bold;
	}

#past_event_list {
	font-size:1.2em;
	}
	
	#past_event_list li {
		margin-left:10px;
		padding-left:10px;
		background: transparent url(images/bullet_med_black.gif) 0px 8px no-repeat;
		line-height:1.6em;
		margin-bottom:3px;
		list-style: none;
		}

#column_right {
	width:690px;
	float:left;
	display:inline;
	padding-top:5px;
	}

#copyright {
	color:#888;
	font-size:.92em;
	width:950px;
	text-align:left;
	margin:7px auto 15px auto;
	}

/* Google Picasa Slide Show
 * ------------------------------------------------------------------------- */
 
    .gss a img {border : none;}
    .gss {
      width: 300px;
      height: 225px;
	  border:5px solid #000;
      background-color: #ccc;
      padding: 1px;
    }
 
 
 /* Blog content styling
 * ------------------------------------------------------------------------- */
#nav-below {
	margin-top:20px;
	}

.blog_content {
	margin-bottom:12px;
	}

.blog_content img {
	margin-bottom:10px;
	}

.blog_content p {
	margin-bottom:12px;
	line-height:1.7em;
	}

.blog_content ul {
	margin-left:10px;
	margin-bottom:15px;
	}

	.blog_content ul li {
		padding-left: 12px;
		line-height:1.6em;
		margin-bottom:8px;
		list-style: none;
		background: transparent url(images/bullet_lrg.gif) 0px 7px no-repeat;
		}

		.blog_content ul li ul li {
			background: transparent url(images/bullet_med.gif) 0px 8px no-repeat;
			padding-left:11px;
			}

			.blog_content ul li ul li ul li {
				background: transparent url(images/bullet_sm.gif) 0px 9px no-repeat;
				padding-left:9px;
				}	

		.blog_content ul ul, .blog_content ul ul ul {
			margin-top:8px;
			}

.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 {
		margin-left:20px;
		margin-bottom:12px;
		}




/* email list sign-up form

 * ------------------------------------------------------------------------- */



#email-list input {
	width:160px;
	float:left;
	color:#000;
	
	padding-left:2px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.2em;
	background-color:#f8eedc; 
	border:1px solid #716252;
	margin-bottom:5px;
	} 

#email-list label {
	font-weight:bold;
	margin-right:10px;
	float:left;
	}

#email-list input.button {
	width:24px;
	height:18px;
	vertical-align:middle;
	cursor:pointer;
	border:none;
	background:url(images/go.gif) repeat-x left top #9e2532;
	margin:0px 0 0 5px;
	text-indent:-5000px;
	}
	
	#email-list input.button:hover, #email-list input.button:active  {
		background-position: 0px -18px;
		}

	#email-list label.error {
		color:#CF2639;
		font-size:1.0em;
		font-weight:bold;
		width:140px;

		}

#email-list_left {
	float:left; 
	width:160px;
	}

#email-list_right {
	float:right;
	width:24px; 
	margin-top:51px;
	}



/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("images/nav.gif") no-repeat; 
	width:940px; 
	height:40px; 
	}

#nav span { display: none; }

#nav li, #nav a { height:40px; display:block; outline:none; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 79px; left: 0px;}
#nav-02 { width: 85px; left: 1px; }
#nav-03 { width: 107px; left: 2px; }
#nav-04 { width: 125px; left: 3px; }
#nav-05 { width: 83px; left: 4px; }
#nav-06 { width: 91px; left: 5px; }
#nav-07 { width: 99px; left: 6px; }


/*-------------- (-79px) X position of button / (-40px) height of image from above ------------- */
#nav-01 a:hover, #nav-01.selected { background:url("images/nav.gif") -0px -40px no-repeat; }
#nav-02 a:hover, #nav-02.selected { background:url("images/nav.gif") -80px -40px no-repeat; }
#nav-03 a:hover, #nav-03.selected  { background:url("images/nav.gif") -166px -40px no-repeat; }
#nav-04 a:hover, #nav-04.selected { background:url("images/nav.gif") -274px -40px no-repeat; }
#nav-05 a:hover, #nav-05.selected { background:url("images/nav.gif") -400px -40px no-repeat; }
#nav-06 a:hover, #nav-06.selected { background:url("images/nav.gif") -484px -40px no-repeat; }
#nav-07 a:hover, #nav-07.selected { background:url("images/nav.gif") -576px -40px 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 #333;
	border-top:none;
	background-color:#000; /* 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:#fff;
	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 { 
	background-image:none;
	background-color:#9e2532;
	color:#fff;
	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:120px; }	

#nav-03 ul, #nav-03 li { width:120px; }	

#nav-04 ul, #nav-04 li { width:246px; }	

#nav-05 ul, #nav-05 li { width:137px; }	
