/*

citiesprogramme.com.au Screen Styles
Authored by: Jonathan Poh
Contact: me@jonathanpoh.com

Table of Contents:

	Typography and Colours
	Layout
	Header
	Navigation
	Footer


Colour Scheme:
	UNGCCP Blue: #87b2d8 
	UNGCCP Grey: #7e8082
	Light Grey : #e6e6e6 
*/

/* Typography and Colours
--------------------------------------------- */

html {
	height: 100%;
	margin: 0;
	margin-bottom: 1px;
}

a:link, 
a:visited {
	text-decoration: none;
	color: #87b2d8;
	font-weight: bold;
}

a:hover,
a:active {
	text-decoration: underline;
}

body {
	background: #fff;
	color: #333;
	margin: 0;
	padding:  0;

}

h1, h2, h3,
h4, h5, h6 {
	color: #87b2d8;
	font-weight: bold;
}



/* Miscellaneous
--------------------------------------------- */

.roundedlink {
	background: #87b2d8 url(../images/bg-rounded_blue_left.gif) no-repeat top left;
	padding-left: 10px;
	height: 18px;
	margin: 9px 0 9px 0;
}

.roundedlink span {
	background: transparent url(../images/bg-rounded_blue_right.gif) no-repeat top right;
	display: block;
	height: 18px;
}

.roundedlink a:link,
.roundedlink a:visited {
	color: #FFF;
	font-size: 11px;
}


.date {
	font-size: 14px;
	color: #87b2d8;
	margin-bottom: 0;
        line-height: 200%;
}


.date2 {
	font-size: 10px;
	color: #87b2d8;
	margin-bottom: 0;
}


/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

.clear {
	clear: both;
}


.alignright {
	float: right;
}

.alignleft {
	float: left
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 0px 7px;
	display: inline;
}

img.alignleft {
	margin: 0 7px 0px 0;
	display: inline;
}

/* Layout
--------------------------------------------- */

#page {
	width: 820px;
	margin: 0 auto 0;
	border-top: none;
	background: #fff;
}

.container {
	overflow: auto;
}

.content h1,
.content h2,
.content h3,
.content p,
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar p {
	margin-left: 10px;
	margin-right: 10px;
}

.content ul,
.content ol {
	margin-left: 30px;
	margin-right: 30px;
}

/* Header
--------------------------------------------- */

#header {
	margin: 0 auto 18px auto;
}

#header h1 {
	text-indent: -5000px;
	background: url(../images/logo-ungccp.gif) no-repeat top left;
	width: 330px;
	height: 90px;
	padding: 0;
	margin-bottom: 0;
}


#header h1 a {
	display: block;
	width: 330px;
	height: 90px;
}

/* Navigation
--------------------------------------------- */

#navigation {
	background: #e6e6e6 url(../images/bg-nav_top.gif) no-repeat top left;
}

#navigation ul {
	margin: 18px 0 0px 0;
	list-style: none;
	padding-bottom: 18px;
}

#navigation li {
	line-height: 18px;
	margin: 0;
	padding-left: 18px;
}

#navigation h3 {
	line-height: 18px;
	margin: 0;
	padding-left: 18px;
}

#navigation .inner {
	padding-bottom: 18px;
	margin-bottom: 0;
	background: #e6e6e6 url(../images/bg-nav_bottom.gif) no-repeat bottom left;
}

#navigation hr {
	color: #FFF;
	background: #FFF;
	height: 1px;
	margin: 0 0 17px 0;
}

#navigation form {
	padding-left: 18px;
	padding-right: 18px;
	overflow: auto;
	padding-bottom:9px;
}

#navigation form p {
	margin-bottom: 0;
}

#navigation #search_input {
	width: 150px;
	border: none;
	padding: 2px;
	margin-bottom:9px;
	height: 14px;
	font-size: 10px;
}

#navigation input.submitbutton {
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}

#topnav {
	margin-bottom: 18px;
}

#topnav a {
	display: block;
	width: 190px;
	height: 90px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 0 0;
        background: #87b2d8 
}

#topnav a:hover,
#topnav a:active {
	text-decoration: none;
	color: #333;
}

#topnav a#topnav-cities { background-image: url(../images/topnav-cities.jpg); }
#topnav a#topnav-projects { background-image: url(../images/topnav-projects.jpg); }
#topnav a#topnav-participants { background-image: url(../images/topnav-participants.jpg); }
#topnav a#topnav-themes { background-image: url(../images/topnav-themes.jpg); }

#topnav a span {
	background: transparent url(../images/bg-topnav.gif) no-repeat bottom left;
	display: block;
	padding-top:72px;
	height: 18px;
}

#projects a#topnav-cities,
#participants a#topnav-cities,
#themes a#topnav-cities,
#cities a#topnav-projects,
#participants a#topnav-projects,
#themes a#topnav-projects,
#cities a#topnav-participants,
#projects a#topnav-participants,
#themes a#topnav-participants,
#cities a#topnav-themes,
#projects a#topnav-themes, 
#participants a#topnav-themes { 
	background-position: 0 -72px;
}



/* Content
--------------------------------------------- */

input.submitbutton {
	clear: both;
	float: right;
	display: inline;
}

#project_status_breadcrumb img {
	display: block;
	margin: 0;
}

/* Footer
--------------------------------------------- */

#footer {
	background: transparent;
	overflow: hidden;
	border-top: solid 1px #7e8082;
	margin-top: 9px;
	padding-top: 7px;
}

#footer p {
	font-size: 10px;
	margin: 0 10px;
	color: #999;
}

#footer p img {
	float:right;
}

.credit {
	text-align: right;
	color: #999;
}

.credit a:link,
.credit a:visited {
	color: #999;
	font-weight: normal;
}

/* Tables
--------------------------------------------- */

table {
	border: none;
}

tr.one {
	background: transparent;
}

tr.two {
	background: #f3f7fb;
}

th {
	line-height: 16px;
	border-bottom:2px solid #87b2d8;
	border-right:none;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
}

td {
	margin:0;
	padding: 0 10px 0 10px;
	line-height: 18px;
	border-bottom:none;
	border-right:none;
}

.content {
	min-height: 162px;
	background: transparent url(../images/bg-watermark.gif) no-repeat bottom left;
}

table#projectdetails {
	border-bottom: none;
	margin-bottom: 7px;
}

table#projectdetails2 {
	border-top: 2px solid #87b2d8;
	margin-bottom: 10px;
}

table#projectlist th,
table#projectlist td {
	width: 210px;
	font-size: 11px !important;
}

table#projectlist th {
	color: #87b2d8;
	text-align: center;
}

table#projectlist td {
	padding-top: 9px;
	padding-bottom: 9px;	
}

table#projectlist .last {
	width: 190px;
}

table#projectlist {
	border-bottom: 2px solid #87b2d8;
	clear: both;
}

table#projectlist tr.paginationlinks td {
	border-top: 2px solid #87b2d8;
	padding-top: 9px;
	padding-bottom: 9px;
}

table#projectlist tr.paginationlinks td.last {
	border-bottom: none !important;
}


table#projectdetails th,
table#projectdetails2 th {
	width: 100px;
	padding-right: 20px;
	border-bottom:none;
	text-align: right;
}

table#projectdetails2 th,
table#projectdetails2 td {
	padding-top: 9px;
	padding-bottom: 8px;
	border-bottom:1px solid #87b2d8;
}

table#projectdetails td p,
table#projectdetails2 td p {
	margin-bottom: 0;
}

table#projectdetails2 .last {
	border-bottom: 2px solid #87b2d8;
}



/* Google Map on Cities page
--------------------------------------------- */

#cities #map {
	height: 0;
	margin-bottom: 18px;
}

#projects #sidebar_map {
	height: 198px;
	overflow: hidden;
}


#participants form select {
	width: 170px;
}


/* News Items
--------------------------------------------- */

.post {
	border-bottom:1px solid #87b2d8;
	margin-bottom: 17px;
	overflow: auto;
}

.post h2 {
	line-height: 24px;
	padding-bottom: 8px;
}

#themes_list,
#subthemes_list {
	margin: 0 0 0 -30px;
	padding: 0 0 0 10px;
}

#themes_list li,
#subthemes_list li {
	list-style: none;
	display: inline;
	float: left;
	padding: 0;
	margin: 0 0px 18px 20px;
}

#themes_list li a,
#subthemes_list li a {
	display: block;
	height: 18px;
	width: 170px;
	background: transparent url(../images/bg-button-themes.gif) no-repeat top left;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	padding: 18px 10px;
	text-align: center;
}

.searchinput input {
	width: 144px;
	margin-bottom: 10px;
	font-size: 1.1em;
	border: 1px solid #999;
	padding: 3px;
	color: #666;
}

.submit {
	float: right;
	margin-right: 0em;
}

.submit input {
	margin-bottom: 10px;
	font-size: 1em;
	text-transform: uppercase;
}