/* The People's Guide main stylesheet */

/* -- GLOBAL STYLES -- */

* {margin: 0; padding: 0; outline: none;}

p {line-height: 1.5em; margin: 0 0 15px 0;}

a:link {text-decoration: none; color: #336699;}
a:hover, a:focus {text-decoration: underline;}

ul, ol, dl {list-style-type: none;}

.clear {clear: both;}

h1 {
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #336699;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 15px 0;
}

body {
	background:#eee;
	text-align: center;
	font-size: 78%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#globalcontainer {
	background: #fff;
	margin: 30px auto;
	width: 883px;
	text-align: left;
	overflow: hidden;
}

/* -- HEADER -- */

#header {
	padding:20px 30px;
}

#header h1 {
	height:140px;
	background: url(/images/the-peoples-guide-logo.gif) no-repeat;
	text-indent: -9999px;
}

/* -- MAIN CONTENT -- */

#maincontent {
	padding: 0 40px 40px;
}

#contentbox {
	border: 2px solid #ddd;
	padding: 30px;
}


/* -- INTRO TEXT --*/

p.team-signature {
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #336699;
	font-weight: bold;
	font-style: italic;
	margin: 15px 15em 0 0;
}

/* -- CITIES -- */

#cities {
	margin: 50px 0 0 0;
}

#cities div {
	float: left;
	padding: 0 10px 0 30px;
}

#cities h2 {
	width: 114px;
	height: 114px;
	text-indent: -9999px;
}

#cities .uk h2 {
	background: url(/images/badge_uk.jpg) no-repeat;
}

#cities .usa h2 {
	background: url(/images/badge_usa.jpg) no-repeat;
}

#cities .aus h2.aus {
	background: url(/images/badge_aus.jpg) no-repeat;
}

#cities .aus h2.other {
	background: url(/images/badge_other.jpg) no-repeat;
}

#cities ul {
	margin: 15px 0 20px 23px;
	color: #336699;
	font-size: 1.1em;
	font-weight: bold;
}

#footer {
	height: 30px;
}
