/* _________________________________________________

320 and Up boilerplate extension
Andy Clarke http://about.me/malarkey
Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/
_____________________________________________________

1 ROOT
2 HEADINGS
3 TYPOGRAPHY
4 LINKS
5 FIGURES & IMAGES
6 TABLES
7 FORMS
8 BANNER
9 NAVIGATION
10 CONTENT
11 MAIN
12 COMPLEMENTARY
13 CONTENTINFO
14 GLOBAL OBJECTS
15 VENDOR-SPECIFIC 
16 MODERNIZR
17 TEMPLATE SPECIFICS

COLOURS 

*/

#frame {
	padding: 20px;
}

#search-wrapper {
	float: right;
    	padding: 10px 10px 0 20px;
    	width: 220px;
}

#search {
	padding: 0;
}

#toplogo {
    	float: left;
}

#login {
	padding-top: 7px;
	padding-bottom: 0;
	text-align: right;
}

/* content */
.paragraph img {
	max-width: 80%;
}

#map_canvas {
	height: 250px;
}

#content p,
#content li,
#content td,
#sidebar p,
#sidebar li,
#sidebar td,
#breadcrumb p,
#bannercontainer p {
	font-size: 1.8em;
}

#content h1,
#sidebar h1 {
	font-size: 3.5em;
}

#content h2,
#sidebar h2,
#bannercontainer h2 {
	font-size: 3em;
}

#content h3,
#sidebar h3 {
	font-size: 2.5em;
}

#content h4,
#sidebar h4 {
	font-size: 2em;
}

#content h5, 
#menu select {
	font-size: 1.8em;
} 

#footer p {
	font-size: 1em;
}

/* hero items */

#hero-item-featured {
    background: #00C878;
}

#hero-item-featured ul.ui-tabs-nav li.ui-tabs-nav-item a {
    background: #00C878;
}

#hero-item-featured ul.ui-tabs-nav li.ui-tabs-selected a {
    background: #00C878;
}

#hero-item-featured .ui-tabs-panel {
    background: #00C878;
}

#hero-item-featured-wrapper {
    background: #292929;
}
#hero-item-featured {
    background: #333333;
}
#hero-item-featured ul.ui-tabs-nav li.ui-tabs-selected a {
    background: #333333;
}
#hero-item-featured .ui-tabs-panel {
    background: #333333;
}

