/*--------------------------------------------------------------
 # Copyright (C) joomla-monster.com
 # License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
 # Website: http://www.joomla-monster.com
 # Support: info@joomla-monster.com
 ---------------------------------------------------------------*/
/***details layout styles***/


/*** search module ***/
#jm-search div.search label {
	vertical-align: middle;
	margin: 0 0 0 10px;
	line-height: 25px;
}

#jm-search div.search input.button {	
    margin: 0 0 0 10px;
}

#jm-search div.search .inputbox {
    margin: 0 0 0 10px;
    color: #390b0d;
    background: #f8d59f;
    border: 1px solid #3C0309;
}

#jm-logo img, #jm-header img {
	vertical-align: top;
}

#jm-header p, #jm-logo p, #jm-copyrights p, #jm-banner p {
	margin: 0;
}

#jm-logo-sitedesc {
	color: #f8d59f;
	font-family: Georgia;
	font-style: italic;
}

h1#jm-logo {
	margin: 0;
	font-size: 32px;
	line-height: 34px;
	font-weight: normal;	
}

h1#jm-logo a {
	color: #f8d59f;
	text-decoration: none;
}

#jm-sitedesc {
    font-size: 14px;
}

/*** pathway ***/
#jm-pathway h3, #jm-pathway .showHere {	
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 12px;
	line-height: 18px;
}

#jm-pathway .showHere {
	font-weight: normal;
}

#jm-pathway h3 {
	font-weight: bold;
	float: left;
	font-style: normal;
	font-family: Tahoma;
}
#jm-pathway img {
	margin: 0 3px;
	vertical-align: middle;
}

/** language module **/
div.mod-languages ul li {
    background: none;
    padding: 0;
}

/** newsflash **/

div.newsflash a.readmore:link,
div.newsflash a.readmore:visited {
	margin: 0 0 10px;
	
}

.newsflash-title {
	color: #de7071;
	clear: both;
}

/** Presentation Style: pages **/

div#article-index h3 { 
	color: #340309;
}

/** content **/
	
#jm-main.scheme_3 div.blog h2, 
#jm-main.scheme_3 div.item-page h2, 
#jm-main.scheme_3 div.blog-featured h2 {
    background: url(../images/bar-460.png) bottom center no-repeat;
}

#jm-main.scheme_2 div.blog h2, 
#jm-main.scheme_2 div.item-page h2, 
#jm-main.scheme_2 div.blog-featured h2 {
    background: url(../images/bar-720.png) bottom center no-repeat;
}

#jm-main.scheme_1 div.blog h2, 
#jm-main.scheme_1 div.item-page h2, 
#jm-main.scheme_1 div.blog-featured h2 {
    background: url(../images/bar-980.png) bottom center no-repeat;
}

/***************** box-shadow **********************/

#jm-dj-topmenu {
	box-shadow: 0 4px 5px 0 #000;
	-webkit-box-shadow: 0 4px 5px 0 #000;
	-moz-box-shadow: 0 4px 5px 0 #000;
}

#jm-header-bar {
	box-shadow: 0 2px 5px 0 #000;
	-webkit-box-shadow: 0 2px 5px 0 #000;
	-moz-box-shadow: 0 2px 5px 0 #000;
}

#jm-footer-box, .footer-bar {
	box-shadow: 0 4px 5px 0 #000;
	-webkit-box-shadow: 0 4px 5px 0 #000;
	-moz-box-shadow: 0 4px 5px 0 #000;
}






