/* @override http://templates.jonnotie.nl/iphone/stylesheets/main.css */

* {
	margin: 0;
	padding: 0;
}

html, body {
	background-image: url(../iphone/images/basics/bg.png);
	background-color: #262b2f;
}

body {
	color: #a7abb0;
	font: 12px/18px "Lucida Grande", Lucida, "Lucida Grande Unicode", Verdana, sans-serif;
	text-shadow: rgba(0,0,0,0.41) 0 -1px 1px;
}

p {
	margin-bottom: 18px;
}

img {
	border-style: none;
	border-width: 0;
	vertical-align: bottom;
}

ul, ol {
	
}

h2, h3, h4 {
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	line-height: 36px;
	padding: 5 5 5 5;
	color: #fff;
}

a:link, a:visited {
	text-decoration: underline;
	outline: 0;
	color: #a7abb0;
}

a:link:hover, a:visited:hover {
	text-decoration: none;
	color: #fff;
}

a:link:active, a:visited:active {
	text-decoration: none;
}

/* @group basics */

#wrapper {
	margin: 0 auto;
}

/* @group columns */

.row {
	overflow: hidden;
	width: 480px;
	margin-bottom: 18px;
}

.rowbig {
	overflow: hidden;
	margin-bottom: 18px;
}

.column {
	float: left;
	margin-right: 26px;
	width: 454px;
	overflow: hidden;
	position: relative;
}

.column.six {
	width: 454px;
}

.column.six .row {
	width: 480px;
}

.column.six .rowbig {
	width: 480px;
}

.column.three {
	width: 214px;
}

.column.three .row {
	width: 240px;
}

.column.three .rowbig {
	width: 240px;
}

.column.four {
	width: 294px;
}

.column.four .row {
	width: 324px;
}

.column.four .rowbig {
	width: 324px;
}

.column.fourandahalf {
	width: 330px;
}

.column.fourandahalf .row {
	width: 370px;
}

.column.fourandahalf .rowbig {
	width: 370px;
}

.column.two {
	width: 134px;
}

.column.two .row {
	width: 160px;
}

.column.two .rowbig {
	width: 160px;
}

.column.oneandahalf {
	width: 94px;
}

.column.oneandahalf .row {
	width: 120px;
}

.column.oneandahalf .rowbig {
	width: 120px;
}

.column.one {
	width: 67px;
}

.column.one .row {
	width: 80px;
}

.column.one .rowbig {
	width: 80px;
}

.column.fiveandahalf {
	width: 414px;
}

.column.fiveandahalf .row {
	width: 450px;
}

.column.fiveandahalf .rowbig {
	width: 450px;
}

.column.seven {
	width: 533px;
}

.column.seven .row {
	width: 560px;
}

.column.seven .rowbig {
	width: 560px;
}


/* @end */

/* @group links */

.link {
	position: relative;
	width: 94px;
	height: 95px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
}

.link.left {
	float: left;
	margin-right: 14px;
	margin-bottom: 18px;
}

.link.right {
	float: right;
	margin-bottom: 18px;
	margin-left: 14px;
}

.link .img {
	display: block;
	width: 94px;
	height: 95px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	background-image: url(../iphone/images/basics/links/link-oneandahalf.png);
		cursor: pointer;

}

/* immagini alte 85px */

.link img {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 86px;
}

/* --- */

.link:hover .img {
	background-position: 0 -95px;
}

.link:active .img {
	background-position: 0 -190px;
}

/* --- */

.link.wide {
	width: 214px;
	cursor: pointer;
}

.link.wide .img {
	width: 214px;
	background-image: url(../iphone/images/basics/links/link-three.png);
		cursor: pointer;

}

.link.wide img {
	width: 206px;
}

/* @end */

/* @group appstore */

.appstore {
	width: 214px;
	height: 95px;
	display: block;
	background-image: url(../iphone/images/basics/links/appstore.png);
	text-indent: -9999px;
	background-color: #363e45;
}

.appstore:hover {
	background-position: 0 -95px;
}

.appstore:active {
	background-position: 0 -190px;
}

.appstore-soon {
	width: 214px;
	height: 95px;
	display: block;
	background-image: url(../iphone/images/basics/links/appstore-soon.png);
	text-indent: -9999px;
	background-color: #363e45;
	cursor: default;
}



/* @end */

/* @group form */

form {
}

form p {
	margin-bottom: 0;
}

form label {
	cursor: pointer;
}

form input {
	width: 186px;
	border-width: 0;
	border-style: none;
	height: 22px;
	outline: 0;
	color: #747a80;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 5px 14px 0;
	background: #2c343c url(../iphone/images/basics/input.png) 100% 0;
	display: block;
	margin-top: 5px;
}

form input:focus {
	color: #95999e;
	background-position: 0 -27px;
}

form textarea {
	width: 426px;
	border-width: 0;
	border-style: none;
	height: 142px;
	outline: 0;
	color: #747a80;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 10px 14px 3px;
	background: #2c343c url(../iphone/images/basics/textarea.png) 100% -1px;
	overflow: auto;
	margin-top: 5px;
	margin-bottom: 14px;
	resize: none;
}

form textarea:focus {
	background-position: 100% -156px;
	color: #95999e;
}

form button {
	margin-bottom: 18px;
	margin-left: auto;
	border-width: 0;
	border-style: none;
	background-image: url(../iphone/images/basics/button.png);
	width: 56px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	background-color: #559b37;
}

form button:hover {
	background-position: 0 -27px;
}

form button:active {
	background-position: 0 -54px;
}

/* --- */

form p.error big {
	float: right;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-style: italic;
}



/* @end */



/* @end */

/* @group essentials */

/* @group header */

#header {
	height: 125px;
	padding-top: 122px;
	position: relative;
}

/* @group title */

#title {
	height: 99px;
	padding: 26px 52px 0 381px;
	position: relative;
	background: url(../iphone/images/essentials/header/title/bg.png) no-repeat 0 bottom;
	width: 461px;
}

#title img {
	position: absolute;
	padding-top: 21px;
}

#title h1 {
	font-size: 24px;
	padding-top: 31px;
	mbackground: url(../iphone/images/essentials/header/title/icon.png) no-repeat 0 21px;
	height: 63px;
	padding-left: 82px;
	line-height: 20px;
	padding-bottom: 0px;
	color: #fff;
}

#title a {
	height: 41px;
	position: absolute;
	top: 60px;
	right: 52px;
	background-image: url(../iphone/images/essentials/header/title/price-left.png);
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 10px;
	line-height: 40px;
	background-color: #4e9430;
	color: #fff;
	margin-right: 3px;
}

#title a span {
	height: 41px;
	background: url(../iphone/images/essentials/header/title/price-right.png) no-repeat right 0;
	display: inline-block;
	cursor: pointer;
	padding-right: 10px;
}

#title a:hover {
	background-position: 0 -41px;
}

#title a:hover span {
	background-position: right -41px;
}

#title a:active {
	background-position: 0 -82px;
}

#title a:active span {
	background-position: right -82px;
}

/* --- */

.mirror #title {
	background: url(../iphone/images/essentials/header/title/bg-mirrored.png) no-repeat 0 bottom;
	padding: 26px 50px 0 51px;
	width: 793px;
}

.mirror #title a {
	right: 381px;
	top: 60px;
	position: absolute;
	display: block;
}



/* @end */

/* @group navigation */

#navigation {
	height: 31px;
	list-style-type: none;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	left: 383px;
	top: 122px;
	padding-right: 50px;
}

#navigation li {
	height: 31px;
	float: left;
	margin-right: -11px;
}

#navigation li a {
	float: left;
	text-decoration: none;
	background: url(../iphone/images/essentials/header/navigation/left.png) no-repeat 3px 0;
	height: 29px;
	padding-left: 15px;
	margin-right: 22px;
	display: inline;
}

#navigation li a span {
	height: 23px;
	background: url(../iphone/images/essentials/header/navigation/right.png) no-repeat right 0;
	margin-right: -25px;
	padding-right: 25px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	display: block;
	float: left;
	padding-top: 6px;
	white-space: nowrap;
}

/* --- */

#navigation li a:hover {
	position: relative;
	z-index: 1;
	background: url(../iphone/images/essentials/header/navigation/left-current.png) no-repeat 0 0;
	height: 29px;
}

#navigation li a:hover span {
	height: 23px;
	background-image: url(../iphone/images/essentials/header/navigation/right-current.png);
}

/* --- */

#navigation li a:active {
	position: relative;
	z-index: 1;
	background: url(../iphone/images/essentials/header/navigation/left-current.png) no-repeat 0 1px;
	height: 29px;
}

#navigation li a:active span {
	height: 22px;
	background: url(../iphone/images/essentials/header/navigation/right-current.png) no-repeat right 1px;
	padding-top: 7px;
}

/* --- */

#navigation li.current a {
	position: relative;
	z-index: 2;
	height: 31px;
	background: url(../iphone/images/essentials/header/navigation/left-current.png) 0 0;
	color: #fff;
}

#navigation li.current a span {
	height: 25px;
	background: url(../iphone/images/essentials/header/navigation/right-current.png) no-repeat right 0;
	padding-top: 6px;
}

#navigation li.current a:hover {
	background-position: 0 0;
	height: 31px;
}

#navigation li.current a:hover span {
	height: 25px;
}

/* --- */

.mirror #navigation {
	right: 383px;
	top: 122px;
	left: 52px;
}



/* @end */



/* @end */

/* @group main */

#main {
	position: relative;
	min-height:390px;
  	height:auto !important;
  	height:390px;
}

/* @group iphone */

#iphone {
	width: 230px;
	height: 346px;
	background-image: url(../iphone/images/essentials/main/iphone/bg.png);
	margin-top: 30px;
	padding: 122px 76px 197px;
}

#iphone .img {
	width: 230px;
	height: 346px;
	overflow: hidden;
	position: relative;
}

#iphone img {
	filter: alpha(opacity = 30);
	width: 230px;
}

#iphone .hvlog img {
	opacity: 0.3;
	filter:alpha(opacity=50);
}

/* --- */

.mirror #iphone {
	left: 509px;
	right: 3px;
}

.mirror #inlineiphone {
	left: 509px;
	right: 3px;
}

/* @end */



/* @group ipad */

#ipad {
	width: 398px;
	height: 346px;
	background-image: url(../ipad/images/essentials/main/ipad/bg.png);
	padding: 122px 76px 197px;
}

#ipad .img {
	width: 344px;
	height: 457px;
	overflow: hidden;
	position: relative;
	left: 27px;
	top: -26px;
}

#ipad img {
	filter: alpha(opacity = 30);
	width: 344px;
	height: 457px
}

#ipad .hvlog img {
	opacity: 0.3;
	filter:alpha(opacity=50);
}

/* --- */

.mirror #ipad {
	left: 509px;
	right: 3px;
}

.mirror #inlineiphone {
	left: 509px;
	right: 3px;
}

/* @end */



/* @group content */

#content {
	background: url(../iphone/images/essentials/main/content/bg.png) repeat-x;

	width: 454px;
	overflow: hidden;
	padding: 27px 55px 1px 385px;
	margin-bottom: -20px;
}

#content abbr {
	border-bottom: 1px dotted #656c73;
	cursor: help;
}

#content abbr:hover {
	color: #fff;
}

#content h2 {
	margin-bottom: 9px;
	color: #fff;
	font-weight: bold;
}

#content ul {
	margin-bottom: 18px;
	width: 100%;
}

#content ol {
	margin-bottom: 18px;
	width: 100%;
}

#content ul li {
	list-style-type: none;
	background: url(../iphone/images/basics/li.png) no-repeat 0 8px;
	padding-left: 15px;
}

#content ol li {
	list-style-type: none;
	background: url(../iphone/images/basics/li.png) no-repeat 0 8px;
	padding-left: 15px;
}

/* CONTENT BIG*/

#contentbig {
	overflow: hidden;
	padding: 27px 55px 1px 55px;
	margin-bottom: -20px;
}

#contentbig abbr {
	border-bottom: 1px dotted #656c73;
	cursor: help;
}

#contentbig abbr:hover {
	color: #fff;
}

#contentbig h2 {
	margin-bottom: 9px;
	color: #fff;
	font-weight: bold;
}

#contentbig ul {
	margin-bottom: 18px;
	width: 100%;
}

#contentbig ol {
	margin-bottom: 18px;
	width: 100%;
}

#contentbig ul li {
	list-style-type: none;
	background: url(../iphone/images/basics/li.png) no-repeat 0 8px;
	padding-left: 15px;
}

#contentbig ol li {
	list-style-type: none;
	background: url(../iphone/images/basics/li.png) no-repeat 0 8px;
	padding-left: 15px;
}

/* --- */

.mirror #content {
	padding: 30px 385px 1px 55px;
}



/* @end */



/* @end */

/* @group footer */

#footer {
	padding-top: 30px;
	text-align: center;
	position: relative;
	z-index: 1;
}



/* @end */



/* @end */

/* @group itunes */


div.artwork{
	height: 100px;
}

div.artwork img.artwork {
 	border:0px solid #fff;
	border-color:#a2a2a2;
}

span.mask{
	display:block;
	position:absolute;
	top:0;
	left:-1px;
	z-index:2;
	width:102px;
	height:103px;
	background:url(../iphone/images/mask100content.png) 0 0 no-repeat;
}

#titleartwork {
	position: absolute;
	top: 21px;
	padding-top: 0px;
}

#titleimageartwork {
	position:absolute;
	top: 0px;
}

#titlemask {
	display:block;
	position:inherit;
	top: 21px;
	left:-1px;
	z-index:2;
	width:77px;
	height:78px;
	background:url(../iphone/images/mask75content.png) 0 0 no-repeat;
}

#applicationIconLink {
	padding-bottom: 20px;
}

#applicationIconLink a {
	text-decoration: none;
}

#applicationIconLink p {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 7px 0px;
	width: 100px;
	text-align: center;
}

 /* @end */



/* @end */

 /* @group lingua */


#lang_sel {
	display: block;
	height:32px; 
	position: relative;
	float: right;
	top: 10px;
	right: 20px;
	z-index:99;  
	font-family: verdana, arial, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html #lang_sel {width:12em;}

/* remove all the bullets, borders and padding from the default list styling */
#lang_sel ul, #lang_sel li, #lang_sel ul li{
	padding:0 !important; 
	margin:0 !important; 
	list-style-type:none !important;
}

#lang_sel li:before{
	content:'' !important;
}

#lang_sel ul ul {
	width:149px;
}
	
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel li {
	float:left;
	width:149px;
	position:relative;
}

/* style the links for the top level */
#lang_sel a, #lang_sel a:visited {
	display:block;
	font-size:11px;
	text-decoration:none !important;
	color:#444444;
	border:1px solid #9cabb0;
	background: #272c30;
	padding-left:10px;
	line-height:24px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #lang_sel a, * html #lang_sel a:visited {width:149px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#lang_sel ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0;
	width:149px;
	border-top:1px solid #9cabb0;
}
/* another hack for IE5.5 */
* html #lang_sel ul ul {top:18px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#lang_sel table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
#lang_sel ul ul a, #lang_sel ul ul a:visited {
	background: #3a434c;
	color:#fff;
	height:auto;
	line-height:1em; 
	padding:5px 10px;
	border-width:0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html #lang_sel ul ul a, * html #lang_sel ul ul a:visited {width:150px;}

/* style the top level hover */
#lang_sel a:hover, #lang_sel ul ul a:hover{
	color:#000;
	background:#9cabb0;
}

#lang_sel :hover > a, #lang_sel ul ul :hover > a {
	color:#000; 
	background:#9cabb0;
}

#lang_sel a.lang_sel_sel{
    background:url(../iphone/images/nav-arrow-down.png) #272c30 right no-repeat;
    color:#fff;
}

#lang_sel a.lang_sel_sel:hover{
    text-decoration: none;
    color:#fff;
}

/* make the second level visible when hover on first level list OR link */
#lang_sel ul li:hover ul, #lang_sel ul a:hover ul{
	visibility:visible;
}

#lang_sel img.iclflag{
	width:18px;
	height:12px;
	position: relative;
	top: 1px;
}

#lang_sel img.iclflagsel{
	width:18px;
	height:12px;
	position: relative;
	top: -5px;
}



#lang_sel_footer {
  margin: 0;
  padding: 7px;
  text-align: center;
  border: 1px solid #fff;
  font: 11px Verdana, sans-serif;
  height: 15px;
  clear: both;
  background-color: #fff;
  border: 1px solid #9cabb0;
}

#lang_sel_footer ul {
  list-style: none;
  margin:0;
  padding:0;
}

#lang_sel_footer ul li img {
  position: relative;
  top: 1px;
  width: 18px;
  height: 12px;
}

#lang_sel_footer ul li {
  display:inline;
  margin:0 1px 0 0;
  padding:0;
}

#lang_sel_footer ul li a, #lang_sel_footer ul li a:visited {
  text-decoration: none;
  padding: 5px 10px;
}

#lang_sel_footer ul li a:hover, #lang_sel_footer ul li a:active {}

#wpml_credit_footer {
	width: 100%;
	margin: 10px 0;
	padding: 0; 
	text-align: center; 
	font-size: 11px;
}




#lang_sel_list {
	height:32px;
	position:relative;
	z-index:99; 
	font-family: verdana, arial, sans-serif; 
	width:149px;
}
/* hack to correct IE5.5 faulty box model */
* html #lang_sel_list {width:12em;}

/* remove all the bullets, borders and padding from the default list styling */
#lang_sel_list ul, #lang_sel_list li {
	padding:0 !important; 
	margin:0 !important; 
	list-style-type:none !important;
}

#lang_sel_list li:before{content:'' !important;}
#lang_sel_list ul {width:149px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel_list li {
	float:left;
	width:149px;
	position:relative;
}

/* style the links for the top level */
#lang_sel_list a, #lang_sel_list a:visited {
	display:block;
	font-size:11px;
	text-decoration:none !important;
	color:#444444;
	border:1px solid #9cabb0; 
	border-width:0 1px 1px 1px; 
	background:#fff; 
	padding-left:10px; 
	line-height:18px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #lang_sel_list a, * html #lang_sel_list a:visited {width:149px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#lang_sel_list ul {
	/*visibility:hidden;position:absolute;*/
	height:0;
	top:19px;
	left:0; 
	width:149px;
	border-top:1px solid #9cabb0;
}	
/* another hack for IE5.5 */
* html #lang_sel_list ul {top:18px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#lang_sel_list table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
#lang_sel_list ul a, #lang_sel_list_list ul a:visited {
	background:#ffffff;
	color:#444444; 
	height:auto; 
	line-height:1em; 
	padding:3px 10px;
}
/* yet another hack for IE5.5 */
* html #lang_sel_list ul a, * html #lang_sel_list ul a:visited {width:150px;}

#lang_sel_list a.lang_sel_sel{
    background-image: none;
    color:#444;
}
#lang_sel_list a.lang_sel_sel:hover{
    text-decoration: none;
    color:#000;
}

/* make the second level visible when hover on first level list OR link */
#lang_sel_list ul li:hover ul,
#lang_sel_list ul a:hover ul{visibility:visible; }

#lang_sel_list img.iclflag{
	width:18px;
	height:12px;
	position: relative; 
	top: 1px;
}




/* @end */



/* @end */
