/*
 * ------------------------------------------------------------------------
 * Falcon template for joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2012 Delight Group. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: Dachi Nobert
 * E-mail: norbert218@gmail.com
 * Websites: http://www.delightgroup.net/
 * ------------------------------------------------------------------------
*/
/* COMMON STYLE
--------------------------------------------------------- */
#homelist td {
/*	margin:6px;
	border: 1px solid #BBB;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	*/
}
#homelist img {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
}
#homelist span {
	line-height: 50px;
	vertical-align: bottom;
	font-size: 22px;
	padding-left: 20px;
}
/*main body styling*/
body {
	color: #333;
}

body#bd {
  background: none repeat scroll 0 0 #efeffb;
/*  background:url(../images/bg_grass.jpg); */
  color: #333333;
  font: 11px/20px Verdana,Arial,Helvetica,sans-serif;
}
body#bd #ja-wrapper {
  min-width: 1000px;
  overflow: hidden;
}
body.bd .main {
  width: 1000px;
}

/* Normal links ---*/
a { 
color: #0073BF; 
text-decoration: none; 
}

a:hover, a:active, a:focus { 
text-decoration: none; 
color: #432C2C; 
}

/* Readon links ---*/
p.readmore a {
  background: none repeat scroll 0 0 #0073BF;
  border-radius: 5px 5px 5px 5px;
   -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
	 -o-border-radius: 5px 5px 5px 5px;
  box-shadow: 1px 1px 2px #A1A1A1;
   -moz-box-shadow: 1px 1px 2px #A1A1A1;
    -webkit-box-shadow: 1px 1px 2px #A1A1A1;
	 -o-box-shadow: 1px 1px 2px #A1A1A1;
  color: white;
  padding: 6px 10px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  text-transform: capitalize;
}

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
  color: #333333;
  font-family: 'Open Sans',sans-serif;
  letter-spacing: 1px;
  line-height: 1.5em;
  text-transform: capitalize;
  word-spacing: 1px;
}

h1.componentheading, .componentheading {
  border-bottom: 1px dashed #CCCCCC;
  font-weight: normal;
}

h2.contentheading, .contentheading {
	font-weight: normal;
}

.contentheading { font-size: 200%; }

.blog-featured .contentheading {
  font-family: 'Open Sans',sans-serif;
  font-size: 150%;
}

.jitem-title { 
font-size: 110%; 
font-weight: bold; 
}
.contentheading a {
color: #333333;
}
.contentheading a:hover, .contentheading a:active, .contentheading a:focus {
text-decoration: none;
}

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

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-width: 1px;
  box-shadow: none;
  font-family: Helvetica,Arial,sans-serif;
  padding: 2px;
}

.inputbox {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
}

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

/* Search ---*/
#ja-search {
  bottom: 15px;
  position: absolute;
  right: 25px;
}
form#searchForm { border-top: 1px solid #ccc; }

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

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

.search fieldset { border: 1px solid #ccc; margin: 15px 0; padding: 10px; }

.search legend {	font-size: 100%; font-weight: bolder; line-height: 1.2; margin-left: 10px; }

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

#contact-slider {
	float: none;
	border-bottom: 1px solid #e2e2b5;
}

#contact-slider .title {
	padding: 8px 10px;
	border-top: 1px solid #e2e2b5;
	border-left: 1px solid #e2e2b5;	
	border-right: 1px solid #e2e2b5;
	margin: 0;
}

#contact-slider .jpane-toggler-down {
	background: #333333;
}

#contact-slider .jpane-toggler-down a {
	color: #fff;
}

#contact-slider dt.closed {
	background: #ffffcc;
}

#contact-slider .content {
	border: 1px solid #e2e2b5;
	padding: 8px 10px;
}

#contact-slider .contact-image {
	margin: 15px 0;
	float: right;
}

.login_form label, .login label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: left;
  width: 130px;
}

.column ul li {
  background: none repeat scroll 0 0 transparent;
  line-height: 160%;
  margin-bottom: 5px;
  overflow: hidden;
  padding-left: 0;
}

/* -- EDITOR STYLES ----------------------------- */
#adminForm fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}

#adminForm fieldset legend {
	padding: 0 5px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.items-leading { 
border-bottom: none; 
}

.items-row {
  border-bottom: medium none;
}

/* Meta ---*/
dl.article-info { color: #999; text-transform: none; }

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

ul.actions li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

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

/* Tables ---*/
thead tr th {
	background: #333;
	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 #ccc; }

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

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

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

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

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

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

/* Pagination ---*/
.pagination li span,
.pagination li strong { line-height: 20px; }

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

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

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable h3, div.moduletable h3 {
	font-size: 100%;
	text-transform: capitalize;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #ccc;
}

/* Login Module ---*/
#login-form ul li {
	background: url(../images/bullet.gif) no-repeat 2px 8px;
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 12px;
}

#login-form label {
	display: block;
}

#login-form #form-login-remember label {
	display: inline;
}

/* Advertisement ---*/
div.bannergroup_text div.banneritem { border-bottom: 1px dotted #ccc; padding:5px 0; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container {
}
#ja-container .main {
/*  background: none repeat scroll 0 0 #F0F0F0;*/
  background: white;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  padding: 20px 25px;
}

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

/* HEADER
--------------------------------------------------------- */
#ja-header {
  margin-top: 20px;
  position: relative;
  z-index: 10;
}
#ja-header .main {
/*  background: none repeat scroll 0 0 #F0F0F0;*/
  background: white;
  border-left: 1px solid #FFFFFF;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  padding: 10px 25px 0px 25px;
}
h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1;}

/* Logo Image ---*/
h1.logo { width: 800px; height: 110px; }

h1.logo a {
	background: url(../images/logo.jpg) no-repeat left;
	display: block;
	width: 800px;	
	height: 110px;
}

/* 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: capitalize;
}

/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav .main {
/*  background: none repeat scroll 0 0 #F0F0F0;*/
  background: white;
  border-left: 1px solid #F9F9F9;
  border-right: 1px solid #F9F9F9;
  padding: 0px 25px;
}

#ja-mainnav .main-inner1 {
  background: none repeat scroll 0 0 #457fc8;
  border: 1px solid #457fc8;
  border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -o-border-radius: 0px 0px 4px 4px;
  padding-bottom: 5px;
  padding-top: 6px;
}

/* Breadcrumbs ---*/
#ja-navhelper .main {
  display:none;
  background: none repeat scroll 0 0 #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 20px 25px;
  text-transform: capitalize;
}

.ja-breadcrums {
	text-indent: 10px;
}

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

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

.item .contentpaneopen {
  padding-left: 18px;
  padding-right: 18px;
}

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

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

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box, #ja-botsl .ja-box {
  background: none repeat scroll 0 0 transparent;
}

#ja-topsl .ja-box-right, #ja-botsl .ja-box-right {
	background: 0;
}

#ja-topsl .ja-moduletable {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
}
#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 none;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
  padding-bottom: 0;
}

#ja-topsl ul.menu li{} 
#ja-botsl ul.menu li{} 
#ja-topsl ul.latestnews li{} 
#ja-botsl ul.latestnews li {
}
#ja-topsl ul.weblinks li{
} 
#ja-botsl ul.weblinks li {
}

#ja-botsl li {
  background: url("../images/list.png") no-repeat scroll 1px 6px transparent;
  border-bottom: 1px dotted #222222;
  color: #666666;
  line-height: 160%;
  overflow: hidden;
  padding-bottom: 8px;
  padding-left: 10px;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

#ja-botsl li:hover{
color: #999999;
padding-left: 20px;
-moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

#ja-botsl a{

}

#ja-botsl a:hover :over, :focus, :active{
color: #FFFFFF;
text-decoration: none;
}

/* Top spotlight ---*/
#ja-topsl .main {
  background: none repeat scroll 0 0 #F0F0F0;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  padding: 20px 25px;
}
#ja-topsl .main-inner1 {
  border-bottom: medium none;
  padding: 0;
}
#ja-topsl img {
  -moz-transition: all 0.9s ease 0s;
  background: none repeat scroll 0 0 transparent;
  border: medium none transparent;
  display: block;
  margin-bottom: 0;
  margin-right: 0;
  box-shadow: none;
  position: relative;
  outline: none;
  padding-top: 0;
  margin-top: 0;
}

/* Bot spotlight ---*/
#ja-botsl {
  color: #666666;
}

#ja-botsl .main {
  background: none repeat scroll 0 0 #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: medium none;
  padding: 20px 25px;
}
#ja-botsl .main-inner1 {
  border-top: medium none;
  padding: 10px 0;
}

#ja-botsl .inputbox {
  background: none repeat scroll 0 0 #393939;
  border: medium none;
  color: #999999;
}

#ja-botsl .button {
  background: none repeat scroll 0 0 #141414;
  border: medium none;
  color: #666666;
  padding: 5px 0;
}

#ja-botsl h3{
color: #999999;
}


/* 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: capitalize;
}

a.ja-icon-video {
	background: url(../images/icon-youtube.gif) no-repeat 5px 8px #fff;
	border: 1px solid #ccc;
	color: #666;
	display: block;
	font-weight: bold;
	position: absolute;
	padding: 5px 5px 5px 43px;
	right: 10px;
	top: 8px;
	text-decoration: none;
	width: 35px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
a.ja-icon-video span { color: #666; }

a.ja-icon-video:hover,
a.ja-icon-video:focus,
a.ja-icon-video:active { border-color: #ddd; text-decoration: none; }

a.ja-icon-video:hover span { color: #0F85D8; }

#ja-absolute .main {
	position: fixed;
	width: auto;
	height: auto;
	z-index: 99999;
	top: 1px;
	left: 1px;
}

#ja-absolute .main a {
	width: 91px;
	height: 99px;
	overflow: hidden;
	display: block;
	background: url(../images/joomla15.png) no-repeat left top #fff;
	text-indent: -9999px;
}

#ja-absolute .main a:hover,
#ja-absolute .main a:focus {
	background-position: left bottom;
	text-decoration: none;
}
/*footer*/
#ja-footer {
  clear: both;
  margin-bottom: 20px;
  padding: 0;
}
#ja-footer .main {
  display: none;
  background: none repeat scroll 0 0 #000000;
  border-left: 1px solid #000000;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-right: 1px solid #000000;
  padding: 20px 25px;
  position: relative;
  text-align: center;
}

/*************Nivo Slider***********************/
.nivoSlider {
  margin: 0;
  box-shadow: 0;
}
/*slideshow*/
#ja-slideshow{
}
#ja-slideshow .main {
/*  background: none repeat scroll 0 0 #F0F0F0;*/
  background: white;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  padding: 20px 25px;
}
#ja-slideshow .ja-moduletable {
  margin-bottom: 0;
  margin-top: 0;
}
/*button*/
.button {
  background: none repeat scroll 0 0 #E6E6E6;
}
/*Top2 Modules block*/
#ja-top2{}
#ja-top2 .main {
  background: none repeat scroll 0 0 #F0F0F0;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  padding: 20px 25px;
}
#ja-top2 .main {
  background: none repeat scroll 0 0 #F0F0F0;
  padding: 20px 25px;
}
#ja-top2 .ja-moduletable {
  border: 1px solid #DDDDDD;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  padding: 15px;
}
#ja-top2 h3{
font-size: 16px;
font-weight: normal;
}

#ja-top2 img {
  background-color: transparent;
  border: medium none;
  box-shadow: none;
  margin-bottom: 5px;
  margin-right: 5px;
  outline: medium none;
  padding: 5px;
}
/*right module position*/
#ja-right{
  width:25% !important;
  border:1px #94C5F6 solid;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}
#ja-right .ja-moduletable{
padding-top: 10px;
}
#ja-right h3{
  border-bottom: medium none;
  font-family: 'Open Sans',sans-serif;
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: normal;
}
#ja-right .column ul li {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px dotted #CCCCCC;
  line-height: 160%;
  margin-bottom: 5px;
  overflow: hidden;
  padding-bottom: 10px;
  padding-left: 0;
}
/*left module position header*/
#ja-left h3 {
  border-bottom: medium none;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding: 0 0 10px;
}
#ja-left .ja-moduletable{
padding-top: 10px;
}
/*extra-users block styling*/
#ja-extra-users{}
#ja-extra-users .main {
  background: none repeat scroll 0 0 #F0F0F0;
  padding: 20px 25px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
#ja-extra-users .main-inner1{}
#ja-extra-users .ja-moduletable{
padding-bottom: 0;
}
#ja-extra-users h3{
border-bottom: none;
padding: 0 0 10px;
}
#ja-extra-users .column ul li {
  background: url("../images/bullet.gif") no-repeat scroll 0 7px transparent;
  line-height: 160%;
  margin-bottom: 5px;
  overflow: hidden;
  padding-left: 10px;
}
/*extra-bots block styling*/
#ja-extra-bots{
}
#ja-extra-bots .main {
  background: #F0F0F0;
  padding: 20px 25px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
#ja-extra-bots .main-inner{}
#ja-extra-bots .ja-moduletable {
  padding-bottom: 0;
}
#ja-extra-bots h3{
padding: 0 0 10px;
border-bottom: none;
}
#ja-extra-bots .column ul li {
  background: url("../images/bullet.gif") no-repeat scroll 0 7px transparent;
  line-height: 160%;
  margin-bottom: 5px;
  overflow: hidden;
  padding-left: 10px;
}
/*slideshow2 block styling*/
#ja-slideshow2{
}
#ja-slideshow3 .main {
  background: none repeat scroll 0 0 #F0F0F0;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  padding: 20px 25px;
}
#ja-slideshow2 .main-inner1{}
#ja-slideshow2 .ja-moduletable{}
#ja-slideshow2 h3{
  font-size: 16px;
  font-weight: normal;
  padding: 0 0 10px;
}
#ja-slideshow2 .column ul li {}
/*slideshow3 block styling*/
#ja-slideshow3{
}
#ja-slideshow3 .main {
  background: none repeat scroll 0 0 #F0F0F0;
  border-top: 1px dashed #CCCCCC;
  padding: 20px 25px;
}
#ja-slideshow3 .main-inner1{}

#ja-slideshow3 h3 {
  border-bottom: medium none;
  font-size: 16px;
  font-weight: normal;
  padding: 0 0 10px;
}
#ja-slideshow3 .column ul li {}

/*top1 block styling*/
#ja-top1{
}
#ja-top1 .main {
  background: url("../images/top1.png") repeat scroll 0 0 transparent;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  padding: 20px 25px;
}
#ja-top1 .main-inner1{
}
#ja-top1 .ja-moduletable {
  padding: 0 10px;
}
#ja-top1 h3{
  padding: 0 0 10px;
  border-bottom: none;
  font-weight: normal;
  font-size: 16px;
}
#ja-top1 .column ul li {
  background: url("../images/bullet.gif") no-repeat scroll 0 7px transparent;
  line-height: 160%;
  margin-bottom: 5px;
  overflow: hidden;
  padding-left: 10px;
}
/*article images styling*/
p img {
  background-color: #F6F6F6;
  border: 1px solid #EAEAEA;
  box-shadow: none;
  margin-bottom: 5px;
  margin-right: 5px;
  outline: medium none;
  padding: 5px;
}

/*lof accordion*/
.lof-accordion-default > .lof-toggler {
  background: url("../images/accordin_plus_minus.png") no-repeat scroll 95% 5px transparent;
  border-bottom: 1px solid #CCCCCC;
  cursor: pointer;
  font-size: 105%;
  font-weight: bold;
  height: 25px;
  overflow: hidden;
  padding: 4px 0 0 0 !important;
  position: relative;
  border-radius: 4px 4px 4px 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
   -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	 -o-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.lof-accordion-default > .lof-toggler span.lof-title {
  padding-left: 7px;
}
.lof-accordion-default .lof-active {
  background: url("../images/accordin_plus_minus.png") no-repeat scroll 95% 5px transparent;
  border-radius: 4px 4px 4px 4px;
   -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
	 -o-border-radius: 4px 4px 4px 4px;
  padding: padding: 4px 0 0 0 !important;
}
.lof-accordion-default .lof-element {
  background: url("../images/accordin_light_bg.png") repeat scroll 0 0 transparent;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 4px 4px 4px 4px;
   -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
	 -o-border-radius: 4px 4px 4px 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
   -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	 -o-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/*K2*/

div.itemListCategory {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #DDDDDD;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  margin: 4px 0;
  padding: 8px;
}

div.itemListCategory img {
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none;
  display: block;
  float: left;
  margin: 0 8px 0 0;
  padding: 4px;
}

div.itemAuthorBlock {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #DDDDDD;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  margin: 0 0 16px;
  padding: 8px;
}

div.itemComments {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #DDDDDD;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  padding: 16px;
}

div.itemContentFooter {
  border-top: 1px dashed #DDDDDD;
  color: #999999;
  display: block;
  margin: 16px 0 4px;
  padding: 4px;
  text-align: right;
}

div.itemAuthorLatest ul li {
  border-bottom: medium none;
}

div.itemBackToTop a {
  text-decoration: none;
}

div.itemView {
  border-bottom: medium none;
  margin: 0 0 24px;
}

div.itemCommentsForm p.itemCommentsFormNotes {
  border-top: medium none;
}

div.catItemHeader h3.catItemTitle {
  font-family: 'Lucida Sans','Droid Sans',Arial,sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  margin: 0;
  padding: 10px 0 4px;
}

div.itemIntroText {
  color: #333333;
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  padding: 4px 0 12px;
}

div.itemToolbar {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px dashed #CCCCCC;
  border-top: 1px dashed #CCCCCC;
  margin: 16px 0 0;
  padding: 2px 0;
}

div.itemHeader h2.itemTitle {
  font-family: 'Lucida Sans','Droid Sans',Arial,sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  margin: 0;
  padding: 10px 0 4px;
}

div.itemNavigation {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px dashed #CCCCCC;
  border-top: 1px dashed #CCCCCC;
  margin: 0 0 24px;
  padding: 4px 8px;
}

div.itemCategory {
  border-bottom: 1px dashed #CCCCCC;
  padding: 4px;
}

div.itemComments ul.itemCommentsList li {
  border-bottom: 1px dashed #DDDDDD;
  margin: 0;
  padding: 4px;
}

div.catItemCategory {
  border-bottom: 1px dashed #CCCCCC;
  padding: 4px;
}

div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding: 4px 0;
}

div.userBlock {
 background: none repeat scroll 0 0 transparent;
  border: 1px solid #DDDDDD;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  clear: both;
  margin: 0 0 16px;
  padding: 8px;
}

div.userItemHeader h3.userItemTitle {
  font-family: 'Lucida Sans','Droid Sans',Arial,sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 110%;
  margin: 0;
  padding: 10px 0 4px;
}

.k2AccountPage th.k2ProfileHeading {
  background: none repeat scroll 0 0 transparent;
  font-size: 18px;
  padding: 8px;
  text-align: left;
}

.k2AccountPage table.admintable td.key, .k2AccountPage table.admintable td.paramlist_key {
  background: none repeat scroll 0 0 transparent;
  border-bottom: medium none;
  border-right: medium none;
  color: #666666;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  width: 140px;
}

.k2AccountPage div.k2AccountPageUpdate {
  border-top: 1px dashed #CCCCCC;
  margin: 8px 0;
  padding: 8px;
  text-align: right;
}

div.userItemCategory {
  border-bottom: 1px dashed #CCCCCC;
  padding: 4px;
}

#ja-navhelper .main-inner1 {
  padding: 4px 0;
}

/*Tag cloud*/

#joeswordcloud{

}

#joeswordcloud a {
  background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #DDDDDD;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  padding: 4px 7px;
  text-shadow: 1px 1px 1px #FFFFFF;
}

/*end of joeswordcloud*/

.ja-copyright {
  float: right;
}