﻿/*--------------------------------------------

INTERSEZIONE
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Description:	Mobile setup styles
Filename:		intersezione-mobile.css
Theme Name:		mobile theme
Theme URI:		http://www.intersezione.com
Version:		2 beta
Date:			GEN 13, 2010
Author:			Intersezione srl
Company:		Intersezione srl
Please: 
        
/*=========================================================================================== Global Reset */

* {
	margin:0;
	padding:0;
}

html,body{
	margin:0;
	padding:0;
}

body {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-x-system-font:none;
	background:#FFFFFF none repeat scroll 0 0;
	font-family:Arial,sans-serif;
	font-size:100%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align:left;
}

img {
	border: 0;
}

a:link,a:visited {
	color: #ff6600; 
	text-decoration: none;
}

a:hover {
	color:#ff6600;
	text-decoration: none;
}

a:focus{
	outline:0; 
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1 {
	position: absolute;
	top: -99999px;
	left: -99999px;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size:100%;
}

p {
}	

.hideme{
	display:none;
	visibility:hidden;
}







.header {
	background-color:#ff9900;
	float:left;
	width:100%;
}

.header .logo {
	display:inline;
	float:left;
}

.header img {
	float:left;
	m ax-width:360px;
	width:90%;
}

.menu{
	background:#ff9900;
	float:left;
	width:100%;
	m in-width:400px;
	border-top:medium solid #ffffff;
}

.menu .single{
	float:left;
	display:inline;
	width:100%;
	text-align:center;
	border-bottom:thin solid #ffffff;
}

.menu .single a{
	float:left;
	display:inline;
	width:100%;
	font-size:medium;
	text-transform:uppercase;
	font-weight:bold;
	color:#ffffff;
	padding: 2px 0;
}


.content {
	float:left;
	width:100%;
}

.content .primary{
}

.content .primary h2{
	font-size:large;
	margin-left:10px;
}

.content .primary .title{
	background:#efefef;
	padding: 3px 0;
	border-bottom:medium solid #ccc;
	margin-bottom:10px;
	float:left;
	width:100%;
}

.content .primary .img{
	text-align:center;
	width:100%;
}

.content .primary .img img{
	border:medium solid #000000;
}

.content .testo{
	padding: 3px 0;
	margin-top:10px;
	float:left;
	width:100%;
}

.content .primary h3{
	font-size:small;
	margin-left:10px;
	margin-right:10px;
	font-weight:normal;
}

.content .primary .h3{
	font-size:small;
	margin-left:10px;
	margin-right:10px;
	font-weight:normal;
}

#map_canvas{
	float:left;
	width:100%;
	margin-top:20px;
	text-align:center;
}

#map_canvas img{
	width:90%;
}

.other{
	float:left;
	width:100%;
	border-top:1px solid #CCCCCC;
	margin-top:25px;
}

.other ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.other li {
	border-bottom:1px solid #CCCCCC;
	font-size:large;
	background: url(../img/arrow.gif) no-repeat scroll right center;
}

.other a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: url(../img/arrow.gif) no-repeat scroll right center;
	display:block;
	font-size:medium;
	/*padding:9px 22px 7px 15px;*/
	height:40px;
	line-height:40px;
	padding-left:10px;
}

.other a:hover {
	background: url(../img/arrow-on.gif) no-repeat scroll right center;
	color:#000000;
}

.other a.back {
	background: url(../img/arrow-back.gif) no-repeat scroll right center;
	color:#000000;
}

.other a.top {
	background: url(../img/arrow-back.gif) no-repeat scroll right center;
	color:#000000;
}

.other a.all {
	background: url(../img/arrow-go.gif) no-repeat scroll right center;
}

.footer{
	background:#efefef;
	padding: 3px 0;
	border-top:medium solid #ccc;
	float:left;
	width:100%;
}

.footer h6{
	font-size:small;
	margin-left:10px;
}

.nowrap {
 	white-space:nowrap;
}





















