/*  
Theme Name: cooltheme
Theme URI: www.none.com
Description: cooltheme ripped from joomla
Version: 0.00001
Author: kpaul 
Author URI: http://www.kpaulmedia.com/


*/



.sliderone { 	width:750px;
	height:250px;
}


#myslider, #myslider ul, #myslider ul li, #myslider ul li img  { 
	width:760px;
	height:250px;
background-color: #eee;
overflow: hidden;
    position: relative;
display: block;
        position: relative;
top: 0;
left: 0;
padding: 0;
margin: 0;
	}

#scroller table {   position: relative; height: 215px; width: 600px; overflow: hidden; }

		

td { margin: 0; padding: 0; }



button.prev {
float: left;
  background: url(images/lefta.gif) no-repeat 0 0;
min-height: 37px;
}

button.next  {
  background: url(images/righta.gif) no-repeat 0 0;
min-height: 37px;
}

div.anyClass {     position: relative;
display: block; min-height: 240px; 
        position: relative;
        visibility: hidden;
        left: -5000px;
 }


.anyClass li { text-align: center; min-height: 200px; border: 1px solid #ccc; width: 150px; margin: 5px; }


.anyClass li img { height: 100px; width: 100px; }
.anyClass li img.mydetails { width: 116px; height: 35px; }

#ja-containerwrap { background-color: #fff; }

#featuredcats h4.jazin-title {

	font-size: 120%;
	font-weight: normal;
 color: #00A9DD;
font-family:"Segoe UI","Lucida Grande",Tahoma,Arial,sans-serif;

}

#featuredcats .mycat {
color:#999999;
font-weight:bold;
text-transform:uppercase
}
#featuredcats .entry { margin: 5px;font-size: 12px !important; }
div.entry  { margin: 5px; }

.post { padding: 15px; }
.post img { clear: both;}
.post p { font-size: 14px !important; 	font-family: "Segoe UI", "Lucida Grande", Tahoma, Arial, sans-serif;
}


#featuredcats img { margin-right: 10px; }

#featuredcats div.mycont { height: 190px; overflow: hidden;   }
#featuredcats td { border: .1em solid #E6E6E6; padding: 10px; }

/*------------------------------------------------------------------------
# JA Mesolite 1.0 - July, 2008
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/

/* Son of Suckerfish Dropdowns
---------------------------------------------------------
Originally developed by Patrick Griffiths and Dan Webb
http://www.htmldog.com/articles/suckerfish/dropdowns/
---------------------------------------------------------
NOTE: After a deep research, we decide to divide this
CSS into 2 parts. The first part will define the layout.
The second part will define the visual look for this menu.
---------------------------------------------------------*/

.mc_menu_item external_link current_page_item {
background-color: #00A9DD;
font-family:"Segoe UI","Lucida Grande",Tahoma,Arial,sans-serif;

}


#mc_menu_1 {
	margin: 0 0 0 1px; /* all lists */
	padding: 0;
}

#mc_menu_1 ul {
	margin: 0; /* all lists */
	padding: 0;
}

#mc_menu_1 li {
	margin: 0; /* all list items */
	padding: 0;
	float: left;
	display: block;
	background: none;
	background: none;
	cursor: pointer;
font-family:"Segoe UI","Lucida Grande",Tahoma,Arial,sans-serif;
font-size: 12px;
}

#mc_menu_1 li ul {
	width: 16.4em;
	position: absolute; /* second-level lists */
	z-index: 99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	w\idth: 15.9em;
}

#mc_menu_1 li ul ul {
	margin: -2em 0 0 15em; /* third-and-above-level lists */
}

#mc_menu_1 li li {
	padding: 0 1em 0 0;
	margin: 0;
	width: 14.9em;
}

#mc_menu_1 ul a {
	width: 14.8em;
	w\idth: 10.8em;
}

#mc_menu_1 li:hover ul ul, #mc_menu_1 li:hover ul ul ul,
#mc_menu_1 li.sfhover ul ul, #mc_menu_1 li.havechildsfhover ul ul, #mc_menu_1 li.havechild-activesfhover ul ul, #mc_menu_1 li.activesfhover ul ul,
#mc_menu_1 li.sfhover ul ul ul, #mc_menu_1 li.havechildsfhover ul ul ul, #mc_menu_1 li.havechild-activesfhover ul ul ul, #mc_menu_1 li.activesfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#mc_menu_1 li:hover ul, #mc_menu_1 li li:hover ul, #mc_menu_1 li li li:hover ul,
#mc_menu_1 li.sfhover ul, #mc_menu_1 li.havechildsfhover ul, #mc_menu_1 li.havechild-activesfhover ul, #mc_menu_1 li.activesfhover ul,
#mc_menu_1 li li.sfhover ul, #mc_menu_1 li li.havesubchildsfhover ul, #mc_menu_1 li li.havesubchild-activesfhover ul, #mc_menu_1 li li.activesfhover ul,
#mc_menu_1 li li li.sfhover ul, #mc_menu_1 li li li.havesubchildsfhover ul, #mc_menu_1 li li li.havesubchild-activesfhover ul, #mc_menu_1 li li li.activesfhover ul {
	left: auto;
}

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#mc_menu_1 li a {
	display: block;
	text-decoration: none;
	padding: 0 20px;
	line-height: 35px;
	color: #CCCCCC;
	text-transform: uppercase;
	font-weight: bold;
}

#mc_menu_1 li a span {
}

#mc_menu_1 li a:hover,
#mc_menu_1 li a:active,
#mc_menu_1 li a:focus {
	color: #FFFFFF;
	background: #666666;
}

#mc_menu_1 li:hover a,
#mc_menu_1 li.sfhover a,
#mc_menu_1 li.havechildsfhover a,
#mc_menu_1 li.havechild-activesfhover a {
	color: #FFFFFF;
	background: #666666;
}

#mc_menu_1 li:hover a span,
#mc_menu_1 li.sfhover a span,
#mc_menu_1 li.havechildsfhover a span,
#mc_menu_1 li.havechild-activesfhover a span {
}

#mc_menu_1 li a.active,
#mc_menu_1 li a.active:hover,
#mc_menu_1 li a.active:active,
#mc_menu_1 li a.active:focus {
	color: #FFFFFF;
	background: #00A9DD;
}

#mc_menu_1 li a.active span,
#mc_menu_1 li a.active:hover span,
#mc_menu_1 li a.active:active span,
#mc_menu_1 li a.active:focus span {
	display: block;
}

/* 2nd level and above */
#mc_menu_1 li ul {
	border: 1px solid #5A5A5A;
	background: #666666;
}

#mc_menu_1 li ul ul {
	border: 1px solid #5A5A5A;
}

#mc_menu_1 li ul li {
	border-top: 1px solid #6F6F6F;
	border-right: none;
	background: none;
}

#mc_menu_1 li ul a {
	border-right: none;
	margin: 0;
	padding: 7px 10px;
	line-height: normal;
	height: auto;
	background: none !important;
	color: #FFFFFF !important;
	text-transform: none;
	font-weight: normal;
}

#mc_menu_1 li ul a span {
	background: none !important;
}

#mc_menu_1 li.havesubchild,
#mc_menu_1 li.havesubchild-active {
	background: url(img/arrow-1.gif) no-repeat 94% 50%;
}

#mc_menu_1 li ul a:hover,
#mc_menu_1 li ul a:active,
#mc_menu_1 li ul a:focus,
#mc_menu_1 ul li:hover,
#mc_menu_1 ul li.sfhover,
#mc_menu_1 ul li.havesubchildsfhover,
#mc_menu_1 ul li.havesubchild-activesfhover,
#mc_menu_1 ul ul li:hover,
#mc_menu_1 ul ul li.sfhover,
#mc_menu_1 ul ul li.havesubchildsfhover,
#mc_menu_1 ul ul li.havesubchild-activesfhover {
	background: #333333;
}

#mc_menu_1 ul li a.active {
	background: none !important;
	font-weight: bold;
}

#mc_menu_1 ul li a.active:hover,
#mc_menu_1 ul li a.active:active,
#mc_menu_1 ul li a.active:focus {
}