@import url(reset.css);
@import url(utilities.css);

/* Contents
1. Page sections
2. Typography - baseline
3. Typography and paragraphs- except headings, links/lists, footer
4. Headings
5. Links/lists, except navigation, footer
6. Navigation
7. Footer
8. Tables
9. Images
10. Miscellaneouss
*/


	
/* 1. Page sections - size, margin, padding, background 
------------------------------------------------------------------------ */
body {
	background-color: #fff;
	}
	
	
#pageposition {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	}
	
#search {
	position: absolute;
	top: 0px;
	right: 0px;
	}
	
#weather {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 100;
	}

#navigation {
	height: 90px;
	background-color: #999;
	position: relative;
	background-image: url(../images/headergradient.gif);
	background-repeat: repeat-x;	
	}
	
#navigation img{
	position: absolute;
	top: 0px;
	left: -20px;
	}

#col1 {
	width: 479px;
	float: left;
	padding-bottom: 35px;
	}
	
#col2 {
	width: 479px;
	padding-bottom: 35px;
	float: right;
	}
	
#col2a {
	width: 450px;
	padding-bottom: 35px;
	float: right;
	}
	
#cola {
	width: 420px;
	float: left;
	padding-bottom: 35px;
	}
	
#colc {
	width: 200px;
	float: left;
	padding-bottom: 35px;
	}
	
#cold {
	width: 650px;
	float: right;
	padding-bottom: 35px;
	}
	
#col13, #col23, #col33{
	width: 33%;
	padding-bottom: 35px;
	}
	
#col13, #col23{
	float: left;
	}
	
	
#col33{
	float: right;
	}
	
#safety, #publictransportation, #news, #benefits, #howfar, #whattosee{
	height: 160px;
	margin-top: 4px;
	margin-bottom: 4px;
	position: relative;
	background-color: #eee;
	border-bottom: 1px solid #bbb;
	}
	
	
#benefits {
	background-color: #fff;
	position: relative;
	}
	
#health,  #environment, #cost {
	background-color: #eee;
	position: absolute;
	width: 158px;
	height: 126px;
	top: 34px;
	left: 0px;
	}
	
#health {
	background-image: url(../images/scale.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	left: 318px;
	}
	
#environment {
	left: 159px;
	background-image: url(../images/car.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
#cost{
	background-image: url(../images/money.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	
	}	
	
#footer{
	clear: both;
	width: 100%;
	border-top: 1px dotted #000;
	margin-top: 120px;
	padding-bottom: 30px;
	color: #000;
	background-color: #eee;
	}
	
		
/* 2. Typography - baseline
------------------------------------------------------------------------------- */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	}

/* 3. Typography and paragraphs- except headings, links/lists, footer
 ------------------------------------------------------------------------------ */
	
p {
	line-height: 1.4;
	margin-bottom: 5px;
	font-size: 12px;
	}

#news p, #publictransportation p, #whattosee p, #howfar p{
	font-size: 14px;
	padding: 10px;
	}
	
#crime p{
	position: absolute;
	top: 50px;
	right: 60px;
	font-size: 14px;
	padding: 2px;
	z-index: 100;
	}
	
#pedsafety p{
	position: absolute;
	top: 80px;
	left: 100px;
	font-size: 14px;
	z-index: 100;
	padding: 2px;
	}
	

#cost p, #environment p, #health p{
	padding: 2px 5px;
	z-index: 100;
	}
	
blockquote {
	font-size: 14px;
	font-style: italic;
	width: 400px;
	color: #555;
	line-height: 1.5;
	margin-bottom: 10px;
	}

p.paddingtop {
	padding-top: 20px;
	}
	
/* 4. Headings
------------------------------------------------------------------------------- */

h1 {
	font-size: 44px;
	text-align: left;
	padding-top: 10px;
	font-family: Georgia,"Times New Roman",serif;
	}
	
h2 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
	}

	
#home h2 {
	background-color: black;
	color: white;
	padding: 6px;
	padding-left: 12px;
	background-image: url(../images/h2gradient.gif);
	background-repeat: repeat-x;
	border-top: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	font-size: 18px;
	margin-bottom: 0px;
	}
	
h2#tagline, #home h2#tagline {
	font-size: 20px;
	color: #fff;
	font-style: italic;
	position: absolute;
	top: 20px;
	left: 165px;
	background-color: transparent;
	background-image: none;
	font-family: Georgia, serif;
	border: none;
	padding: 15px;
	}
	
h3	{
	font-size: 14px;
	line-height: 1.2;
	padding: 5px;
	font-weight: bold;
	color: #000;
	background-color:#fff;
	}
	
h4 {
	font-size: 14px;
	font-weight: bold;
	}


/* 5. Links and lists - except navigation, footer
 -------------------------------------------------------------- */

a:link, a:visited, a:hover, a:active {
	text-decoration:  underline;
	}
	
a:link, a:visited{
	background: transparent;
	color: #000;
	}

a:hover, a:active {
	background-color: #555;
	color: #fff;
	padding: 2px;
	}
	
a.largelink {
	color: #555;
	font-size: 18px;
	}
	
a.largelink:hover, a.largelink:active {
	color: #fff;
	}
	
#cost a:link, #cost a:visited, #environment a:link, #environment a:visited, #health a:link,#health a:visited {
	background-color: #eee;
	color: #000;
	font-size: 11px;
	}
	
#cost a:hover, #cost a:active, #environment a:hover, #environment a:active, #health a:hover,#health a:active {	
	background-color: #555;
	color: #fff;
	font-size: 11px;
	}
	
#cost h3 a:link, #cost h3 a:visited, #environment h3 a:link, #environment h3 a:visited, #health h3 a:link,#health h3 a:visited {
	background:transparent;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	}
	
#cost h3 a:hover, #cost h3 a:active, #environment h3 a:hover, #environment h3 a:active, #health h3 a:hover,#health h3 a:active {	
	background:transparent;
	color: #000;
	font-size: 14px;
	text-decoration: underline;
	}
	
a.linkh2:link, a.linkh2:visited{
	background: transparent;
	color: #fff;
	text-decoration: none;
	}
	
a.linkh2:hover, a.linkh2:active{
	background: transparent;
	color: #ddd;
	text-decoration: underline;
	}
	
	
	
ul.bulleted{
	padding-left: 20px;
	margin-left: 10px;
	list-style-type: disc;
	}
	
	
ul.bulleted li{
	margin-bottom: 10px;
	line-height: 1.5;
	}
	
#content ul, #content ol, #contentinner ul, #contentinner ol{
	line-height: 1.5;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
	}
	
ul.list1 li{
	padding-left: 20px;
	margin-bottom: 2px;
	line-height: 1.1;
	}
	
ol {
	list-style-type: decimal;
	margin-left: 40px;
	line-height: 1.4;
	}
	
	
/* 6. Navigation
------------------------------------------------------------------- */	
#navigation ul {
	position: absolute;
	top: 8px;
	left: 40px;
	color: white;
	}

#navigation a, #navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #fff;
	}

#navigation a:hover, #navigation a:active {
	background-color: #fff;
	color: #000;
	padding: 4px;
	font-weight: bold;
	}
	
#navigation li{
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0px 8px 30px;
	}
	
#navigation a{
	padding: 6px 2px;
	font-weight: normal;	
	}

ul#subnav{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #5e5e5e;
	}
		
#subnav li {
	display: inline;
	color: #fff;
	padding: 8px 20px;
	border-left: 1px solid #fff;
	}
	
#subnav li a{
	color: #fff;
	text-decoration: none;
	}
	
#subnav a:hover, #navigation a:active {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	}

/* 7. Footer
----------------------------------------------------------------- */
p#footertext {
	text-align: center;
	font-size: 11px;
	padding: 10px 0px;
	}
	
p.footersmall, p.footersmall a {
	text-align: right;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	}
	
	


#footer li{
	display: inline;
	list-style-type: none;
	text-decoration: none;
	padding: 2px 18px 2px 2px;
		}
	
#footer a {
	color: #000;
	background-color: transparent;
	}
	
#footer a:hover, #footer a:active {
	color: #fff;
	background-color: #555;
	padding: 3px;
	}
	
/* 8. Tables
---------------------------------------------------------------------  */

td h4 {
	padding-bottom: 12px;
	padding-top: 15px;
	line-height: 1.3;
	
	}
	
td h4, td p {
	margin-left: 30px;
	margin-right: 200px;
	}
	
td p {
	line-height: 1.5;
	}
	
td{
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
table {
	margin-top: 10px;
	margin-bottom: 50px;
	}
	

/* 9. Images
---------------------------------------------------------------------  */
#news img,  #publictransportation img, #whattosee img, #howfar img{
	padding-top: 16px;
	padding-right: 10px;
	float: left;
	}
	
#crime img{
	position: absolute;
	bottom: 20px;
	right: 40px;
	}
	
#pedsafety img{
	position: absolute;
	bottom: 30px;
	left: 25px;
	}
	

/* 10. Miscellaneous
---------------------------------------------------------------------  */
#small {
	margin-left: 20px;
	}
	
#medium{
	margin-left: 50px;
	}
	
#large{
	margin-left: 100px;
	}
	
#giant{
	margin-left: 125px;
	}
	
.huge {
	color: #777;
	}
	
#small .huge{
	font-size: 20px;
	}
	
#medium .huge {
	font-size: 28px;
	}
	
#large .huge{
	font-size: 40px;
	}
	
#giant .huge{
	font-size: 60px;
	}
	
p.source {
	margin-top: 50px;
	font-size: 11px;
	}
	
.largenum {
	font-size: 48px;
	color: #999;
	}
	
.largered {
	font-size: 20px;
	color: #ff0000;
	}  