/*
-----------------------------------------------
Style Sheet

Site: East Village San Diego
Author:   aaryn.com
Version:  2008.4
----------------------------------------------- */


/* 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.jpg) repeat;
	font-size:.75em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin:10px 0;
	}

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;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 2px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 2px 10px;
	float:right;
	}

/* Layout
 * ------------------------------------------------------------------------- */
#container {
	width:814px;
	margin:0 auto;
	}

#header {
	background:url(../images/header.gif) no-repeat;
	width:814px;
	height:135px;
	}
	
	#header_home_link {
		width:375px;
		height:98px;
		display:block;
		text-indent:-5000px;
		margin-top:37px;
		outline:none;
		float:left;
		}

#banner {
	margin:0 auto;
	width:800px;
	height:183px;
	}

#home_content_container {
	width:800px;
	background:url(../images/home_columns_bg.gif) repeat-y;
	margin:0 auto;
	}

	#home_content_container img {
	margin:5px 0;
	}

#home_column_left {
	width:225px;
	padding:20px;
	float:left;
	display:inline;
	margin-right:2px;
	font-size:.92em;
	color:#9c2439;
	}

#about_east_village {
	width:161px;
	height:38px;
	text-indent:-5000px;
	background:url(../images/about_east_village.gif) no-repeat;
	margin-bottom:10px;
	}

#home_column_center {
	width:225px;
	padding:20px;
	float:left;
	display:inline;
	margin-right:2px;
	font-size:.92em;
	color:#006681;
	}
	
#featured_business {
	width:145px;
	height:37px;
	text-indent:-5000px;
	background:url(../images/featured_business.gif) no-repeat;
	margin-bottom:10px;
	}
		
.business_name {
	color:#f47532;
	font-size:1.2em;
	}
.business_name_right {
	color:#b12844;
	font-size:1.2em;
	}

#home_column_right {
	width:226px;
	padding:20px;
	float:left;
	display:inline;
	font-size:.92em;
	color:#52186c;
	}
#home_column_right a{
	 
	color:#b12844;
	}
	
#upcoming_events {
	width:91px;
	height:39px;
	text-indent:-5000px;
	background:url(../images/upcoming_events.gif) no-repeat;
	margin-bottom:10px;
	}

.date {
	color:#b12844;
	font-size:1.2em;
	}
	
	.date2 {
	color:#221f6e;
	font-size:1.2em;
	}
	
	.direcsmall {
	color:#333333;
	font-size:.8em;
	line-height: 12px;
	}

#subpage_content_container {
	width:760px;
	margin:0 auto;
	background:#fac7ac;
	padding:20px;
	}
	
.sub_pic{
	float: right;
	padding: 10px 10px 0 10px;
	
}

#subpage_content_container, #directory_content_container, #gallery_content_container{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 1em;
	color:#333333;
}



/* business links
 * ------------------------------------------------------------------------- */
#google_adsense{
	width:800px;
	height:92px;
	margin:0 auto;
	background:#81bfcc;
	float:center;
	}



/* directory navigation
 * ------------------------------------------------------------------------- */

.nav_directory ul{
	margin-left: 0;
	margin-right: 0px;
	list-style: none;
	padding-left: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

.nav_directory li{
	display: inline;
	text-align: center;
}

.nav_directory a{
	padding: 5px 15px 5px 5px;
	margin-right: 0px;
	background-color: #cce5ec;
	text-decoration:none;
	color: #333;
	
}

.nav_directory a:hover {
	text-decoration: none;
	color: #221f6e;
}



	
/* Directory table
 * ------------------------------------------------------------------------- */


#directory_content_container {
	width:760px;
	margin:0 auto;
	background:#cce5ea;
	padding:20px;
	}

#directory_content_container .table a:hover, #directory_content_container .table_nav #food_drink a:hover{
	color: #221f6e;
	text-decoration:none;
}


	
#directory_content_container .table {
	width: 736px;
	margin: 0;
	
}

#directory_content_container .table td{
	text-transform: lowercase;
}

#directory_content_container .table h3 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;	
}

#directory_content_container .table #food_drink {
	background: #fac7ac;
}

#directory_content_container .table #shopping {
	background: #8ec0ce;
}

#directory_content_container .table #spa_beauty {
	background: #bba3c3;
}

#directory_content_container .table #services {
	background: #fac7ac;
}

#directory_content_container .table #business_services {
	background: #8ec0ce;;
}

/* Gallery 
 * ------------------------------------------------------------------------- */


#gallery_content_container{
	width:760px;
	margin:0 auto;
	background:#bda2c3;
	padding:20px;
	}
	
/* footer
 * ------------------------------------------------------------------------- */
#footer {
	width:780px;
	margin:0 auto;
	background:#221f6e;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	}

#footer a{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover{
	color: #f47433;
}
	
*html ul .nav a {
	height: 1px;
}	

/* horizontal navigation
 * ------------------------------------------------------------------------- */

#nav { background:url("../images/nav.gif") no-repeat; width:399px; height:37px; position:relative; float:right; margin-top:95px; }
#nav li { position:absolute; top: 0; }
#nav li, #nav a { height:37px; display:block; }
#nav span { display:none; }

#nav-01 { width: 49px; left:0; }
#nav-02 { width: 83px; left: 51px; }
#nav-03 { width: 70px; left: 136px; }
#nav-04 { width: 54px; left: 208px; }
#nav-05 { width: 58px; left: 264px; }
#nav-06 { width: 61px; left: 324px; }


#nav-01 a:hover { background: transparent url("../images/nav.gif") -0 -37px no-repeat; }
#nav-02 a:hover { background: transparent url("../images/nav.gif") -51px -37px no-repeat; }
#nav-03 a:hover { background: transparent url("../images/nav.gif") -136px -37px no-repeat; }
#nav-04 a:hover { background: transparent url("../images/nav.gif") -208px -37px no-repeat; }
#nav-05 a:hover { background: transparent url("../images/nav.gif") -264px -37px no-repeat; }
#nav-06 a:hover { background: transparent url("../images/nav.gif") -324px -37px no-repeat; }

