/**
 * ------------------------------------------------------------------------
 * JA SideNews Module for J25 & J30
 * ------------------------------------------------------------------------
 * 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
 * ------------------------------------------------------------------------
 */

.ja-slidenews-item {
	border-bottom: 1px dotted #ccc;
	padding: 8px 0;
	float:left;
	clear:both;
	width:100%;
}

.ja-slidenews-item .ja-title {
	display: block;
	font-weight: bold;
}

.ja-slidenews-item .ja-createdate {
	color: #666;
	font-size: 92%;
	font-weight: bold;
	padding: 2px 5px 2px 0;
}
.ja-sidenews-title{ font-weight:bold }
.ja-sidenews-postdate{ font-size:85%; }
/*****STYLE FOR SIDENEWS LAYOUT******/
.ja-sidenews{ 
		width: 100%; 
	/*	float:left; */
		overflow: hidden; 
		position: relative;
		padding:0;
		margin:0;
		cursor:pointer;
}
.ja-sidenews-display {
	position: absolute; 
	top: 0;
	z-index:1;
	height: 100%;
	width:100%
}
.ja-sidenews-desc{
	padding: 0px 3px 0px 3px;
}
.ja-slidenews-cover{
		float: left; 
		position: absolute; 
		width: 100%;
		z-index:3;
		overflow: hidden;
		left:0; 
		bottom:0;	
}
.ja-slidenews-item img {
	border:1px solid #21211C;
	margin-right:10px;
	margin-top:3px;
}
.ja-slidenews-item img[align="left"] {
	float: left;
	margin-right: 10px;
	margin-left: 0;
}

.ja-slidenews-item img[align="right"] {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

.slide-content {
    position: absolute;
    bottom: 0;
    left: -250px;
    width: 250px;
    padding: 5%;
    -moz-box-sizing: border-box;
    opacity: 0;
}

.slide-content-inner {
    background: url("../images/trans_blue.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 20px;
    color: #fff;
}

.slide-content-inner h2 {
    color: #FFFFFF;
    line-height: 1.3;
    margin: 0 0 10px;
    padding: 0;
}

code {
    white-space: normal;
}

/* Images */
.alignleft {
    float: left;
}

.alignright.alignright.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: 0 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
    list-style-position: inside;
}

.size-thumb {
    width: 210px;
    height: auto;
}

.slider-container {
    width:737px;
    height: 490px;
    overflow: hidden;
}

.slide-image {
    width:740px;
    height: 490px;
}

.login-remember input[type=checkbox] {
    margin: 0;
}

.entry-thumbnail img {
    width: 100%;
    height: auto;
}

.size-w300 {
    width: 300px;
    height: auto;
}

.slb_template_tag.slb_template_tag_item.slb_template_tag_item_title {
    display:none;
}

.subpage h1 {
    background: #0981C2;
    color: #fff;
    padding: 2px 7px;
}

.article-box-50 {
    float: left;
    width:48%;
    margin: 0 2% 0 0;
}

.article-box-33 {
    float: left;
    width:32%;
    margin: 0 1% 0 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.advocacy-blue {
    background: #0981c2;
}

.green {
    background: #2eb457;
}

.quality-blue {
    background: #00bdf2;
}

.orange {
    background: #e66026;
}

.education-red {
    background: #BE1E2D;
}

.accent1 {
    background: #00b4ae;
}

.accent2 {
    background: #eea422;
}

.black {
    background: #000;
}

.advocacy-blue, .green, .quality-blue, .orange, .education-red, .accent1, .accent2, .black {
    color: #ffffff;
    padding: 2px 7px;
}

