/*
 * ------------------------------------------------------------------------
 * JA Bistro Template for Joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/

@import url(../fonts/lobster/stylesheet.css);
@import url(../fonts/droidserif/stylesheet.css);

/* COMMON STYLE
--------------------------------------------------------- */
body {
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
}

body#bd { background: url(../images/noise-bg.png) repeat #EFD7B4; color: #666; }

.column p, 
.column pre, 
.column blockquote, 
.column h1, 
.column h2, 
.column h3, 
.column h4, 
.column h5, 
.column h6, 
.column ol, 
.column ul, 
.column dl { margin-top: 15px; margin-bottom: 15px; }

br.clearfix { height: 0; line-height: 0; overflow: hidden }

/* Normal links ---*/
a {
	color: #cf4e33;
	text-decoration: none;
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 0.5s, 0.5s;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #333;
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-duration: 0.5s, 0.5s;
}

/* List ---*/
.ja-moduletable ul li,
.ja-module ul li,
.ja-content-main ul li {
	background: url(../images/arrow.png) no-repeat left 6px;
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 10px;
}


/* Readon links ---*/
a.readon,
p.readmore a { 
	background: url(../images/arrow-1.gif) no-repeat right center;
	padding-right: 15px;
	text-transform: capitalize;
}

a.readon:hover, a.readon:focus, a.readon:active,
p.readmore a:hover, p.readmore a:focus, p.readmore a:active {
	background-image: url(../images/arrow-1-hover.gif);
	text-decoration: none;
}

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, sans-serif;
}

h1.componentheading, .componentheading {
	color: #473f38;
	display: block;
	font-family: "Lobster13Regular", sans-serif;
	font-size: 180%;
	font-weight: normal;
	line-height: 1;
	padding: 0;
	margin: 0 0 15px;
}

h2.contentheading, .contentheading {
	font-size: 150%;
	margin: 0;
}

.contentheading, h2 { font-size: 150%; }

.cols-2 h2, .cols-3 h2 { font-size: 120%; }

.blog-featured .contentheading { font-size: 150%; }

.jitem-title { font-size: 110%; font-weight: bold; }

div.blog .items-row .article-info {
	display: none; 
}

/* Others ---*/
hr { border-top: 1px solid #ccc; }

p.modifydate {
	border-top: 1px solid #eee;
	color: #999;
	margin: 0;
	padding-top: 3px;
	text-align: right;
	font-style: italic;
}

p.readmore {
	margin-top: 0;
	margin-bottom: 10px;
}

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
	padding: 2px;
	font-family: Helvetica, Arial, sans-serif;
}

.inputbox { border: 1px solid #ccc; background: #fff; vertical-align: top;}

.inputbox:hover, .inputbox:focus { background: #ffffcc; }

input[type="checkbox"] {
	padding: 0px;
	margin: 0px;
	background: none;
	border: none;
}

button { cursor: pointer; }

.button,
button {
    background: url(../images/readon-bg.png) no-repeat right top;
    color: #fff;
    cursor: pointer;
    font-family: "Arial Narrow",Arial,Verdana,Tahoma,sans-serif;
    font-size: 92%;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    overflow: visible;
    padding: 0 10px 0 5px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    text-shadow: none !important;
    border: 0;
}

.button:hover, 
.button:focus, 
.button:active,
button:hover, 
button:focus, 
button:active {
    background-position: right bottom;
}

.josForm .inputbox {
	margin-right: 3px;
}
/* Search ---*/
div.ja-moduletable.search { margin-top: 0; }

form#searchForm { border-top: 1px solid #ccc; }

.searchintro { border-bottom: 1px solid #ccc; }

.results h4 { text-transform: none; font-size: 110%; }

.search_hilite1 label { display: none; }

.search_hilite1 .inputbox_hilite1 {
	background: none;
	border: 0;
	color: #817264;
	text-transform: capitalize;
	padding: 5px 0;
	width: 190px;
}

form.search_hilite1 { border-bottom: 1px solid #564d45; }

.search_hilite1 .button_hilite1 {
	background: url(../images/btn-search.png) no-repeat left top;
	text-indent: -999em;
	overflow: hidden;
	width: 14px;
	height: 14px;
	border: 0;
	cursor: pointer;
	*margin-bottom: 9px;
	*line-height: 999px;
}

/* Contact ---*/
.contact h2 .contact-name{
	font-family: "Lobster13Regular",sans-serif;
}
.contact-form div {
	overflow: hidden;
}

.contact-form label { 
	min-width: 12em;
	float: left;
	font-weight: bold;
}

#component-contact #emailForm { 
	border-top: 1px solid #ccc;
}

.contact-miscinfo .jicons-icons, .contact-miscinfo .contact-misc {
	float: left;   
}

.contact-miscinfo .jicons-icons {
	margin-top: 15px;
	margin-right: 5px;
}


/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.items-leading { 
	border-bottom: 2px solid #E2E2E2;
	padding-top: 15px;
	padding-bottom: 15px; 
}

.items-row {
	border-bottom: 2px solid #E2E2E2;
	overflow: hidden;
}

.items-row p img { margin-right:10px; }

.contentpaneopen .img-style-wrap.left { margin: 0 10px 10px 0; }

.contentpaneopen .img-style-wrap.right { margin: 0 0 10px 10px; }

.contentpaneopen .article-content .img-style-wrap,
.article-content .img-style-wrap, 
.item-page .img-style-wrap { 
	margin-top: 15px !important; 
}

.article-content .img-style-wrap.right { margin-left: 10px; }

.article-content .img-style-wrap.left { margin-right: 10px; }

.contentpaneopen h4 {
	font-family: "DroidSerifRegular",Arial,sans-serif;
	margin: 0;
	text-transform: none;
	font-weight: normal;
	color: #473F38;
	font-size: 120%;
}

/* Meta ---*/
div.article-tools {
	color: #999;
	font-size: 90%;
	text-transform: uppercase;
}

dl.article-info { color: #999; margin: 0; width:83% }

dl.article-info dd, dl.article-info dt { text-transform: uppercase; }

dl.article-info dt.article-info-term { display: none; }

.contentdescription { border-bottom: 1px solid #ccc; margin-bottom: 10px; }

ul.actions { margin: 0; }

ul.actions li {
	background: none !important;
	padding: 0;
}

/*Inline images ---*/
p.img_caption { color: #999; text-transform: uppercase; }

/* Tables ---*/
thead tr th {
	background: #ABA39C;
	color: #fff;
	padding: 5px;
}

thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active { color: #fff; }

.cat-list-row1,
.cat-list-row12,
tr.cat-list-row1 td,
tr.cat-list-row2 td { border-bottom: 1px solid #ccc; padding: 5px; }

.cat-list-row1:hover,
.cat-list-row2:hover { background: #ffffcc; }

.cat-list-row2,
tr.cat-list-row2 td { background-color: #f6f6f6; }

/* Content Toc */
table.contenttoc { border: 1px solid #C3BCB7; }

table.contenttoc td { border-bottom: 1px dotted #C3BCB7; }

table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #C3BCB7;
	text-transform: uppercase;
}

/* Poll */
form#poll {
	border-bottom: 1px dotted #C3BCB7;
	font-weight: bold;
}

dl.poll { border-bottom: 1px dotted #C3BCB7; }

table.pollstableborder td {
	background: #f6f6f6;
	border-bottom: 1px solid #C3BCB7;
	font-weight: bold;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

/* Pagination ---*/
.pagination  ul li,
.pagination  ul li:hover {
	background: none !important;
	padding-left: 0;
}

.pagination ul li span.pagenav, 
.pagination ul li a {
	padding: 0 5px;
}

.items-more {
	border-top: 1px dotted #e8e8e8;
	border-bottom: 1px dashed #e8e8e8;
	padding: 10px 0;
}

.items-more h3 { font-size: 125%; }

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable, div.moduletable {
	margin-top: 10px;
	margin-bottom: 0;
}

div.ja-moduletable h3, div.moduletable h3 {
	color: #473f38;
	display: block;
	font-family: "Lobster13Regular", sans-serif;
	font-size: 180%;
	font-weight: normal;
	line-height: 1;
	padding: 0;
	margin: 0 0 15px;
	overflow: visible;
}

div.ja-moduletable a.icon { 
	margin-right: 5px;
	padding-left: 0 !important;
}

/* Hilite 1 */
.column div.moduletable_hilite1 {
	margin-left: 0;
	margin-right: -10px;
	padding: 15px 20px 25px;
	background: url(../images/block-hilite1-bg.png) no-repeat right bottom;
	color: #fff;
}

.column div.moduletable_hilite1 h3 { color: #efd7b4; }

.column div.moduletable_hilite1 .author { color: #f3debf; }

.column div.moduletable_hilite1 a.readon {
	color: #f3debf;
	background: url(../images/arrow-2.gif) no-repeat right center;
}

/* Hilite 2 */
.column div.moduletable_hilite2 {
	margin-left: 0;
	margin-right: -10px;
	padding: 15px 20px 25px;
	background: url(../images/block-hilite2-bg.png) no-repeat right bottom;
	color: #fff;
}

.column div.moduletable_hilite2 h3 { color: #efd7b4; }

.column div.moduletable_hilite2 a.readon {
	color: #f3debf;
	background: url(../images/arrow-2.gif) no-repeat right center;
}

.column div.moduletable_hilite2 a.readon:hover,
.column div.moduletable_hilite2 a.readon:focus,
.column div.moduletable_hilite2 a.readon:active {
	background-image: url(../images/arrow-2-hover.gif);
	color: #fff;
}

.column div.moduletable_hilite2 .author { color: #f3debf; }

/* Testimonials */
.column div.testimonials .ja-box-ct {
	background: url(../images/blockquote.png) no-repeat right top;
}

/* Twitter */
.column div.moduletable_twitter h3 {
	background: url(../images/ico-twitter.png) no-repeat right bottom;
	padding-top: 15px;
	margin-bottom: 5px;
}

/* Newsletter */
#newsletter {
	border-bottom: 1px solid #564D45; 
}

#newsletter .inputbox {
	color: #817264;
	background: none;
	border: 0;
	width: 160px;
	padding: 5px 0;
	*margin-bottom: 5px;
}

#newsletter .button {
	background: url(../images/btn-newsletter.png) no-repeat left top;
	width: 10px;
	height: 16px;
	overflow: hidden;
	text-indent: -999em;
	border: 0;
	padding: 0;
}

/* Block Contact */
#ja-botsl .block-contact {
    background: url(../images/contact-bg.png) no-repeat center center;
    color: #F3DEBF;
    height: 60px;
    margin: auto 0;
    padding: 25px 20px;
    text-align: center;
    width: 170px;
}

#ja-botsl .block-contact p {
    margin: 0;
    text-transform: uppercase;
}

#ja-botsl .block-contact p.phone-number {
    color: #FFFFFF;
    font-size: 180%;
    font-weight: bold;
    margin: 10px 0;
}

/* Advertisement ---*/
div.bannergroup_text div.banneritem_text { border-bottom: 1px dotted #ccc; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	background: url(../images/body-bg.png) no-repeat left -220px;
	overflow: hidden;
}

#ja-container .main { padding: 0 0 0 60px; }

#ja-container .main-inner1 {
	background-color: #fff;
	position: relative;
}

.main .main-inner1 { margin-left: 0; margin-right: 0; }

.ja-content-main { margin-bottom: 0; padding-top: 20px; padding-bottom: 20px; }

.ja-content-main .item-page p img { 
    background: #FCFCFC;
    border: 1px solid #CCCCCC;
    padding: 4px;
}

.ja-content-main .item-page p img[align=left] {
	margin-right: 10px;
}


.ja-content-main  #jac-social-links img { border: none; padding: 0; background: none; }
#ja-container div.ja-decor {
    background: url(../images/decor-bg.png) repeat-x left bottom;
    bottom: 0;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* Ja Column */
#ja-right { background: url(../images/dot.gif) repeat-y left top #f5f5f5; float: left; }

/* Mass ---*/
.ja-mass-top {
	border-bottom: 5px solid #cf4e33;
	margin: 0 -20px;
}

.ja-mass-top div.ja-moduletable {
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

.ja-mass-top div.ja-moduletable h3 span { padding: 0 20px; }

/* Content Top ---*/
.ja-content-top { padding-top: 20px; }

.ja-content-top .cols-2 .contentpaneopen { padding-top: 10px; }

.ja-content-top .row-0 { border-bottom: 1px dotted #e8e8e8; }

/* HEADER
--------------------------------------------------------- */
#ja-header { background: url(../images/header-bg.png) no-repeat center top; }

#ja-header .main { padding: 90px 0 0 60px; }

h1.logo, div.logo-text {
	float: none;
}

h1.logo, div.logo-text h1 { display: block; }

/* Logo Image ---*/
h1.logo { width: 272px; height: 99px; margin: 20px 0 20px -60px}

h1.logo a {
	background: url(../images/logo.png) no-repeat left;
	display: block;
	width: 272px;	
	height: 99px;
}

/* Logo Text ---*/
div.logo-text h1 {
	font-size: 200%;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

div.logo-text h1 a { text-decoration: none; }

p.site-slogan {
	color: #ccc;
	display: block;
	font-size: 85%;
	margin: 3px 0 0;
	padding: 0 10px;
	text-transform: uppercase;
}

#ja-top-header {
	margin-top: -5px;
	position: absolute;
	right: 180px;
	text-align: right;
	width: 50%;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav .main-inner1 {
    background: url(../images/mainnav-bg.png) repeat-x left top;
    border-top: 5px solid #CF4E33;
    margin: 0;
}

/* Breadcrumbs ---*/
#ja-navhelper .main { padding: 0 0 0 60px; }

#ja-navhelper .main-inner1 {
    background: #111;
    border-bottom: 1px solid #332D28;
    color: #999;
    padding: 5px 0 5px 20px;
	line-height: 10px;
}

#ja-navhelper a:hover, 
#ja-navhelper a:active, 
#ja-navhelper a:focus {
	color: #fff;
}

/* Extras ---*/
.ja-links { padding-right: 10px; }

.ja-links li { padding: 0 10px; }

/* Footer ---*/
#ja-footer {
	padding: 0 0 20px;
}

#ja-footer .main {
	padding: 0 0 5px 60px;
	text-align: left;
}

#ja-footer .main-inner1 {
    background: #111;
    color: #999;
    padding: 20px;
}

#ja-footer .ja-copyright {
	float: left;
}

#ja-poweredby {
	float: right;
	margin: 0;
}

#ja-footer .ja-decor {
    background: url(../images/decor-bg1.png) repeat-x left bottom;
    bottom: 0;
    height: 5px;
    left: 60px;
    position: absolute;
    width: 950px;
}

#ja-footer a:hover,
#ja-footer a:focus,
#ja-footer a:active {
	color: #fff;
}

#ja-poweredby a span {
    display: none;
}

/* Default Joomla! Menu ---*/
#ja-container ul.menu li { border-bottom: 1px dotted #e2e2e2; }

#ja-container ul.menu li a {
	background: url(../images/arrow.png) no-repeat left 12px;
	text-indent: 10px;
}

#ja-container ul.menu li a:hover,
#ja-container ul.menu li a:focus,
#ja-container ul.menu li a:active {
	text-decoration: none;
	background-image: url(../images/arrow-hover.png);
}

#ja-container ul.menu li li {
	border-bottom: 0;
	border-top: 1px dotted #ccc;
	background: none;
}

#ja-container ul.menu li li a:hover, 
#ja-container ul.menu li li a:active, 
#ja-container ul.menu li li a:focus { background: url(../images/arrow-hover.png) no-repeat left 12px; }

#ja-container ul.menu li.active > a {
	color: #333;
	background-image: url(../images/arrow-hover.png);
}

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable {
	margin-top: 10px;
	margin-bottom: 10px;
}

#ja-topsl div.ja-moduletable h3,
#ja-botsl div.ja-moduletable h3 { border-bottom: 0; padding-bottom: 0; }

#ja-topsl ul, #ja-topsl p, #ja-topsl ol, #ja-botsl ul, #ja-botsl p, #ja-botsl ol {
    margin: 10px 0;
    padding: 0;
}

/* Top spotlight ---*/
#ja-topsl .main { padding: 0 0 0 60px; }

#ja-topsl .main-inner1 { padding: 10px 0; border-bottom: 1px dashed #e8e8e8; background: #fff; }

#ja-topsl1 .main-inner1 { padding: 10px 0; border-bottom: 1px dashed #e8e8e8; background: #fff; }

#ja-topsl2 .main-inner1 { padding: 10px 0; border-bottom: 1px dashed #e8e8e8; background: #fff; }

/* Bot spotlight ---*/
#ja-botsl .main { padding: 0 0 0 60px; }

#ja-botsl .main-inner1 {
    background: url(../images/botsl-bg.png) repeat-x left bottom #473F38;
    padding: 20px 0 10px 0;
    position: relative;
}

#ja-botsl .ja-moduletable { color: #fff; margin: 10px 20px 20px 20px; }

#ja-botsl .ja-moduletable h3 { color: #f3debf; }

#ja-botsl .ja-moduletable a.readon {
	color: #f3debf;
	background: url(../images/arrow-2.gif) no-repeat right center;
}

#ja-botsl .ja-moduletable a.readon:hover,
#ja-botsl .ja-moduletable a.readon:focus,
#ja-botsl .ja-moduletable a.readon:active {
	background-image: url(../images/arrow-2-hover.gif);
	color: #fff;
}

#ja-botsl1 .main-inner1 {
	background: #111;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #332D28;
}

#ja-botsl1 .ja-moduletable h3 { color: #666; }


/* MISCELLANOUS
----------------------------------------------------------- */
/* Others ---*/
#ja-top-panel .main-inner1 {
	border: 2px dotted #e2e2b5;
	padding: 5px 10px;
	text-align: center;
	margin-top: 15px;
	background: #ffffcc;
	position: relative;
}

#ja-banner { border-top: 1px solid #ccc; }

div.ja-innerdiv { border-bottom: 1px dotted #ccc; }

div.ja-innerdiv h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 92%;
	font-weight: normal;
	text-transform: uppercase;
}

a.left-banner {
	background: url(../images/left-banner.png) no-repeat left top;
	width: 220px;
	height: 447px;
	overflow: hidden;
	text-indent: -999em;
	display: block;
	margin-left: -40px;
	margin-top: -45px;
	margin-right: 20px;
}

a.left-banner:hover,
a.left-banner:focus,
a.left-banner:active { text-decoration: none; }

/* Categories 
----------------------------------------------------------------*/
/* Categories List */
div.cat-children {
	margin: 0 -10px;
}

div.cat-children > ul li {
	width: 32%;
	float: left;
	margin: 0;
    padding: 5px 0 0;
    position: relative;
	background: none;
}

div.cat-children > ul li > div,
div.cat-children > ul li > span {
	margin: 0 10px;
}

div.cat-children h3 {
	font-family: "Lobster13Regular",sans-serif;
    font-size: 150%;
    font-weight: normal;
	padding-left: 10px;
}

div.cat-children .jitem-title {
	 background: none repeat scroll 0 0 #111111;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    font-family: "Lobster13Regular",sans-serif;
    font-weight: normal;
    left: 20px;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    top: 0;
}

div.cat-children .jitem-title a,
div.cat-children .jitem-title span.jitem-count { 
	color: #FFF; 
	text-shadow: 1px 0 1px #000; 
	font-size: 150%;
}

div.cat-children a { color:#555 }

div.cat-children div.category-desc img {
	background: #FFF;
    border: 1px solid #DDD;
    margin: 0;
    padding: 2px;
}

div.categories-list h1, div.category-list h2, .weblink-category h2 {	
	color: #473F38;
    display: block;
    font-family: "Lobster13Regular",sans-serif;
    font-size: 180%;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 15px;
    padding: 0;
}
	
div.categories-list div { font-size:100% !important; }

div.categories-list ul li, div.categories-list ul li li, div.categories-list ul li li li  {
	background: url(../images/arrow.png) left 7px no-repeat;
	padding: 0 0 0 10px;
	border-bottom: none;
}

div.blog div.category-desc {
	padding: 0 0 10px;	
}

div.blog div.category-desc p {
    background: #FBF5EB;
    border: 2px dashed #E69A8A;
    margin: 0;
    padding: 20px;
    text-shadow: 1px 0 1px #FFF;
}

div.cat-children li div.category-desc p { background: none; border: none; padding: 0; margin: 0; }

div.blog p.readmore a {
	background: url(../images/readon-bg.png) no-repeat right top;
	color: #fff;
	display: block;
	float: right;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	font-size: 92%;
	padding: 0 10px 0 7px;
	text-align: right;
	text-shadow: 1px 0 1px rgba(0, 0, 0, .3);
}

div.blog p.readmore a:hover,
div.blog p.readmore a:focus,
div.blog p.readmore a:active {
	background-position: right bottom;
	text-decoration: none;
}

div.blog .jac-add-button { 
	float: right;
    margin: 0 5px 0 0;
    padding: 0;	
	white-space: nowrap;
}

div.blog .jac-add-button a {
	background: none !important;
	padding-left: 0 !important;		
}

div.blog .cols-2 .jac-add-button,
div.blog .cols-3 .jac-add-button {
	display: none;
}

/* Login form 
----------------------------------------------------------------*/
#form-login-username .inputbox, #form-login-password .inputbox {
	width: 90%;
}

.login_form .button, .login button {
	margin-left: 170px;
}

#login-form ul {
	margin: 0px;
}

#form-login-submit {
	margin: 0px;
	padding-bottom: 5px;
}

input#modlgn-remember {
	margin-top: 2px;
}
/* breadcrums
--------------------------------------------------------------*/

.ja-breadcrums img {
   display: none;
}

.ja-breadcrums a {
    background: url(../images/arrow.png) right 2px no-repeat;
    padding-right: 10px !important;
	margin-right: 5px;
}

/* ExtraFields
--------------------------------------------------------------*/
div.catItemExtraFields {
	background: #f7f7f6;
	margin: 16px 0 10px 0;
	padding: 10px;
	text-shadow: 1px 0 1px #fff;	
}

div.catItemExtraFields h4 {
	font-size: 120%;
	line-height: normal !important;
	margin: 0;
	padding: 0 0 8px 0;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

div.catItemExtraFields ul { list-style: none; margin: 0; padding: 0; }

div.catItemExtraFields ul li {
	background: url(../images/dot-sep.gif) repeat-x left bottom !important;
	padding-left: 0;
	display: block;
}


div.catItemExtraFields .ex-value {
	width: 35%;
}

div.catItemExtraFields ul li strong {
	color: #666;
	display: block;
	font-family: Georgia, serif;
	float: left;
	font-weight: bold;
	font-style: italic;
	margin: 0;	
}

.item-page .pagenav {
	display: none; 
}

.item-page .catItemExtraFields {
	float: right;
	width: 46%;
}

.item-page .catItemExtraFields h4 {
	font-family: "Lobster13Regular",sans-serif;
    font-size: 150%;
    line-height: normal !important;
    margin: 0;
    padding: 0 0 8px;
    text-shadow: 1px 0 1px #FFF;
	text-transform: none;
}

.item-page .catItemExtraFields .ex-value {
	background: url(../images/dot-sep.gif) repeat-x left bottom;
    display: block;
    float: left;
    font-family: Georgia,serif;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    width: 35%;
}

.item-page .catItemExtraFields .ex-value strong {
	background: #F7F7F6;
    display: block;
    float: left;
    line-height: 1;
    padding: 12px 0 2px;
}

.item-page .catItemExtraFields .ex-label {
	background: #FFF;
    border-bottom: 1px solid #CCC;
    display: block;
    float: left;
    font-family: Georgia,serif;
    font-style: italic;
    margin-bottom: 1px;
    margin-left: 5px;
    min-height: 19px;
    padding: 3px 10px;
    width: 55%;
}

.item-page .catItemExtraFields li {
	background: none !important;
	margin-bottom: 8px;
}


/* User form
--------------------------------------------------------------*/
.form-validate div  a {
	display: inline-block;
}

.accountPageUpdate {
	border-top: 1px dotted #CCCCCC;
    margin: 8px 0;
    padding: 8px;   
}

.form-validate label,
.form-validate input,
.form-validate button {
	
	margin-right: 5px;
}


/* Edit article
--------------------------------------------------------------*/
.edit .formelm input {
	float: none;
}

.edit .formelm label {
	width: 100px;
	float: left 
}

.edit .formelm-area label {
	width: 100px;
}

.edit .mceEditor {
	float: left;
	width: 100%;
	margin: 10px 0;
}


.profile-edit fieldset dt {
	width: 170px;
	padding: 0 10px 0 0;
	clear: both;
}

.profile-edit fieldset dd {
	margin-left: 0;
}
/* Archive page
--------------------------------------------------------- */
ul#archive-items li {
	background: none;
	padding-left: 10px;
}

.archive dl.article-info { float:none; }

.categories-list dt, 
.categories-list dd { display:inline; }


/* Upgrade for Joomla 3.0 ---*/
.search .btn-toolbar .btn-group {
	display: inline-block;
}

span.badge.badge-info {
	position: inherit;
	border: none;
	height: auto; 
	width: auto;
	top: auto;
	right: auto;
	display: inline-block;	
	background: none;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
}

.icon-search:before {
    content: "\53";
}

ul.actions li a [class^="icon-"]:before, [class*=" icon-"]:before {
	display: none;
}

ul.actions li a,
ul.actions li a:hover,
ul.actions li a:focus,
ul.actions li a:active {
	width: 16px;
	height: 16px;
	padding: 0px;
	margin: 0px 2px;
	display: inline-block;
	background-repeat: no-repeat; 
	background-position: left top;
	display: inline-block;
	font-size: 0px;
	text-indent: -999em;
	border: none;
	text-decoration: none;
}

ul.actions li.print-icon a {
	 background: url("../images/system/printButton.png") ;
}

ul.actions li.email-icon a {
	 background: url("../images/system/emailButton.png") ;
}

.newsfeed-category label.element-invisible,
.weblink-category label.element-invisible {
    border: 0 none;
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.newsfeed-category #filter-search,
.weblink-category #filter-search {
	width: 150px;
	margin-bottom: 10px;
}

/* Style for Joomla 3.x */
.search .btn-toolbar {
	border: 1px solid #F0F0F0;
	margin: 15px 0;
	padding: 10px;	
}

.search .btn-toolbar .pull-left {
	float: left;
}

.search .btn-toolbar .btn {
	cursor: pointer;
	padding: 3px 20px;
	margin-left: 10px;
}

.search .searchintro .badge {
	background-image: none;
	height: auto;
	position: relative;
	right: 0;
	top: 0;
	width: auto;
	
}
