/*
#------------------------------------------------------------------------
  JA Purity II for Joomla 1.5
#------------------------------------------------------------------------
#Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
#@license - GNU/GPL, http://www.gnu.org/copyleft/gpl.html
#Author: J.O.O.M Solutions Co., Ltd
#Websites: http://www.joomlart.com - http://www.joomlancers.com
#------------------------------------------------------------------------
*/


body#bd { font-size: 14px; }

body[orient="portrait"] > #ja-wrapper { min-height: 424px; }
body[orient="landscape"] > #ja-wrapper { min-height: 320px; }

a.ip-button {
	color: #fff !important;
	border: 1px solid #333;
	background: url(../../images/grad-d2.gif) repeat-x bottom #5d5d5d;
	display: block;
	float: left;
	padding: 5px 10px;
	font-size: 10pt;
	-webkit-border-radius: 5px;
	text-shadow: #333 0 -1px 1px;
	max-width: 50px;
	text-decoration: none;
}

a.ip-button:hover, a.ip-button:focus, a.ip-button:active {
	text-decoration: none;
}

/* NAVIGATION + TOOLBAR
--------------------------------------------------------- */
#ja-mainnav { padding: 0; text-align: left; z-index: 100; }

#ja-toolbar-top, #ja-toolbar-title {
	background: url(../../images/grad-d1.gif) repeat-x bottom #666;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	height: 42px;
	text-shadow: #000 0 -1px 1px;
}

#ja-toolbar-title span, #ja-toolbar-top span { line-height: 42px; max-width: 200px; }

#ja-toolbar-title a, #ja-toolbar-top a { margin-top: 8px; }

/* Toolbar Top ---*/
#ja-toolbar-top { padding: 0 0.5em; }

#ja-toolbar-top a.button-search, #ja-toolbar-top a.button-login, #ja-toolbar-top a.button-search, #ja-toolbar-top a.button-switchlayout {
	float: right;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -999%;
	padding: 0;
	width: 24px;
	height: 24px;
}

#ja-toolbar-top a.button-search { background-image: url(../../images/iphone-search.png); }
#ja-toolbar-top a.button-login { background-image: url(../../images/iphone-login.png); }
#ja-toolbar-top a.button-switchlayout { background-image: url(../../images/iphone-switchlayout.png); }

a.button-back {float: left;}
a.button-close { float: right; }

/* Toolbar Main---*/
#ja-toolbar-main { position: absolute; top: 0; left: 0px; overflow: hidden; height: 0; width: 100%; background: #fff; }
#ja-toolbar-wrap { position: relative;}

/* Toolbar Title ---*/
#ja-toolbar-title { width: 100%; display: block; }

/* Toolbox */
.toolbox { position: absolute; top: 42px; left: 0px; display: block; width: 100%; border-bottom: 5px solid #333; }

/* Overlay */
#ja-overlay { position: absolute; top: 0; left: 0; width: 100%; display: none; z-index: 99; background: #000; opacity: 0.6;}

/* Menu */
#ja-toolbar-main ul li {
	border-bottom: 1px solid #ddd;
	position: relative;
}

#ja-toolbar-main ul li a {
	padding: 0.8em 0 !important;
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	display: block;
	text-indent: .5em;
	text-decoration: none;
}

#ja-toolbar-main ul li a:hover, #ja-toolbar-main ul li a:active, #ja-toolbar-main ul li a:focus {
	text-decoration: none;
}

#ja-toolbar-main ul li.active a {
	background: #666;
	color: #fff;
}

#ja-toolbar-main ul li a.ja-folder {
	background: url(../../images/arrow-iphonenav.png) no-repeat center;
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	text-indent: -999%;
	padding: 0 !important;
}

/* Search */
#ja-search {
	float: none;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 5px 0;
}

#ja-search .inputbox { padding-left: 22px; width: 85%; font-size: 12pt; padding-top: 4px; padding-bottom: 4px; }

/* Login */
#ja-login { float: none; width: 100%; margin: 0; padding: 5px 0; }

#ja-login form { padding: 0 .5em; }

#ja-login p { font-size: 12pt; line-height: 2em; margin-bottom: 5px; }

#ja-login .inputbox { font-size: 12pt; width: 90%; padding-top: 4px; padding-bottom: 4px; }
#ja-login .button { padding: 4px 10px; margin-top: 5px; float: left; }

#ja-login ul li { border: 0; background-position: 5px 5px !important; display: inline; }

#ja-login ul li a {
	padding: 0 0 0 5px !important;
	font-weight: bold;
	font-size: 10pt;
	width: auto;
	display: inline;
	font-weight: normal;
	line-height: 2em;
}

#ja-login p#form-login-remember {
	float: left;
	padding-right: 10px;
	margin-top: 3px;
}

#ja-login ul li a:hover, #ja-login ul li a:active, #ja-login ul li a:focus {
	background: none;
	text-decoration: underline;
}

/* Clean style from outside addons ---*/
#ja-zinwrap .ja-zinsec h2 a { text-shadow: #333 0 -1px 1px; font-weight: bold; }