/* ====================================================

MAP STYLESHEET FOR VISITBERKELEY.COM

1. Reset styles
2. General layout
3. Top navigation
4. Side navigation
5. General typography
6. General form styles
7. To-do page styles
8. Local Favorite page styles

COLORS:
main blue: #0056A1
orange: #F68100
red: #B3000C 
green: #6D8D24

==================================================== */


/* RESET STYLES ==================================== */

/* Based on Eric Meyer's reset css 
   http://meyerweb.com/eric/tools/css/reset/ 
   v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ================================ end reset styles */




/* GENERAL LAYOUT ================================== */

body {
	width: 100%;
	text-align: left;
	background: white url(http://dev.visitberkeley.com/images/bck-body.jpg) repeat-x left top;
}
#vbwrap {
	width: 100%;
	background: transparent;
	float: left;
	text-align: left;
}
#vbhead{
	background: transparent url(http://dev.visitberkeley.com/images/bck-head.png) no-repeat left top;
	height: 133px;
}
#vbhead h1 {
	width: 960px;
	height: 133px;
	margin: 0 auto;
	text-align: left;
}
#vbhead h1 a {
	display: block;
	width: 390px;
	height: 133px;
	background: transparent url(http://dev.visitberkeley.com/images/logo.png) no-repeat left top;
	overflow: hidden;
	text-decoration: none;
	text-indent: -999em;
}
#vbnav {
	height: 35px;
}
#vbsplash {
	border-top: 4px solid #FFF;
}
.t-home #vbsplash {
	background: #BBB2A6 url(http://dev.visitberkeley.com/images/splash-home-shadow.png) no-repeat center top;
	height: 270px;
}
.t-section #vbsplash {
	background: #E5E1DC url(http://dev.visitberkeley.com/images/splash-section-shadow.png) no-repeat center top;
	height: 270px;
}
.t-grid #vbsplash {
	background: #E5E1DC url(http://dev.visitberkeley.com/images/splash-section-shadow.png) no-repeat center top;
	height: 160px;
}
.t-general #vbsplash,
.t-map #vbsplash {
	display: none;
}
#vbcontent {
	width: 960px;
	margin: 16px auto;
	background: transparent url(http://dev.visitberkeley.com/images/back-3col.gif) repeat-y center top;
}
.t-map #vbcontent {
	background-image: url(http://dev.visitberkeley.com/images/back-2col.gif);
}
#vbmain {
	background: transparent url() no-repeat left top;
	width: 785px;
	float: right;
}
#vbtext {
	width: 610px;
	float: left;
}
#vbsidebar {
	width: 150px;
	float: right;
}
#vbsidenav {
	width: 150px;
	float: left;
}
#vbfooter {
	width: 100%;
	background-color: white;
	clear: both;
	line-height: 4em;
	text-align: center;
}

/* ============================== end general layout */




/* TOP NAVIGATION ================================== */

#vbnav ul {
	width: 960px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
}
#vbnav li {
	float: left;
	padding: 0;
	margin: 0;
	height: 35px;
}
#vbnav li a {
	display: block;
	height: 35px;
	padding: 0;
	margin: 0;
	/* line-height: .1em; */
	overflow: hidden;
	text-indent: -999em;
	text-decoration: none;
}
#navvisit, #navvisit a {
	width: 150px;
	background: transparent url(http://dev.visitberkeley.com/images/nav-visit.jpg) no-repeat left top;
}
#navmeet, #navmeet a {
	width: 179px;
	background: transparent url(http://dev.visitberkeley.com/images/nav-meet.jpg) no-repeat left top;
}
#navtrade, #navtrade a {
	width: 144px;
	background: transparent url(http://dev.visitberkeley.com/images/nav-trade.jpg) no-repeat left top;
}
#navpress, #navpress a {
	width: 131px;
	background: transparent url(http://dev.visitberkeley.com/images/nav-press.jpg) no-repeat left top;
}
#navpart, #navpart a {
	width: 108px;
	background: transparent url(http://dev.visitberkeley.com/images/nav-partners.jpg) no-repeat left top;
}
#navfilm, #navfilm a {
	width: 122px;
	background: transparent url(http://dev.visitberkeley.com/images/nav-film.jpg) no-repeat left top;
}
#navcont, #navcont a {
	width: 126px;
	background: transparent url(http://dev.visitberkeley.com/images/nav-contact.jpg) no-repeat left top;
}
#vbnav li a:hover {
	background-position: left bottom;
}
.s-visit #navvisit, .s-visit #navvisit a, .s-visit #navvisit a:hover,
.s-meet #navmeet, .s-meet #navmeet a, .s-meet #navmeet a:hover,
.s-trade #navtrade, .s-trade #navtrade a, .s-trade #navtrade a:hover,
.s-press #navpress, .s-press #navpress a, .s-press #navpress a:hover,
.s-part #navpart, .s-part #navpart a, .s-part #navpart a:hover,
.s-film #navfilm, .s-film #navfilm a, .s-film #navfilm a:hover,
.s-cont #navcont, .s-cont #navcont a, .s-cont #navcont a:hover {
	background-position: left center;
}

/* ============================== end top navigation */




/* SIDE NAVIGATION ================================= */

#vbsidenav ul {
	padding-top: .9em;
	margin-bottom: 3em;
}
#vbsidenav ul li {
	margin-bottom: .8em;
}
#vbsidenav ul li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
	color: #0056A1;
}
#vbsidenav a:hover, #vbcontent #vbsidenav ul li ul li a:hover, #vbcontent #vbsidenav ul li.on ul li a:hover {
	color: #F68100;
}
#vbsidenav ul li.on a {
	color: #6D8D24;
}
#vbsidenav ul li ul {
	padding-bottom: .3em;
	margin-bottom: 0;
}
#vbsidenav ul li ul li {
	background: transparent url(http://dev.visitberkeley.com/images/sidenav-vert.gif) repeat-y 4px center;
	padding-bottom: 0;
	margin-bottom: 0;
}
#vbsidenav ul li ul li.last {
	background: transparent url(http://dev.visitberkeley.com/images/sidenav-vertlast.gif) no-repeat 4px center;
	padding-bottom: 0;
	margin-bottom: 0;
}
#vbcontent #vbsidenav ul li ul li a, #vbcontent #vbsidenav ul li.on ul li a {
	display: block;
	font-weight: normal;
	color: #0056A1;
	background: transparent url(http://dev.visitberkeley.com/images/sidenav-horiz.gif) no-repeat 7px center;
	padding: .3em 0 .3em 17px;
}
#vbcontent #vbsidenav ul li.on ul li.on a {
	color: #6D8D24;
}

/* ============================= end side navigation */




/* GENERAL TYPOGRAPHY ============================== */

body {
	font: 62.5% helvetica, arial, sans-serif;
	color: #6C5B4A;
}
#vbcontent {
	text-align: left;
}
#vbmain h2 {
	color: #0056A1;
	padding-bottom: .4em;
	font-size: 2.4em;
	line-height: 1.2em;
}
#vbmain h3 {
	font-size: 1.7em;
	line-height: 1.2em;
	color: #B3000C;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: .3em;
	text-transform: uppercase;
}
#vbmain h3 a {
	color: #B3000C;
	text-decoration: none;
	border-bottom: 1px dotted #B3000C;
}
#vbmain h3 a:hover {
	color: #8A0900;
	border-bottom: 1px solid #8A0900;
}
#vbmain h4 {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #0056A1;
	font-weight: bold;
	padding-top: .7em;
	padding-bottom: .3em;
}
#vbmain h4 a {
	color: #0056A1;
	text-decoration: none;
	border-bottom: 1px dotted #0056A1;
}
#vbmain h4 a:hover {
	color: #F68100;
	border-bottom: 1px solid #F68100;
}
#vbmain h5 {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #6C5B4A;
	font-weight: bold;
	padding-top: .7em;
	padding-bottom: .3em;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#vbmain h5 a {
	color: #6C5B4A;
	text-decoration: none;
	border-bottom: 1px dotted #956B63;
}
#vbmain h5 a:hover {
	color: #5E3101;
	border-bottom: 1px solid #5E3101;
}
#vbmain h6 {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #6C5B4A;
	padding-top: .7em;
	padding-bottom: .3em;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#vbmain h6 a {
	color: #6C5B4A;
	text-decoration: none;
	border-bottom: 1px dotted #956B63;
}
#vbmain h6 a:hover {
	color: #5E3101;
	border-bottom: 1px solid #5E3101;
}
#vbmain p {
	font-size: 1.4em;
	line-height: 1.5em;
	padding-bottom: .7em;
}
#vbmain p.intro {
	font-size: 1.6em;
	line-height: 1.5em;
	padding-bottom: .7em;
}
#vbmain em {
	font-style: italic;
}
#vbmain strong {
	font-weight: bold;
}
#vbmain p a, #vbmain blockquote a, #vbmain ol a, #vbmain ul a {
	color: #0056A1;
	text-decoration: none;
	border-bottom: 1px dotted #0056A1;
}
#vbmain p a:hover, #vbmain blockquote a:hover, #vbmain ol a:hover, #vbmain ul a:hover {
	color: #F68100;
	border-bottom: 1px solid #F68100;
}
#vbmain p a.more {
	border-bottom: none;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 20px;
	background: transparent url(http://dev.visitberkeley.com/images/arr-right.png) no-repeat right center;	
}
#vbmain abbr {
	border-bottom: 1px dotted;
	cursor: help;
}
#vbmain acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
#vbmain blockquote {
	background-color: #CCE4EF;
	padding: 10px;
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: .9em;
	color: #0056A1;
}
#vbmain blockquote p {
	background-color: #CCE4EF;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #0056A1;
}
#vbmain p small {
	font-size: .8em;
}
#vbmain ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 2.5em;
	font-size: 1.3em;
	line-height: 1.4em;
	padding-bottom: .3em;
}
#vbmain ul {
	list-style-image: none;
	list-style-position: outside;
	margin-left: 2.5em;
	font-size: 1.3em;
	line-height: 1.4em;
	padding-bottom: .3em;
	list-style-type: disc;
	opacity: 1;
}
#vbmain ol li, #vbmain ul li {
	padding-bottom: .5em;
}
#vbmain #vbsidebar a {
	text-decoration: none;
	border-bottom: none;
}

/* ========================== end general typography */