/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: A theme rich with powerful and dynamic semantic class selectors; a canvas for CSS artists
VERSION: 1.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
*/

/*
-----------------------------------------------
Style Sheet

Site: ucsdhillel.org
Author:   designedbyevan.com
Version:  2008.3
----------------------------------------------- */


/* 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
 * ------------------------------------------------------------------------- */

/* Default font size in IE and FireFox is 16px. Default for Safari is 14px. */
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 #013f58;
	font-size:.75em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin-bottom:12px;
	}

html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
	}

a:link, a:visited {
	color:#bf6e2b;
	}
	
a:hover, a:active {
	color:#853b1c;
	}

p {
	margin-bottom:10px;
	}

h2 {
	margin-bottom:8px;
	}

hr {
	width:100%;
	margin:15px 0 20px 0;
	clear:both;
	overflow:hidden;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left, .alignleft {
	margin:0 10px 2px 0;
	float:left;
	}

.pic_right, .alignright {
	margin:0 0px 2px 10px;
	float:right;
	}

.staff_photo {
	padding:1px;
	border:4px solid #016c97;
	}

.hr {
	background:url(images/horiz_divider.gif) repeat-x;
	height:1px;
	overflow:hidden;
	width:99.9%;
	margin:20px auto;
	}

/* Layout
 * ------------------------------------------------------------------------- */
 
#container {
	width:875px;
	background:#fff;
	margin:12px auto 0 auto;
	padding-bottom:15px;
	}

#header {
	background:url(images/header.gif) no-repeat;
	width:875px;
	height:173px;
	}

#header_home_link {
		width:267px;
		height:173px;
		display:block;
		text-indent:-5000px;
		outline:none;
		}

#content_container {
	width:845px;
	margin:0 auto;
	background:url(images/content_container_bg.gif) repeat-y;
	line-height:1.4em;
	}

	#content_container.single_column {
		background:none;
		}

#side_column_bottom {
	background:url(images/column_left_bottom_bg.gif) no-repeat bottom left;
	width:845px;
	}

#column_left {
	width:180px;
	padding:15px 15px 150px 15px;
	float:left;
	display:inline;
	margin-right:15px;
	}


#column_left  li.widget {
	margin:25px 0;
	}


#view_calendar {
	background:url(images/view_event_calendar.gif) no-repeat;
	width:172px;
	height:139px;
	margin:0 auto;
	display:block;
	text-indent:-5000px;
	outline:none;
	}

#facebook {
	background:url(images/facebook.gif) no-repeat;
	width:180px;
	height:91px;
	display:block;
	text-indent:-5000px;
	outline:none;
	}
	
	#facebook:hover {
		background-position:0px -91px;
		}

#column_right {
	width:620px;
	float:left;
	display:inline;
	padding-top:15px;
	}

	#column_right h2, #column_single_wide h2 {
		color:#013f58;
		font-size:1.5em;
		}
	
	#column_right ul {
		margin:0 0 10px 10px;
		}
	
	#column_right li {
		_position:relative;	 /*to fix the IE bullet peekaboo pug */
		padding-left: 10px;
		line-height:1.8em;
		list-style: none;
		background: transparent url(images/bullet.gif) 0px 9px no-repeat;
		}
	
#column_single_wide {

	margin:15px 0 0 0;
	}

#footer {
	width:875px;
	margin:10px auto 12px auto;
	text-align:center;
	font-size: .92em;
	color:#fff;
	}
	
	#footer ul {
    	margin: 0 0 5px 0;
   		padding: 0;
    	}

 	#footer li {
    	margin: 0;
    	padding: 0 5px 0 7px;
    	display: inline;
    	border-left: 1px solid #fff;
    	
    	line-height:1.4em;
    	background: none;
		color:#000;
    	}

	#footer li.first { 
    	border: none;
    	}

	#footer a:link, #footer a:visited{
		color:#ffffff;
		text-decoration:none;
		}

	 #footer a:hover, #footer a:active {
	 	color:#f9b91d;
		text-decoration:none;
		}
	
	
	
	
/* email list sign-up form
 * ------------------------------------------------------------------------- */
#email_list {
	width:180px;
	}


#email_list input {
	width:146px;
	float:left;
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	color:#000;
	margin-top:5px;
	padding-left:2px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	} 
 
#email_list label {
	font-weight:bold;
	color:#012a60;
	}

#email_list input#go {
	width:23px;
	height:18px;
	padding:0;
	border:0;
	float:left;
	margin-left:5px;
	}	
	
	
	
	
	

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("images/nav.gif") no-repeat; 
	width:875px; 
	height:34px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:34px; display:block; outline:none; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 73px; left: 5px;}
#nav-02 { width: 110px; left: 6px; }
#nav-03 { width: 109px; left: 7px; }
#nav-04 { width: 96px; left: 8px; }
#nav-05 { width: 69px; left: 9px; }
#nav-06 { width: 96px; left: 10px; }
#nav-07 { width: 141px; left: 11px; }
#nav-08 { width: 78px; left: 12px; }
#nav-09 { width: 85px; left: 13px; }


/*-------------- (-79px) X position of button / (-44px) height of image from above ------------- */
#nav-01 a:hover { background:url("images/nav.gif") -5px -34px no-repeat; }
#nav-02 a:hover { background:url("images/nav.gif") -79px -34px no-repeat;  }
#nav-03 a:hover { background:url("images/nav.gif") -190px -34px no-repeat; }
#nav-04 a:hover { background:url("images/nav.gif") -300px -34px no-repeat;  }
#nav-05 a:hover { background:url("images/nav.gif") -397px -34px no-repeat;}
#nav-06 a:hover { background:url("images/nav.gif") -467px -34px no-repeat; }
#nav-07 a:hover { background:url("images/nav.gif") -564px -34px no-repeat; }
#nav-08 a:hover { background:url("images/nav.gif") -706px -34px no-repeat; }
#nav-09 a:hover { background:url("images/nav.gif") -785px -34px 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:22px; 				/* Height of each drop down nav item */
	border:1px solid #fff;
	border-top:none;
	background-color:#016c97; /* 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:22px;				/* Height of each drop down nav item, should match above */
	line-height:22px;			/* Height of each drop down nav item again, should match above */
	
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:.92em;
	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:#f6a712;
	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:133px; }	
#nav-03 ul, #nav-03 li { width:157px; }		
#nav-04 ul, #nav-04 li { width:215px; }

