/* 
	Johnson Street Bridge - Mobile Stylesheet
	August 2009
	Atomic Crayon / karen@atomiccrayon.com / SMRT
*/

/* COLOURS

#838383 - grey - headlines

#6a6a6a - grey - borders
*/

/* Sections flagged with =
	GENERIC
	TOP
	INSIDE
	BRAND
	ACCESSIBILITY
	MAIN
	BREADCRUMBS
	CONTENT
	SIDEBAR
	SECTION-NAVIGATION
	NAVIGATION (main)
	META-NAVIGATION
	SEARCH
	WEATHER
	FOOTER
	SECTION-SPECIFIC
		Home
		Contact Us
		Photo Gallery Listing
		Photo Gallery
		Photo
		Municipal Code
		
*/

/* =GENERIC
----------------------------------------------------*/

body, html {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

h1, h2, h3, h4 {
	margin-top: 1em;
	color: #838383;
}

a:link, a:visited {
}

a:focus, a:hover, a:active {
}

img {
	display: none;
}

.right {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

.left {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

.plain {
	float: none;
	border: none !important;
	padding: 0 !important;
}

.clear {
	clear: both;
	line-height: 1;
	height: .1em;
	font-size: .1em;
}

.button {
}

form {
}

label {
	margin-right: 1em;
}

/* =TOP
----------------------------------------------------*/

#top {
}

/* =INSIDE
----------------------------------------------------*/

#inside {
}


/* =BRAND
----------------------------------------------------*/

#brand {
	padding: .5em;
	border-bottom: solid 1px #6a6a6a;
}

#brand #print-logo img {
	display: block;
	margin: .5em 0 0 0;
}

/* =ACCESSIBILITY
----------------------------------------------------*/

#accessibility { 
	padding: .5em;
	border-bottom: solid 1px #6a6a6a;
}

/* Skip Links */

#accessibility #skip-links {
}


/* Layout Switch */

#accessibility #layout-switch {
}

.mobile-switch {
	font-weight: bold;
}

/* =MAIN
----------------------------------------------------*/

#main {
}


/* =BREADCRUMBS (inside content div)
----------------------------------------------------*/

#breadcrumbs {
	padding: .5em;
	border-bottom: solid 1px #6a6a6a;
}

/* =CONTENT
----------------------------------------------------*/

#content {
	border-bottom: solid 1px #6a6a6a;
	padding: .5em;
}

#content #sub-navigation {
	margin: 0 1em;
	padding: .5em;
	border-top: solid 1px #6a6a6a;
	border-bottom: solid 1px #6a6a6a;
}

#content h1, #content h2, #content h3, #content h4 {
}

#content h1#headline {
}

#content .addthis_container img {
	display: inline;
	margin-bottom: 2em;
}

#content .required {
	display: none;
}

#content .error {
	color: #f00;
	font-weight: bold;
}

#content .error .text {
	border-color: #f00;
}

#content .error .required {
	display: inline;
}




/* =SIDEBAR
----------------------------------------------------*/

#sidebar {
}

#sidebar .widget {
	border-bottom: solid 1px #6a6a6a;
	padding: .5em;
}

#sidebar-2 .widget {
	border-bottom: solid 1px #6a6a6a;
	padding: .5em;
}

#flickrrss {
	display: none;
}


/* =SECTION-NAVIGATION
----------------------------------------------------*/

#section-navigation {
	border-bottom: solid 1px #6a6a6a;
	padding: .5em;
}


/* =MAIN-NAVIGATION
----------------------------------------------------*/

#main-navigation {
	border-bottom: solid 1px #6a6a6a;
	padding: .5em;
}



/* =META-NAVIGATION
----------------------------------------------------*/

#meta-navigation {
	border-bottom: solid 1px #6a6a6a;
	padding: .5em;
}


/* =SEARCH
----------------------------------------------------*/

#search {
	border-bottom: solid 1px #6a6a6a;
	padding: .5em;
}


/* =WEATHER
----------------------------------------------------*/

#weather {
	border-bottom: solid 1px #6a6a6a;
	padding: .5em;
}




/* =FOOTER
----------------------------------------------------*/

#footer {
	padding: .5em;
}


/* =SECTION-SPECIFIC
----------------------------------------------------*/

/* =Home
----------------------------------------------------*/


.page-home #sidebar #quicklinks {
	border-bottom: solid 1px #6a6a6a;
	padding: .5em;
}

.page-home #sidebar #spotlight {
	border-bottom: solid 1px #6a6a6a;
	padding: .5em;
}

.page-home #sidebar #emergency {
	border-bottom: solid 1px #6a6a6a;
	padding: .5em;
}


/* =Contact Us
----------------------------------------------------*/

.section-contact #content #address-info {
	border-bottom: solid 1px #6a6a6a;
	padding: .5em 0;
}

.section-contact #content #map {
	border-bottom: solid 1px #6a6a6a;
	padding: .5em 0;
}

.section-contact #content #contact-form-area fieldset {
	border: none;
}

.section-contact #content #contact-form-area label, .section-contact #content #contact-form-area .label {
	display: block;
	margin-top: 1em;
}


/* =Photo Gallery Listing
----------------------------------------------------*/

#content #photo-gallery-listing .gallery p.more-link .separator {
	display: none;
}
#content #photo-gallery-listing .gallery ul li a img {
	display: block;
}

/* =Photo Gallery
----------------------------------------------------*/

#content #photo-gallery ul li a img {
	display: block;
}

/* =Photo
----------------------------------------------------*/

#content #photo .main-photo img {
	display: block;
	margin-bottom: 1em;
	width: 100%;
}

/* =Municipal Code
----------------------------------------------------*/

.page-code #content .tree ul li {
	margin-bottom: 2em;
}

.page-code #content .tree ul li ul li {
	margin-bottom: .5em;
}


