/*
 * ------------------------------------------------------------------------
 * JA Social Template for Joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 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
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/

/* COMMON STYLE
--------------------------------------------------------- */
body#bd { background-image: url(../images/header-bg2.gif); }

/* Normal links ---*/
a { /*color: #506D41 ;*/
	color:#333;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container {
	/*background-image: url(../images/container-bg.gif);*/
	background-color: #fff;
}

/* HEADER
--------------------------------------------------------- */
#ja-header { 

/*border-top: 1px solid #82a76f;*/

 }

/* Logo Image ---*/

/* Logo Text ---*/
p.site-slogan {
	color: #f1f5e0;
}

/* Search ---*/
#ja-search {
	background-image: url(../images/search-bg.png);
}

#ja-search .inputbox {#d3dab3
	background: none;
	border: none;
}


/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav {background-color: #008296; }


/* Default Joomla! Menu ---*/
#ja-container ul.menu li li { background: none; border-bottom: 0; }

/* MASS TOP
--------------------------------------------------------- */

/* SPOTLIGHT
--------------------------------------------------------- */

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

#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable {
	background: none;
	border: 0;
}

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

/* Top spotlight ---*/

#addSubscriber{color: #a0a0a0;
    background-color: #fff;
    border: none;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 5px;
    /* box-shadow: 2px 2px 2px #B0ABAB; */
    border: 1px solid #CCC;
    
}




#ja-botsl .img-border {
	border: 3px solid #506d41;
	
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	color: #999;
	background-color: #232f3e;
}

body.handheld .ja-breadcrums {
	border-bottom: 1px solid #9ca797;
}

/* MISCELLANOUS
----------------------------------------------------------- */
/* Custom gallery ---*/
.small-gallery .img-border {
	border: 1px solid #f1f5e0;
}



/*css1引过来的**/

ul.smartlatest , .smartlatest li{
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-type:none;
}
li.smartlatest-newsli{
	border-bottom: #e2e2e2 1px dotted;
	padding-bottom: 5px;
	padding-top: 5px;
	background: none!important;
	padding-left: 0px !important;
}
.smartlatest-img{
	margin-bottom:10px;
}
.smartlatest-category{
	color:#333;
	text-transform:uppercase;
	font-size:0.85em;
}
.smartlatest-date{
	color: #333;
	font-size: 90%;
	/*font-style: italic;*/
	float: right;
}
.smartlatest-title{
	font-size: 100%;
	float: left;
	width: 85%;
	overflow: hidden;
}
.smartlatest-introtext{
	font-size:0.9em;
	color:#000;
	padding-bottom:7px;
	padding-top:7px;
}
.smartlatest-readmore{
	font-size:0.9em;
}
.smartlatest-more{
	text-align:right;
	margin-top:5px;
	background: none!important;
}
ul.smartlatest{
	padding-bottom:15px;
	margin-top: 0px !important;
	margin-bottom: -5px !important;
}

