/*
Theme Name: Nissan Play with the city
Theme URI: http://www.playwiththecity.co.uk/
Description: Default theme for Play with the city website.
Version: 1.0
Author: Ben Ellis
Author URI: http://www.hungrybrowser.co.uk/
Tags: Nissan
Created: 04/11/2008
Updated: 07/11/2008
*/

/* ------------------------------------------------------------
	Default elements
---------------------------------------------------------------- */

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: url("images/body_bg.jpg") 0px 0px repeat;
	color: #333333;
	text-align: center;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

 a {
 	color: #FF8404;
	text-decoration: underline;
 }
 
 a:visited {
 	color: #666666;
 }
 
 a:active {
 	color: #FF0000;
 }
 
 a:hover {
 	color: #FFA413;
	text-decoration: none;
 }
 
 strong {
	 color:#000000;
}

form {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* ------------------------------------------------------------
	Styles for page layout
---------------------------------------------------------------- */
	
#page {
	background: url("images/page_bg.png") 0px 0px repeat;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 955px;
}

/* ------------------------------------------------------------
	Styles for page header
---------------------------------------------------------------- */

/* Header container */

#header {
	position: relative;
	height: 175px;
	padding: 0px;
}

/* Main heading */

#header h1 {
	text-indent: -10000px;
	display: block;
	width: 955px;
	height: 175px;
	padding: 0px;
	margin: 0px;
}

#header h1 a {
	display: block;
	width: 955px;
	height: 175px;
	background: url("images/header_bg.jpg") 0px 0px no-repeat;
}

/* Sub-heading */

#header h2 {
	display: none;
}

/* ------------------------------------------------------------
	Styles for navigation area
---------------------------------------------------------------- */

/* Styles the top level navigation */

#navigation {
	position: relative;
	height: 25px;
	margin: 0px 0px 35px 0px;
	background-color: #FFFFFF;
}

#navigation ul {
	position: absolute;
	right: 0px;
	padding: 0px 15px 0px 0px;
	margin: 0px;
	list-style: none;
	height: 25px;
	background: url("images/nav_bg.gif") 0px 0px no-repeat;
}

#navigation ul li {
	float: left;
	margin: 0px;
	height: 25px;
}

#navigation ul li a {
	display: block;
	text-decoration: none;
	padding: 0px;
	height: 25px;
	text-indent: -10000px;
}

/* Styles the background images for each top-level navigation element */

/* Item 1 */

#navigation ul li#item_1 a {
	width: 47px;
	background: url("images/nav_bg.gif") 0px 0px no-repeat;
}

#navigation ul li#item_1 a:hover, #navigation ul li#item_1.active a {
	background-position: 0px -25px;
}

/* Item 2 */

#navigation ul li#item_2 a {
	width: 120px;
	background: url("images/nav_bg.gif") -47px 0px no-repeat;
}

#navigation ul li#item_2 a:hover, #navigation ul li#item_2.active a {
	background-position: -47px -25px;
}

/* Item 3 */

#navigation ul li#item_3 a {
	width: 155px;
	background: url("images/nav_bg.gif") -167px 0px no-repeat;
}

#navigation ul li#item_3 a:hover, #navigation ul li#item_3.active a {
	background-position: -167px -25px;
}

/* Item 4 */

#navigation ul li#item_4 a {
	width: 73px;
	background: url("images/nav_bg.gif") -322px 0px no-repeat;
}

#navigation ul li#item_4 a:hover, #navigation ul li#item_4.active a {
	background-position: -322px -25px;
}

/* Second level navigation */

#navigation ul li ul {
	position: absolute;
	left: -10000px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 165px; 
	padding: 1px 0px 0px 0px;
	margin: 0px;
	background-image: none;
}

#navigation ul li:hover ul, #navigation li.sfhover ul {
	left: auto;
	margin: 0px 15px 0px 0px;
}

#navigation li li {
	margin: 0px;
	width: 165px;
	border-bottom: 1px #CCCCCC solid;
}

#navigation ul li#item_4 li a {
	background-color: #fbfafa;
	width: 165px;
	margin: 0px;
}

/* Styles the background images for each sub-level navigation element */

/* Item 5 */

#navigation ul li#item_5 a, #navigation ul li#item_4.active li#item_5 a {
	background: #FFFFFF url("images/sub_nav_1_bg.gif") 73px 1px no-repeat;
}

#navigation ul li#item_5 a:hover, #navigation ul li#item_4.active li#item_5 a:hover {
	background-position: 73px -24px;
}

/* Item 6 */

#navigation ul li#item_6 a, #navigation ul li#item_4.active li#item_6 a {
	background: #FFFFFF url("images/sub_nav_2_bg.gif") 115px 1px no-repeat;
}

#navigation ul li#item_6 a:hover, #navigation ul li#item_4.active li#item_6 a:hover {
	background-position: 115px -24px;
}

/* Item 7 */

#navigation ul li#item_7 a, #navigation ul li#item_4.active li#item_7 a {
	background: #FFFFFF url("images/sub_nav_3_bg.gif") 31px 1px no-repeat;
}

#navigation ul li#item_7 a:hover, #navigation ul li#item_4.active li#item_7 a:hover {
	background-position: 31px -23px;
}

/* ------------------------------------------------------------
	Styles for content area
---------------------------------------------------------------- */

#content {
	float: left;
	margin: 0px 0px 25px 15px;
	line-height: 18px;
}

.narrowcolumn, .widecolumn {
	width: 648px;
}

.container {
	margin: 0px;
	clear: both;
	padding: 15px 10px 15px 10px;
	margin: 0px 0px 30px 0px;
	background: url("images/container_bg.jpg") 0px 0px no-repeat;
	overflow:auto;
}

.container_title {
	background: #FFFFFF url("images/container_bg.gif") 0px 0px repeat-y;
	padding: 0px 0px 10px 0px;
		overflow:auto;
}

/* Styles for content area headings */

.container h2 {
	text-indent: -10000px;
	float: left;
	width: 25px;
}

.container h2#heading_1 {
	background: url("images/heading_1.gif") 0px 0px no-repeat;
	height: 175px;
}

.container h2#heading_2 {
	background: url("images/heading_2.gif") 0px 0px no-repeat;
	height: 120px;
}

.container h2#heading_12 {
	background: url("images/heading_12.gif") 0px 0px no-repeat;
	height: 171px;
}

.container h2#heading_13 {
	background: url("images/heading_13.gif") 0px 0px no-repeat;
	height: 117px;
}

.container h2#heading_14 {
	background: url("images/heading_14.gif") 0px 0px no-repeat;
	height: 72px;
}

.container h2#heading_15 {
	background: url("images/heading_15.gif") 0px 0px no-repeat;
	height: 142px;
}

.container h2#heading_16 {
	background: url("images/heading_16.gif") 0px 0px no-repeat;
	height: 62px;
}

.container h2#heading_17 {
	background: url("images/heading_17.gif") 0px 0px no-repeat;
	height: 66px;
}

.container h2#heading_18 {
	background: url("images/heading_18.gif") 0px 0px no-repeat;
	height: 66px;
}

/* Styles for the inner div container elements */

.container div.inner {
	padding: 10px 0px 0px 0px;
	margin: 0px 10px 0px 35px;
	overflow: auto;
}

.float_left {
	float: left;
	margin: 0px 15px 15px 0px;
}

.container div.inner p.indent {
	margin: 0px 0px 5px 198px;
}

.container div.inner p {
	margin: 0px 0px 5px 0px;
}

.container div.inner p.excerpt {
	border-bottom: 1px #CCCCCC solid;
	padding: 0px 0px 30px 0px;
}

.container div.inner h3 {
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 10px 0px;
	font-size: 13px;
}

.container div.inner h4 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.profile {
	float: left;
	width: 225px;
	margin: 0px 15px 50px 0px;
}

.container div.inner .profile img {
	margin: 0px 0px 0px 0px;
}

ul.profile_links {
	border-top: 1px #CCCCCC solid;
	margin: 20px 0px 20px 0px;
}

.profile_links li {
	padding: 0px 10px 0px 0px;
	clear: both;
	height: 50px;
	border-bottom: 1px #CCCCCC solid;
}

.profile_links li img {
	float: left;
	margin: 0px 15px 0px 0px;
}

.profile_links li p {
	padding: 5px 0px 0px 0px;
}

.container div.inner .post {
	margin: 0px 0px 20px 0px;
}

.container div.inner .post img {
	margin: 5px 10px 5px 0px;
	float: left;
}

.container div.inner .postmetadata {
	border-bottom: 1px #CCCCCC solid;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 10px;
	display: block;
	clear: both;
}

.event_details {
	margin: 10px 0px 0px 0px;
}

/* ------------------------------------------------------------
	Styles the google map
---------------------------------------------------------------- */

#map {
	width: 100%;
	height: 400px;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	line-height: 14px;
}

.container div.inner #map img {
	float: none;
	margin: 0px;
}

.container div.inner #map p {
	margin: 0px;
}

.container div.inner #map ul {
	margin: 0px;
}

.container div.inner ul.event_list {
	margin: 0px 0px 10px 0px;
}

.container div.inner ul.event_list li {
	border-top: 1px #CCCCCC solid;
	padding: 5px 0px 5px 0px;
}

/* ------------------------------------------------------------
	Styles for sidebar area
---------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 253px;
	background-color: #FFFFFF;
	margin: 0px 15px 25px 0px;
	font-size: 11px;
	background: url("images/sidebar_bg.jpg") 0px 0px no-repeat;
}

#sidebar .inner {
	width: 225px;
	background-color: #FFFFFF;
	margin: 14px 0px 0px 14px;
}

#sidebar p {
	margin: 10px 10px 10px 10px;
}

#sidebar ul ul {
	margin: 5px 10px 10px 10px;
}

#sidebar ul ul li {
	background: url("images/bullet_bg.gif") 0px 8px no-repeat;
	padding-left: 10px;
}

.tag_cloud {
	margin: 5px 10px 10px 10px;
}

.calendar {
	margin: 5px 10px 10px 10px;
}

#sidebar form {
	margin: 10px 10px 10px 10px;
}

#sidebar h2 {
	background: url("images/sidebar_heading_bg.gif") 0px 0px repeat-x;
	height: 28px;
}

#sidebar h2 span {
	height: 28px;
	margin: 0px 0px 0px 10px;
	display: block;
	text-indent: -10000px;
	background-position: center left;
	background-repeat: no-repeat;
}

#sidebar h2.heading_3 {
	height: 26px;
}

#sidebar h2.heading_3 span {
	background-image: url("images/heading_3.gif");
	width: 94px;
}

#sidebar h2.heading_4 {
	height: 26px;
}

#sidebar h2.heading_4 span {
	background-image: url("images/heading_4.gif");
	width: 48px;
}

#sidebar h2.heading_5 span {
	background-image: url("images/heading_5.gif");
	width: 55px;
}

#sidebar h2.heading_6 span {
	background-image: url("images/heading_6.gif");
	width: 75px;
}

#sidebar h2.heading_7 span {
	background-image: url("images/heading_7.gif");
	width: 97px;
}

#sidebar h2.heading_8 span {
	background-image: url("images/heading_8.gif");
	width: 57px;
}

#sidebar h2.heading_9 span {
	background-image: url("images/heading_9.gif");
	width: 46px;
}

#sidebar h2.heading_10 span {
	background-image: url("images/heading_10.gif");
	width: 67px;
}

#sidebar h2.heading_11 span {
	background-image: url("images/heading_11.gif");
	width: 61px;
}

#sidebar h3 {
	color: #000000;
	text-transform: uppercase;
	padding: 3px 0px 3px 10px;
	margin: 0px;
}

/* ------------------------------------------------------------
	Styles for footer area
---------------------------------------------------------------- */

#footer {
	background: url("images/footer_bg.gif") 0px 0px no-repeat;
	height: 116px;
	clear: both;
	margin: 25px 0px 0px 0px;
	font-size: 10px;
	position: relative;
}

#footer, #footer a {
	color: #797979;
}

#footer ul, #footer li {
	display: inline;
}

/* Nissan QASHQAI logo */

.logo {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 152px;
}

/* Contact details */

.contact {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

/* Location links */

.location {
	position: absolute;
	bottom: 25px;
	right: 15px;
}

.location li {
	float: left;
	display: block;
}

.location li a {
	float: left;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 4px;
	text-indent: -10000px;
}

li#city_1 a {
	background-image: url("images/city_1.gif");
	width: 61px;
}

li#city_2 a {
	background-image: url("images/city_2.gif");
	width: 98px;
}

li#city_3 a {
	background-image: url("images/city_3.gif");
	width: 77px;
}

li#city_4 a {
	background-image: url("images/city_4.gif");
	width: 71px;
}

li#city_5 a {
	background-image: url("images/city_5.gif");
	width: 83px;
}

li#city_6 a {
	background-image: url("images/city_6.gif");
	width: 102px;
}

li#city_7 a {
	background-image: url("images/city_7.gif");
	width: 89px;
}

/* Custom display styles */

.hidden {
	display: none;
}

.show {
	display: inherit;
}

/* Styles the post navigation */

.navigation {
	width: 100%;
	overflow: auto;
	display: block;
	margin: 0px 0px 10px 0px;
}

.alignleft {	
	float: left;
}

.alignright {
	float: right;
}

#diagnostics {
    width:100%;
    border:1px solid red;
    color:#ffffff;
    font-size:1.5em;
    text-align:left;
    
}

#urban_banner {
    margin:0px;
    padding:0px 0px 10px 0px;


}