/*   
Theme Name: Cities Programme 1.0
Description: Global Compact Cities Programme WordPress Theme template -- WordPress v3.0.1
Author: Harry
Author URI: http://www.stevenharris.com.au
Version: 2
*/

* { margin: 0; padding: 0; }
html, body { 
	background: #043250;
	color:#043250;
	font: 12px/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-width:100%;
	height:100%;
}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
img { border:none; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap {
	width: 100%;
	margin: 0 auto;
	min-height:100%;
	position:relative;
}
.wrapper{
	width:1024px;
	margin:0 auto;
	position:relative;
}
.aboutus_wrapper {
	background:url(images/menus/melbourne.jpg) no-repeat;
}
.participate_wrapper {
	background:url(images/menus/florence.jpg) no-repeat;
}
.event_wrapper {
	background:url(images/menus/honolulu.jpg) no-repeat;
}
.research_wrapper {
	background:url(images/menus/sanfrancisco.jpg) no-repeat;
}
.resources_wrapper {
	background:url(images/menus/florence3.jpg) no-repeat;
}


/* --- Header ------------------------------------ */
#header{
	background:#043250;
}
#logo{
	background:url(images/Global_Compact_Cities_Programme_logo.gif) no-repeat;
	height:85px;
	width:280px;
	margin-bottom:10px;
}
#menu {
	display: block;
	margin: 0;
	height:28px;
	width:1024px;
}
#google_translate_element {
	position:absolute;
	right:0;
	top:25px;
	padding:2px 0 2px 30px;
	background:#84b1d9 url(images/translate.gif) 5px 0 no-repeat;
	border-radius:5px;
	text-align:center;
	height: 25px;
	overflow: hidden;
	border:2px solid #84b1d9;
}
#nav {
	float:right;
}
#menu ul {
	list-style: none;
	margin: 0;
	height:28px;
}
#menu li {
	float: left;
	position: relative;
	background: #84b1d9;
	border-radius: 10px 0 0 0 ;
	margin-left:-10px;
	-moz-box-shadow: -1px -1px 2px 0 #043250;
	-webkit-box-shadow: -1px -1px 2px 0 #043250;
	position:relative;
}
#menu li a {
	color: #043250;
	display: block;
	padding: 6px 25px 6px 15px;
	text-decoration: none;
	line-height:16px;
	font-size:14px;
	border-radius: 10px 0 0 0 ;
	-moz-border-radius: 10px 0 0 0 ;
	border-left:1px solid #7AC;
}
#menu li:last-child a {
	padding-right:20px;
}
#menu li:hover > a , #menu li.current-menu-item a, #menu li.current-page-ancestor a{
	background: #FFF;
	border-left:1px solid #e5e5e5;
}
#menu-search {
	list-style: none;
	margin: 0;
	background: #84b1d9;
	padding:0 5px;
	float:right;
	height:28px;
}
#menu-search form {
	background:#c2d8eb;
	margin:4px 4px 0;
	padding:1px 3px;
	border-radius:5px;
}
#menu-search input {
	border:0px solid #FFF;
	padding:0;
	background:none;
	font-size:12px; line-height:12px;
	-webkit-box-shadow: none;
}
#menu-search .s input {
	width: 100px;
}
input#s::-webkit-input-placeholder {
	color: #84b1d9;
}
#menu .sub-menu{
	float:left;
	position:absolute;
	z-index:20;
	width:200px;
	display:none;
}
#menu .sub-menu li {
	background: #FFF;
	margin-left:-10px;
}
#menu .sub-menu li a {
	color: #043250;
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	font-size:12px;
}
#menu li a:hover .sub-menu
{
	display:block;
}
/* --- Body ------------------------------------ */
#body {
	padding-top:25px;
	background:#FFF url(images/background.gif) no-repeat;
	min-height:400px;
	background-attachment:fixed;
	background-position: 0 -100px;
}

/* --- Home ------------------------------------ */
#hometext {
	height:210px;
	background:url(images/home_images/home-8.jpg) no-repeat;
	margin:-25px 0 20px;
	position:relative;
}
#hometextcontent {
	position:absolute;
	bottom:0;
	width:670px;
	left:280px;
	background:rgb(255,255,255);
	background:rgba(255,255,255, .85);
	padding:10px 20px 0;
	z-index:25;
}
#hometext .slideshow {
	width:1024px;
	height:210px;
	margin:0;
	overflow:hidden;
	float:right;
}
#hometext .slideshow img { 
	background-color: none;
}
#news {
	width:673px;
	margin-right:24px;
	float:left
}
#rss {
	float:right;

}
.main_image {
    width: 315px;
    height: 325px;
    float: left;
    background: #FFF;
	border:1px solid #e5e5e5;
	margin:0 5px 5px;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
}
.main_image img {
	margin:5px;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
}
.main_image .desc{
	width: 300px;
	padding:5px;
	display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .desc p{
	padding:0;
}
.main_image .block{
    width: 100%;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}

.image_thumb {
    float: left;
    width: 320px;
    height: 325px;
	padding-left:20px;
	overflow:auto;
}
.image_thumb img {
    float: left;
}
.image_thumb .attachment-post-thumbnail {
    float: left;
	margin:0;
	margin-right:5px;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    padding:5px;
	border:1px solid #e5e5e5;
	margin:0 5px 5px;
    float: left;
	background:#FFF;
	position:relative;
	height:94px;
	width:285px;
	
}
.image_thumb ul li.hover { /*--Hover State--*/
	background:#f7fafc;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
.image_thumb .block {
	float:left;
	width: 180px;
	margin-left:5px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/
.homecol{
	float:left;
	width:325px;
	margin-right:24px;
}
#programmeNews {
	min-height:85px; 
	padding:5px 10px;
}
#programmeNews li{
	margin:0; padding:0;
	margin-left:15px;
}

/* --- Cities Menu ------------------------------------ */


#map-view-container {
	position: relative;
}

#map-container {
	float: left;
}

#map-view-container img.map {
	position: relative;
	z-index: 100;
}

#map-view-container img.region {
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 20;
}
#map-view-container img.regionBg {
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 19;
}
#cities-list{
	width:340px;
	float:left;
}
#cities-menu{
    padding: 0;
    margin: 0;
	width:338px;
    margin-bottom:25px;
    border: 1px  solid #DDD;
}
#cities-menu H1{
	background:#FFF;
	color:#043250;
    	padding:5px;
	cursor:pointer;
}
#cities-menu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
    border:0 solid #c1d8ec;
    border-width:0 0 1px;
    display: block;
	margin:0;
}
#cities-menu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-color :#d8e6f3;
	border-color:#fff;
}
#cities-menu ul{ /*CSS for UL of each sub menu*/
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display:none;
    background: #d8e6f3;
}
#cities-menu ul.current{
    display:block;
}
#cities-menu li{
    margin: 0 auto;
	position:relative;
    border:0 solid #FFF;
    border-width:0 0 1px;
}
#cities-menu li p{
    margin: 0 auto;
    padding: 2px 10px;
}
#cities-menu li.menucity {
	background:#aecbe6;
}
.cityname {
	text-transform:uppercase;
	display:block;
	padding:2px 0;
	font-weight:bold;
}
#cities-menu li a{
    display:block;
    padding: 2px 10px;
    line-height:14px;
    color:#043250;
}
#cities-menu li a:hover {
    background-color: #84b1d9;
}		
.innovating{
	/*background:#ff9911;*/
	font-weight:bold;
	line-height:14px;
}
.innovatingIcon {
	width:13px;
	height:13px;
	display:inline;
	margin-left:5px;
	position:relative;
}
.innovatingIcon span{
	position:absolute;
	display:none;
	width:140px;
	left:-70px;
	text-align:center;
	height:18px;
	top:-27px;
	z-index:25;
	background:#FFF;
	border:1px solid #84b1d9;
	padding:3px 10px;
	text-transform:capitalize;
	font-size:12px;
}
a.innovatingIcon:hover span{
	display:block;

}
.hovertext {
	position:relative;
}
.hovertext span {
	position:absolute;
	display:none;
	width:200px;
	left:10px;
	bottom:15px;
	z-index:25;
	background:#FFF;
	border:1px solid #84b1d9;
	padding:3px 10px;
	font-size:12px;
}
a.hovertext:hover span{
	display:block;
}
#cities-menu li.signatory a:hover{
	background-color:#043250;
	color:#84b1d9;
}
#cities-menu li.current_page_item a, #cities-menu li.current_page_item.signatory a{
    background-color: #043250;
	color:#FFF;
	padding:5px 10px;
}
#cities-menu li:last-child{
	border-bottom:1px solid #c1d8ec;
}
#cities-menu li.signatory a{
	padding:2px 10px;
	background:#84b1d9;
	font-size:11px;
    line-height:11px;
	font-weight:normal;
	border:none;
}
/* --- About Menu ------------------------------------ */
#SideMenu {
	width: 224px;
	padding-top:10px;
	min-height:400px;
}
#SideMenu ul {
	width: 224px;
}
.bgmp_placemark h1{
	display:none;
	font-size:12px;
}
#SideMenu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#SideMenu li{

	margin: 0 auto;
	position:relative;
	background: url(images/arrow3.png) -224px 0% repeat-y;
}
#SideMenu li a{
	display:block;
	padding: 7px 10px;
	font-size:15px;
	line-height:16px;
	color:#FFF;
}
#SideMenu li a:hover{
}
#SideMenu li.current-menu-item a {
	background:#043250;
	color:#FFF; !important
}
.menu-participate_menu-container {
}
/* --- Arrow ------------------------------------ */
span.arrow{
	padding: 5px 0;
	width:20px;
	position:absolute;
	right:-20px;
	top:0;
	background:url(images/arrow.jpg) no-repeat;
}
span.homearrow{
	width:21px;
	position:absolute;
	left:-20px;
	top:-1px;
	height:106px;
	background:url(images/homearrow.jpg);
}
/* --- Content ------------------------------------ */
#about-content{
	width:770px;
	float:right;
}
#main-content{
	width:655px;
	float:right;
}
#map-link{
	background:url(images/map.jpg) #043250;
	height:130px;
}
.basic {
	border:1px solid #e5e5e5;
	background: #FFF;
	margin-bottom:20px;
}
.bluebox {
	background:#d8e6f3;
}
.basic p {
	padding:3px 10px;
}
.padding {
	padding:0 10px 10px 10px;

}
.city {
}
.more{
	padding:5px;
	color:#FFF;
	text-align:center;
	cursor:pointer;
}
.citiesType {
	float:left;
	width: 205px;
	margin-right:17px;
	margin-bottom:25px;
}
.citiesType_image {
	width:197px;
	margin:4px 4px 0;
	height:100px;
	background-image:url(images/cities_landing_image.jpg);
}
.citiesType:nth-child(2) .citiesType_image {
	background-position:50% 0
}
.citiesType:nth-child(3) .citiesType_image {
	background-position:100% 0;
}
.citiesType_image span{
	display:none;

}
.signupcity {
	background: url(images/SignupCity.gif) 100% 50% no-repeat;
	width:190px;
	height:180px;
	padding:8px;
	padding-right:38px;
	position:relative;
	margin:10px;
	float:left;
	cursor:pointer;
}
.entry span{
	text-decoration:none;
}
.signupcity span {
	position: absolute;
	bottom:15px;
	left:10px;
	color: #FFF;
	font: 26px/24px "Times New Roman", Times, serif;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	width:180px;
}
.last {
	margin-right:0;
}
.column{
	float:left;
	width:200px;
	margin-right:15px;
}
.clear{
	clear:both;
}

.slideshow {
	width:300px;
	height:200px;
	margin:0 10px 10px;
	overflow:hidden;
	float:right;
	background-color :#d8e6f3;
}
.slideshow img { 
	background-color: #eee;
}
.cp_people {
	width:353px;
	min-height:110px;
	float:left;
	margin:5px 10px 10px;
	padding:5px;
	border:1px solid #D8E6F3;
}
.cp_people img {
	float:left;
	margin-right:10px;
}
.category-description {
	margin-bottom:0;
}
.breadcrumb {
	font-size:14px;
	line-height:14px;
	margin-bottom:10px;
}
.breadcrumb a {
	color: #FFF;
	background:#043250 url(images/arrow_back.jpg) no-repeat;
	padding: 3px 10px 3px 15px;
	height:14px;
}
/* --- Participate ------------------------------------ */
.ParticipateType {
	float:left;
	width: 228px;
	margin-left:20px;
	margin-bottom:25px;
}
.ParticipateType_image {
	width:220px;
	margin:4px 4px 0;
	height:100px;
	background-image:url(images/cities_landing_image.jpg);
}
.ParticipateType:nth-child(2) .ParticipateType_image {
	background-position:50% 0
}
.ParticipateType:nth-child(3) .ParticipateType_image {
	background-position:100% 0;
}
.ParticipateType_image span{
	display:none;
}
.last {
	margin-right:0;
}
/* --- Footer ------------------------------------ */
#footer {
	width:100%;
	height:165px;   /* Height of the footer */
	background:#043250;
	color:#FFF;
	font-size:10px;
	padding-top:15px;
	color:#8299a8;
}
#footer h1{
	color:#c0ccd3;
	font-size:11px;
	font-weight:bold;
	padding:0;
	margin-bottom:2px;
}
#footer-contact1, #footer-contact2, #footer-links{
	float:left;
	width:233px;	
}
#footer-contact{
	float:left;
	width:325px;
	background:url(images/better_city_better_life.jpg);
	height:183px;
}
#footer-contact form {
}
#footer-contact input, #footer-contact textarea {
	border:none;
	padding:1px 5px;
	background:#FFF;
	font-size:12px; line-height:12px;
	-webkit-box-shadow: none;
	border-radius:5px;
	width:315px;
	margin-bottom:5px;
}
#footer-links li {
	list-style:none;
	margin:0; padding:0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #84b1d9;
}
h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }
h1, h2 {
	font-size:15px;
	font-weight:bold;
}
h1{
	display: block;
	background:#043250;
	color:#FFF;
	padding:3px 10px;
	text-transform: uppercase;
}
h2 {
	display:block;
	background:#d8e6f3;
	padding:3px 10px;
	margin:0 0 10px;
	position:relative;
	clear:both;
}
h3 {
	display:block;
	padding:3px 10px;
	margin:15px 0 0;
	position:relative;
	font-weight:bold;
	clear:both;
}

p { margin: 0 0 10px 0; }
a {
	color:#226699;
	text-decoration:none;
}
.posthead {
	padding-left: 85px;
	height:40px;
}
.date {
	position:absolute;
	left:-1px; top:-1px;
	height:33px; width:80px;
	text-align:center;
	background-color: #84b1d9;
	color:#FFF;
	text-transform: uppercase;
	line-height:15px;
	padding:7px 0;

}
hr {
	color:none;
	border:none;
	clear:both;

}
.flag {
	float:left;
	margin-right:10px;

}
.wiki, .googlemap {
	float:right;
	margin-left:10px;
}
.attachment-post-thumbnail{
	float:left;
	margin:3px 10px 10px;

}
.wp-caption{
	background:#d8e6f3;
}
.alignleft{
	float:left;
	margin:3px 10px 10px 0;
}
.alignright{
	float:right;
	margin:3px 0 10px 10px;
}
.gallery {
	background:#d8e6f3;
}
.newslink, .projectlink, .cp_people {
	cursor:pointer;
}
.newslink:hover, .projectlink:hover, .cp_people:hover {
	background:#d8e6f3;
	border-color:#84b1d9;

}
a:hover { } 

blockquote {
	
	color: #84b1d9;
	font: 18px/20px "Times New Roman", Times, serif;
	padding:0 10px;
	font-style:italic;
}
blockquote p { }

ul, ol { margin: 0 0 10px 0; }

li {
	margin-left:30px;

}

.post { }

.entry { }
.entry a { text-decoration:underline; }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
.searchicon {
	width:230px;
	height:300px;
	float:left;
	background:url(images/search.jpg) no-repeat;
}
.searchresults {
	margin-left:250px;
	padding-bottom:50px;
}
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }

ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }
.post-edit-link {
	padding:0 5px;
	background:#FFFF33;
	border:1px solid #84b1d9;

}

<!--[if IE 7]>
image_thumb{
	overflow:hidden;
}
<![endif]-->

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */
